:root{--ink:#10243c;--muted:#5b6c7e;--line:#d9e2ec;--soft:#f5f8fb;--brand:#1565c0}*{box-sizing:border-box}body{color:var(--ink);margin:0;font-family:Arial,sans-serif;line-height:1.5}a{color:var(--brand);text-decoration:none}a:hover{color:#104d93;text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #7db8f2}.shell{max-width:1120px;margin:auto;padding:0 20px}.top{border-bottom:1px solid var(--line)}.nav{justify-content:space-between;align-items:center;gap:20px;min-height:64px;display:flex}.brand{color:var(--ink);letter-spacing:-.02em;white-space:nowrap;font-size:1.375rem;font-weight:800}.brand:hover{color:var(--ink);text-decoration:none}.brand span,.eyebrow{color:var(--brand)}.row{gap:18px;display:flex}.links{white-space:nowrap;align-items:center;gap:26px;display:flex}.links>a,.tools-menu button{border-radius:6px;margin:-5px -7px;padding:5px 7px;transition:background-color .15s,color .15s}.links>a:hover,.tools-menu button:hover,.tools-menu button[aria-expanded=true]{color:#104d93;background:#f1f5f9;text-decoration:none}.tools-menu{position:relative}.tools-menu button{appearance:none;color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.tools-chevron{justify-content:center;align-items:center;width:12px;height:12px;margin-left:6px;transition:transform .15s;display:inline-flex}.tools-chevron svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:12px;height:12px}.tools-menu button[aria-expanded=true] .tools-chevron{transform:rotate(180deg)}.tools-dropdown{z-index:20;border:1px solid var(--line);white-space:normal;background:#fff;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;min-width:800px;padding:16px;display:grid;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 12px 28px #10243c24}.privacy-dropdown{grid-template-columns:minmax(0,1fr);min-width:260px}.guides-dropdown{grid-template-columns:repeat(3,minmax(0,1fr));min-width:600px}.guides-dropdown-all{border-top:1px solid var(--line);grid-column:1/-1;padding:10px 7px 0;font-size:.92rem;font-weight:700}.tools-menu:after{content:"";height:12px;position:absolute;top:100%;left:0;right:0}.tools-dropdown-group{align-content:start;gap:5px;min-width:0;display:grid}.tools-dropdown-group p{color:var(--ink);text-transform:uppercase;margin:0 0 3px;font-size:.8rem;font-weight:700}.tools-dropdown-group a{width:100%;color:var(--brand);overflow-wrap:anywhere;border-radius:6px;padding:5px 7px;font-size:.92rem;transition:background-color .15s,color .15s;display:block}.tools-dropdown-group a:hover,.tools-dropdown-group a:focus-visible{color:#104d93;background:#f1f5f9;text-decoration:none}.menu-button,.mobile-menu{display:none}.hero{padding:52px 0 26px}.eyebrow{text-transform:uppercase;font-size:.85rem;font-weight:700}h1{margin:.3rem 0 1rem;font-size:clamp(2rem,5vw,3.6rem);line-height:1.05}p{color:var(--muted)}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card,.hero-card,.tool{border:1px solid var(--line);border-radius:14px;padding:20px}.hero-card{background:#f7fbff}.ip{overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:clamp(1.7rem,5vw,3.2rem);font-weight:800}.button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:10px 14px;font-weight:700}.button.secondary{color:#104d93;background:#eaf2fb}.button:hover{color:#fff;background:#104d93;text-decoration:none}.button.secondary:hover{color:#0f437e;background:#dceafa}.label{text-transform:uppercase;color:var(--muted);font-size:.8rem;font-weight:700}.value{font-weight:700}.status,.notice{background:var(--soft);border-radius:8px;padding:14px}.result-meaning{max-width:760px;padding-bottom:12px}.next-action{background:#f7fbff;border:1px solid #b9d4ee;border-radius:12px;margin:10px 0 0;padding:20px}.next-action h2,.related-tools h2{margin-bottom:6px;font-size:1.2rem}.related-tools{padding-top:20px;font-size:.95rem}.crumb{color:var(--muted);margin:0 0 12px;font-size:.9rem}.crumb a{text-underline-offset:3px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .15s,text-decoration-color .15s}.crumb a:hover{color:#104d93;text-decoration-color:currentColor}.learn-more{color:var(--muted);margin:14px 0 0;font-size:.92rem}.learn-more a,.article p a,.article li a{text-underline-offset:3px;-webkit-text-decoration:underline #1565c059;text-decoration:underline #1565c059;transition:color .15s,text-decoration-color .15s}.learn-more a:hover,.article p a:hover,.article li a:hover{color:#104d93;text-decoration-color:currentColor}.article-tool-cta{margin-top:28px}.section{padding:28px 0}.guide-content-section{display:flow-root}.toolgrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.tool{color:var(--ink);transition:border-color .15s,background-color .15s}.tool:hover{border-color:var(--brand);background:#f8fbff;text-decoration:none}.tool:hover strong{color:var(--brand)}.tool strong{display:block}.form{gap:10px;max-width:700px;display:flex}.input-help{color:#5f6f7e;margin:8px 0 0;font-size:.9rem}.form input,.form textarea,.form select{border:1px solid #aab8c5;border-radius:8px;flex:1;padding:11px}.form textarea{resize:vertical;min-height:220px}.email-header-form{flex-direction:column;align-items:stretch;max-width:760px;display:flex}.email-header-form textarea{box-sizing:border-box;flex:none;width:100%;min-height:200px}.email-header-form .input-help{margin:0}.email-header-form .button{align-self:flex-start}.result{margin-top:20px}.result table{border-collapse:collapse;table-layout:fixed;width:100%}.result td{border-bottom:1px solid var(--line);overflow-wrap:anywhere;vertical-align:top;padding:10px 0}.result td:first-child{color:var(--muted);width:40%}.result h3{color:var(--ink);margin:20px 0 0;font-size:.9rem}.result-context{color:var(--ink);overflow-wrap:anywhere;margin:0 0 12px;font-family:ui-monospace,monospace;font-size:.9rem}.result-context span{color:var(--muted);margin-right:8px;font-family:Arial,sans-serif;font-weight:700}.result details{border-top:1px solid var(--line);margin-top:18px;padding-top:12px}.result td .header-value{border:0;margin:0;padding:0}.header-value code{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:8px;display:block}.result summary{cursor:pointer;color:var(--brand);font-weight:700}.result td:last-child{overflow-wrap:anywhere}.cidr-blocks-heading{align-items:center;gap:8px;display:flex}.cidr-blocks-heading h3{flex:1}.cidr-blocks-table{overflow-x:auto}.cidr-blocks-table table{min-width:560px}.cidr-blocks-table th{text-align:left;border-bottom:1px solid var(--line);color:var(--muted);padding:10px 8px}.text-button{color:var(--brand);cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;margin:6px 0 0 8px;padding:0;font-weight:700;text-decoration:underline}.footer{color:#d9e7f5;background:#10243c;margin-top:40px;padding:36px 0 30px}.footer p{color:#c6d6e5}.footer-brand{color:#fff;font-size:1.05rem}.footer-description{max-width:42rem;margin:6px 0 0}.footer-links{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:24px;display:grid}.footer-links section{align-content:start;gap:8px;display:grid}.footer-links b{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.footer-links a{color:#d9e7f5;font-size:.9rem;line-height:1.35}.footer-links a:hover,.footer-bottom a:hover{color:#fff;text-decoration:underline}.attribution{font-size:.8rem}.footer-bottom{color:#aac0d4;border-top:1px solid #d9e7f533;flex-wrap:wrap;gap:6px;margin-top:18px;padding-top:16px;font-size:.8rem;display:flex}.footer-bottom a{color:#c6d6e5}.article{max-width:760px}@media (max-width:860px){.links{display:none}.menu-button{border:1px solid var(--line);min-width:44px;min-height:44px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.nav{position:relative}.mobile-menu{z-index:10;border:1px solid var(--line);background:#fff;border-radius:10px;width:min(360px,100vw - 40px);max-height:calc(100dvh - 80px);padding:8px 12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden auto;box-shadow:0 10px 25px #10243c1f}.menu-icon{gap:4px;width:20px;display:grid}.menu-icon span{background:currentColor;border-radius:1px;height:2px;display:block}.mobile-home-link,.mobile-section-toggle,.mobile-subgroup-toggle,.mobile-menu a{width:100%;min-height:44px;color:var(--ink);padding:10px 8px;font-weight:700}.mobile-home-link,.mobile-menu a{align-items:center;display:flex}.mobile-navigation-section{border-top:1px solid var(--line)}.mobile-section-toggle,.mobile-subgroup-toggle{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;display:flex}.mobile-section-content{gap:2px;padding:0 0 8px;display:grid}.mobile-tools-group,.mobile-guides-group{border-top:1px solid var(--line)}.mobile-subgroup-toggle{color:var(--ink);font-size:.92rem;font-weight:700}.mobile-subgroup-toggle[aria-expanded=true]{background:#f1f5f9;border-radius:6px}.mobile-chevron{color:var(--brand);font-size:1.25rem;line-height:1}.mobile-section-toggle[aria-expanded=true] .mobile-chevron,.mobile-subgroup-toggle[aria-expanded=true] .mobile-chevron{transform:rotate(180deg)}.mobile-tool-links,.mobile-direct-links,.mobile-guides-group{gap:2px;display:grid}.mobile-tool-links{gap:0}.mobile-tool-links a,.mobile-direct-links a,.mobile-guides-group a{color:var(--brand);padding-left:16px;font-weight:400}.mobile-tool-links a{padding-left:24px}.mobile-guides-group{padding:10px 0}.mobile-guides-group p{color:var(--ink);text-transform:uppercase;margin:0;padding:0 8px 4px;font-size:.8rem;font-weight:700}.mobile-guides-all{border-top:1px solid var(--line);margin-top:6px;color:var(--brand)!important}.mobile-menu a:hover,.mobile-section-toggle:hover,.mobile-subgroup-toggle:hover{background:#f1f5f9;border-radius:6px;text-decoration:none}}@media (max-width:720px){.grid,.toolgrid{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.footer-links section{gap:6px}.form{flex-direction:column}.email-header-form .button{align-self:stretch}.hero{padding-top:34px}.card,.hero-card,.tool{padding:16px}.result td:first-child{width:38%}}@media (max-width:359px){.footer-links{grid-template-columns:1fr;gap:20px}}
