:root{
  --bg:#f6f8fb;
  --surface:#ffffff;
  --surface-2:#f1f5f9;
  --surface-3:#e9eef5;
  --text:#0d1726;
  --muted:#66758a;
  --line:#dce5ef;
  --line-strong:#c9d5e3;
  --accent:#075bff;
  --accent-2:#00c7ed;
  --accent-soft:#eaf2ff;
  --good:#0a8f5a;
  --warn:#b56a00;
  --bad:#c23a45;
  --shadow-sm:0 8px 24px rgba(15,23,42,.06);
  --shadow:0 20px 60px rgba(15,23,42,.10);
  --radius:22px;
  --radius-sm:14px;
  --shell:1120px;
}
html[data-theme="dark"]{
  --bg:#07111b;
  --surface:#0b1723;
  --surface-2:#0f1e2c;
  --surface-3:#132536;
  --text:#edf5fc;
  --muted:#91a3b6;
  --line:#1c3143;
  --line-strong:#29445b;
  --accent:#2f7cff;
  --accent-2:#20d8f0;
  --accent-soft:#0d2744;
  --good:#39d98a;
  --warn:#f1b64c;
  --bad:#ff7582;
  --shadow-sm:0 10px 28px rgba(0,0,0,.18);
  --shadow:0 28px 80px rgba(0,0,0,.30);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body::before{content:"";position:absolute;inset:0 0 auto;height:560px;pointer-events:none;background:radial-gradient(circle at 50% -20%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 52%),radial-gradient(circle at 78% 12%,color-mix(in srgb,var(--accent-2) 8%,transparent),transparent 28%);z-index:-1}
a{color:inherit}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.shell{width:min(var(--shell),calc(100% - 34px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.site-header{position:sticky;top:0;z-index:70;background:color-mix(in srgb,var(--bg) 84%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 76%,transparent)}
.header-inner{min-height:66px;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.brand-logo-shell{width:148px;height:42px;display:flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:11px;background:#07111d;border:1px solid rgba(96,165,250,.18)}
.brand-logo{display:block;width:100%;height:100%;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:3px;margin-left:auto}
.main-nav>a,.tools-menu>summary{display:flex;align-items:center;gap:5px;min-height:38px;padding:0 11px;border-radius:10px;text-decoration:none;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;list-style:none;transition:background .18s ease,color .18s ease}
.tools-menu>summary::-webkit-details-marker{display:none}
.main-nav>a:hover,.main-nav>a.active,.tools-menu>summary:hover,.tools-menu>summary.active{background:var(--surface);color:var(--text)}
.tools-menu{position:relative}
.tools-menu-popover{position:absolute;right:0;top:46px;width:280px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid;gap:2px}
.tools-menu:not([open]) .tools-menu-popover{display:none}
.tools-menu-popover a{padding:10px 12px;border-radius:11px;text-decoration:none;display:flex;flex-direction:column;gap:1px}
.tools-menu-popover a:hover,.tools-menu-popover a.active{background:var(--surface-2)}
.tools-menu-popover strong{font-size:13px}
.tools-menu-popover small{font-size:11px;color:var(--muted)}
.theme-toggle,.nav-toggle,.icon-button{border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer}
.theme-toggle{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}
.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-toggle{display:none;width:40px;height:40px;border-radius:11px;margin-left:auto;padding:10px}
.nav-toggle span{display:block;height:2px;background:currentColor;border-radius:9px;margin:4px 0}

/* Home */
.home-hero{padding:72px 0 24px}
.hero-copy{max-width:760px}
.hero-copy-centered{text-align:center;margin:0 auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:color-mix(in srgb,var(--accent) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));color:color-mix(in srgb,var(--accent) 80%,var(--text));font-size:11px;font-weight:800;letter-spacing:.015em}
.live-dot{width:7px;height:7px;border-radius:999px;background:var(--good);box-shadow:0 0 0 4px color-mix(in srgb,var(--good) 14%,transparent)}
.hero-copy h1{font-size:clamp(46px,7vw,78px);line-height:.96;letter-spacing:-.058em;margin:18px 0 17px;font-weight:800}
.gradient-text{background:linear-gradient(115deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{font-size:18px;color:var(--muted);margin:0 auto;max-width:650px}

.network-console{margin:42px auto 0;max-width:900px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 26px;border:1px solid color-mix(in srgb,var(--line) 88%,var(--accent));background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 97%,var(--accent)),var(--surface));border-radius:26px;box-shadow:var(--shadow)}
.network-console-main{min-width:0}
.network-console-label{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.11em;margin-bottom:7px}
.network-console-value-row{display:flex;align-items:center;gap:10px;min-width:0}
.ip-value{font-size:clamp(27px,4.6vw,44px);font-weight:800;letter-spacing:-.04em;line-height:1.06;overflow-wrap:anywhere;min-width:0}
.ip-skeleton{color:var(--muted);font-size:.58em;font-weight:600;letter-spacing:-.01em}
.icon-button{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;transition:transform .15s ease,border-color .15s ease,background .15s ease}
.icon-button:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 55%,var(--line));transform:translateY(-1px)}
.icon-button:disabled{opacity:.45;cursor:default}
.icon-button.copied{color:var(--good);border-color:color-mix(in srgb,var(--good) 35%,var(--line))}
.icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:6px 9px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2)}
.badge.soft{color:var(--muted)}
.badge.good{color:var(--good);border-color:color-mix(in srgb,var(--good) 28%,var(--line));background:color-mix(in srgb,var(--good) 8%,var(--surface))}
.badge.bad{color:var(--bad);border-color:color-mix(in srgb,var(--bad) 30%,var(--line))}
.status-mini-dot{width:6px;height:6px;border-radius:50%;background:currentColor}
.network-console-actions{display:flex;flex-direction:column;gap:8px;min-width:170px}
.button{appearance:none;border:0;border-radius:12px;padding:11px 15px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#fff;min-height:44px;transition:transform .15s ease,filter .15s ease,border-color .15s ease}
.button:hover{filter:brightness(1.04);transform:translateY(-1px)}
.button-primary{background:linear-gradient(120deg,var(--accent),color-mix(in srgb,var(--accent) 72%,var(--accent-2)));box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 22%,transparent)}
.button-muted,.button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--line);box-shadow:none}
.button.ghost{background:transparent;color:var(--text);border:1px solid var(--line)}
.button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.compact-button{min-height:38px;padding:8px 13px;font-size:12px}

