@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter:wght@300;400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");

:root {
    --ink: #080a0f;
    --ink-soft: #0d1119;
    --ink-panel: #111722;
    --paper: #f4f0e8;
    --paper-soft: #d7d4ce;
    --paper-muted: #989da7;
    --rule: rgb(244 240 232 / 0.14);
    --rule-strong: rgb(244 240 232 / 0.28);
    --orange: #f47749;
    --orange-bright: #ff8a5f;
    --orange-dark: #bd4927;
    --orange-wash: rgb(244 119 73 / 0.14);
    --blue: #829bff;
    --blue-bright: #a7b8ff;
    --blue-dark: #20376f;
    --blue-deep: #142346;
    --blue-wash: rgb(130 155 255 / 0.14);
    --signal: var(--orange);
    --route-color: var(--orange);
    --route-rgb: 244 119 73;
    --font-sans: "Inter", system-ui, sans-serif;
    --font-serif: "Instrument Serif", Georgia, serif;
    --font-mono: "DM Mono", monospace;
    --header-height: 5.25rem;
    --page-gutter: clamp(1.2rem, 4vw, 4.8rem);
    --container: 94rem;
    --radius-sm: 0.4rem;
    --radius: 0.85rem;
    --radius-lg: 1.4rem;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-route: cubic-bezier(0.65, 0, 0.18, 1);
    --shadow: 0 2rem 7rem rgb(0 0 0 / 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 20rem; background: var(--ink); color: var(--paper); font-family: var(--font-sans); font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body[data-section-tone="blue"], body[data-section-tone="blue-solid"] { --route-color: var(--blue); --route-rgb: 130 155 255; }
body[data-section-tone="orange"], body[data-section-tone="orange-solid"] { --route-color: var(--orange); --route-rgb: 244 119 73; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, ul, ol { margin: 0; }
ul, ol { padding: 0; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--route-color); }
[hidden] { display: none !important; }

.container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--container)); margin-inline: auto; }
.site-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(0.8rem, 1.7vw, 2rem); }
.eyebrow, .index-label, .thread-label, .dashboard-register, .onboarding-step__register, .signup-path-panel__index, .signup-flow-intro__register, .account-entry__register { font-family: var(--font-mono); font-size: 0.66rem; line-height: 1.3; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow, .index-label { color: var(--route-color); }
.body-large { font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.65; color: var(--paper-soft); }
.text-soft { color: var(--paper-muted); }
.serif-emphasis, em { font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.skip-link { position: fixed; z-index: 5000; top: 0.75rem; left: 0.75rem; padding: 0.8rem 1rem; color: var(--ink); background: var(--paper); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.button { position: relative; display: inline-flex; min-height: 3.3rem; align-items: center; justify-content: center; gap: 1rem; padding: 0.85rem 1.25rem; border: 1px solid var(--rule-strong); border-radius: var(--radius-sm); background: transparent; color: var(--paper); font-size: 0.78rem; font-weight: 600; cursor: pointer; overflow: hidden; transition: transform 220ms var(--ease), border-color 220ms, background 220ms, color 220ms; }
.button::before { position: absolute; inset: 0; background: linear-gradient(105deg, transparent 20%, rgb(255 255 255 / 0.12), transparent 78%); content: ""; transform: translateX(-120%); transition: transform 500ms var(--ease); }
.button:hover::before, .button:focus-visible::before { transform: translateX(120%); }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: var(--route-color); }
.button--primary, .button--signal { background: var(--orange); border-color: var(--orange); color: #0b0908; }
.button--secondary { background: var(--blue); border-color: var(--blue); color: #080b14; }
.button--ghost { background: rgb(255 255 255 / 0.025); }
.button--small { min-height: 2.65rem; padding: 0.65rem 1rem; font-size: 0.7rem; }
.button--large { min-height: 3.9rem; padding-inline: 1.6rem; }
.button__label, .button__arrow { position: relative; z-index: 1; }
.button__arrow { font-size: 1rem; }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 0.65rem; border: 0; padding: 0; background: transparent; color: var(--paper-soft); font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; }
.text-link:hover, .text-button:hover { color: var(--route-color); }

.site-header { min-height: 0; position: sticky; z-index: 1200; top: 0; height: var(--header-height); background: rgb(8 10 15 / 0.78); border-bottom: 1px solid var(--rule); backdrop-filter: blur(22px) saturate(1.1); }
.site-header__inner { min-height: 0; display: grid; grid-template-columns: minmax(13rem, 0.9fr) minmax(12rem, 0.7fr) minmax(0, 1.65fr); align-items: center; height: 100%; gap: 1.8rem; }
.site-wordmark { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 0.7rem; width: max-content; }
.site-wordmark__junction { grid-row: 1 / 3; position: relative; width: 1.7rem; height: 1.7rem; border: 1px solid var(--rule-strong); border-radius: 50%; }
.site-wordmark__junction::before, .site-wordmark__junction::after { position: absolute; top: 50%; content: ""; transform: translateY(-50%); }
.site-wordmark__junction::before { right: 50%; width: 2.8rem; height: 1px; background: linear-gradient(90deg, transparent, var(--route-color)); }
.site-wordmark__junction::after { left: 50%; width: 0.45rem; height: 0.45rem; background: var(--route-color); border-radius: 50%; box-shadow: 0 0 0 0.3rem rgb(var(--route-rgb) / 0.12), 0 0 1rem rgb(var(--route-rgb) / 0.42); }
.site-wordmark__name { display: flex; align-items: baseline; font-size: 1.05rem; font-weight: 600; letter-spacing: -0.05em; }
.site-wordmark__line { font-family: var(--font-serif); font-size: 1.12em; font-style: italic; font-weight: 400; }
.site-wordmark__descriptor { grid-column: 2; font-family: var(--font-mono); font-size: 0.42rem; letter-spacing: 0.18em; color: var(--paper-muted); text-transform: uppercase; }
.site-header__route { min-width: 0; display: flex; align-items: center; gap: 0.8rem; color: var(--paper-muted); }
.site-header__route::before { width: min(8vw, 7rem); height: 1px; background: linear-gradient(90deg, var(--rule-strong), transparent); content: ""; }
.site-header__route-label { font-family: var(--font-mono); font-size: 0.53rem; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.site-header__route-label strong { margin-left: 0.45rem; color: var(--paper); }
.site-header__navigation { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.2rem, 2.7vw, 3rem); }
.primary-navigation { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.primary-navigation__link { position: relative; padding-block: 0.6rem; color: var(--paper-muted); font-size: 0.72rem; transition: color 180ms; }
.primary-navigation__link::after { position: absolute; right: 0; bottom: 0.2rem; left: 0; height: 1px; background: var(--route-color); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 260ms var(--ease); }
.primary-navigation__link:hover { color: var(--paper); }
.primary-navigation__link:hover::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; gap: 0.65rem; }
.navigation-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: 0; border: 1px solid var(--rule); background: transparent; }
.navigation-toggle span { display: block; width: 1.15rem; height: 1px; margin: 0.28rem auto; background: var(--paper); }
.site-header__branch { position: absolute; right: 0; bottom: -1px; width: 18%; height: 1px; background: linear-gradient(90deg, transparent, var(--route-color)); }

.commonline-transition { position: fixed; z-index: 4000; inset: 0; display: grid; place-items: center; background: rgb(7 9 13 / 0.96); opacity: 0; pointer-events: none; transition: opacity 260ms; }
.commonline-transition[data-active="true"] { opacity: 1; pointer-events: auto; }
.commonline-transition__inner { width: min(32rem, calc(100% - 3rem)); }
.commonline-transition__label { display: block; margin-bottom: 1rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }
.commonline-transition__line { position: relative; display: block; height: 1px; background: var(--rule); overflow: visible; }
.commonline-transition__line::before { position: absolute; inset: 0; background: linear-gradient(90deg, var(--route-color), var(--blue)); content: ""; transform: scaleX(0); transform-origin: left; }
.commonline-transition[data-active="true"] .commonline-transition__line::before { animation: transition-line 480ms var(--ease) forwards; }
.commonline-transition__node { position: absolute; top: 50%; left: 0; width: 0.65rem; height: 0.65rem; background: var(--route-color); border-radius: 50%; box-shadow: 0 0 1.3rem rgb(var(--route-rgb) / 0.65); transform: translate(-50%, -50%); }
.commonline-transition[data-active="true"] .commonline-transition__node { animation: transition-node 480ms var(--ease) forwards; }
@keyframes transition-line { to { transform: scaleX(1); } }
@keyframes transition-node { to { left: 100%; } }

.commonline-route-rail { position: fixed; z-index: 1050; top: calc(var(--header-height) + 2rem); bottom: 2rem; left: clamp(0.7rem, 1.35vw, 1.5rem); width: 1.8rem; color: var(--route-color); opacity: 1; pointer-events: none; transition: opacity 280ms, color 420ms var(--ease); }
body[data-route-rail-hidden="true"] .commonline-route-rail { opacity: 0; }
.commonline-route-rail__track, .commonline-route-rail__progress { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; }
.commonline-route-rail__track { background: var(--rule); }
.commonline-route-rail__progress { bottom: auto; height: var(--route-progress, 0%); background: currentColor; box-shadow: 0 0 0.8rem rgb(var(--route-rgb) / 0.3); transition: background 420ms; }
.commonline-route-rail__node { position: absolute; top: var(--route-progress, 0%); left: 50%; width: 0.62rem; height: 0.62rem; background: currentColor; border: 2px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 0.3rem rgb(var(--route-rgb) / 0.12), 0 0 1.2rem rgb(var(--route-rgb) / 0.55); transform: translate(-50%, -50%); transition: background 420ms, box-shadow 420ms; }
.commonline-route-rail__label { position: absolute; top: min(calc(var(--route-progress, 0%) + 1rem), calc(100% - 8rem)); left: 1.15rem; width: 8rem; font-family: var(--font-mono); font-size: 0.48rem; letter-spacing: 0.12em; text-transform: uppercase; transform: rotate(90deg); transform-origin: left top; white-space: nowrap; }

.home-background-field { position: fixed; z-index: 0; inset: var(--header-height) 0 0; overflow: hidden; opacity: 0.48; pointer-events: none; transition: filter 650ms, opacity 650ms; }
.home-background-field::before { position: absolute; inset: 0; background: radial-gradient(circle at 72% 20%, rgb(244 119 73 / 0.1), transparent 24rem), radial-gradient(circle at 25% 70%, rgb(130 155 255 / 0.08), transparent 30rem); content: ""; }
.home-background-field__line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--rule-strong), transparent); transform-origin: left; }
.home-background-field__line--one { top: 15%; left: 8%; width: 58%; rotate: 7deg; }
.home-background-field__line--two { top: 38%; right: -5%; width: 60%; rotate: -8deg; }
.home-background-field__line--three { bottom: 31%; left: -4%; width: 68%; rotate: 4deg; }
.home-background-field__line--four { right: 4%; bottom: 12%; width: 43%; background: linear-gradient(90deg, transparent, var(--route-color), transparent); rotate: -4deg; }
.home-background-field__node { position: absolute; width: 0.55rem; height: 0.55rem; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; }
.home-background-field__node--one { top: 14%; left: 39%; }
.home-background-field__node--two { top: 37%; right: 27%; }
.home-background-field__node--three { bottom: 30%; left: 28%; }
.home-background-field__node--four { right: 19%; bottom: 11%; background: var(--route-color); box-shadow: 0 0 1rem rgb(var(--route-rgb) / 0.55); }
.thread-section { position: relative; z-index: 2; overflow: clip; }
.thread-label { position: absolute; z-index: 3; top: 3rem; left: var(--page-gutter); color: var(--paper-muted); writing-mode: vertical-rl; }

