:root{--gold: #c9973a;--gold-dark: #d4a84b;--pure-gold: #f2c94c;--rival: #3a78d0;--rival-wash-top: rgba(58, 120, 208, .18);--rival-wash-bottom: rgba(58, 120, 208, .06);--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{--rival: #5b9be8;--rival-wash-top: rgba(91, 155, 232, .22);--rival-wash-bottom: rgba(91, 155, 232, .07);--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}:focus-visible{outline:2px solid var(--pure-gold);outline-offset:2px;border-radius:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,[role=button]:focus-visible{outline:2px solid var(--pure-gold);outline-offset:2px}:focus:not(:focus-visible){outline: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}}@keyframes ps-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ps-headline-shimmer{animation:ps-shimmer 1.4s linear infinite}@media (prefers-reduced-motion: reduce){.ps-headline-shimmer{animation:none}}@keyframes ps-rack-pop{0%{transform:scale(.85)}45%{transform:scale(1.3)}to{transform:scale(1)}}.ps-rack-ball{transition:background .25s ease,border-color .25s ease}.ps-rack-ball-filled{animation:ps-rack-pop .32s ease-out}@media (prefers-reduced-motion: reduce){.ps-rack-ball-filled{animation:none}}@keyframes ps-surprise-flip{0%{transform:rotateY(-180deg)}to{transform:rotateY(0)}}@keyframes ps-surprise-swoop{0%{transform:translate(-24px) scale(.6);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes ps-surprise-zigzag{0%{transform:rotate(16deg)}40%{transform:rotate(-12deg)}70%{transform:rotate(6deg)}to{transform:rotate(0)}}@keyframes ps-surprise-tumble{0%{transform:rotate(-300deg) scale(.7)}to{transform:rotate(0) scale(1)}}@keyframes ps-surprise-ripple{0%{transform:scale(.4)}55%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes ps-surprise-eclipse{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}.ps-surprise-flip,.ps-surprise-swoop,.ps-surprise-zigzag,.ps-surprise-tumble,.ps-surprise-ripple,.ps-surprise-eclipse{display:inline-block;animation-duration:.5s;animation-timing-function:cubic-bezier(.34,1.4,.64,1);animation-fill-mode:both}.ps-surprise-flip{animation-name:ps-surprise-flip}.ps-surprise-swoop{animation-name:ps-surprise-swoop}.ps-surprise-zigzag{animation-name:ps-surprise-zigzag}.ps-surprise-tumble{animation-name:ps-surprise-tumble}.ps-surprise-ripple{animation-name:ps-surprise-ripple}.ps-surprise-eclipse{animation-name:ps-surprise-eclipse}@media (prefers-reduced-motion: reduce){.ps-surprise-flip,.ps-surprise-swoop,.ps-surprise-zigzag,.ps-surprise-tumble,.ps-surprise-ripple,.ps-surprise-eclipse{animation:none!important}}.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)}@keyframes psSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.ps-skeleton{background:linear-gradient(100deg,var(--surface) 30%,var(--border) 50%,var(--surface) 70%);background-size:200% 100%;animation:psSkeleton 1.3s ease-in-out infinite;border-radius:var(--radius-sm)}@media (prefers-reduced-motion: reduce){.ps-skeleton{animation:none}}.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-spinner{width:26px;height:26px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:ps-frame-spin .7s linear infinite}.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}}@keyframes psGhostSeatPulse{0%,to{transform:scale(1);box-shadow:0 0 8px #d4a84b4d}50%{transform:scale(1.06);box-shadow:0 0 18px #d4a84ba6}}.ps-ghost-seat{animation:psGhostSeatPulse 1.6s ease-in-out infinite}.ps-podium-disc{background:#fffcf3f2;color:#1a1505}@media (prefers-color-scheme: dark){.ps-podium-disc{background:#14100aeb;color:#f7f3e6}}:root{--podium-step-ink: 0, 0, 0}@media (prefers-color-scheme: dark){:root{--podium-step-ink: 255, 255, 255}}