.quick-check{max-width:900px;margin:14px auto 0;padding:15px 16px;display:grid;grid-template-columns:minmax(180px,.65fr) minmax(320px,1fr);gap:14px 20px;align-items:center;background:color-mix(in srgb,var(--surface) 86%,transparent);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm)}
.quick-check-copy{display:flex;flex-direction:column;min-width:0}
.quick-check-copy strong{font-size:13px}
.quick-check-copy span{font-size:11px;color:var(--muted);margin-top:2px}
.quick-check-input-wrap{height:46px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:0 5px 0 12px;transition:border-color .16s ease,box-shadow .16s ease}
.quick-check-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}
.quick-check-input-wrap svg{width:17px;height:17px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round}
.quick-check-input{border:0;outline:0;background:transparent;color:var(--text);min-width:0;width:100%;font-size:14px}
.quick-check-input::placeholder{color:color-mix(in srgb,var(--muted) 70%,transparent)}
.quick-check-button{height:36px;padding:0 14px;border:0;border-radius:9px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}
.quick-check-error{grid-column:2;color:var(--bad);font-size:11px;min-height:0;margin-top:-8px}
.quick-check-error:empty{display:none}
.micro-trust{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:11px}
.micro-trust span{display:flex;align-items:center;gap:5px}
.micro-trust i{font-style:normal;color:var(--good);font-weight:900}