.home-hero { min-height: calc(100svh - var(--header-height)); padding: clamp(4rem, 8vh, 7rem) 0 3.5rem; background: linear-gradient(135deg, rgb(8 10 15 / 0.96), rgb(8 10 15 / 0.88)); }
.home-hero__inner { position: relative; min-height: calc(100svh - var(--header-height) - 7.5rem); grid-template-rows: auto 1fr auto; }
.home-hero__heading { z-index: 3; grid-column: 1 / 10; }
.home-hero__title { max-width: 8.4ch; margin-top: 1.3rem; font-size: clamp(4.8rem, 10.5vw, 11rem); font-weight: 500; line-height: 0.79; letter-spacing: -0.09em; }
.home-hero__title-serif { display: block; margin-left: clamp(1rem, 8vw, 8rem); color: var(--orange); font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -0.055em; white-space: nowrap; }
.home-hero__introduction { z-index: 4; grid-column: 8 / 13; grid-row: 2; align-self: end; padding: 2rem 0 3rem; }
.home-hero__introduction::before { display: block; width: 8rem; height: 1px; margin-bottom: 1.5rem; background: linear-gradient(90deg, var(--orange), var(--blue)); content: ""; }
.home-hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.home-hero__register { grid-column: 1 / 13; grid-row: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-block: 1px solid var(--rule); }
.home-hero__register span { padding: 0.85rem; font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.13em; color: var(--paper-muted); text-transform: uppercase; }
.home-hero__register span:nth-child(2) { text-align: center; border-inline: 1px solid var(--rule); }
.home-hero__register span:last-child { text-align: right; }
.home-hero__line-field { position: absolute; z-index: 1; inset: 8% -5% 18% 28%; pointer-events: none; }
.home-hero__line { position: absolute; display: block; height: 1px; background: var(--rule-strong); }
.home-hero__line--one { top: 18%; right: 0; left: 0; background: linear-gradient(90deg, var(--orange), var(--rule-strong), transparent); rotate: 7deg; }
.home-hero__line--two { top: 50%; right: -8%; left: 12%; background: linear-gradient(90deg, transparent, var(--blue), var(--rule)); rotate: -10deg; }
.home-hero__line--three { top: 78%; right: 6%; left: 3%; background: linear-gradient(90deg, transparent, var(--rule), var(--orange)); rotate: 4deg; }
.home-hero__node { position: absolute; width: 0.7rem; height: 0.7rem; border: 1px solid var(--paper-soft); border-radius: 50%; background: var(--ink); }
.home-hero__node--one { top: 15%; left: 28%; border-color: var(--orange); box-shadow: 0 0 1rem rgb(244 119 73 / 0.45); }
.home-hero__node--two { top: 47%; right: 22%; border-color: var(--blue); box-shadow: 0 0 1rem rgb(130 155 255 / 0.45); }
.home-hero__node--three { right: 10%; bottom: 16%; background: var(--orange); border-color: var(--orange); }
.home-hero__route-cards { position: absolute; z-index: 2; right: 0; top: 3%; display: grid; grid-template-columns: repeat(2, minmax(9rem, 1fr)); width: min(27rem, 36%); border: 1px solid var(--rule); background: rgb(10 13 19 / 0.6); backdrop-filter: blur(12px); }
.home-hero__route-cards article { min-height: 8rem; padding: 1rem; border: 1px solid var(--rule); }
.home-hero__route-cards article:nth-child(2), .home-hero__route-cards article:nth-child(3) { background: rgb(130 155 255 / 0.05); }
.home-hero__route-cards span { font-family: var(--font-mono); font-size: 0.55rem; color: var(--route-color); }
.home-hero__route-cards strong { display: block; margin-top: 2rem; font-family: var(--font-serif); font-size: 1.65rem; font-style: italic; font-weight: 400; }
.home-hero__route-cards small { display: block; margin-top: 0.2rem; color: var(--paper-muted); font-size: 0.65rem; }

.home-manifesto { min-height: 92svh; padding: clamp(8rem, 14vw, 14rem) 0; background: linear-gradient(145deg, #172b59, #102044 70%, #0c1732); color: var(--paper); }
.home-manifesto::after { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px); background-size: 4.5rem 4.5rem; content: ""; opacity: 0.35; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); }
.home-manifesto .container { position: relative; z-index: 2; }
.home-manifesto__index { grid-column: 1 / 3; padding-top: 0.8rem; }
.home-manifesto__statement { grid-column: 3 / 10; font-size: clamp(3.3rem, 7vw, 7.4rem); font-weight: 500; line-height: 0.87; letter-spacing: -0.075em; }
.home-manifesto__serif { margin: 0.7rem 0 0 clamp(1rem, 6vw, 6rem); color: var(--blue-bright); }
.home-manifesto__aside { grid-column: 10 / 13; align-self: end; display: grid; gap: 1.2rem; color: rgb(244 240 232 / 0.72); font-size: 0.82rem; }
.home-manifesto__signals { position: absolute; inset: 12% 4% 8% 45%; }
.home-manifesto__signals span { position: absolute; display: block; width: 0.65rem; height: 0.65rem; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 0.4rem rgb(130 155 255 / 0.1), 0 0 2rem rgb(130 155 255 / 0.35); }
.home-manifesto__signals span:nth-child(1) { top: 8%; left: 20%; }.home-manifesto__signals span:nth-child(2) { top: 37%; right: 8%; }.home-manifesto__signals span:nth-child(3) { bottom: 22%; left: 45%; }.home-manifesto__signals span:nth-child(4) { bottom: 0; right: 27%; background: var(--orange); }

.home-section-heading { align-items: end; margin-bottom: clamp(4rem, 9vw, 8rem); }
.home-section-heading__index { grid-column: 1 / 3; align-self: start; padding-top: 0.6rem; }
.home-section-heading__title { grid-column: 3 / 10; max-width: 9ch; font-size: clamp(3.5rem, 7vw, 7.4rem); line-height: 0.84; letter-spacing: -0.08em; }
.home-section-heading__title .serif-emphasis { display: block; margin-left: clamp(1rem, 5vw, 5rem); color: var(--route-color); }
.home-section-heading__copy { grid-column: 10 / 13; max-width: 22rem; color: var(--paper-muted); font-size: 0.8rem; }
.home-directions { padding: clamp(8rem, 14vw, 14rem) 0; background: linear-gradient(145deg, rgb(244 119 73 / 0.06), transparent 35%), #0c1017; border-block: 1px solid var(--rule); }
.home-direction-list { border-top: 1px solid var(--rule-strong); list-style: none; }
.home-direction__link { position: relative; display: grid; grid-template-columns: 3rem minmax(10rem, 0.28fr) minmax(0, 1fr) 4rem; align-items: center; gap: clamp(1rem, 3vw, 3rem); min-height: clamp(8rem, 12vw, 11rem); border-bottom: 1px solid var(--rule); color: var(--paper-soft); overflow: hidden; transition: padding 460ms var(--ease), background 260ms; }
.home-direction__link::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(244 119 73 / 0.12), transparent 55%); content: ""; opacity: 0; transition: opacity 280ms; }
.home-direction:nth-child(even) .home-direction__link::before { background: linear-gradient(90deg, rgb(130 155 255 / 0.14), transparent 55%); }
.home-direction__link:hover, .home-direction__link:focus-visible, .home-direction[data-route-active] .home-direction__link { padding-left: 1rem; background: rgb(255 255 255 / 0.018); }
.home-direction__link:hover::before, .home-direction__link:focus-visible::before, .home-direction[data-route-active] .home-direction__link::before { opacity: 1; }
.home-direction__number { z-index: 1; font-family: var(--font-mono); font-size: 0.58rem; color: var(--paper-muted); }
.home-direction__name { z-index: 1; font-family: var(--font-serif); font-size: clamp(3rem, 6vw, 6.2rem); font-style: italic; font-weight: 400; line-height: 0.82; letter-spacing: -0.06em; transition: color 250ms, transform 460ms var(--ease); }
.home-direction:nth-child(even) .home-direction__name { font-family: var(--font-sans); font-style: normal; font-weight: 500; letter-spacing: -0.08em; }
.home-direction__description { z-index: 1; max-width: 35rem; color: var(--paper-muted); font-size: 0.85rem; }
.home-direction__endpoint { z-index: 1; justify-self: end; display: grid; width: 3.4rem; height: 3.4rem; place-items: center; border: 1px solid var(--rule-strong); border-radius: 50%; transition: transform 420ms var(--ease), background 250ms, border-color 250ms; }
.home-direction__endpoint::before { width: 1.2rem; height: 1px; background: var(--paper); content: ""; }
.home-direction__link:hover .home-direction__name { color: var(--orange-bright); transform: translateX(0.5rem); }
.home-direction:nth-child(even) .home-direction__link:hover .home-direction__name { color: var(--blue-bright); }
.home-direction__link:hover .home-direction__endpoint { background: var(--route-color); border-color: var(--route-color); transform: rotate(-12deg); }

