@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";:root{--blue: #0040fe;--navy: #000433;--red: #ff0b00;--maroon: #790000;--cream: #f9f6ee;--white: #ffffff;--bg: var(--cream);--card-bg: var(--white);--text: var(--navy);--muted: rgba(0, 4, 51, .72);--border: rgba(0, 4, 51, .1);--shadow: 0 18px 45px -28px rgba(0, 4, 51, .18);--radius: 18px;--accent: var(--blue);--accent-strong: var(--red)}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 20% 20%,rgba(0,64,254,.06),transparent 30%),radial-gradient(circle at 80% 0%,rgba(255,11,0,.05),transparent 28%),var(--bg);color:var(--text);min-height:100vh;display:flex;justify-content:center}a{color:inherit;text-decoration:none}button{font-family:inherit}.app-shell{width:100%;display:flex;justify-content:center}.screen{max-width:520px;width:100%;padding:24px 18px 32px}.card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 18px;border:1px solid var(--border)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
