:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f5f7fb;background:#080b12;font-synthesis:none}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:radial-gradient(circle at 20% 15%,rgba(59,130,246,.14),transparent 34rem),radial-gradient(circle at 85% 80%,rgba(45,212,191,.09),transparent 30rem),#080b12}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(100%,430px);padding:40px;border:1px solid rgba(148,163,184,.16);border-radius:28px;background:rgba(16,21,33,.88);box-shadow:0 30px 80px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.brand{width:52px;height:52px;display:grid;place-items:center;margin-bottom:26px;border:1px solid rgba(96,165,250,.34);border-radius:17px;background:linear-gradient(145deg,rgba(59,130,246,.16),rgba(45,212,191,.08))}.brand span{display:block;width:20px;height:24px;border:2px solid #86b7ff;border-radius:10px 10px 8px 8px;position:relative}.brand span:before{content:"";position:absolute;left:4px;right:4px;top:-9px;height:10px;border:2px solid #86b7ff;border-bottom:0;border-radius:8px 8px 0 0}.eyebrow{margin:0 0 10px;color:#7baaf7;font-size:12px;font-weight:750;letter-spacing:.18em}h1{margin:0;font-size:30px;line-height:1.2;letter-spacing:-.035em}.intro{margin:14px 0 30px;color:#aab4c7;font-size:15px;line-height:1.7}form{display:grid;gap:12px}label{font-size:13px;font-weight:650;color:#d9e0ec}input{width:100%;height:64px;padding:0 18px;border:1px solid #364156;border-radius:15px;outline:none;background:#0b101a;color:#f8fafc;font:650 25px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.32em;text-align:center;transition:border-color .18s,box-shadow .18s,background .18s}input::placeholder{color:#465167}input:hover{border-color:#526078}input:focus-visible{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(59,130,246,.18);background:#0d1421}.hint{margin:-2px 2px 4px;color:#738097;font-size:12px}.error{margin:0 0 2px;padding:11px 13px;border:1px solid rgba(251,113,133,.28);border-radius:11px;background:rgba(159,18,57,.14);color:#fda4af;font-size:13px;line-height:1.45}button{height:52px;margin-top:6px;border:0;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 12px 28px rgba(37,99,235,.22);transition:transform .16s,filter .16s,box-shadow .16s}button:hover{filter:brightness(1.08);box-shadow:0 14px 32px rgba(37,99,235,.3)}button:active{transform:translateY(1px)}button:focus-visible{outline:3px solid rgba(147,197,253,.8);outline-offset:3px}.privacy,.service-state{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:26px;color:#758197;font-size:12px}.dot{width:7px;height:7px;border-radius:999px;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.1)}.status-card{text-align:center}.status-card .brand{margin-inline:auto}.service-state{display:inline-flex;padding:10px 14px;border:1px solid rgba(52,211,153,.16);border-radius:999px;background:rgba(6,78,59,.11)}.error-code{display:inline-block;margin:0;padding:6px 10px;border-radius:8px;background:#0a0e17;color:#758197;font:12px/1.4 ui-monospace,monospace}@media(max-width:520px){.shell{padding:16px}.card{padding:30px 24px;border-radius:22px}h1{font-size:27px}.intro{margin-bottom:26px}input{height:62px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}