.home-process { padding: clamp(8rem, 14vw, 14rem) 0; background: var(--orange); color: #100c0a; }
.home-process .index-label, .home-process .home-section-heading__title .serif-emphasis { color: #331308; }
.home-process .home-section-heading__copy { color: rgb(16 12 10 / 0.66); }
.home-process__route { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); list-style: none; }
.home-process__route::before { position: absolute; top: 1.15rem; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, #100c0a, rgb(16 12 10 / 0.3), #100c0a); content: ""; }
.home-process__stop { position: relative; padding-top: clamp(4rem, 7vw, 6rem); }
.home-process__stop:nth-child(2) { margin-top: 4rem; }
.home-process__node { position: absolute; top: 0.85rem; left: 0; width: 0.65rem; height: 0.65rem; background: var(--orange); border: 2px solid #100c0a; border-radius: 50%; box-shadow: 0 0 0 0.35rem var(--orange); }
.home-process__number { font-family: var(--font-mono); font-size: 0.6rem; }
.home-process__title { max-width: 8ch; margin-top: 1.2rem; font-family: var(--font-serif); font-size: clamp(2rem, 3.6vw, 3.5rem); font-weight: 400; line-height: 0.95; }
.home-process__copy { max-width: 23rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid rgb(16 12 10 / 0.3); color: rgb(16 12 10 / 0.72); font-size: 0.78rem; }

.home-exchange { padding: clamp(8rem, 13vw, 13rem) 0; background: linear-gradient(125deg, #1d3267, #142850 65%, #102041); color: var(--paper); }
.home-exchange__heading { position: sticky; top: calc(var(--header-height) + 2rem); grid-column: 1 / 6; align-self: start; }
.home-exchange__heading h2 { max-width: 7ch; margin-top: 1.2rem; font-size: clamp(3.6rem, 7vw, 7.6rem); line-height: 0.82; letter-spacing: -0.08em; }
.home-exchange__heading .serif-emphasis { display: block; margin-left: 2rem; color: var(--blue-bright); }
.home-exchange__heading > p { margin: 2rem 0 0 2rem; color: rgb(244 240 232 / 0.65); }
.home-exchange__ledger { grid-column: 7 / 13; border-top: 1px solid rgb(244 240 232 / 0.28); }
.home-exchange__row { display: grid; grid-template-columns: 1fr auto 1fr; min-height: clamp(8rem, 12vw, 11rem); align-items: center; gap: 1.5rem; border-bottom: 1px solid rgb(244 240 232 / 0.18); font-family: var(--font-serif); font-size: clamp(1.3rem, 2.5vw, 2.35rem); line-height: 1.05; }
.home-exchange__row span:nth-child(2) { color: var(--orange); font-family: var(--font-mono); font-size: 0.85rem; }
.home-exchange__row span:last-child { font-family: var(--font-sans); font-size: 0.72em; font-weight: 500; }

.home-safety { padding: clamp(8rem, 14vw, 14rem) 0; background: radial-gradient(circle at 80% 20%, rgb(130 155 255 / 0.12), transparent 28rem), #090c13; }
.home-safety__heading { grid-column: 1 / 6; }
.home-safety__heading h2 { max-width: 7ch; margin-top: 1.2rem; font-size: clamp(3.6rem, 7vw, 7rem); line-height: 0.82; letter-spacing: -0.08em; }
.home-safety__heading .serif-emphasis { display: block; margin-left: 2rem; color: var(--blue); }
.home-safety__heading > p { max-width: 20rem; margin: 2rem 0 0 2rem; color: var(--paper-muted); }
.home-safety__principles { grid-column: 7 / 13; display: grid; border-top: 1px solid var(--rule-strong); }
.home-safety__principle { display: grid; grid-template-columns: 2.5rem minmax(10rem, 0.4fr) 1fr; gap: 1.5rem; padding: 2.3rem 0; border-bottom: 1px solid var(--rule); }
.home-safety__principle > span { color: var(--blue); font-family: var(--font-mono); font-size: 0.58rem; }
.home-safety__principle h3 { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.home-safety__principle p { color: var(--paper-muted); font-size: 0.78rem; }
.home-safety__action { grid-column: 7 / 13; display: flex; justify-content: flex-end; margin-top: 3rem; }

[data-reveal-state="pending"] { opacity: 0; transform: translateY(2rem); }
[data-reveal-state="visible"] { opacity: 1; transform: none; transition: opacity 720ms var(--ease), transform 720ms var(--ease); }

.site-footer { position: relative; z-index: 2; overflow: hidden; padding: clamp(7rem, 12vw, 12rem) 0 2rem; background: #07090e; border-top: 1px solid var(--rule); }
.site-footer--atlas { background: linear-gradient(145deg, #07090e 45%, #111a33); }
.site-footer__atlas { position: absolute; inset: 0; opacity: 0.48; pointer-events: none; }
.site-footer__atlas::before, .site-footer__atlas::after { position: absolute; content: ""; border: 1px solid var(--rule); border-radius: 50%; }
.site-footer__atlas::before { width: 38rem; height: 38rem; right: -10rem; top: -8rem; }
.site-footer__atlas::after { width: 24rem; height: 24rem; right: -3rem; top: -1rem; border-color: rgb(130 155 255 / 0.3); }
.site-footer__atlas span { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--rule-strong), transparent); transform-origin: left; }
.site-footer__atlas span:nth-child(1) { top: 18%; left: 5%; width: 70%; rotate: 5deg; }.site-footer__atlas span:nth-child(2) { top: 38%; left: -4%; width: 78%; rotate: -6deg; }.site-footer__atlas span:nth-child(3) { top: 66%; left: 12%; width: 76%; rotate: 3deg; }.site-footer__atlas span:nth-child(4) { bottom: 12%; left: -5%; width: 60%; rotate: -4deg; background: linear-gradient(90deg, transparent, var(--orange), transparent); }
.site-footer__atlas i { position: absolute; width: 0.65rem; height: 0.65rem; background: var(--blue); border-radius: 50%; box-shadow: 0 0 1rem rgb(130 155 255 / 0.5); }.site-footer__atlas i:nth-of-type(1) { top: 17%; left: 40%; }.site-footer__atlas i:nth-of-type(2) { top: 37%; left: 68%; background: var(--orange); }.site-footer__atlas i:nth-of-type(3) { bottom: 31%; left: 29%; }
.site-footer__inner { position: relative; z-index: 2; }
.site-footer__entry { display: grid; grid-template-columns: 1.45fr 0.55fr; gap: clamp(3rem, 8vw, 8rem); padding-bottom: 6rem; }
.site-footer__statement { max-width: 9ch; font-size: clamp(4rem, 8vw, 8.8rem); font-weight: 500; line-height: 0.79; letter-spacing: -0.09em; }
.site-footer__statement-serif { display: block; margin-left: 1.5rem; color: var(--orange); font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.site-footer__invitation { align-self: end; padding: 2rem; border: 1px solid var(--rule); background: rgb(255 255 255 / 0.025); backdrop-filter: blur(12px); }
.site-footer__invitation-label, .site-footer__route-index { color: var(--blue); font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer__invitation-copy { margin: 1.5rem 0; color: var(--paper-muted); font-size: 0.82rem; }
.site-footer__routes { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: 4rem 0; border-block: 1px solid var(--rule); }
.site-footer__route-title { max-width: 10ch; margin-top: 1rem; font-family: var(--font-serif); font-size: clamp(2.3rem, 4vw, 4.5rem); font-weight: 400; line-height: 0.92; }
.site-footer__route-description { max-width: 24rem; margin-top: 1.3rem; color: var(--paper-muted); font-size: 0.78rem; }
.site-footer__route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.site-footer__route-heading { margin-bottom: 1.2rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer__route-list { display: grid; gap: 0.65rem; list-style: none; }
.site-footer__route-link { color: var(--paper-soft); font-size: 0.78rem; transition: color 180ms, padding 180ms; }
.site-footer__route-link:hover { padding-left: 0.35rem; color: var(--route-color); }
.site-footer__wordmark-field { padding: 4rem 0 2rem; overflow: hidden; }
.site-footer__wordmark { display: flex; align-items: flex-end; justify-content: space-between; }
.site-footer__wordmark-name { display: flex; align-items: baseline; font-size: clamp(6rem, 15vw, 16rem); font-weight: 600; line-height: 0.7; letter-spacing: -0.105em; }
.site-footer__wordmark-line { color: var(--blue); font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.site-footer__wordmark-note { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer__base { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer__status { position: relative; padding-left: 1rem; color: var(--paper-soft); }
.site-footer__status::before { position: absolute; top: 50%; left: 0; width: 0.4rem; height: 0.4rem; background: var(--orange); border-radius: 50%; content: ""; transform: translateY(-50%); box-shadow: 0 0 0.7rem rgb(244 119 73 / 0.6); }
.site-footer__coordinates { justify-self: end; text-align: right; }
.site-footer__end-node { position: absolute; right: 1.4rem; bottom: 1.5rem; width: 0.65rem; height: 0.65rem; background: var(--orange); border-radius: 50%; box-shadow: 0 0 1rem rgb(244 119 73 / 0.6); }
.site-footer__end-label { position: absolute; right: 2.8rem; bottom: 1.25rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.45rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer--account { padding: 2rem 0; background: #07090e; }
.site-footer--account .site-footer__base { border-top: 0; }

/* Forms and notices */
.form-field { position: relative; display: grid; gap: 0.55rem; }
.form-field__label { display: flex; justify-content: space-between; gap: 1rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; }
.form-field__optional { color: rgb(244 240 232 / 0.38); }
.form-field__input, .form-select, .form-textarea { width: 100%; border: 1px solid var(--rule); border-radius: 0.35rem; outline: none; background: rgb(4 6 10 / 0.55); color: var(--paper); transition: border-color 180ms, box-shadow 180ms, background 180ms; }
.form-field__input, .form-select { min-height: 3.65rem; padding: 0 1rem; }
.form-textarea { min-height: 8rem; resize: vertical; padding: 1rem; line-height: 1.6; }
.form-field__input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--route-color); background: rgb(8 11 18 / 0.88); box-shadow: 0 0 0 0.22rem rgb(var(--route-rgb) / 0.09); }
.form-field__input::placeholder, .form-textarea::placeholder { color: rgb(244 240 232 / 0.28); }
.form-field__message { min-height: 1rem; color: var(--paper-muted); font-size: 0.68rem; }
.form-field__message[data-state="error"], [data-error-for]:not(:empty) { color: #ff9b84; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.form-grid__wide { grid-column: 1 / -1; }
.check-field { display: flex; align-items: flex-start; gap: 0.8rem; cursor: pointer; }
.check-field input { position: absolute; opacity: 0; pointer-events: none; }
.check-field__mark { flex: 0 0 auto; display: grid; width: 1.1rem; height: 1.1rem; margin-top: 0.18rem; place-items: center; border: 1px solid var(--rule-strong); background: var(--ink); }
.check-field input:checked + .check-field__mark { border-color: var(--route-color); background: var(--route-color); }
.check-field input:checked + .check-field__mark::after { width: 0.35rem; height: 0.2rem; border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); content: ""; rotate: -45deg; }
.check-field__copy { color: var(--paper-muted); font-size: 0.76rem; }
.check-field__copy strong { color: var(--paper); font-weight: 500; }
.notice { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; padding: 1rem; border: 1px solid var(--rule); background: rgb(255 255 255 / 0.025); font-size: 0.76rem; }
.notice__mark { width: 0.5rem; height: 0.5rem; margin-top: 0.25rem; border-radius: 50%; background: var(--route-color); box-shadow: 0 0 0.8rem rgb(var(--route-rgb) / 0.55); }
.notice--error { border-color: rgb(255 114 92 / 0.35); color: #ffb1a0; }
.notice--error .notice__mark { background: #ff725c; }
.notice--success { border-color: rgb(130 155 255 / 0.35); color: var(--blue-bright); }

/* Signup */
body[data-page="signup-flow"] { --route-color: var(--orange); --route-rgb: 244 119 73; background: #080a0f; }
body[data-signup-step="identity"] { --route-color: var(--blue); --route-rgb: 130 155 255; }
body[data-signup-step="access"] { --route-color: var(--orange); --route-rgb: 244 119 73; }
body[data-signup-step="verify"], body[data-signup-step="callback"] { --route-color: var(--blue); --route-rgb: 130 155 255; }
.signup-flow { position: relative; min-height: calc(100svh - var(--header-height)); padding: clamp(2rem, 4vw, 4rem) 0 clamp(5rem, 9vw, 9rem); overflow: hidden; background: radial-gradient(circle at 78% 18%, rgb(var(--route-rgb) / 0.13), transparent 26rem), linear-gradient(155deg, #080a0f, #0b1019); }
.signup-flow::before { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 0.022) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.022) 1px, transparent 1px); background-size: 4rem 4rem; content: ""; opacity: 0.35; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.signup-line-scene { --signup-scene-x: 0; --signup-scene-y: 0; --signup-scene-rotation: 0deg; position: absolute; z-index: 0; inset: 0; color: var(--paper); pointer-events: none; transform: translate3d(calc(var(--signup-scene-x) * 1px), calc(var(--signup-scene-y) * 1px), 0) rotate(var(--signup-scene-rotation)); transform-origin: center; transition: transform 100ms linear; }
.signup-line-scene::after { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 25%, #080a0f 85%); content: ""; }
.signup-line-scene__svg { width: 100%; height: 100%; overflow: visible; }
.signup-line-scene path { fill: none; stroke-width: 1; vector-effect: non-scaling-stroke; }
.signup-line-scene__ambient path { opacity: 0.38; stroke-dasharray: 5 14; animation: ambient-drift 18s linear infinite; }
.signup-line-scene__ambient path:nth-child(2) { animation-duration: 24s; animation-direction: reverse; }.signup-line-scene__ambient path:nth-child(3) { animation-duration: 30s; }
.signup-line-scene__route-base, .signup-line-scene__branch { stroke: rgb(244 240 232 / 0.22); }
.signup-line-scene__route-progress { stroke-dasharray: var(--signup-progress, 0.38) 1; stroke-dashoffset: 0; filter: drop-shadow(0 0 0.35rem rgb(var(--route-rgb) / 0.55)); transition: stroke-dasharray 650ms var(--ease), d 650ms var(--ease); }
.signup-line-scene__branch--student { stroke: rgb(130 155 255 / 0.48); }.signup-line-scene__branch--guardian { stroke: rgb(244 119 73 / 0.48); }
.signup-line-scene__junction { fill: var(--ink); stroke: var(--route-color); stroke-width: 2; filter: drop-shadow(0 0 0.7rem rgb(var(--route-rgb) / 0.5)); }
.signup-line-scene__node { fill: var(--route-color); filter: drop-shadow(0 0 0.7rem rgb(var(--route-rgb) / 0.7)); }
@keyframes ambient-drift { to { stroke-dashoffset: -190; } }
.signup-flow__shell { position: relative; z-index: 2; }
.signup-flow-progress { margin-bottom: clamp(3rem, 7vw, 6rem); }
.signup-flow-progress ol { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.signup-flow-progress ol::before { position: absolute; top: 0.48rem; right: 0; left: 0; height: 1px; background: var(--rule); content: ""; }
.signup-flow-progress li { position: relative; display: grid; gap: 0.8rem; color: rgb(244 240 232 / 0.32); font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; }
.signup-flow-progress li::before { z-index: 1; width: 0.9rem; height: 0.9rem; background: var(--ink); border: 1px solid var(--rule-strong); border-radius: 50%; content: ""; }
.signup-flow-progress li[aria-current="step"], .signup-flow-progress li[data-state="active"] { color: var(--paper); }
.signup-flow-progress li[aria-current="step"]::before, .signup-flow-progress li[data-state="active"]::before { border-color: var(--route-color); background: var(--route-color); box-shadow: 0 0 0 0.35rem rgb(var(--route-rgb) / 0.13), 0 0 1rem rgb(var(--route-rgb) / 0.45); }
.signup-flow-progress li[data-state="complete"]::before { background: var(--paper); border-color: var(--paper); }
.signup-flow__content { display: grid; grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.signup-flow-intro { position: sticky; top: calc(var(--header-height) + 3rem); min-height: 24rem; display: grid; align-content: start; gap: 2rem; padding-top: 1rem; }
.signup-flow-intro__register { display: flex; align-items: center; gap: 0.9rem; color: var(--paper-muted); }
.signup-flow-intro__register::before { width: 3rem; height: 1px; background: var(--route-color); content: ""; }
.signup-flow-intro__reroute { display: grid; width: 2rem; height: 2rem; margin-left: auto; place-items: center; border: 1px solid var(--rule); border-radius: 50%; background: transparent; cursor: pointer; }
.signup-flow-intro__reroute span { width: 0.75rem; height: 0.5rem; border-top: 1px solid var(--paper-muted); border-bottom: 1px solid var(--paper-muted); }
.signup-flow-intro__sentence { max-width: 18rem; font-family: var(--font-mono); font-size: 0.75rem; line-height: 1.8; letter-spacing: 0.04em; color: var(--paper-soft); }
.signup-path-panel, .signup-identity-panel, .signup-access-panel, .signup-verify-panel, .signup-callback-panel, .signup-panel { position: relative; width: min(100%, 56rem); justify-self: end; border: 1px solid var(--rule); border-radius: var(--radius); background: linear-gradient(145deg, rgb(17 23 34 / 0.9), rgb(8 11 17 / 0.92)); box-shadow: var(--shadow); backdrop-filter: blur(16px); overflow: hidden; }
.signup-path-panel::before, .signup-identity-panel::before, .signup-access-panel::before, .signup-verify-panel::before, .signup-callback-panel::before, .signup-panel::before { position: absolute; top: 0; left: 0; width: 30%; height: 2px; background: linear-gradient(90deg, var(--route-color), transparent); content: ""; }
.signup-path-panel__header, .signup-panel__header, .signup-identity-panel__header, .signup-access-panel__header, .signup-verify-panel__header, .signup-callback-panel__header { display: flex; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.6rem); border-bottom: 1px solid var(--rule); }
.signup-path-panel__header h1, .signup-panel__header h1, .signup-identity-panel__header h1, .signup-access-panel__header h1, .signup-verify-panel__header h1, .signup-callback-panel__header h1 { max-width: 10ch; margin-top: 0.75rem; font-size: clamp(2.5rem, 5vw, 5.3rem); font-weight: 500; line-height: 0.9; letter-spacing: -0.075em; }
.signup-path-panel__header > p, .signup-panel__header > p { align-self: flex-end; color: var(--paper-muted); font-size: 0.75rem; }
.signup-path-panel__header a, .signup-panel__header a { text-decoration: underline; text-underline-offset: 0.25rem; }
.signup-path-form, .signup-form, .signup-identity-form, .signup-access-form, .signup-verify-content, .signup-callback-content { padding: clamp(1.5rem, 3vw, 2.6rem); }
.signup-flow-intent { display: flex; justify-content: space-between; margin-bottom: 1.2rem; padding: 0.8rem 1rem; border: 1px solid rgb(var(--route-rgb) / 0.28); background: rgb(var(--route-rgb) / 0.07); color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; }
.signup-flow-intent strong { color: var(--route-color); }
.signup-path-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.signup-path-option { cursor: pointer; }
.signup-path-option input { position: absolute; opacity: 0; }
.signup-path-option__surface { position: relative; display: grid; min-height: 12.5rem; align-content: space-between; padding: 1.25rem; border: 1px solid var(--rule); border-radius: 0.5rem; background: rgb(255 255 255 / 0.018); transition: transform 260ms var(--ease), border-color 220ms, background 220ms; overflow: hidden; }
.signup-path-option__surface::before { position: absolute; inset: auto -20% -45% 20%; height: 10rem; border: 1px solid var(--rule); border-radius: 50%; content: ""; }
.signup-path-option[data-account-path="student"] .signup-path-option__surface::before { border-color: rgb(130 155 255 / 0.22); }.signup-path-option[data-account-path="guardian"] .signup-path-option__surface::before { border-color: rgb(244 119 73 / 0.22); }
.signup-path-option:hover .signup-path-option__surface { transform: translateY(-0.3rem); }
.signup-path-option input:checked + .signup-path-option__surface { border-color: var(--route-color); background: rgb(var(--route-rgb) / 0.08); box-shadow: inset 0 0 0 1px rgb(var(--route-rgb) / 0.2); }
.signup-path-option__number { font-family: var(--font-mono); font-size: 0.58rem; color: var(--paper-muted); }
.signup-path-option__copy strong { display: block; font-family: var(--font-serif); font-size: 2.3rem; font-weight: 400; font-style: italic; }
.signup-path-option__copy small { color: var(--paper-muted); }
.signup-path-option__node { position: absolute; top: 1rem; right: 1rem; width: 0.65rem; height: 0.65rem; border: 1px solid var(--rule-strong); border-radius: 50%; }
.signup-path-option input:checked + .signup-path-option__surface .signup-path-option__node { background: var(--route-color); border-color: var(--route-color); box-shadow: 0 0 1rem rgb(var(--route-rgb) / 0.65); }
.signup-flow-next, .account-entry__submit { display: grid; grid-template-columns: auto 1fr auto; width: 100%; min-height: 4.4rem; align-items: center; gap: 1.2rem; margin-top: 1.4rem; padding: 0 1.25rem; border: 0; border-radius: 0.35rem; background: var(--route-color); color: #0a0b0e; font-weight: 650; text-align: left; cursor: pointer; }
.signup-flow-next__line, .account-entry__submit-line { height: 1px; background: rgb(10 11 14 / 0.42); }
.signup-flow-next__node, .account-entry__submit-node { width: 1.75rem; height: 1.75rem; border: 1px solid #0a0b0e; border-radius: 50%; }
.signup-path-divider, .account-entry__divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin: 1.5rem 0; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.1em; text-transform: uppercase; }
.signup-path-divider::before, .signup-path-divider::after, .account-entry__divider::before, .account-entry__divider::after { height: 1px; background: var(--rule); content: ""; }
.signup-path-providers, .account-providers { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--rule); }
.signup-path-providers button, .account-providers button { min-height: 3.8rem; border: 0; border-right: 1px solid var(--rule); background: transparent; color: var(--paper-muted); cursor: pointer; transition: background 180ms, color 180ms; }
.signup-path-providers button:last-child, .account-providers button:last-child { border-right: 0; }
.signup-path-providers button:hover, .account-providers button:hover { background: rgb(var(--route-rgb) / 0.08); color: var(--paper); }
.signup-path-providers span { margin-right: 0.45rem; color: var(--route-color); font-family: var(--font-mono); }
.signup-flow__register { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-block: 1px solid var(--rule); }
.signup-flow__register span { padding: 0.8rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.1em; text-transform: uppercase; }.signup-flow__register span:nth-child(2) { text-align: center; }.signup-flow__register span:last-child { text-align: right; }
.signup-date-field, .date-field { display: grid; grid-template-columns: 1fr auto 1fr auto 1.4fr; align-items: end; gap: 0.7rem; }
.signup-date-field input, .date-field input { width: 100%; min-height: 4rem; border: 1px solid var(--rule); background: rgb(4 6 10 / 0.55); color: var(--paper); text-align: center; font-family: var(--font-mono); font-size: 1rem; }
.signup-form-grid { display: grid; gap: 1.2rem; }
.signup-form-section { display: grid; gap: 1.2rem; padding-block: 1.5rem; border-bottom: 1px solid var(--rule); }
.signup-account-path { padding: 1rem; border: 1px solid var(--rule); background: rgb(var(--route-rgb) / 0.05); }
.signup-account-path strong { color: var(--route-color); }
.signup-password, .account-password { position: relative; }
.signup-password__toggle, .account-password__toggle { position: absolute; right: 0.75rem; top: 2.15rem; border: 0; background: transparent; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; text-transform: uppercase; cursor: pointer; }
.password-strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }.password-strength span { height: 2px; background: var(--rule); }.password-strength[data-strength="1"] span:nth-child(-n+1), .password-strength[data-strength="2"] span:nth-child(-n+2), .password-strength[data-strength="3"] span:nth-child(-n+3), .password-strength[data-strength="4"] span { background: var(--route-color); }
.signup-verify-state, .callback-state { display: grid; justify-items: start; gap: 1.5rem; }
.signup-verify-state__mark, .callback-state__mark { display: grid; width: 4rem; height: 4rem; place-items: center; border: 1px solid var(--route-color); border-radius: 50%; color: var(--route-color); box-shadow: 0 0 0 0.8rem rgb(var(--route-rgb) / 0.06); }

/* Account entry */
body[data-page="account-entry"] { --route-color: var(--blue); --route-rgb: 130 155 255; }
.account-entry { position: relative; min-height: calc(100svh - var(--header-height)); padding: clamp(4rem, 8vw, 8rem) 0; background: radial-gradient(circle at 18% 20%, rgb(244 119 73 / 0.1), transparent 25rem), radial-gradient(circle at 85% 75%, rgb(130 155 255 / 0.1), transparent 30rem), #080a0f; overflow: hidden; }
.account-entry__scene { position: absolute; inset: 0; pointer-events: none; }
.account-entry__scene svg { width: 100%; height: 100%; }
.account-entry__scene path { fill: none; stroke: var(--rule); stroke-width: 1; vector-effect: non-scaling-stroke; }
.account-entry__scene .ambient { stroke-dasharray: 4 15; animation: ambient-drift 22s linear infinite; }
.account-entry__scene .route { stroke: rgb(130 155 255 / 0.35); }.account-entry__scene .signal { stroke: var(--blue); stroke-dasharray: 0.52 1; filter: drop-shadow(0 0 0.4rem rgb(130 155 255 / 0.5)); }.account-entry__scene circle { fill: var(--orange); filter: drop-shadow(0 0 0.7rem rgb(244 119 73 / 0.65)); }
.account-entry__shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(30rem, 1.2fr); gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.account-entry__intro { padding-bottom: 4rem; }
.account-entry__register { display: flex; align-items: center; gap: 0.8rem; color: var(--paper-muted); }.account-entry__register::before { width: 3rem; height: 1px; background: var(--orange); content: ""; }
.account-entry__heading { max-width: 6.7ch; margin-top: 2rem; font-size: clamp(4.3rem, 8vw, 8.4rem); font-weight: 500; line-height: 0.8; letter-spacing: -0.09em; }.account-entry__heading em { display: block; margin-left: 2rem; color: var(--orange); }
.account-entry__intro-copy { max-width: 33rem; margin-top: 2.4rem; color: var(--paper-muted); }
.account-entry__panel { border: 1px solid var(--rule); border-radius: var(--radius); background: rgb(11 15 23 / 0.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); overflow: hidden; }
.account-entry__panel::before { display: block; width: 24%; height: 2px; background: linear-gradient(90deg, var(--blue), transparent); content: ""; }
.account-entry__panel-header { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.6rem); border-bottom: 1px solid var(--rule); }
.account-entry__panel-header h1 { margin-top: 0.7rem; font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: 0.9; letter-spacing: -0.075em; }.account-entry__panel-header > p { color: var(--paper-muted); font-size: 0.75rem; }.account-entry__panel-header a { text-decoration: underline; text-underline-offset: 0.25rem; }
.account-entry__form { display: grid; gap: 1.35rem; padding: clamp(1.5rem, 3vw, 2.6rem); }
.account-entry__form-row { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }.account-entry__form-row > a { color: var(--paper-muted); font-size: 0.72rem; text-decoration: underline; text-underline-offset: 0.25rem; }
.account-entry__footer-note { display: flex; justify-content: space-between; padding: 1.1rem 2.6rem; border-top: 1px solid var(--rule); color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.48rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* Onboarding */
body[data-page="onboarding"] { --route-color: var(--blue); --route-rgb: 130 155 255; }
body[data-onboarding-step="2"], body[data-onboarding-step="4"] { --route-color: var(--orange); --route-rgb: 244 119 73; }
.onboarding { position: relative; min-height: calc(100svh - var(--header-height)); padding: clamp(3rem, 6vw, 6rem) 0 7rem; background: radial-gradient(circle at 82% 15%, rgb(var(--route-rgb) / 0.12), transparent 25rem), #080b11; overflow: hidden; }
.onboarding-scene { --onboarding-progress: 0.2; position: fixed; z-index: 0; inset: var(--header-height) 0 0; pointer-events: none; opacity: 0.65; }
.onboarding-scene svg { width: 100%; height: 100%; }
.onboarding-scene path { fill: none; stroke: rgb(244 240 232 / 0.1); stroke-width: 1; vector-effect: non-scaling-stroke; stroke-dasharray: 5 16; animation: ambient-drift 28s linear infinite; }
.onboarding-scene__active { stroke: var(--route-color) !important; stroke-dasharray: var(--onboarding-progress) 1 !important; filter: drop-shadow(0 0 0.35rem rgb(var(--route-rgb) / 0.45)); transition: stroke-dasharray 650ms var(--ease), stroke 450ms; }
.onboarding-scene circle { fill: var(--route-color); filter: drop-shadow(0 0 0.8rem rgb(var(--route-rgb) / 0.65)); }
.onboarding__shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(17rem, 0.36fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.onboarding-rail { position: sticky; top: calc(var(--header-height) + 3rem); align-self: start; min-height: calc(100svh - var(--header-height) - 6rem); display: flex; flex-direction: column; justify-content: space-between; }
.onboarding-rail__intro h1 { max-width: 6ch; margin-top: 1rem; font-size: clamp(3.5rem, 6vw, 6.2rem); font-weight: 500; line-height: 0.82; letter-spacing: -0.085em; }.onboarding-rail__intro h1 em { display: block; margin-left: 1rem; color: var(--route-color); }
.onboarding-rail__intro p { max-width: 22rem; margin-top: 1.5rem; color: var(--paper-muted); font-size: 0.8rem; }
.onboarding-progress { --onboarding-rail-progress: 0%; position: relative; margin-top: 3rem; }
.onboarding-progress::before, .onboarding-progress::after { position: absolute; top: 0; bottom: 0; left: 0.43rem; width: 1px; content: ""; }.onboarding-progress::before { background: var(--rule); }.onboarding-progress::after { height: var(--onboarding-rail-progress); background: var(--route-color); transition: height 650ms var(--ease), background 450ms; }
.onboarding-progress ol { display: grid; gap: 1.2rem; list-style: none; }
.onboarding-progress li { position: relative; display: grid; grid-template-columns: 1rem 1fr; gap: 1rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }
.onboarding-progress li::before { z-index: 1; width: 0.85rem; height: 0.85rem; background: var(--ink); border: 1px solid var(--rule-strong); border-radius: 50%; content: ""; }.onboarding-progress li[data-state="active"]::before { background: var(--route-color); border-color: var(--route-color); box-shadow: 0 0 1rem rgb(var(--route-rgb) / 0.6); }.onboarding-progress li[data-state="complete"]::before { background: var(--paper); border-color: var(--paper); }
.onboarding-progress li span, .onboarding-progress li strong { grid-column: 2; }.onboarding-progress li span { color: var(--route-color); }.onboarding-progress li strong { margin-top: -0.8rem; color: inherit; font-weight: 500; }
.onboarding__workspace { min-width: 0; }
.onboarding-step { display: none; }.onboarding-step[data-active="true"] { display: block; animation: step-enter 580ms var(--ease) both; }
@keyframes step-enter { from { opacity: 0; transform: translate3d(1.5rem, 0, 0); } }
.onboarding-step__register { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); color: var(--paper-muted); }
.onboarding-step__header { padding: clamp(2rem, 5vw, 4rem) 0; }
.onboarding-step__header h2 { max-width: 10ch; font-size: clamp(3.4rem, 6.8vw, 7rem); font-weight: 500; line-height: 0.84; letter-spacing: -0.085em; }.onboarding-step__header h2 em { color: var(--route-color); }.onboarding-step__header p { max-width: 42rem; margin-top: 1.5rem; color: var(--paper-muted); }
.onboarding-panel { border: 1px solid var(--rule); border-radius: var(--radius); background: rgb(13 18 28 / 0.88); box-shadow: var(--shadow); backdrop-filter: blur(18px); overflow: hidden; }
.onboarding-panel__section { padding: clamp(1.5rem, 3vw, 2.6rem); border-bottom: 1px solid var(--rule); }.onboarding-panel__section:last-child { border-bottom: 0; }
.onboarding-panel__heading { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; margin-bottom: 1.5rem; }.onboarding-panel__heading > span { color: var(--route-color); font-family: var(--font-mono); font-size: 0.58rem; }.onboarding-panel__heading h3 { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 400; }.onboarding-panel__heading p { margin-top: 0.3rem; color: var(--paper-muted); font-size: 0.72rem; }
.route-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.route-choice { cursor: pointer; }.route-choice input { position: absolute; opacity: 0; }.route-choice > span:not(.route-choice__index) {}
.route-choice { position: relative; display: grid; min-height: 10rem; align-content: space-between; padding: 1.2rem; border: 1px solid var(--rule); background: rgb(255 255 255 / 0.015); transition: transform 220ms var(--ease), border-color 180ms, background 180ms; }.route-choice:has(input:checked) { border-color: var(--route-color); background: rgb(var(--route-rgb) / 0.08); transform: translateY(-0.2rem); }.route-choice__index { color: var(--route-color); font-family: var(--font-mono); font-size: 0.55rem; }.route-choice__copy strong { display: block; font-family: var(--font-serif); font-size: 2rem; font-weight: 400; }.route-choice__copy small { display: block; margin-top: 0.3rem; color: var(--paper-muted); }
.choice-chips { display: flex; flex-wrap: wrap; gap: 0.65rem; }.choice-chip { cursor: pointer; }.choice-chip input { position: absolute; opacity: 0; }.choice-chip span { display: block; padding: 0.7rem 0.9rem; border: 1px solid var(--rule); border-radius: 999px; color: var(--paper-muted); font-size: 0.72rem; transition: border-color 180ms, background 180ms, color 180ms; }.choice-chip input:checked + span { border-color: var(--route-color); background: rgb(var(--route-rgb) / 0.1); color: var(--paper); }
.onboarding-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.onboarding-stack { display: grid; gap: 1rem; }
.availability-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.45rem; }.availability-grid label { cursor: pointer; }.availability-grid input { position: absolute; opacity: 0; }.availability-grid span { display: grid; min-height: 3.2rem; place-items: center; border: 1px solid var(--rule); color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.58rem; }.availability-grid input:checked + span { border-color: var(--route-color); background: rgb(var(--route-rgb) / 0.12); color: var(--paper); }
.onboarding-review { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--rule); }.onboarding-review__item { min-height: 6rem; padding: 1rem; border: 1px solid var(--rule); }.onboarding-review__item span { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; text-transform: uppercase; }.onboarding-review__item strong { display: block; margin-top: 1rem; font-family: var(--font-serif); font-size: 1.25rem; font-weight: 400; }
.onboarding-actions { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-top: 1.5rem; }.onboarding-actions__line { height: 1px; background: linear-gradient(90deg, var(--rule), var(--route-color), var(--rule)); }
.onboarding-save-state { margin-top: 1rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; text-align: right; }
.preference-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.5rem; }.preference-scale label { cursor: pointer; }.preference-scale input { position: absolute; opacity: 0; }.preference-scale span { display: grid; min-height: 4.5rem; place-items: center; padding: 0.5rem; border: 1px solid var(--rule); color: var(--paper-muted); font-size: 0.68rem; text-align: center; }.preference-scale input:checked + span { border-color: var(--route-color); background: rgb(var(--route-rgb) / 0.1); color: var(--paper); }

/* Dashboard */
body[data-page="dashboard"] { --route-color: var(--blue); --route-rgb: 130 155 255; background: #080b11; }
.dashboard-shell { min-height: 100svh; background: radial-gradient(circle at 88% 0%, rgb(130 155 255 / 0.08), transparent 28rem), #080b11; }
.dashboard-topbar { position: sticky; z-index: 1000; top: 0; display: grid; grid-template-columns: minmax(14rem, 0.55fr) minmax(18rem, 1fr) auto; align-items: center; gap: 1rem; min-height: 4.8rem; padding: 0 var(--page-gutter); border-bottom: 1px solid var(--rule); background: rgb(8 11 17 / 0.84); backdrop-filter: blur(20px); }
.dashboard-brand { display: flex; align-items: center; gap: 0.8rem; }.dashboard-brand__link { display: flex; align-items: center; gap: 0.65rem; }.dashboard-brand__node { width: 1rem; height: 1rem; border: 1px solid var(--blue); border-radius: 50%; box-shadow: 0 0 0 0.28rem rgb(130 155 255 / 0.08); }.dashboard-brand__name { font-family: var(--font-serif); font-size: 1.3rem; font-style: italic; }
.dashboard-mobile-toggle { display: none; border: 0; background: transparent; }
.dashboard-search { position: relative; }.dashboard-search input { width: 100%; min-height: 2.8rem; padding: 0 2.8rem 0 1rem; border: 1px solid var(--rule); border-radius: 999px; background: rgb(255 255 255 / 0.025); color: var(--paper); outline: none; }.dashboard-search input:focus { border-color: var(--blue); }.dashboard-search__mark { position: absolute; right: 1rem; top: 50%; color: var(--paper-muted); transform: translateY(-50%); }
.dashboard-topbar__actions { display: flex; align-items: center; gap: 0.7rem; }.dashboard-icon-button, .dashboard-profile-button { border: 1px solid var(--rule); background: rgb(255 255 255 / 0.02); color: var(--paper); cursor: pointer; }.dashboard-icon-button { position: relative; width: 2.8rem; height: 2.8rem; border-radius: 50%; }.dashboard-icon-button__dot { position: absolute; top: 0.55rem; right: 0.55rem; width: 0.45rem; height: 0.45rem; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0.65rem rgb(244 119 73 / 0.6); }.dashboard-profile-button { display: flex; align-items: center; gap: 0.75rem; min-height: 2.8rem; padding: 0.35rem 0.8rem 0.35rem 0.35rem; border-radius: 999px; }.dashboard-profile-button__avatar { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--blue); color: var(--ink); font-size: 0.7rem; font-weight: 700; }.dashboard-profile-button__copy { display: grid; text-align: left; }.dashboard-profile-button__copy strong { font-size: 0.7rem; }.dashboard-profile-button__copy span { color: var(--paper-muted); font-size: 0.55rem; }
.dashboard-body { display: grid; grid-template-columns: 17rem minmax(0, 1fr); min-height: calc(100svh - 4.8rem); }
.dashboard-sidebar { position: sticky; top: 4.8rem; align-self: start; height: calc(100svh - 4.8rem); display: flex; flex-direction: column; justify-content: space-between; padding: 2rem 1rem; border-right: 1px solid var(--rule); background: #0a0e16; overflow-y: auto; }
.dashboard-nav { display: grid; gap: 0.35rem; }.dashboard-nav__label { margin: 0 0.7rem 0.8rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.12em; text-transform: uppercase; }.dashboard-nav a, .dashboard-nav button { display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; min-height: 3rem; padding: 0 0.75rem; border: 1px solid transparent; border-radius: 0.45rem; background: transparent; color: var(--paper-muted); cursor: pointer; text-align: left; transition: background 180ms, border-color 180ms, color 180ms; }.dashboard-nav a:hover, .dashboard-nav button:hover, .dashboard-nav [data-active="true"] { border-color: var(--rule); background: rgb(130 155 255 / 0.07); color: var(--paper); }.dashboard-nav__index { font-family: var(--font-mono); font-size: 0.55rem; color: var(--blue); }.dashboard-nav__name { font-size: 0.75rem; }.dashboard-nav__count { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; }
.dashboard-sidebar__footer { padding: 1rem; border: 1px solid var(--rule); border-radius: 0.55rem; background: linear-gradient(145deg, rgb(130 155 255 / 0.08), rgb(244 119 73 / 0.05)); }.dashboard-profile-progress__header { display: flex; justify-content: space-between; color: var(--paper-muted); font-size: 0.62rem; }.dashboard-profile-progress__line { height: 2px; margin-top: 0.8rem; background: var(--rule); }.dashboard-profile-progress__line span { display: block; width: var(--profile-progress, 64%); height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.dashboard-main { min-width: 0; padding: clamp(2rem, 4vw, 4.5rem); }
.dashboard-view { display: none; }.dashboard-view[data-active="true"] { display: block; animation: dashboard-view-in 480ms var(--ease) both; }@keyframes dashboard-view-in { from { opacity: 0; transform: translateY(1rem); } }
.dashboard-register { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); color: var(--paper-muted); }.dashboard-register__status { color: var(--blue); }
.dashboard-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr); gap: 2rem; align-items: end; padding: clamp(2.5rem, 5vw, 5rem) 0; }.dashboard-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--blue), var(--rule), var(--orange)); content: ""; }.dashboard-hero h1 { max-width: 10ch; margin-top: 0.8rem; font-size: clamp(3.5rem, 6.6vw, 7rem); font-weight: 500; line-height: 0.84; letter-spacing: -0.085em; }.dashboard-hero h1 em { color: var(--blue); }.dashboard-hero__aside { justify-self: end; max-width: 24rem; color: var(--paper-muted); font-size: 0.78rem; }.dashboard-hero__weather { margin-bottom: 1.4rem; padding: 1rem; border: 1px solid var(--rule); background: rgb(255 255 255 / 0.02); }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }.dashboard-metric { min-height: 8rem; padding: 1.2rem; border-right: 1px solid var(--rule); background: rgb(255 255 255 / 0.018); }.dashboard-metric:last-child { border-right: 0; }.dashboard-metric strong { display: block; margin-top: 2rem; font-family: var(--font-serif); font-size: 2.6rem; font-weight: 400; }.dashboard-metric__label { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.08em; text-transform: uppercase; }
.dashboard-section { margin-top: clamp(3rem, 6vw, 6rem); }.dashboard-section__header { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }.dashboard-section__header h2 { margin-top: 0.5rem; font-family: var(--font-serif); font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 400; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr); gap: 1rem; }.route-card-list { display: grid; gap: 0.7rem; }.route-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; min-height: 7rem; padding: 1.2rem; border: 1px solid var(--rule); border-radius: 0.55rem; background: rgb(255 255 255 / 0.018); transition: transform 220ms var(--ease), border-color 180ms, background 180ms; }.route-card:hover { transform: translateX(0.35rem); border-color: var(--blue); background: rgb(130 155 255 / 0.055); }.route-card__node { width: 0.75rem; height: 0.75rem; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0.8rem rgb(130 155 255 / 0.5); }.route-card:nth-child(even) .route-card__node { background: var(--orange); box-shadow: 0 0 0.8rem rgb(244 119 73 / 0.5); }.route-card__copy h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; }.route-card__copy p { margin-top: 0.25rem; color: var(--paper-muted); font-size: 0.7rem; }.route-card__meta { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; text-align: right; }
.dashboard-panel { height: 100%; border: 1px solid var(--rule); border-radius: 0.55rem; background: linear-gradient(160deg, rgb(130 155 255 / 0.07), rgb(255 255 255 / 0.015)); }.dashboard-panel__header { padding: 1.2rem; border-bottom: 1px solid var(--rule); }.dashboard-panel__header h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; }.dashboard-panel__body { padding: 1.2rem; }.next-list { display: grid; gap: 1rem; list-style: none; }.next-item { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }.next-item__time { color: var(--orange); font-family: var(--font-mono); font-size: 0.55rem; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem; }.opportunity-card { position: relative; min-height: 18rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--rule); border-radius: 0.65rem; background: rgb(255 255 255 / 0.018); overflow: hidden; transition: transform 220ms var(--ease), border-color 180ms; }.opportunity-card::before { position: absolute; right: -4rem; bottom: -5rem; width: 11rem; height: 11rem; border: 1px solid rgb(130 155 255 / 0.2); border-radius: 50%; content: ""; }.opportunity-card:nth-child(even)::before { border-color: rgb(244 119 73 / 0.22); }.opportunity-card:hover { transform: translateY(-0.3rem); border-color: var(--blue); }.opportunity-card__top, .opportunity-card__footer { position: relative; z-index: 1; }.opportunity-card__type { color: var(--blue); font-family: var(--font-mono); font-size: 0.55rem; text-transform: uppercase; }.opportunity-card h3 { max-width: 13ch; margin-top: 1.2rem; font-family: var(--font-serif); font-size: 1.8rem; font-weight: 400; line-height: 1; }.opportunity-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }.opportunity-card__tags span { padding: 0.35rem 0.55rem; border: 1px solid var(--rule); border-radius: 999px; color: var(--paper-muted); font-size: 0.58rem; }.opportunity-card__footer { display: flex; justify-content: space-between; align-items: center; color: var(--paper-muted); font-size: 0.65rem; }
.discover-controls { display: grid; gap: 1rem; margin-bottom: 1.5rem; }.discover-search input { width: 100%; min-height: 3.4rem; padding: 0 1rem; border: 1px solid var(--rule); background: rgb(255 255 255 / 0.02); color: var(--paper); }.discover-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }.filter-button { padding: 0.6rem 0.8rem; border: 1px solid var(--rule); border-radius: 999px; background: transparent; color: var(--paper-muted); font-size: 0.66rem; cursor: pointer; }.filter-button[data-active="true"] { border-color: var(--blue); background: rgb(130 155 255 / 0.1); color: var(--paper); }
.message-layout { display: grid; grid-template-columns: 18rem minmax(0, 1fr); min-height: 34rem; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }.conversation-list { border-right: 1px solid var(--rule); }.message-thread { display: grid; grid-template-rows: auto 1fr auto; }.message-thread__header { display: flex; justify-content: space-between; padding: 1rem; border-bottom: 1px solid var(--rule); }.message-thread__body { padding: 1.2rem; }.message-composer { display: flex; gap: 0.7rem; padding: 1rem; border-top: 1px solid var(--rule); }.message-composer input { flex: 1; border: 1px solid var(--rule); background: transparent; color: var(--paper); padding: 0 1rem; }
.activity-timeline { position: relative; display: grid; gap: 0; padding-left: 2rem; }.activity-timeline::before { position: absolute; top: 0; bottom: 0; left: 0.45rem; width: 1px; background: var(--rule); content: ""; }.activity-item { position: relative; min-height: 7rem; padding: 1.2rem 0; border-bottom: 1px solid var(--rule); }.activity-item::before { position: absolute; top: 1.6rem; left: -1.9rem; width: 0.65rem; height: 0.65rem; background: var(--blue); border-radius: 50%; content: ""; box-shadow: 0 0 0.8rem rgb(130 155 255 / 0.5); }
.profile-layout { display: grid; grid-template-columns: 18rem minmax(0, 1fr); gap: 1rem; }.profile-card { padding: 1.4rem; border: 1px solid var(--rule); border-radius: var(--radius); background: linear-gradient(160deg, rgb(130 155 255 / 0.08), rgb(244 119 73 / 0.04)); }.profile-card__portrait { display: grid; width: 5rem; height: 5rem; place-items: center; border-radius: 50%; background: var(--blue); color: var(--ink); font-family: var(--font-serif); font-size: 2rem; }.profile-card__copy { margin-top: 1.2rem; }.profile-card__copy h2 { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 400; }.profile-form { border: 1px solid var(--rule); border-radius: var(--radius); background: rgb(255 255 255 / 0.018); }.profile-form__section { padding: 1.5rem; border-bottom: 1px solid var(--rule); }.profile-form__section h3 { margin-bottom: 1.2rem; font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; }
.dashboard-drawer { position: fixed; z-index: 1600; top: 0; right: 0; bottom: 0; width: min(28rem, 92vw); background: #0b1019; border-left: 1px solid var(--rule); box-shadow: -2rem 0 6rem rgb(0 0 0 / 0.4); transform: translateX(100%); transition: transform 360ms var(--ease); }.dashboard-drawer[data-open="true"] { transform: translateX(0); }.dashboard-drawer__header { display: flex; justify-content: space-between; padding: 1.4rem; border-bottom: 1px solid var(--rule); }.dashboard-drawer__body { padding: 1.4rem; }
.profile-menu { position: fixed; z-index: 1700; top: 4.3rem; right: var(--page-gutter); display: grid; min-width: 13rem; border: 1px solid var(--rule); background: #0b1019; box-shadow: var(--shadow); }.profile-menu a, .profile-menu button { padding: 0.8rem 1rem; border: 0; border-bottom: 1px solid var(--rule); background: transparent; color: var(--paper-soft); text-align: left; cursor: pointer; }.profile-menu a:hover, .profile-menu button:hover { background: rgb(130 155 255 / 0.08); }
.dialog { width: min(46rem, calc(100% - 2rem)); padding: 0; border: 1px solid var(--rule); border-radius: var(--radius); background: #0b1019; color: var(--paper); box-shadow: var(--shadow); }.dialog::backdrop { background: rgb(4 6 10 / 0.76); backdrop-filter: blur(8px); }.dialog__header { display: flex; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--rule); }.dialog__title { font-family: var(--font-serif); font-size: 2rem; font-weight: 400; }.dialog__close { border: 0; background: transparent; color: var(--paper-muted); font-size: 1.6rem; cursor: pointer; }.dialog__body { padding: 1.5rem; }.dialog__actions { display: flex; justify-content: flex-end; gap: 0.7rem; }

/* Content, legal, report and recovery pages */
body[data-page="content"] { --route-color: var(--orange); --route-rgb: 244 119 73; background: #080a0f; }
.content-page, .legal-page, .report-page, .recovery-page { position: relative; min-height: calc(100svh - var(--header-height)); padding: clamp(4rem, 8vw, 8rem) 0; background: radial-gradient(circle at 85% 10%, rgb(var(--route-rgb) / 0.09), transparent 28rem), #080a0f; }
.content-shell, .legal-shell, .report-shell, .recovery-shell { display: grid; grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.content-aside, .legal-aside, .report-aside { position: sticky; top: calc(var(--header-height) + 3rem); align-self: start; }.content-aside h1, .legal-aside h1, .report-aside h1 { max-width: 7ch; margin-top: 1rem; font-size: clamp(3.6rem, 6.5vw, 6.8rem); font-weight: 500; line-height: 0.82; letter-spacing: -0.085em; }.content-aside h1 em, .legal-aside h1 em, .report-aside h1 em { color: var(--route-color); }.content-aside p, .legal-aside p, .report-aside p { margin-top: 1.5rem; color: var(--paper-muted); font-size: 0.8rem; }
.content-main, .legal-main, .report-main, .recovery-panel { border: 1px solid var(--rule); border-radius: var(--radius); background: rgb(255 255 255 / 0.018); box-shadow: var(--shadow); }.content-section, .legal-section { padding: clamp(1.5rem, 3vw, 2.8rem); border-bottom: 1px solid var(--rule); }.content-section:last-child, .legal-section:last-child { border-bottom: 0; }.content-section h2, .legal-section h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 400; }.content-section h3, .legal-section h3 { margin-top: 1.5rem; font-size: 1rem; }.content-section p, .legal-section p, .content-section li, .legal-section li { margin-top: 1rem; color: var(--paper-muted); }.content-section ul, .legal-section ul { padding-left: 1.2rem; }
.report-form, .recovery-form { display: grid; gap: 1.2rem; padding: clamp(1.5rem, 3vw, 2.8rem); }
.noscript-message { padding: 1rem; background: var(--orange); color: var(--ink); }

/* Responsive */
@media (max-width: 78rem) {
    .site-header__inner { grid-template-columns: auto 1fr auto; }.site-header__route { display: none; }
    .home-hero__route-cards { opacity: 0.72; width: 24rem; }.home-hero__heading { grid-column: 1 / 11; }.home-hero__introduction { grid-column: 7 / 13; }
    .home-manifesto__statement { grid-column: 3 / 11; }.home-manifesto__aside { grid-column: 9 / 13; }
    .site-footer__entry { grid-template-columns: 1fr 0.5fr; }.site-footer__routes { grid-template-columns: 0.65fr 1.35fr; }
    .dashboard-body { grid-template-columns: 14rem minmax(0, 1fr); }.dashboard-sidebar { padding-inline: 0.6rem; }.opportunity-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 62rem) {
    :root { --header-height: 4.7rem; }
    .navigation-toggle { display: block; justify-self: end; }
    .site-header__inner { grid-template-columns: 1fr auto; }.site-header__navigation { position: fixed; top: var(--header-height); right: 0; left: 0; display: grid; align-content: start; gap: 2rem; padding: 2rem var(--page-gutter); border-bottom: 1px solid var(--rule); background: #090c13; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform 320ms var(--ease), opacity 240ms; }.site-header__actions, .primary-navigation { align-items: stretch; }.primary-navigation { display: grid; }.site-header__actions { justify-content: flex-start; }.site-header__navigation .button { width: fit-content; }body[data-navigation-open="true"] .site-header__navigation { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .home-hero__heading { grid-column: 1 / 13; }.home-hero__introduction { grid-column: 5 / 13; }.home-hero__route-cards { display: none; }
    .home-manifesto__statement, .home-section-heading__title { grid-column: 3 / 13; }.home-manifesto__aside, .home-section-heading__copy { grid-column: 7 / 13; margin-top: 2rem; }
    .home-direction__link { grid-template-columns: 2.5rem minmax(8rem, 0.35fr) 1fr; }.home-direction__endpoint { display: none; }
    .home-process__route { grid-template-columns: 1fr; gap: 0; }.home-process__route::before { top: 0; bottom: 0; left: 0; width: 1px; height: auto; }.home-process__stop, .home-process__stop:nth-child(2) { min-height: 13rem; margin-top: 0; padding: 2rem 0 3rem 3rem; border-bottom: 1px solid rgb(16 12 10 / 0.25); }.home-process__node { top: 2rem; left: -0.32rem; }
    .home-exchange__heading, .home-safety__heading { position: static; grid-column: 1 / 13; margin-bottom: 4rem; }.home-exchange__ledger, .home-safety__principles, .home-safety__action { grid-column: 3 / 13; }
    .site-footer__entry, .site-footer__routes { grid-template-columns: 1fr; }.site-footer__route-grid { grid-template-columns: repeat(2, 1fr); }.site-footer__wordmark-note { display: none; }
    .signup-flow__content, .account-entry__shell, .onboarding__shell, .content-shell, .legal-shell, .report-shell { grid-template-columns: 1fr; }.signup-flow-intro, .onboarding-rail, .content-aside, .legal-aside, .report-aside { position: static; min-height: auto; }.signup-flow-intro { display: none; }.signup-path-panel, .signup-identity-panel, .signup-access-panel, .signup-verify-panel, .signup-callback-panel, .signup-panel { justify-self: stretch; width: 100%; }.onboarding-rail { display: grid; grid-template-columns: 1fr; }.onboarding-progress ol { grid-template-columns: repeat(5, 1fr); gap: 0.5rem; }.onboarding-progress::before, .onboarding-progress::after { top: 0.42rem; right: 0; bottom: auto; left: 0; width: 100%; height: 1px; }.onboarding-progress::after { width: var(--onboarding-rail-progress); }.onboarding-progress li { grid-template-columns: 1fr; gap: 0.5rem; }.onboarding-progress li::before { grid-column: 1; }.onboarding-progress li span, .onboarding-progress li strong { grid-column: 1; }.onboarding-progress li strong { margin-top: 0; font-size: 0.5rem; }
    .dashboard-topbar { grid-template-columns: auto 1fr auto; }.dashboard-mobile-toggle { display: block; }.dashboard-body { grid-template-columns: 1fr; }.dashboard-sidebar { position: fixed; z-index: 1200; top: 4.8rem; bottom: 0; left: 0; width: 17rem; height: auto; transform: translateX(-100%); transition: transform 320ms var(--ease); }body[data-sidebar-open="true"] .dashboard-sidebar { transform: translateX(0); }.dashboard-main { padding: 2rem var(--page-gutter); }.dashboard-grid, .profile-layout { grid-template-columns: 1fr; }.dashboard-metrics { grid-template-columns: repeat(2, 1fr); }.dashboard-metric:nth-child(2) { border-right: 0; }.dashboard-metric:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
}
@media (max-width: 44rem) {
    :root { --page-gutter: 1rem; }
    .site-wordmark__descriptor { display: none; }.site-wordmark__junction { width: 1.45rem; height: 1.45rem; }
    .commonline-route-rail { display: none; }.thread-label { display: none; }
    .site-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.7rem; }
    .home-hero { padding-top: 3rem; }.home-hero__inner { grid-template-rows: auto auto auto; }.home-hero__heading, .home-hero__introduction, .home-hero__register { grid-column: 1 / 7; }.home-hero__introduction { grid-row: 2; padding-top: 5rem; }.home-hero__title { max-width: 6.6ch; font-size: clamp(4rem, 19vw, 6.8rem); }.home-hero__title-serif { margin-left: 0.5rem; white-space: normal; }.home-hero__actions { align-items: flex-start; flex-direction: column; }.home-hero__register { grid-template-columns: 1fr; }.home-hero__register span, .home-hero__register span:nth-child(2), .home-hero__register span:last-child { border: 0; border-top: 1px solid var(--rule); text-align: left; }.home-hero__line-field { inset: 28% -30% 20% -10%; }
    .home-manifesto__index, .home-manifesto__statement, .home-manifesto__aside, .home-section-heading__index, .home-section-heading__title, .home-section-heading__copy, .home-exchange__heading, .home-exchange__ledger, .home-safety__heading, .home-safety__principles, .home-safety__action { grid-column: 1 / 7; }.home-manifesto__statement { font-size: clamp(3rem, 15vw, 5rem); }.home-manifesto__aside, .home-section-heading__copy { margin-top: 3rem; }.home-direction__link { grid-template-columns: 2rem 1fr; grid-template-areas: "number name" ". description"; min-height: 0; padding: 2rem 0; }.home-direction__number { grid-area: number; }.home-direction__name { grid-area: name; font-size: clamp(3rem, 14vw, 5rem); }.home-direction__description { grid-area: description; margin-top: 1rem; }.home-exchange__row { grid-template-columns: 1fr auto; grid-template-areas: "from arrow" "to to"; }.home-exchange__row span:first-child { grid-area: from; }.home-exchange__row span:nth-child(2) { grid-area: arrow; }.home-exchange__row span:last-child { grid-area: to; }.home-safety__principle { grid-template-columns: 2rem 1fr; grid-template-areas: "num title" ". copy"; }.home-safety__principle > span { grid-area: num; }.home-safety__principle h3 { grid-area: title; }.home-safety__principle p { grid-area: copy; }
    .site-footer__statement { font-size: clamp(3.8rem, 18vw, 6.5rem); }.site-footer__route-grid { grid-template-columns: 1fr 1fr; }.site-footer__wordmark-name { font-size: clamp(5rem, 24vw, 8rem); }.site-footer__base { grid-template-columns: 1fr; }.site-footer__status, .site-footer__coordinates { justify-self: start; text-align: left; }
    .signup-flow-progress li strong { display: none; }.signup-flow__register { grid-template-columns: 1fr; }.signup-flow__register span { text-align: left !important; border-top: 1px solid var(--rule); }.signup-path-options, .signup-path-providers, .account-providers, .route-choice-grid, .onboarding-columns, .onboarding-review, .form-grid { grid-template-columns: 1fr; }.signup-path-providers button, .account-providers button { border-right: 0; border-bottom: 1px solid var(--rule); }.signup-path-providers button:last-child, .account-providers button:last-child { border-bottom: 0; }.signup-path-panel__header, .signup-panel__header, .account-entry__panel-header { align-items: flex-start; flex-direction: column; }.signup-date-field, .date-field { grid-template-columns: 1fr 1fr 1.3fr; }.signup-date-field > span, .date-field > span { display: none; }
    .account-entry__heading { font-size: clamp(4rem, 19vw, 6.8rem); }.account-entry__intro { padding-bottom: 0; }.account-entry__form-row, .account-entry__footer-note { align-items: flex-start; flex-direction: column; }
    .onboarding-progress li strong { display: none; }.availability-grid { grid-template-columns: repeat(4, 1fr); }.preference-scale { grid-template-columns: 1fr; }.onboarding-actions { grid-template-columns: 1fr; }.onboarding-actions__line { display: none; }.onboarding-actions .button { width: 100%; }
    .dashboard-topbar { grid-template-columns: auto 1fr auto; padding-inline: 0.75rem; }.dashboard-search { display: none; }.dashboard-profile-button__copy { display: none; }.dashboard-main { padding: 1.3rem 1rem; }.dashboard-hero { grid-template-columns: 1fr; }.dashboard-hero__aside { justify-self: start; }.dashboard-metrics { grid-template-columns: 1fr 1fr; }.opportunity-grid { grid-template-columns: 1fr; }.message-layout { grid-template-columns: 1fr; }.conversation-list { display: none; }.profile-layout { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    [data-reveal-state="pending"] { opacity: 1; transform: none; }
}

/* Detailed signup states */
.signup-step-panel { position: relative; width: min(100%, 56rem); justify-self: end; border: 1px solid var(--rule); border-radius: var(--radius); background: linear-gradient(145deg, rgb(17 23 34 / 0.92), rgb(8 11 17 / 0.94)); box-shadow: var(--shadow); backdrop-filter: blur(18px); overflow: hidden; }
.signup-step-panel::before { display: block; width: 34%; height: 2px; background: linear-gradient(90deg, var(--route-color), transparent); content: ""; }
.signup-step-panel__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.6rem); border-bottom: 1px solid var(--rule); }
.signup-step-panel__header h1 { max-width: 10ch; margin-top: 0.7rem; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 500; line-height: 0.9; letter-spacing: -0.075em; }
.signup-step-panel__index { color: var(--route-color); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.11em; text-transform: uppercase; }
.signup-step-panel__route { min-width: 10rem; padding: 0.8rem 1rem; border: 1px solid var(--rule); background: rgb(var(--route-rgb) / 0.06); color: var(--paper-muted); font-size: 0.7rem; text-align: right; }
.signup-step-panel__route strong { display: block; margin-top: 0.25rem; color: var(--route-color); font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; }
.signup-step-form { display: grid; gap: 1.2rem; padding: clamp(1.5rem, 3vw, 2.6rem); }
.signup-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.signup-form-grid__wide { grid-column: 1 / -1; }
.signup-step-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: center; margin-top: 0.5rem; }
.signup-step-back { display: inline-flex; align-items: center; gap: 0.6rem; border: 0; background: transparent; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.58rem; text-transform: uppercase; cursor: pointer; }
.signup-step-back:hover { color: var(--route-color); }
.signup-date-field__inputs { display: grid; grid-template-columns: 1fr auto 1fr auto 1.4fr; align-items: end; gap: 0.65rem; }
.signup-date-field__inputs label { display: grid; gap: 0.45rem; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.54rem; text-transform: uppercase; }
.signup-date-field__inputs input { width: 100%; min-height: 4rem; border: 1px solid var(--rule); background: rgb(4 6 10 / 0.55); color: var(--paper); text-align: center; outline: none; }
.signup-date-field__inputs input:focus { border-color: var(--route-color); box-shadow: 0 0 0 0.2rem rgb(var(--route-rgb) / 0.08); }
.signup-date-field__separator { align-self: end; padding-bottom: 1.2rem; color: var(--paper-muted); }
.signup-age-route { display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; padding: 1rem; border: 1px solid var(--rule); background: rgb(var(--route-rgb) / 0.055); color: var(--paper-muted); font-size: 0.72rem; }
.signup-age-route__node { width: 0.7rem; height: 0.7rem; margin-top: 0.25rem; background: var(--route-color); border-radius: 50%; box-shadow: 0 0 0.9rem rgb(var(--route-rgb) / 0.55); }
.signup-guardian-field { padding: 1rem; border: 1px dashed rgb(244 119 73 / 0.35); background: rgb(244 119 73 / 0.045); }
.signup-auth-mode { display: grid; gap: 1.2rem; }
.signup-auth-mode--oauth { padding: 1.2rem; border: 1px solid rgb(var(--route-rgb) / 0.25); background: rgb(var(--route-rgb) / 0.06); }
.signup-oauth-connection { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; }
.signup-oauth-connection__node { width: 0.8rem; height: 0.8rem; background: var(--route-color); border-radius: 50%; box-shadow: 0 0 1rem rgb(var(--route-rgb) / 0.6); }
.signup-auth-mode__switch { justify-self: start; border: 0; padding: 0; background: transparent; color: var(--paper-muted); text-decoration: underline; text-underline-offset: 0.25rem; cursor: pointer; }
.signup-password-field { position: relative; }
.signup-password-field__toggle { position: absolute; right: 0.8rem; top: 50%; border: 0; background: transparent; color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.52rem; text-transform: uppercase; transform: translateY(-50%); cursor: pointer; }
.signup-password-strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.35rem; margin-top: 0.6rem; }
.signup-password-strength span { height: 2px; background: var(--rule); }
.signup-password-guidance { color: var(--paper-muted); font-size: 0.66rem; }
.signup-rules-field { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; padding: 1rem; border: 1px solid var(--rule); cursor: pointer; }
.signup-rules-field input { position: absolute; opacity: 0; }
.signup-rules-field__box { display: grid; width: 1.1rem; height: 1.1rem; place-items: center; border: 1px solid var(--rule-strong); }
.signup-rules-field input:checked + .signup-rules-field__box { background: var(--route-color); border-color: var(--route-color); }
.signup-rules-field input:checked + .signup-rules-field__box::after { width: 0.35rem; height: 0.2rem; border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); content: ""; rotate: -45deg; }
.signup-rules-field__copy { color: var(--paper-muted); font-size: 0.7rem; }
.signup-rules-field__copy a { color: var(--paper); text-decoration: underline; text-underline-offset: 0.2rem; }
.signup-transition { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; background: #080a0f; opacity: 0; pointer-events: none; transition: opacity 240ms; }
.signup-transition[data-active="true"], body[data-signup-flow-leaving="true"] .signup-transition { opacity: 1; pointer-events: auto; }
.signup-transition__field { position: absolute; inset: 0; overflow: hidden; }
.signup-transition__line { position: absolute; left: -10%; width: 120%; height: 1px; background: linear-gradient(90deg, transparent, var(--route-color), transparent); transform: scaleX(0); transform-origin: left; }
.signup-transition__line:nth-child(1) { top: 18%; }.signup-transition__line:nth-child(2) { top: 29%; }.signup-transition__line:nth-child(3) { top: 41%; }.signup-transition__line:nth-child(4) { top: 52%; }.signup-transition__line:nth-child(5) { top: 63%; }.signup-transition__line:nth-child(6) { top: 74%; }.signup-transition__line:nth-child(7) { top: 84%; }
body[data-signup-flow-leaving="true"] .signup-transition__line { animation: signup-transition-line 650ms var(--ease) forwards; }.signup-transition__line:nth-child(2n) { animation-delay: 70ms !important; }
@keyframes signup-transition-line { to { transform: scaleX(1); } }
.signup-transition__junction, .signup-transition__node { position: absolute; top: 52%; border-radius: 50%; }
.signup-transition__junction { left: 50%; width: 1rem; height: 1rem; border: 2px solid var(--route-color); transform: translate(-50%, -50%); }.signup-transition__node { left: 12%; width: 0.65rem; height: 0.65rem; background: var(--route-color); box-shadow: 0 0 1rem rgb(var(--route-rgb) / 0.65); }
.signup-transition__copy { position: relative; z-index: 2; text-align: center; }.signup-transition__register { color: var(--paper-muted); font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; }.signup-transition__title { margin-top: 1rem; font-family: var(--font-serif); font-size: clamp(3rem, 7vw, 7rem); font-style: italic; }.signup-transition__status { margin-top: 1rem; color: var(--paper-muted); }
.signup-verification-loading, .signup-verification-state, .signup-callback-state { min-height: 28rem; display: grid; align-content: center; justify-items: start; gap: 1.5rem; padding: clamp(1.5rem, 4vw, 3rem); }
.signup-verification-loading__node, .signup-callback-state__node, .signup-callback-state__error-node { width: 1rem; height: 1rem; border-radius: 50%; background: var(--route-color); box-shadow: 0 0 0 0.5rem rgb(var(--route-rgb) / 0.08), 0 0 1.5rem rgb(var(--route-rgb) / 0.55); animation: verification-pulse 1.5s ease-in-out infinite; }
.signup-callback-state__error-node { background: #ff725c; }
@keyframes verification-pulse { 50% { transform: scale(1.3); opacity: 0.65; } }
.signup-verification-state__header h1, .signup-callback-state h1 { margin-top: 0.7rem; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: 0.9; letter-spacing: -0.07em; }
.signup-verification-email { padding: 0.8rem 1rem; border: 1px solid var(--rule); background: rgb(var(--route-rgb) / 0.06); color: var(--paper-soft); font-family: var(--font-mono); font-size: 0.7rem; }
.signup-verification-state__message, .signup-callback-state__message, .signup-callback-state__destination { max-width: 37rem; color: var(--paper-muted); }
.signup-verification-actions, .signup-callback-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; }
.signup-verification-secondary { border: 0; background: transparent; color: var(--paper-muted); text-decoration: underline; text-underline-offset: 0.25rem; cursor: pointer; }
.signup-verification-links { display: flex; flex-wrap: wrap; gap: 1rem; color: var(--paper-muted); font-size: 0.68rem; }
.signup-verification-complete-mark, .signup-callback-state__mark { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; border: 1px solid var(--route-color); border-radius: 50%; color: var(--route-color); box-shadow: 0 0 0 0.7rem rgb(var(--route-rgb) / 0.06); }
.signup-verification-complete-mark::after, .signup-callback-state__mark span::after { width: 1rem; height: 0.55rem; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; content: ""; rotate: -45deg; }
.signup-line-scene__cross-route, .signup-line-scene__parallel-line, .signup-line-scene__completion-route, .signup-line-scene__waiting-route { fill: none; stroke: rgb(244 240 232 / 0.2); stroke-width: 1; vector-effect: non-scaling-stroke; }
.signup-line-scene__completion-route { stroke: var(--blue); }.signup-line-scene__waiting-route { stroke: rgb(244 119 73 / 0.4); stroke-dasharray: 4 10; }.signup-line-scene__arrival-ring { fill: none; stroke: var(--route-color); opacity: 0.5; }

/* Existing content-page markup */
.content-page__article { display: grid; grid-template-columns: minmax(14rem, 0.34fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.content-page__header { position: sticky; top: calc(var(--header-height) + 3rem); align-self: start; }
.content-page__index { color: var(--route-color); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }
.content-page__header h1 { max-width: 7.5ch; margin-top: 1rem; font-size: clamp(3.7rem, 7vw, 7.2rem); font-weight: 500; line-height: 0.82; letter-spacing: -0.085em; }
.content-page__header h1 em { display: block; margin-left: 1rem; color: var(--route-color); }
.content-page__header p { max-width: 24rem; margin-top: 1.5rem; color: var(--paper-muted); }
.content-page__body { border: 1px solid var(--rule); border-radius: var(--radius); background: rgb(255 255 255 / 0.018); box-shadow: var(--shadow); overflow: hidden; }
.content-page__body > section, .content-page__body > div { padding: clamp(1.5rem, 3vw, 2.8rem); border-bottom: 1px solid var(--rule); }
.content-page__body > :last-child { border-bottom: 0; }
.content-page__body h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 400; }
.content-page__body h3 { margin-top: 1.5rem; font-size: 1rem; }
.content-page__body p, .content-page__body li { margin-top: 1rem; color: var(--paper-muted); }
.content-page__body ul, .content-page__body ol { padding-left: 1.2rem; }
.content-callout { position: relative; padding: 1.5rem 1.5rem 1.5rem 3rem !important; background: linear-gradient(90deg, rgb(var(--route-rgb) / 0.08), transparent); }
.content-callout__node { position: absolute; top: 1.75rem; left: 1.25rem; width: 0.65rem; height: 0.65rem; background: var(--route-color); border-radius: 50%; box-shadow: 0 0 0.8rem rgb(var(--route-rgb) / 0.55); }
.content-form { display: grid; gap: 1.2rem; }
.account-entry--compact .account-entry__shell { grid-template-columns: minmax(16rem, 0.65fr) minmax(26rem, 0.75fr); justify-content: center; }

@media (max-width: 62rem) {
    .content-page__article { grid-template-columns: 1fr; }.content-page__header { position: static; }
}
@media (max-width: 44rem) {
    .signup-step-panel__header { align-items: flex-start; flex-direction: column; }.signup-step-panel__route { text-align: left; }.signup-form-grid { grid-template-columns: 1fr; }.signup-date-field__inputs { grid-template-columns: 1fr 1fr 1.3fr; }.signup-date-field__separator { display: none; }.signup-step-actions, .signup-verification-actions, .signup-callback-actions { grid-template-columns: 1fr; }.signup-step-back { justify-self: start; }.signup-verification-loading, .signup-verification-state, .signup-callback-state { min-height: 23rem; }
}

/* Spectrum progress and dashboard tone refinements */
body[data-signup-step="path"] { --signup-progress: 0.24; --route-color: var(--orange); --route-rgb: var(--orange-rgb); }
body[data-signup-step="identity"] { --signup-progress: 0.48; --route-color: var(--blue); --route-rgb: var(--blue-rgb); }
body[data-signup-step="access"] { --signup-progress: 0.74; --route-color: var(--orange); --route-rgb: var(--orange-rgb); }
body[data-signup-step="verify"],
body[data-signup-step="callback"] { --signup-progress: 1; --route-color: var(--blue); --route-rgb: var(--blue-rgb); }

.dashboard-main { position: relative; isolation: isolate; overflow: clip; }
.dashboard-main::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 88% 8%, rgb(var(--blue-rgb) / 0.09), transparent 28rem),
        radial-gradient(circle at 8% 42%, rgb(var(--orange-rgb) / 0.07), transparent 24rem),
        linear-gradient(115deg, transparent 20%, rgb(255 255 255 / 0.018) 50%, transparent 80%);
    pointer-events: none;
    content: "";
}
.dashboard-metric:nth-child(odd) strong { color: var(--blue); }
.dashboard-metric:nth-child(even) strong { color: var(--orange); }
.dashboard-section:nth-of-type(odd) .dashboard-section__header .eyebrow,
.dashboard-view:nth-of-type(odd) .dashboard-register__status { color: var(--blue); }
.dashboard-section:nth-of-type(even) .dashboard-section__header .eyebrow,
.dashboard-view:nth-of-type(even) .dashboard-register__status { color: var(--orange); }
.opportunity-card:nth-child(4n + 1),
.route-card:nth-child(4n + 1) { --card-accent: var(--blue); }
.opportunity-card:nth-child(4n + 2),
.route-card:nth-child(4n + 2) { --card-accent: var(--orange); }