.section{padding:36px 0 64px}
.home-tools-section{padding-top:40px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}
.compact-head{margin-bottom:16px}
.section-kicker{display:block;font-size:10px;letter-spacing:.14em;color:var(--muted);font-weight:800;margin-bottom:4px}
.section-head h2{font-size:28px;letter-spacing:-.03em;margin:0}
.section-head p{color:var(--muted);margin:5px 0 0}
.featured-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.featured-tool{min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:17px 18px;text-decoration:none;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.featured-tool:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 34%,var(--line));box-shadow:var(--shadow)}
.featured-tool-icon,.mini-tool-icon{display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line))}
.featured-tool-icon{width:44px;height:44px;border-radius:13px}
.featured-tool-icon svg,.mini-tool-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.featured-tool-body{display:flex;flex-direction:column;min-width:0}
.featured-tool-body strong{font-size:15px}
.featured-tool-body small{font-size:12px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.featured-tool-arrow{color:var(--muted);font-size:20px;transition:transform .16s ease,color .16s ease}
.featured-tool:hover .featured-tool-arrow{transform:translateX(3px);color:var(--accent)}
.more-tools-panel{margin-top:18px;padding:18px;background:color-mix(in srgb,var(--surface) 78%,transparent);border:1px solid var(--line);border-radius:20px}
.more-tools-title{display:flex;align-items:baseline;gap:10px;margin-bottom:12px}
.more-tools-title strong{font-size:13px}
.more-tools-title span{font-size:11px;color:var(--muted)}
.more-tools-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.mini-tool{min-width:0;padding:12px 11px;border-radius:13px;text-decoration:none;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;transition:background .15s ease}
.mini-tool:hover{background:var(--surface-2)}
.mini-tool-icon{width:32px;height:32px;border-radius:10px}
.mini-tool-icon svg{width:16px;height:16px}
.mini-tool-copy{display:flex;flex-direction:column;min-width:0}
.mini-tool-copy strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-tool-copy small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-tool-arrow{color:var(--muted)}

/* Internal pages */
.page-hero{padding:52px 0 20px}
.page-hero h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.045em;margin:9px 0 8px;line-height:1.02}
.page-hero p{color:var(--muted);max-width:720px;font-size:15px;margin:0}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:22px}
.layout-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.42fr);gap:16px}
.form-grid{display:grid;grid-template-columns:1fr auto;gap:10px}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}
.input,.select{width:100%;height:46px;border:1px solid var(--line);border-radius:11px;padding:0 13px;background:var(--surface-2);color:var(--text);outline:none}
.input:focus,.select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 11%,transparent)}
.help{font-size:11px;color:var(--muted)}
.result{margin-top:16px}.result.hidden{display:none}
.alert{padding:12px 14px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line);font-size:13px}
.alert.error{border-color:color-mix(in srgb,var(--bad) 35%,var(--line));color:var(--bad)}
.alert.success{border-color:color-mix(in srgb,var(--good) 35%,var(--line));color:var(--good)}
.kv{display:grid;grid-template-columns:150px 1fr;gap:9px 16px;font-size:14px}
.kv>div:nth-child(odd){color:var(--muted)}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:13px}
.table{width:100%;border-collapse:collapse;min-width:600px}
.table th,.table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:top}
.table th{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--surface-2)}
.table tr:last-child td{border-bottom:0}
.status-dot{width:9px;height:9px;border-radius:99px;display:inline-block;margin-right:7px;background:var(--muted)}
.status-dot.open{background:var(--good)}.status-dot.closed{background:var(--bad)}
.chips{display:flex;flex-wrap:wrap;gap:7px}
.check-chip input{position:absolute;opacity:0;pointer-events:none}
.check-chip span{display:inline-flex;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);font-size:11px;font-weight:700;cursor:pointer}
.check-chip input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.metric{padding:17px;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;min-width:0}
.metric span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}
.metric strong{display:block;font-size:25px;margin-top:4px;letter-spacing:-.025em;overflow-wrap:anywhere}
.metric small{display:block;margin-top:4px}
.speed-gauge{position:relative;display:grid;place-items:center;width:min(360px,90vw);aspect-ratio:2/1;margin:24px auto 8px;overflow:hidden}
.gauge-ring{position:absolute;width:100%;aspect-ratio:1;border:22px solid var(--line);border-bottom-color:transparent;border-left-color:var(--accent);border-top-color:var(--accent-2);border-radius:50%;transform:translateY(50%) rotate(-45deg)}
.speed-number{position:absolute;bottom:0;text-align:center}.speed-number strong{display:block;font-size:48px;line-height:1}.speed-number span{color:var(--muted);font-size:12px}
.progress{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden;border:1px solid var(--line)}.progress>div{height:100%;width:0;background:var(--accent);transition:width .2s}
.note-list{margin:0;padding-left:18px;color:var(--muted);font-size:12px}.note-list li+li{margin-top:8px}
.spinner{display:inline-block;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

/* Policy */
.policy-content{max-width:880px;margin:0 auto}.policy-content h2{margin:28px 0 8px;font-size:20px;letter-spacing:-.015em}.policy-content h2:first-child{margin-top:0}.policy-content p{color:var(--muted);margin:0 0 14px}.policy-content .note-list{margin-bottom:18px}.policy-date{margin-top:28px!important}

/* Footer */
.site-footer{margin-top:20px;border-top:1px solid var(--line);padding:24px 0 28px;color:var(--muted)}
.footer-simple{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
.footer-mark{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);font-size:12px}
.footer-mark img{width:24px;height:24px;object-fit:contain}
.footer-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.footer-links a{text-decoration:none;font-size:11px}.footer-links a:hover{color:var(--text)}
.footer-copy{font-size:10px;text-align:right}

/* Storage notice */
.cookie-banner[hidden]{display:none!important}
.cookie-banner{position:fixed;left:14px;right:14px;bottom:14px;z-index:100;max-width:760px;margin:0 auto;padding:13px 14px;display:flex;align-items:center;gap:16px;justify-content:space-between;background:color-mix(in srgb,var(--surface) 96%,var(--accent));border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.24)}
.cookie-copy{display:flex;flex-direction:column;gap:2px}.cookie-copy strong{font-size:12px}.cookie-copy span{font-size:10px;color:var(--muted);max-width:520px}
.cookie-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.text-link{font-size:11px;color:var(--muted);text-decoration:none}.text-link:hover{color:var(--text)}

