:root {
  --paper: #f3f1e8;
  --paper-bright: #fffdf6;
  --ink: #0b1833;
  --ink-soft: #44506a;
  --blue: #0d42ff;
  --blue-dark: #092fb8;
  --orange: #ff5a36;
  --acid: #d9ff55;
  --line: rgba(11, 24, 51, .16);
  --dark-line: rgba(255, 255, 255, .16);
  --mono: "IBM Plex Mono", "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --display: "Bahnschrift", "Aptos Display", "Arial Narrow", sans-serif;
  --body: "Aptos", "Gill Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
button, input { font: inherit; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .13; background: repeating-radial-gradient(circle at 20% 30%, transparent 0 2px, rgba(11,24,51,.08) 2px 3px, transparent 3px 7px); background-size: 13px 11px; mix-blend-mode: multiply; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.topbar { min-height: 74px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); background: rgba(243, 241, 232, .94); backdrop-filter: blur(16px); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.brand b { margin-left: 3px; color: var(--blue); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.nav-links { display: flex; gap: 34px; font-size: 14px; }
.nav-links a { position: relative; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.nav-actions, .lang-switch { display: flex; align-items: center; gap: 18px; }
.lang-switch { gap: 7px; font-family: var(--mono); font-size: 11px; }
.lang-switch button { padding: 5px 0; border: 0; color: var(--ink-soft); background: none; cursor: pointer; }
.lang-switch button[aria-pressed="true"] { color: var(--blue); border-bottom: 2px solid var(--blue); }
.lang-switch i { color: #9aa0ad; font-style: normal; }
.console-link, .back-link { padding: 9px 14px; border: 1px solid var(--ink); text-decoration: none; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; transition: .2s ease; }
.console-link:hover { color: white; background: var(--ink); }

.hero { min-height: 680px; padding-block: 92px 82px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.eyebrow, .section-index, .card-kicker { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); }
.live-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 90, 54, .13); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 670px; margin: 24px 0 25px; font-family: var(--display); font-size: clamp(54px, 6.4vw, 92px); font-weight: 650; line-height: .94; letter-spacing: -.065em; }
.hero-lead { max-width: 630px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 48px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { border-color: var(--line); background: transparent; }
.button-quiet:hover { border-color: var(--ink); }

.orbit-panel { overflow: hidden; border: 1px solid var(--ink); background: var(--ink); color: white; box-shadow: 18px 18px 0 var(--orange); }
.panel-head, .route-title, .route-foot { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.panel-head { border-bottom: 1px solid var(--dark-line); }
.health { display: flex; align-items: center; gap: 7px; color: var(--acid); }
.health i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.topology { height: 400px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(13, 66, 255, .22), transparent 45%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; }
.ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 190px; height: 190px; }
.ring-two { width: 320px; height: 320px; }
.axis { position: absolute; background: rgba(255,255,255,.13); }
.axis-x { left: 8%; right: 8%; top: 50%; height: 1px; }
.axis-y { top: 8%; bottom: 8%; left: 50%; width: 1px; }
.core { position: absolute; left: 50%; top: 50%; width: 92px; height: 92px; display: grid; place-content: center; text-align: center; border: 1px solid var(--acid); border-radius: 50%; background: var(--blue); transform: translate(-50%, -50%); box-shadow: 0 0 36px rgba(13,66,255,.7); }
.core span { font-family: var(--display); font-size: 25px; font-weight: 700; }
.core small { font-family: var(--mono); font-size: 8px; letter-spacing: .15em; }
.node { position: absolute; display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.node i { width: 12px; height: 12px; border: 2px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.node-a { left: 15%; top: 27%; }.node-b { right: 10%; top: 36%; }.node-c { left: 20%; bottom: 18%; }
.packet { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); animation: travel 4s linear infinite; }
.packet-a { top: calc(50% - 3px); left: 10%; }.packet-b { left: calc(50% - 3px); top: 12%; animation-delay: -2s; }
@keyframes travel { 0% { transform: translate(0,0); opacity: 0; } 15% { opacity: 1; } 50% { transform: translate(190px, 0); } 85% { opacity: 1; } 100% { transform: translate(380px, 0); opacity: 0; } }
.packet-b { animation-name: travel-y; }
@keyframes travel-y { 0% { transform: translateY(0); opacity: 0; } 15% { opacity: 1; } 100% { transform: translateY(300px); opacity: 0; } }
.panel-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); }
.panel-metrics div { padding: 18px; border-right: 1px solid var(--dark-line); }
.panel-metrics div:last-child { border-right: 0; }
.panel-metrics span, .panel-metrics b { display: block; }
.panel-metrics span { color: #8c98b3; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.panel-metrics b { margin-top: 5px; font-family: var(--display); font-size: 20px; }

.signal-strip { overflow: hidden; border-block: 1px solid var(--ink); background: var(--acid); }
.ticker { width: max-content; display: flex; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; will-change: transform; }
.ticker-group { display: flex; flex-shrink: 0; gap: 50px; padding: 13px 2px; }
.ticker span { display: flex; align-items: center; gap: 9px; }.ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

.section { padding-block: 120px; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-index { color: var(--blue); }
.section h2, .network-section h2, .cta h2 { margin: 18px 0; font-family: var(--display); font-size: clamp(40px, 5vw, 67px); font-weight: 650; line-height: 1; letter-spacing: -.05em; }
.section-heading p, .network-copy p, .reliability-copy > p { max-width: 650px; color: var(--ink-soft); font-size: 18px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.capability { min-height: 340px; padding: 28px; position: relative; border-right: 1px solid var(--ink); background: var(--paper-bright); }
.capability:last-child { border-right: 0; }
.cap-number { font-family: var(--mono); font-size: 10px; color: var(--blue); }
.cap-icon { width: 72px; height: 72px; margin: 55px 0 35px; position: relative; }
.trace-icon { border: 1px solid var(--ink); border-radius: 50%; }
.trace-icon::before, .trace-icon::after { content: ""; position: absolute; top: 50%; height: 1px; background: var(--blue); }
.trace-icon::before { left: -12px; width: 48px; }.trace-icon::after { right: -12px; width: 48px; }
.pulse-icon { background: repeating-linear-gradient(90deg, transparent 0 8px, var(--line) 8px 9px); }
.pulse-icon::after { content: ""; position: absolute; inset: 25px 0; border-block: 3px solid var(--orange); transform: skewY(-18deg); }
.shield-icon { border: 2px solid var(--blue); border-radius: 50% 50% 42% 42%; }
.shield-icon::after { content: ""; position: absolute; width: 12px; height: 12px; left: 28px; top: 28px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 8px var(--ink); }
.capability h3 { margin-bottom: 12px; font-family: var(--display); font-size: 25px; letter-spacing: -.03em; }
.capability p { color: var(--ink-soft); font-size: 15px; }

.network-section { padding-block: 120px; color: white; background: var(--blue); }
.network-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.network-section .section-index { color: var(--acid); }.network-section h2 { max-width: 500px; }.network-copy p { color: #c9d3ff; }
.check-list { padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { padding: 13px 0 13px 25px; position: relative; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.check-list li::before { content: "+"; position: absolute; left: 0; color: var(--acid); font-family: var(--mono); }
.route-card { border: 1px solid rgba(255,255,255,.55); background: #092fb8; box-shadow: 16px 16px 0 var(--acid); }
.route-title { border-bottom: 1px solid var(--dark-line); }.route-title b { color: var(--acid); }
.route-line { padding: 70px 35px 58px; display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.route-line::before { content: ""; position: absolute; left: 12%; right: 12%; top: 87px; height: 1px; background: rgba(255,255,255,.4); }
.route-hop { position: relative; z-index: 1; text-align: center; }
.route-hop i { width: 18px; height: 18px; margin: 8px auto 22px; display: block; border: 4px solid #092fb8; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 1px var(--acid); }
.route-hop strong, .route-hop small { display: block; font-family: var(--mono); }.route-hop strong { font-size: 10px; }.route-hop small { margin-top: 6px; color: #b7c5ff; font-size: 9px; }
.waveform { height: 76px; padding: 18px 28px; display: flex; align-items: end; gap: 8px; border-block: 1px solid var(--dark-line); }
.waveform i { flex: 1; background: rgba(217,255,85,.7); animation: wave 2.6s ease-in-out infinite alternate; }.waveform i:nth-child(3n) { height: 80%; }.waveform i:nth-child(3n+1) { height: 35%; }.waveform i:nth-child(3n+2) { height: 58%; }
@keyframes wave { to { height: 20%; opacity: .5; } }
.route-foot { color: #aabaff; }

.reliability { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.big-number { font-family: var(--display); font-size: clamp(112px, 18vw, 230px); font-weight: 700; line-height: .75; letter-spacing: -.1em; color: var(--orange); }
.big-number::after { content: "%"; margin-left: 12px; font-family: var(--mono); font-size: 20px; letter-spacing: 0; color: var(--ink); }
.mini-metrics { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.mini-metrics div { padding: 18px 10px 0 0; }.mini-metrics b, .mini-metrics span { display: block; }.mini-metrics b { font-family: var(--display); font-size: 27px; }.mini-metrics span { color: var(--ink-soft); font-size: 12px; }
.cta { margin-bottom: 70px; padding: 55px; display: flex; align-items: end; justify-content: space-between; gap: 40px; color: white; background: var(--ink); }
.cta .section-index { color: var(--acid); }.cta h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(38px, 5vw, 62px); }.button-invert { flex: none; color: var(--ink); background: var(--acid); }
.footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.footer > span { text-align: right; font-family: var(--mono); font-size: 9px; }.footer p { margin: 0; text-align: center; }.footer-brand { font-size: 17px; }

.utility-page { min-height: 100vh; }.topbar-dark { color: white; border-color: var(--dark-line); background: rgba(11,24,51,.94); }.topbar-dark .brand b, .topbar-dark .lang-switch button[aria-pressed="true"] { color: var(--acid); }.topbar-dark .lang-switch button { color: #aeb8d0; }.topbar-dark .back-link { border-color: rgba(255,255,255,.5); }.topbar-dark .back-link:hover { color: var(--ink); background: white; }
.console-page { color: white; background: var(--ink); }.utility-shell { min-height: calc(100vh - 74px); display: grid; grid-template-columns: 1fr 1fr; }
.console-context { padding: clamp(60px, 9vw, 145px) max(35px, calc((100vw - 1180px) / 2)); padding-right: 8vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 15% 90%, rgba(13,66,255,.7), transparent 35%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: auto, 32px 32px, 32px 32px; }
.section-index.light { color: var(--acid); }.console-context h1 { max-width: 590px; margin: 25px 0; font-family: var(--display); font-size: clamp(58px, 7vw, 102px); line-height: .9; letter-spacing: -.065em; }.console-context p { max-width: 500px; color: #bdc7db; font-size: 18px; }
.security-note { margin-top: 45px; display: flex; align-items: center; gap: 12px; color: #dce3f1; font-family: var(--mono); font-size: 10px; }.security-note i { width: 10px; height: 10px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(217,255,85,.1); }
.login-card { margin: auto; width: min(470px, calc(100% - 48px)); padding: 46px; color: var(--ink); background: var(--paper-bright); box-shadow: 14px 14px 0 var(--orange); }.card-kicker { color: var(--blue); }.login-card h2 { margin: 16px 0 5px; font-family: var(--display); font-size: 38px; letter-spacing: -.04em; }.login-card > p { color: var(--ink-soft); font-size: 14px; }.login-card form { margin-top: 30px; }.login-card label { margin-top: 17px; display: block; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .05em; }.login-card input { width: 100%; height: 50px; margin-top: 8px; padding: 10px 13px; border: 1px solid #b8bfca; border-radius: 0; outline: none; color: var(--ink); background: white; }.login-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,66,255,.12); }.submit-button { width: 100%; margin-top: 24px; justify-content: space-between; }.submit-button:disabled { opacity: .75; }.submit-button.is-loading i { animation: loading .7s linear infinite; } @keyframes loading { to { transform: translateX(8px); } }
.card-foot { margin-top: 25px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; }.card-foot .live-dot { width: 7px; height: 7px; background: var(--blue); box-shadow: 0 0 0 4px rgba(13,66,255,.1); }

.state-shell { min-height: calc(100vh - 74px); padding: 60px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; background: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px), var(--ink); background-size: 34px 34px; }
.state-code { font-family: var(--display); font-size: clamp(150px, 26vw, 360px); font-weight: 700; line-height: .7; letter-spacing: -.12em; color: var(--blue); }.denied-code { color: var(--orange); }.state-copy { max-width: 640px; }.state-copy h1 { margin: 20px 0; font-family: var(--display); font-size: clamp(50px, 6vw, 82px); line-height: .95; letter-spacing: -.055em; }.state-copy p { color: #bec7d8; font-size: 18px; }.state-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }.button-light { color: var(--ink); background: var(--acid); }.text-link { font-family: var(--mono); font-size: 10px; text-underline-offset: 6px; }.incident-ref { margin-top: 60px; padding-top: 15px; border-top: 1px solid var(--dark-line); color: #8792aa; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.light-state { color: var(--ink); background: linear-gradient(var(--line) 1px,transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px), var(--paper); background-size: 34px 34px; }.light-state .state-copy p { color: var(--ink-soft); }.dark-ref { border-color: var(--line); color: var(--ink-soft); }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .7s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero > *, .hero-copy, .network-copy, .reliability-copy { min-width: 0; }

@media (max-width: 940px) {
  .nav-links { display: none; }.hero { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 720px; }.network-layout, .reliability { grid-template-columns: 1fr; }.network-layout { gap: 55px; }.capability-grid { grid-template-columns: 1fr; }.capability { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--ink); }.capability:last-child { border-bottom: 0; }.cap-icon { margin: 38px 0 25px; }.utility-shell { grid-template-columns: 1fr; }.console-context { min-height: 520px; }.login-card { margin-block: 80px; }.state-shell { grid-template-columns: 1fr; gap: 50px; }.state-code { margin-top: 40px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }.topbar { min-height: 68px; padding-inline: 14px; gap: 14px; }.brand { font-size: 17px; }.brand img { width: 27px; height: 27px; }.brand b, .console-link { display: none; }.nav-actions { gap: 10px; }.back-link { padding: 7px 9px; }.hero { min-height: auto; padding-block: 65px 60px; }.hero h1 { max-width: 100%; font-size: clamp(46px, 13vw, 62px); }.hero-lead { font-size: 16px; }.orbit-panel { box-shadow: 8px 8px 0 var(--orange); }.topology { height: 330px; }.ring-two { width: 270px; height: 270px; }.node { font-size: 7px; }.panel-metrics div { padding: 13px 9px; }.panel-metrics b { font-size: 16px; }.section, .network-section { padding-block: 82px; }.section h2, .network-section h2 { font-size: 42px; }.capability { padding: 24px; }.route-card { box-shadow: 8px 8px 0 var(--acid); }.route-line { padding-inline: 8px; }.route-hop strong { font-size: 8px; }.route-hop small { font-size: 7px; }.big-number { font-size: 38vw; }.mini-metrics { grid-template-columns: 1fr; }.cta { margin-bottom: 30px; padding: 34px 25px; flex-direction: column; align-items: flex-start; }.footer { padding-block: 35px; grid-template-columns: 1fr; }.footer p, .footer > span { text-align: left; }.login-card { width: calc(100% - 28px); padding: 30px 22px; box-shadow: 8px 8px 0 var(--orange); }.console-context { min-height: 450px; padding-inline: 22px; }.console-context h1 { font-size: 58px; }.state-shell { padding-inline: 20px; }.state-code { font-size: 45vw; }.state-copy h1 { font-size: 48px; }.state-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker { transform: none !important; }
}

@media (max-width: 620px) {
  .topbar { gap: 8px; }
  .brand { font-size: 16px; }
  .nav-actions { gap: 6px; }
  .console-link { display: inline-flex !important; }
}
