:root{--font-display:-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;--ink:#241814;--ink-soft:#3a2620;--gold-bright:#e8a33d;--paper:#fbf5f1;--paper-soft:#f3e9e2;--coral:#e2683f;--coral-ink:#a8431f;--gold:#b3701c;--violet:#8b5a7c;--line:#e5d9d1;--line-soft:#462d231a;--text:#241814;--text-muted:#8a7a73;--surface:#fff;--surface-alt:#f6eee8;--shadow:#3c23191f;--tier-common:#a79890;--tier-rare:#3b82c4;--tier-epic:#8b5a7c;--tier-legendary:#b3701c;--success:#4c8c5c;--danger:#c4453f;--brand-accent:#b0335a;--brand-accent-ink:#8a2545}@media (prefers-color-scheme:dark){:root{--paper:#1c1210;--paper-soft:#261915;--text:#f7eee9;--text-muted:#c4afa6;--surface:#2a1c18;--surface-alt:#33221d;--line:#4a332c;--line-soft:#ffebe11a;--shadow:#00000080;--gold:#e8a33d;--success:#6fbf82;--danger:#e37872}}:root[data-theme=dark]{--paper:#1c1210;--paper-soft:#261915;--text:#f7eee9;--text-muted:#c4afa6;--surface:#2a1c18;--surface-alt:#33221d;--line:#4a332c;--line-soft:#ffebe11a;--shadow:#00000080;--gold:#e8a33d;--success:#6fbf82;--danger:#e37872}:root[data-theme=light]{--paper:#fbf5f1;--paper-soft:#f3e9e2;--text:#241814;--text-muted:#8a7a73;--surface:#fff;--surface-alt:#f6eee8;--line:#e5d9d1;--line-soft:#462d231a;--shadow:#3c23191f;--gold:#b3701c;--success:#4c8c5c;--danger:#c4453f}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{min-height:100%;margin:0;padding:0}body{background:var(--paper);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SF Mono,Cascadia Code,Roboto Mono,Consolas,monospace}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;margin:0;font-weight:700}p{margin:0}button{font:inherit;touch-action:manipulation}a{touch-action:manipulation}::selection{background:var(--brand-accent);color:#fff}.btn{letter-spacing:.015em;cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-size:13.5px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s,opacity .15s,border-color .15s;display:inline-flex}.btn:active:not(:disabled){transform:scale(.97)}.btn:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--brand-accent);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--brand-accent-ink)}.btn-ghost{border-color:var(--line-soft);color:var(--text);background:0 0}.btn-ghost:hover:not(:disabled){border-color:var(--brand-accent);color:var(--brand-accent-ink)}.btn-sm{padding:8px 15px;font-size:12.5px}.btn-block{width:100%}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number]{border:1px solid var(--line);background:var(--paper-soft);width:100%;color:var(--text);border-radius:11px;padding:12px 13px;font-family:inherit;font-size:15px}input:focus{outline:2px solid var(--brand-accent);outline-offset:1px}label{color:var(--text-muted);margin-top:16px;margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}label:first-of-type{margin-top:0}