@media (max-width:980px){
  .nav-toggle{display:block}
  .main-nav{display:none;position:absolute;top:60px;left:12px;right:12px;margin:0;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .main-nav>a,.tools-menu>summary{min-height:44px;padding:0 12px}
  .tools-menu{width:100%}
  .tools-menu-popover{position:static;width:auto;margin-top:4px;box-shadow:none;border-radius:12px;background:var(--surface-2)}
  .theme-toggle{margin-left:0}
  .network-console{grid-template-columns:1fr}
  .network-console-actions{flex-direction:row;min-width:0}
  .network-console-actions .button{flex:1}
  .more-tools-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .layout-2{grid-template-columns:1fr}
}

@media (max-width:700px){
  .shell{width:min(var(--shell),calc(100% - 22px))}
  .header-inner{min-height:60px;gap:8px}
  .brand-logo-shell{width:126px;height:38px;padding:4px 7px}
  .theme-toggle{width:38px;height:38px}
  .home-hero{padding-top:44px}
  .hero-copy h1{font-size:clamp(42px,13vw,62px)}
  .hero-copy p{font-size:15px;padding:0 4px}
  .network-console{margin-top:30px;padding:20px;border-radius:20px;gap:18px}
  .network-console-actions{flex-direction:column}
  .network-console-actions .button{width:100%}
  .quick-check{grid-template-columns:1fr;padding:14px;gap:10px}
  .quick-check-error{grid-column:1;margin-top:-3px}
  .micro-trust{gap:10px 14px}
  .featured-tools-grid{grid-template-columns:1fr}
  .more-tools-title{align-items:flex-start;flex-direction:column;gap:1px}
  .more-tools-list{grid-template-columns:1fr}
  .mini-tool{padding:10px 8px}
  .section{padding:30px 0 50px}
  .form-grid{grid-template-columns:1fr}
  .button{width:100%}
  .metrics{grid-template-columns:1fr 1fr;gap:8px}
  .metric{padding:13px}.metric strong{font-size:21px}
  .kv{grid-template-columns:1fr;gap:2px}.kv>div:nth-child(even){margin-bottom:9px}
  .card{padding:16px;border-radius:17px}
  .page-hero{padding-top:34px}
  .footer-simple{grid-template-columns:1fr;text-align:center;justify-items:center;gap:10px}.footer-copy{text-align:center}
  .cookie-banner{left:9px;right:9px;bottom:9px;flex-direction:column;align-items:stretch}.cookie-actions{justify-content:space-between}.cookie-actions .button{width:auto}
}

@media (max-width:420px){
  .network-console-value-row{align-items:flex-start}.icon-button{margin-top:1px}
  .ip-value{font-size:26px}
  .quick-check-input-wrap{grid-template-columns:auto minmax(0,1fr) auto}
  .quick-check-button{padding-inline:11px}
  .metrics{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   OCS Ping 1.4 — polished UI / mobile-first / PWA experience
   ========================================================= */
html{font-synthesis:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}
body{font-family:"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:0}
h1,h2,h3,h4,strong,.button,.main-nav a,.tools-menu summary{font-family:"Segoe UI Variable Display","Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.hero-copy h1,.page-hero h1{font-weight:800;letter-spacing:-.045em}
.hero-copy p,.page-hero p{letter-spacing:-.005em}

/* The header stays deep navy in both themes so the white OCS lettering remains crisp. */
.site-header{background:rgba(5,15,26,.88);border-bottom:1px solid rgba(105,180,255,.12);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}
.header-inner{min-height:64px}
.brand-logo-shell{width:146px;height:42px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}
.brand-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 5px rgba(255,255,255,.32)) drop-shadow(0 0 14px rgba(42,176,255,.20));transition:filter .2s ease,transform .2s ease}
.brand:hover .brand-logo{transform:translateY(-1px);filter:drop-shadow(0 0 7px rgba(255,255,255,.48)) drop-shadow(0 0 18px rgba(42,176,255,.30))}
.main-nav>a,.tools-menu>summary{color:#9fb0c2;font-size:13px;font-weight:600}
.main-nav>a:hover,.main-nav>a.active,.tools-menu>summary:hover,.tools-menu>summary.active{background:rgba(255,255,255,.07);color:#fff}
.theme-toggle,.nav-toggle{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);color:#eaf4ff}
.theme-toggle:hover,.nav-toggle:hover{background:rgba(255,255,255,.10);border-color:rgba(94,185,255,.28)}
.install-app-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid rgba(68,169,255,.28);border-radius:11px;background:rgba(17,103,255,.12);color:#dcebff;font-family:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;transition:.18s ease}
.install-app-button[hidden]{display:none!important}
.install-app-button:hover{background:rgba(17,103,255,.22);border-color:rgba(68,169,255,.48);transform:translateY(-1px)}
.install-app-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tools-menu-popover{background:#0b1723;border-color:#20364a;color:#edf5fc}
.tools-menu-popover small{color:#91a3b6}
.tools-menu-popover a:hover,.tools-menu-popover a.active{background:#112337}

/* Cleaner interaction language */
.button,.icon-button,.quick-check-button,.theme-toggle,.nav-toggle,.install-app-button,.speed-cancel{touch-action:manipulation}
.button{font-weight:700;letter-spacing:-.01em;will-change:transform}
.button:active,.icon-button:active,.quick-check-button:active{transform:scale(.975)}
.input,.select,.quick-check-input{font-family:inherit}
.input,.select{font-size:15px}
.input:focus,.select:focus,.quick-check-input-wrap:focus-within{outline:none;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}

/* Subtle page motion, not decorative overload. */
.ui-reveal{opacity:0;transform:translateY(10px)}
.ui-ready .ui-reveal{animation:ocsReveal .48s cubic-bezier(.2,.75,.25,1) forwards;animation-delay:var(--reveal-delay,0ms)}
@keyframes ocsReveal{to{opacity:1;transform:none}}
.result-pop{animation:resultPop .28s ease both}
@keyframes resultPop{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.featured-tool,.mini-tool,.card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
@media (hover:hover) and (pointer:fine){
  .featured-tool:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(15,23,42,.08);border-color:color-mix(in srgb,var(--accent) 28%,var(--line))}
  html[data-theme="dark"] .featured-tool:hover{box-shadow:0 16px 36px rgba(0,0,0,.22)}
  .mini-tool:hover{transform:translateY(-1px)}
}

/* PWA install bottom sheet */
body.sheet-open{overflow:hidden}
.app-sheet[hidden]{display:none!important}
.app-sheet{position:fixed;inset:0;z-index:180;display:grid;align-items:end;justify-items:center;padding:18px}
.app-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(1,7,14,.66);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);cursor:pointer}
.app-sheet-card{position:relative;width:min(440px,100%);padding:10px 20px calc(20px + env(safe-area-inset-bottom));border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 28px 80px rgba(0,0,0,.36);text-align:center;animation:sheetUp .28s cubic-bezier(.2,.8,.25,1)}
@keyframes sheetUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.sheet-handle{width:42px;height:4px;border-radius:999px;background:var(--line-strong);margin:1px auto 17px}
.install-icon{width:72px;height:72px;margin:0 auto 12px;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(5,91,255,.22)}
.install-icon img{display:block;width:100%;height:100%;object-fit:cover}
.app-sheet-card h2{margin:5px 0 6px;font-size:23px;letter-spacing:-.03em}
.app-sheet-card>p{margin:0 auto 17px;color:var(--muted);font-size:14px;max-width:340px}
.app-sheet-card>.button{width:100%;margin-top:8px}
.install-steps{display:grid;gap:9px;text-align:left;margin:15px 0}
.install-steps span{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);font-size:13px}
.install-steps b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px;flex:0 0 auto}

/* Mobile app dock */
.mobile-dock{display:none}

/* Speed Test 1.4 */
.speed-page-hero{text-align:center;padding-bottom:10px}
.speed-page-hero p{margin-inline:auto;max-width:670px}
.speed-section{padding-top:14px}
.speed-shell{max-width:900px}
.speed-lab{position:relative;padding:26px 28px 28px;border:1px solid color-mix(in srgb,var(--line) 88%,var(--accent));border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 97%,var(--accent)),var(--surface));box-shadow:var(--shadow);overflow:hidden;isolation:isolate}
.speed-lab::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:50%;top:-305px;transform:translateX(-50%);background:radial-gradient(circle,color-mix(in srgb,var(--accent) 15%,transparent),transparent 70%);z-index:-1;pointer-events:none}
.speed-lab.is-testing::before{animation:speedAura 2s ease-in-out infinite}
@keyframes speedAura{50%{opacity:.5;transform:translateX(-50%) scale(1.08)}}
.speed-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}
.speed-status-row>div{display:flex;flex-direction:column}
.speed-status-kicker{font-size:9px;letter-spacing:.15em;color:var(--muted);font-weight:800}
.speed-status-row strong{font-size:14px;margin-top:1px}
.speed-cancel{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:10px;padding:8px 11px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}
.speed-cancel[hidden]{display:none!important}
.speed-gauge-pro{position:relative;width:min(560px,100%);margin:4px auto 0;aspect-ratio:320/188}
.speed-gauge-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.speed-arc-track,.speed-arc-value{fill:none;stroke-width:12;stroke-linecap:round}
.speed-arc-track{stroke:var(--surface-3)}
.speed-arc-value{stroke:url(#speedArcGradient);stroke-dasharray:100;stroke-dashoffset:100;filter:drop-shadow(0 0 7px color-mix(in srgb,var(--accent) 30%,transparent));transition:stroke-dashoffset .18s ease}
.speed-arc-dot{fill:#fff;stroke:var(--accent);stroke-width:3;opacity:0;filter:drop-shadow(0 0 6px rgba(47,124,255,.7));transition:cx .18s ease,cy .18s ease,opacity .15s ease}
.gauge-tick{font:600 9px "Segoe UI",Arial,sans-serif;fill:var(--muted);text-anchor:middle}
.gauge-tick-left{text-anchor:start}.gauge-tick-right{text-anchor:end}
.speed-readout{position:absolute;left:50%;bottom:7%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;text-align:center;white-space:nowrap}
.speed-readout strong{font-size:clamp(52px,10vw,78px);font-weight:700;line-height:.92;letter-spacing:-.055em;font-variant-numeric:tabular-nums}
.speed-readout>span{margin-top:6px;color:var(--muted);font-size:13px;font-weight:600}
.speed-readout small{margin-top:4px;color:var(--muted);font-size:11px}
.speed-lab.is-testing .speed-readout strong{animation:numberPulse 1.25s ease-in-out infinite}
@keyframes numberPulse{50%{opacity:.72}}
.speed-stages{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;width:min(680px,100%);margin:12px auto 22px}
.speed-stages>i{height:1px;width:100%;min-width:18px;background:var(--line)}
.speed-stage{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;color:var(--muted);transition:color .2s ease}
.speed-stage>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;border:1px solid var(--line);background:var(--surface-2);font-size:11px;font-weight:800;transition:.2s ease;flex:0 0 auto}
.speed-stage>div{display:flex;flex-direction:column;min-width:0}
.speed-stage strong{font-size:12px;color:inherit}.speed-stage small{font-size:9px;color:var(--muted);white-space:nowrap}
.speed-stage.active{color:var(--accent)}
.speed-stage.active>span{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 10%,transparent)}
.speed-stage.done{color:var(--good)}
.speed-stage.done>span{background:color-mix(in srgb,var(--good) 12%,var(--surface));border-color:color-mix(in srgb,var(--good) 35%,var(--line));color:var(--good)}
.speed-metrics{width:min(720px,100%);margin:0 auto}
.speed-metrics .metric{text-align:center;background:color-mix(in srgb,var(--surface-2) 84%,transparent)}
.speed-metrics .metric strong{font-variant-numeric:tabular-nums}
.speed-progress-track{width:min(720px,100%);height:4px;margin:16px auto 0;border-radius:999px;background:var(--surface-3);overflow:hidden}
.speed-progress-track>div{height:100%;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:inherit;transition:width .25s ease}
.speed-actions{display:flex;flex-direction:column;align-items:center;gap:9px;margin-top:20px}
.speed-start{min-width:210px}
.speed-start svg{width:16px;height:16px;fill:currentColor}
.speed-start.testing svg{animation:spin 1s linear infinite;fill:none;stroke:currentColor}.speed-start.testing svg path{display:none}
.speed-actions p{margin:0;text-align:center;color:var(--muted);font-size:10px;max-width:540px}
.speed-message{width:min(720px,100%);margin:14px auto 0;text-align:center}
.speed-footnote{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin:17px 0 0;color:var(--muted);font-size:10px}
.speed-footnote span{display:flex;align-items:center;gap:6px}.speed-footnote svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Home polish */
.network-console{box-shadow:0 24px 70px rgba(15,23,42,.11)}
html[data-theme="dark"] .network-console{box-shadow:0 24px 70px rgba(0,0,0,.30)}
.ip-value{font-variant-numeric:tabular-nums}
.featured-tool-icon,.mini-tool-icon{background:color-mix(in srgb,var(--accent) 9%,var(--surface-2));color:var(--accent)}

@media (max-width:980px){
  .main-nav{top:60px;background:#091624;border-color:#1d3245;box-shadow:0 26px 60px rgba(0,0,0,.38)}
  .main-nav>a,.tools-menu>summary{color:#a8b8c9}
  .main-nav>a:hover,.main-nav>a.active,.tools-menu>summary:hover,.tools-menu>summary.active{background:#102337;color:#fff}
  .install-app-button{margin-left:auto}
  .nav-toggle{margin-left:0}
}

@media (max-width:700px){
  body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}
  .header-inner{min-height:58px}
  .brand-logo-shell{width:132px;height:37px}
  .install-app-button{width:38px;height:38px;padding:0;justify-content:center}
  .install-app-button span{display:none}
  .home-hero{padding-top:36px}
  .hero-copy h1{font-size:clamp(39px,12vw,56px);letter-spacing:-.042em;line-height:.98}
  .hero-copy p{font-size:15px;line-height:1.55}
  .network-console{margin-top:25px;padding:18px;border-radius:20px}
  .ip-value{font-size:clamp(24px,8vw,34px)}
  .quick-check{margin-top:11px}
  .quick-check-input{font-size:16px}
  .mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:8px;right:8px;bottom:calc(7px + env(safe-area-inset-bottom));z-index:120;min-height:60px;padding:5px;border:1px solid rgba(116,181,237,.18);border-radius:18px;background:rgba(5,15,26,.92);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);box-shadow:0 16px 44px rgba(0,0,0,.30)}
  .mobile-dock a,.mobile-dock button{min-width:0;border:0;background:transparent;color:#8397aa;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:13px;font-family:inherit;font-size:9px;font-weight:600;line-height:1.1;cursor:pointer;padding:5px 2px}
  .mobile-dock a.active{color:#fff;background:rgba(47,124,255,.16)}
  .mobile-dock svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .cookie-banner{bottom:calc(78px + env(safe-area-inset-bottom))}
  .site-footer{padding-bottom:18px}
  .page-hero{padding-top:30px;padding-bottom:14px}
  .page-hero h1{font-size:clamp(35px,11vw,48px);letter-spacing:-.04em}
  .page-hero p{font-size:14px;line-height:1.55}
  .card{box-shadow:none}
  .speed-section{padding-top:4px}
  .speed-lab{padding:18px 13px 20px;border-radius:22px;margin-inline:-1px;box-shadow:none}
  .speed-status-row{padding-inline:4px}
  .speed-gauge-pro{margin-top:7px}
  .speed-readout{bottom:4%}
  .speed-readout strong{font-size:clamp(46px,17vw,66px)}
  .speed-stages{gap:4px;margin:7px auto 18px}
  .speed-stage{gap:5px}
  .speed-stage>span{width:25px;height:25px;font-size:9px}
  .speed-stage small{display:none}
  .speed-stage strong{font-size:10px}
  .speed-stages>i{min-width:8px}
  .speed-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .speed-metrics .metric{padding:12px 7px}
  .speed-metrics .metric strong{font-size:21px}
  .speed-start{width:100%;min-width:0}
  .speed-footnote{gap:10px 14px}
}

@media (max-width:390px){
  .shell{width:calc(100% - 18px)}
  .brand-logo-shell{width:119px}
  .theme-toggle,.nav-toggle,.install-app-button{width:36px;height:36px}
  .header-inner{gap:6px}
  .speed-lab{padding-inline:10px}
  .speed-stage>span{display:none}
  .speed-stages{grid-template-columns:1fr auto 1fr auto 1fr}
  .speed-stage strong{font-size:9px}
}

@media (prefers-reduced-motion:reduce){
  .ui-reveal{opacity:1!important;transform:none!important;animation:none!important}
  .speed-lab.is-testing::before,.speed-lab.is-testing .speed-readout strong{animation:none!important}
}

@media (max-width:700px){.nav-toggle{display:none}.install-app-button{margin-left:auto}}

/* =========================================================
   OCS Ping 1.5 — desktop navigation, legal pages, resolver, 404
   ========================================================= */
@media (min-width:981px){
  .main-nav{gap:5px;padding:4px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}
  .main-nav>a,.tools-menu>summary{position:relative;min-height:39px;padding:0 13px;border-radius:10px;color:#a9b8c8;font-size:13px;font-weight:600;letter-spacing:-.005em}
  .main-nav>a:hover,.tools-menu>summary:hover{background:rgba(255,255,255,.055);color:#fff}
  .main-nav>a.active,.tools-menu>summary.active{background:linear-gradient(180deg,rgba(68,142,255,.17),rgba(68,142,255,.09));color:#fff;box-shadow:inset 0 0 0 1px rgba(90,167,255,.10)}
  .main-nav>a.active::after,.tools-menu>summary.active::after{content:"";position:absolute;left:13px;right:13px;bottom:-5px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--accent),var(--accent-2));opacity:.8}
  .tools-menu>summary{gap:7px}
  .nav-chevron{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
  .tools-menu[open] .nav-chevron{transform:rotate(180deg)}
  .tools-menu-popover{right:0;top:50px;width:430px;padding:10px;border-radius:18px;background:rgba(8,21,34,.98);border:1px solid rgba(108,169,220,.18);box-shadow:0 24px 70px rgba(0,0,0,.38)}
  .tools-popover-heading{padding:8px 9px 10px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:6px;display:flex;flex-direction:column;gap:1px}
  .tools-popover-heading strong{font-size:12px;color:#f1f7fd}
  .tools-popover-heading span{font-size:10px;color:#7f93a7}
  .tools-popover-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}
  .tools-menu-popover a{min-width:0;padding:10px;border-radius:12px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center}
  .tools-menu-popover a:hover,.tools-menu-popover a.active{background:#102439}
  .tool-menu-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(47,124,255,.10);border:1px solid rgba(75,155,255,.12);color:#55baff;font-size:9px;font-weight:800;letter-spacing:-.02em}
  .tool-menu-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
  .tool-menu-copy strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .tool-menu-copy small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8ea0b2}
}

@media (max-width:980px){
  .nav-chevron{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s ease}
  .tools-menu[open] .nav-chevron{transform:rotate(180deg)}
  .tools-popover-heading{display:none}
  .tools-popover-grid{display:grid;grid-template-columns:1fr;gap:2px}
  .tools-menu-popover a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center}
  .tool-menu-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(47,124,255,.10);color:#56b9ff;font-size:9px;font-weight:800}
  .tool-menu-copy{display:flex;flex-direction:column;min-width:0}
}

/* Resolver */
.resolver-card{max-width:900px;margin:0 auto}
.resolver-hint{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:12px 0 0;color:var(--muted);font-size:10px}
.resolver-hint span{padding:4px 7px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);font-weight:700;color:var(--text)}
.resolver-hint i{font-style:normal}
.resolver-loading{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}
.resolver-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.resolver-main-value{font-size:clamp(21px,3.5vw,32px);margin-top:3px}
.resolver-list{display:grid;gap:8px;margin-top:16px}
.resolver-row{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(120px,.8fr);gap:10px;align-items:center;padding:10px 11px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}
.resolver-row code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;overflow-wrap:anywhere}
.resolver-row small{color:var(--muted);overflow-wrap:anywhere}
.resolver-subsection{margin-top:16px}
.resolver-addresses{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}
.resolver-address{padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);font-size:11px}
@media (max-width:700px){
  .resolver-result-head{flex-direction:column;gap:8px}
  .resolver-row{grid-template-columns:auto minmax(0,1fr)}
  .resolver-row small{grid-column:2}
}

/* Legal pages */
.policy-summary{padding:16px 17px;margin-bottom:24px;border-radius:15px;border:1px solid color-mix(in srgb,var(--accent) 20%,var(--line));background:color-mix(in srgb,var(--accent) 6%,var(--surface-2))}
.policy-summary strong{display:block;margin-bottom:4px;font-size:14px}
.policy-summary p{margin:0!important}
.policy-list{margin:0 0 18px;padding-left:20px;color:var(--muted)}
.policy-list li+li{margin-top:8px}
.policy-list strong{color:var(--text)}
.policy-content a{text-decoration-color:color-mix(in srgb,var(--accent) 50%,transparent);text-underline-offset:3px}
.policy-table-wrap{overflow-x:auto;margin:12px 0 20px;border:1px solid var(--line);border-radius:14px}
.policy-table{width:100%;min-width:680px;border-collapse:collapse;background:var(--surface-2)}
.policy-table th,.policy-table td{padding:11px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line);font-size:11px;line-height:1.55}
.policy-table th{color:var(--text);font-weight:800;background:color-mix(in srgb,var(--surface-3) 70%,transparent)}
.policy-table td{color:var(--muted)}
.policy-table tr:last-child td{border-bottom:0}
.policy-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;color:var(--text)}

/* Branded 404 */
.not-found-section{padding:72px 0 64px;min-height:66vh;display:grid;align-items:center}
.not-found-wrap{text-align:center;max-width:760px;position:relative}
.not-found-code{font-size:clamp(110px,24vw,230px);font-weight:900;line-height:.72;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,var(--accent) 24%,var(--line));opacity:.55;user-select:none;margin-bottom:-18px}
.not-found-wrap h1{font-size:clamp(34px,6vw,54px);line-height:1.02;letter-spacing:-.05em;margin:18px 0 12px}
.not-found-wrap>p{max-width:610px;margin:0 auto;color:var(--muted);font-size:15px}
.not-found-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:24px}
.not-found-tools{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:22px;font-size:11px;color:var(--muted)}
.not-found-tools a{text-decoration:none}.not-found-tools a:hover{color:var(--text)}
@media (max-width:700px){
  .not-found-section{padding:46px 0 40px;min-height:58vh}
  .not-found-code{margin-bottom:-8px}
  .not-found-actions{display:grid;grid-template-columns:1fr;width:100%}
}
