*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;background:radial-gradient(circle at 0 0,rgba(64,120,255,.18),transparent 35%),radial-gradient(circle at 100% 20%,rgba(27,193,201,.16),transparent 28%),#070b16;color:#e5ecf5}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(7,11,22,.72);border-bottom:1px solid hsla(0,0%,100%,.08)}.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:1.1rem;font-weight:700;letter-spacing:.2px}.nav{display:flex;gap:10px}.btn,.nav{align-items:center}.btn{display:inline-flex;justify-content:center;border-radius:10px;border:1px solid transparent;padding:10px 14px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(110deg,#2563eb,#0ea5e9);color:#fff;box-shadow:0 8px 25px rgba(37,99,235,.28)}.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.12);color:#d2dceb}.btn-ghost:hover{background:hsla(0,0%,100%,.08)}.main{padding:30px 0 64px}.hero{padding:56px 0 24px}.hero-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1.1fr .9fr}.eyebrow{color:#7dd3fc;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}h1{margin:12px 0 16px;font-size:clamp(2rem,5vw,3.4rem);line-height:1.08}.lead{color:#b5c2d5;max-width:650px;font-size:1.04rem;line-height:1.62}.hero-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.hero-card{border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(170deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.03));padding:22px}.hero-card p{margin:10px 0;color:#c8d4e4;font-size:.94rem}.section{margin-top:24px}.section h2{margin-bottom:14px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.11);border-radius:14px;padding:20px}.card h3{margin-top:0;margin-bottom:8px;font-size:1rem}.muted{color:#9fb0c7;font-size:.9rem;line-height:1.5}.auth-wrap{min-height:calc(100vh - 180px);display:grid;place-items:center}.auth-card{width:min(480px,100%)}.field{display:flex;flex-direction:column;gap:6px;margin:12px 0}label{font-size:.85rem;color:#b9c7d9}input{width:100%;padding:11px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.18);background:rgba(0,0,0,.25);color:#e6edf3;outline:none}input:focus{border-color:rgba(56,189,248,.6)}button{margin-top:10px;width:100%;padding:11px 12px;border-radius:10px;border:0;background:linear-gradient(110deg,#2563eb,#0ea5e9);color:#fff;font-weight:600;cursor:pointer}button:disabled{opacity:.65;cursor:not-allowed}.error{color:#fda4af}.error,.ok{font-size:.86rem}.ok{color:#6ee7b7}.footer-note{margin-top:34px;color:#8ea1bb;font-size:.84rem;text-align:center}@media (max-width:900px){.cards,.hero-grid{grid-template-columns:1fr}.header-inner{height:66px}.main{padding-top:16px}}