:root{--bg: #0f0f12;--surface: #1a1a1f;--text: #f4f4f5;--text-muted: #a1a1aa;--accent: #f59e0b;--accent-hover: #fbbf24;--border: #27272a;--radius: 12px;--font: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button,[role=button]{font-family:inherit;cursor:pointer}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.main{max-width:28rem;width:100%;text-align:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--accent);margin-bottom:2rem}.headline{font-size:1.75rem;font-weight:600;line-height:1.3;margin:0 0 .75rem;letter-spacing:-.02em}.tagline{color:var(--text-muted);margin:0 0 2rem;font-size:1rem}.btn{display:inline-block;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:1rem;text-decoration:none;transition:background .2s,color .2s}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-hover);color:var(--bg);text-decoration:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);margin-top:.75rem}.btn-secondary:hover{background:var(--border);color:var(--text);text-decoration:none}.actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.actions .btn-primary{width:100%;max-width:20rem}.code-block{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem}.code-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.code-value{font-size:1.5rem;font-weight:700;letter-spacing:.15em;color:var(--accent)}.hint{font-size:.875rem;color:var(--text-muted);margin:0 0 2rem;max-width:22rem;margin-left:auto;margin-right:auto}.legal{font-size:.875rem;color:var(--text-muted);margin:0}.link-muted{color:var(--text-muted)}.link-muted:hover{color:var(--text)}
