:root{--gold: #c9973a;--gold-dark: #d4a84b;--pure-gold: #f2c94c;--bg: #f7f6f4;--card-bg: #ffffff;--surface: #f5f5f5;--surface-light: #edecea;--primary-text: #1a1a1a;--secondary-text: #707070;--border: #e0e0e0;--selected: #dddddd;--pill-text: #2a2a2a;--correct: #c9973a;--incorrect: #6b6b6b;--cta-bg: #1a1a1a;--cta-text: #ffffff;--link-gold: #c9973a;--accent: #c9973a;--danger: #c0392b;--frame-gold: #c9973a;--frame-crimson: #c0392b;--frame-sapphire: #2e6fb0;--frame-amber: #cf6a1a;--frame-amethyst: #8e5ba6;--frame-emerald: #2e8b57;--frame-markets: #e8a030;--frame-politics: #c05050;--frame-sports: #3a8fc2;--frame-culture: #9b5fa0;--frame-technology: #3ab08f;--frame-world: #5fa05f;--frame-fire: #e0622a;--radius: 16px;--radius-sm: 10px;--maxw: 560px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #0d0d0d;--card-bg: #1f1f1f;--surface: #1f1f1f;--surface-light: #2a2a2a;--primary-text: #f5f5f5;--secondary-text: #9a9a9a;--border: #2e2e2e;--selected: #3a3a3a;--pill-text: #f5f5f5;--correct: #d4a84b;--incorrect: #555555;--cta-bg: #f5f5f5;--cta-text: #1a1a1a;--link-gold: #f2c94c;--accent: #d4a84b;--danger: #ff6b5e;--frame-gold: #d4a84b;--frame-crimson: #e76b5b;--frame-sapphire: #5d9be0;--frame-amber: #f2913e;--frame-amethyst: #b886d6;--frame-emerald: #4fc487}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--primary-text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh;min-height:100dvh}button{font-family:inherit;cursor:pointer}a{color:var(--link-gold);text-decoration:none}.ps-page{max-width:var(--maxw);margin:0 auto;padding:16px 16px calc(108px + env(safe-area-inset-bottom))}.ps-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:18px}@keyframes ps-pop-in{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:1}}@keyframes ps-badge-glow{0%,to{box-shadow:0 6px 18px #d4a84b59}50%{box-shadow:0 6px 30px #d4a84b99}}@keyframes ps-rise{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ps-pip-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.ps-celebrate-badge{width:64px;height:64px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;background:var(--gold);color:#1a1a1a;font-size:34px;font-weight:900;animation:ps-pop-in .5s cubic-bezier(.34,1.56,.64,1) both,ps-badge-glow 2.2s ease-in-out .5s infinite}.ps-celebrate-title{animation:ps-rise .45s ease-out .12s both}.ps-celebrate-pips{display:flex;gap:8px;justify-content:center;margin:14px 0 0}.ps-celebrate-pips>span{width:11px;height:11px;border-radius:50%;background:var(--gold);animation:ps-pip-in .32s cubic-bezier(.34,1.56,.64,1) both}@media (prefers-reduced-motion: reduce){.ps-celebrate-badge,.ps-celebrate-title,.ps-celebrate-pips>span{animation:none!important}}.ps-chip{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--secondary-text)}.ps-muted{color:var(--secondary-text)}.ps-center{text-align:center}@keyframes ps-frame-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ps-frame-pulse{0%,to{opacity:.35}50%{opacity:.95}}@keyframes ps-frame-twinkle{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.ps-frame__orbit{animation:ps-frame-spin 6s linear infinite;transform-origin:50% 50%}.ps-frame__aurora{animation:ps-frame-spin 8s linear infinite;transform-origin:50% 50%}.ps-frame__pulse{animation:ps-frame-pulse 1.4s ease-in-out infinite;transform-origin:50% 50%}.ps-frame__sparkle{animation:ps-frame-twinkle 1.5s ease-in-out infinite;transform-origin:center}.ps-frame__sparkle:nth-of-type(2){animation-delay:.5s}.ps-frame__sparkle:nth-of-type(3){animation-delay:1s}@media (prefers-reduced-motion: reduce){.ps-frame__orbit,.ps-frame__aurora,.ps-frame__pulse,.ps-frame__sparkle{animation:none}}
