:root{color-scheme:light;--canvas:#f4f6fb;--surface:#ffffff;--surface-soft:#f8f9fd;--surface-strong:#12172a;--ink:#15182b;--ink-muted:#60657a;--stroke:#e3e6f0;--brand:#6750d8;--brand-strong:#4d35b7;--accent:#16b8c4;--shadow-sm:0 8px 24px rgba(31,36,68,0.07);--shadow-md:0 18px 48px rgba(31,36,68,0.12);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--content-width:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--ink);font-family:Segoe UI Variable,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at 12% -8%,rgba(103,80,216,.12),transparent 29rem),radial-gradient(circle at 92% 4%,rgba(22,184,196,.1),transparent 25rem),var(--canvas)}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(103,80,216,.35);outline-offset:3px;border-radius:8px}.app-container{width:min(100%,var(--content-width));margin:0 auto;padding:40px 24px 80px}.page-shell{display:flex;flex-direction:column;gap:32px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--stroke)}.page-header-copy{max-width:720px}.page-eyebrow{display:block;margin-bottom:8px;color:var(--brand-strong);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.page-title{margin:0;font-size:clamp(32px,5vw,48px);line-height:1.08;letter-spacing:-.04em}.page-description{max-width:680px;margin:10px 0 0;color:var(--ink-muted);font-size:16px;line-height:1.65}.page-section{margin-top:48px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:0;font-size:clamp(23px,3vw,30px);letter-spacing:-.025em}.section-heading p{margin:5px 0 0;color:var(--ink-muted)}.surface-panel{padding:24px;border:1px solid rgba(227,230,240,.9);border-radius:var(--radius-lg);background:rgba(255,255,255,.82);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.row{gap:8px}.row,.spread{display:flex;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between;gap:16px}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:430px;padding:clamp(40px,7vw,76px);border-radius:32px;color:#fff;background:linear-gradient(125deg,rgba(16,21,42,.98),rgba(47,38,101,.96) 58%,rgba(17,116,128,.9));box-shadow:0 28px 70px rgba(25,29,60,.2)}.hero:after,.hero:before{position:absolute;z-index:-1;content:"";border-radius:999px;filter:blur(1px)}.hero:before{width:330px;height:330px;top:-170px;right:8%;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 56px rgba(255,255,255,.04),0 0 0 116px rgba(255,255,255,.025)}.hero:after{width:280px;height:280px;right:-70px;bottom:-150px;background:rgba(25,222,222,.16);filter:blur(22px)}.hero-content{max-width:780px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero h1{max-width:730px;margin:0;font-size:clamp(42px,7vw,72px);line-height:.98;letter-spacing:-.055em}.hero p{max-width:650px;margin:20px 0 28px;color:rgba(255,255,255,.72);font-size:clamp(16px,2vw,19px);line-height:1.65}.hero-search{max-width:680px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 16px 40px rgba(0,0,0,.22)}.hero-metrics{display:flex;gap:28px;margin-top:30px;color:rgba(255,255,255,.68);font-size:13px}.hero-metrics strong{display:block;margin-bottom:2px;color:#fff;font-size:17px}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:28px;gap:28px;align-items:start}.content-block{padding:24px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:#f8f9fd}.content-block pre{margin:14px 0 0;white-space:pre-wrap;word-break:break-word;font:14px/1.7 Cascadia Code,SFMono-Regular,Consolas,monospace}.form-shell{max-width:820px;margin:0 auto}.auth-shell{max-width:480px;margin:48px auto}.form-card{padding:clamp(22px,5vw,38px)!important;border:1px solid var(--stroke)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-md)!important}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.form-stack{display:flex;flex-direction:column;gap:18px}.empty-state{padding:60px 24px;border:1px dashed #cdd1df;border-radius:var(--radius-lg);color:var(--ink-muted);text-align:center;background:rgba(255,255,255,.5)}.site-footer{padding:28px 24px;color:rgba(255,255,255,.68);background:var(--surface-strong)}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(100%,var(--content-width));margin:0 auto}.site-footer span,.site-footer strong{display:block}.site-footer strong{margin-bottom:4px;color:#fff}.site-footer nav{display:flex;gap:20px;color:#fff;font-weight:600}@media (max-width:960px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}}@media (max-width:680px){.app-container{padding:24px 16px 56px}.page-header{align-items:flex-start;flex-direction:column}.hero{min-height:0;padding:38px 24px;border-radius:22px}.hero h1{font-size:42px}.hero-metrics{gap:16px;flex-wrap:wrap}.card-grid,.form-grid{grid-template-columns:1fr}.section-heading,.site-footer-inner{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}