:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--accent: #16a34a;--error: #dc2626}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.centered{min-height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;text-align:center}.subtitle{margin:-.5rem 0 .5rem;color:var(--muted)}.shell{max-width:720px;margin:0 auto;padding:1rem 1.25rem 3rem}.nav{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.nav a{color:var(--text);text-decoration:none;font-weight:500}.venue-name{font-weight:700;margin-right:auto}.page h1{margin-top:0}.page section{margin-bottom:2rem}.list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.list-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.75rem 1rem}.muted{color:var(--muted);font-size:.875rem}.badge{margin-left:.5rem;font-size:.75rem;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.1rem .5rem}.error{color:var(--error)}input{padding:.65rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem}button{padding:.6rem 1rem;border-radius:.5rem;border:none;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;white-space:nowrap}button:disabled{opacity:.6;cursor:default}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.tier-form{display:flex;flex-direction:column;gap:.5rem;max-width:400px}.redeem-page{display:flex;flex-direction:column;align-items:center;text-align:center}.redeem-form,.redeem-result{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:360px}.code-input{font-size:2rem;text-align:center;letter-spacing:.3em;padding:1rem;text-transform:uppercase}.redeem-form button,.confirm-button{padding:1.25rem;font-size:1.25rem}.redeem-result{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}.reward-name{font-size:1.5rem;font-weight:700}.success{color:var(--accent);font-weight:600}.check-picker{display:flex;flex-direction:column;gap:.4rem;text-align:left}.check-option{background:var(--bg);color:var(--text);border:1px solid var(--border);text-align:left;font-weight:400;padding:.6rem .85rem}.check-option.selected{border-color:var(--accent);outline:2px solid var(--accent);font-weight:600}
