@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Mono:wght@300;400;500&display=swap";:root{--bg: #0a0c14;--bg2: #111422;--bg3: #181b2e;--surface: #1c2035;--surface2: #242843;--border: #2e3355;--gold: #c9a84c;--gold-light: #e8c76a;--gold-dim: rgba(201, 168, 76, .15);--crimson: #c94c5e;--crimson-dim: rgba(201, 76, 94, .15);--text: #e8e4d8;--text-dim: #8a8ba0;--text-muted: #565870;--white: #f5f2ea;--radius: 8px;--shadow: 0 4px 24px rgba(0,0,0,.5)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:DM Mono,monospace;min-height:100vh;min-height:100dvh;line-height:1.5;overflow-x:hidden}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh}.loading-inner{color:var(--gold);letter-spacing:.2em;font-size:.85rem}.loading{padding:3rem;text-align:center;color:var(--text-dim);font-size:.85rem}.logo-lockup{display:flex;flex-direction:column;gap:1px}.logo-text{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:900;line-height:1}.logo-will{color:var(--gold)}.logo-win{color:var(--white)}.logo-slash{color:var(--text-muted);margin:0 3px;font-weight:400}.logo-should{color:var(--crimson)}.logo-win2{color:var(--white)}.auth-backdrop{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 20%,rgba(201,168,76,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(201,76,94,.06) 0%,transparent 60%),var(--bg);padding:1.25rem}.auth-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;width:100%;max-width:380px;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow)}.auth-modal .logo-text{font-size:1.8rem}.auth-modal .logo-lockup{align-items:center}.auth-tabs{display:flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.auth-tabs button{flex:1;padding:.65rem;background:transparent;border:none;color:var(--text-dim);font-family:DM Mono,monospace;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .2s;min-height:44px;-webkit-tap-highlight-color:transparent}.auth-tabs button.active{background:var(--gold-dim);color:var(--gold-light)}.auth-input{width:100%;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.85rem 1rem;font-family:DM Mono,monospace;font-size:1rem;outline:none;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-input:focus{border-color:var(--gold)}.auth-input::placeholder{color:var(--text-muted)}.auth-error{background:#c94c5e1f;border:1px solid rgba(201,76,94,.3);border-radius:var(--radius);color:#e88;font-size:.8rem;padding:.6rem .8rem}.auth-submit{width:100%;padding:.9rem;background:var(--gold);color:#0a0c14;border:none;border-radius:var(--radius);font-family:DM Mono,monospace;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .1s;min-height:48px;-webkit-tap-highlight-color:transparent}.auth-submit:hover{background:var(--gold-light)}.auth-submit:active{transform:scale(.98)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-forgot-link{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:.25rem 0;margin-top:.25rem;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.auth-forgot-link:hover{color:var(--gold)}.auth-tagline{text-align:center;color:var(--text-muted);font-size:.78rem;font-style:italic;font-family:Playfair Display,serif}.home-screen{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 20% 10%,rgba(201,168,76,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 90%,rgba(201,76,94,.04) 0%,transparent 50%),var(--bg)}.home-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg2);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:.75rem}.home-header-right{display:flex;align-items:center;gap:.5rem}.home-nav-btn{background:transparent;border:1px solid var(--border);color:var(--text-dim);padding:.35rem .75rem;border-radius:var(--radius);font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .2s;min-height:34px;-webkit-tap-highlight-color:transparent}.home-nav-btn:hover{color:var(--text);border-color:var(--text-dim)}.home-content{flex:1;padding:2rem 1.25rem;max-width:900px;margin:0 auto;width:100%}.home-hero{margin-bottom:3rem;padding-top:1rem}.home-title{font-family:Playfair Display,serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1;color:var(--white);margin-bottom:1rem}.home-title-will{color:var(--gold)}.home-title-should{color:var(--crimson)}.home-subtitle{font-size:.88rem;color:var(--text-dim);line-height:1.7;max-width:480px}.shows-heading{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.shows-grid{display:grid;grid-template-columns:1fr;gap:1rem}.show-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.25rem 1rem;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;display:flex;flex-direction:column;gap:.3rem;-webkit-tap-highlight-color:transparent}.show-card:not(:disabled):hover{border-color:var(--gold);background:#c9a84c0a;transform:translateY(-1px)}.show-card:disabled,.show-card-upcoming{cursor:default;opacity:.6}.show-card-top{margin-bottom:.4rem}.show-badge{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:20px;font-weight:500}.badge-active{background:#5aa07833;color:#5da;border:1px solid rgba(90,160,120,.3)}.badge-upcoming{background:var(--bg3);color:var(--text-muted);border:1px solid var(--border)}.badge-completed{background:var(--gold-dim);color:var(--gold-light);border:1px solid rgba(201,168,76,.2)}.show-name{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--white)}.show-org{font-size:.7rem;color:var(--text-muted);margin-top:1px}.show-date{font-size:.72rem;color:var(--text-dim);margin-top:.25rem}.show-cats{font-size:.68rem;color:var(--text-muted)}.show-cta{font-size:.72rem;color:var(--gold);margin-top:.75rem;letter-spacing:.04em}.show-card-placeholder{border-style:dashed;background:transparent;cursor:default;display:flex;align-items:center;justify-content:center;min-height:100px}.placeholder-text{font-size:.75rem;color:var(--text-muted);font-style:italic;font-family:Playfair Display,serif}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app-header{background:var(--bg2);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:.75rem}.header-left{display:flex;align-items:center;gap:.6rem;min-width:0}.back-home-btn{background:transparent;border:1px solid var(--border);color:var(--text-dim);width:32px;height:32px;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-tap-highlight-color:transparent}.back-home-btn:hover{color:var(--text);border-color:var(--text-dim)}.show-context-badge{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--bg3);border:1px solid var(--border);border-radius:20px;padding:2px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;display:none}.app-nav{display:flex;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.app-nav::-webkit-scrollbar{display:none}.app-nav button{flex:1;min-width:0;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted);padding:.6rem .5rem;font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap;min-height:40px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-align:center}.app-nav button:hover{color:var(--text-dim)}.app-nav button.nav-active{color:var(--gold);border-bottom-color:var(--gold)}.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.user-name{font-size:.72rem;color:var(--text-dim);display:none;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-indicator{font-size:.68rem;color:var(--text-muted);animation:fadeIn .2s ease;white-space:nowrap}.save-indicator.saved{color:var(--gold)}.signout-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:.35rem .65rem;border-radius:var(--radius);font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.06em;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:34px;-webkit-tap-highlight-color:transparent}.signout-btn:hover{color:var(--text);border-color:var(--text-dim)}.progress-bar-wrap{background:var(--bg2);border-bottom:1px solid var(--border);padding:.6rem 1rem}.progress-bar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.progress-text{font-size:.65rem;color:var(--text-muted);letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.progress-track{flex:1;height:3px;background:var(--bg3);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;transition:width .4s ease}.jump-btn{background:transparent;border:1px solid var(--border);color:var(--gold);padding:.25rem .65rem;border-radius:20px;font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.06em;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;-webkit-tap-highlight-color:transparent}.jump-btn:hover{background:var(--gold-dim);border-color:var(--gold)}.progress-done{font-size:.65rem;color:var(--gold);letter-spacing:.08em;white-space:nowrap;flex-shrink:0}.app-main{flex:1;padding:1rem;max-width:1400px;margin:0 auto;width:100%}.picks-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.category-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.pick-headers{display:flex;justify-content:flex-end;gap:.4rem;padding-right:.15rem;margin-bottom:.35rem}.pick-label{font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;text-align:right}.will-label{color:var(--gold)}.should-label{color:var(--crimson)}.nominees-list{display:flex;flex-direction:column;gap:.15rem}.nominee-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .35rem;border-radius:6px;transition:background .15s;min-height:48px}.nominee-row:hover,.nominee-row.picked{background:var(--bg3)}.nominee-name{font-size:.75rem;color:var(--text);flex:1;line-height:1.35;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;min-width:0;word-break:break-word}.agg-badge{font-size:.57rem;padding:1px 4px;border-radius:3px;font-weight:500;white-space:nowrap;flex-shrink:0}.will-agg{background:var(--gold-dim);color:var(--gold-light);border:1px solid rgba(201,168,76,.2)}.should-agg{background:var(--crimson-dim);color:#e88;border:1px solid rgba(201,76,94,.2)}.nominee-picks{display:flex;gap:.4rem;flex-shrink:0}.pick-btn{width:40px;height:40px;background:transparent;border:1px solid var(--border);border-radius:6px;font-size:1.05rem;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.will-btn{color:var(--text-muted)}.will-btn:hover,.will-btn.selected{border-color:var(--gold);color:var(--gold);background:var(--gold-dim)}.should-btn{color:var(--text-muted)}.should-btn:hover,.should-btn.selected{border-color:var(--crimson);color:var(--crimson);background:var(--crimson-dim)}.section-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:900;color:var(--white);margin-bottom:1.1rem}.leaderboard{max-width:700px}.leaderboard-note{color:var(--text-dim);font-size:.8rem;margin-bottom:1.25rem;font-style:italic;font-family:Playfair Display,serif}.lb-header{display:grid;padding:.45rem .75rem;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.4rem}.lb-header span:nth-child(n+3){text-align:center}.lb-row{display:grid;padding:.65rem .75rem;border-radius:8px;transition:background .15s;align-items:center;min-height:48px;box-sizing:border-box}.lb-row:hover{background:var(--surface)}.lb-row.lb-you{background:#c9a84c12;border:1px solid rgba(201,168,76,.18)}.lb-rank{color:var(--text-muted);font-size:.75rem}.lb-name{font-size:.78rem;color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-name em{font-style:italic;color:var(--gold);font-size:.68rem;margin-left:3px}.lb-score{font-size:.78rem;color:var(--text-dim);text-align:center}.lb-total{font-size:.9rem;font-weight:500;color:var(--gold-light);text-align:center}.lb-chart-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.25rem;gap:0}.lb-chart-tab{background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted);padding:.55rem 1rem;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap;min-height:38px;-webkit-tap-highlight-color:transparent}.lb-chart-tab:hover{color:var(--text-dim)}.lb-chart-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.lb-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem .5rem .5rem;margin-bottom:1rem;max-width:700px}.lb-chart-card-tall{padding-bottom:.75rem}.lb-chart-card-breakdown{padding:1rem .5rem}.lb-chart-label{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;padding:0 .5rem}.lb-chart-label-top{padding:0;margin-bottom:.6rem}.lb-header-v2,.lb-row-v2{grid-template-columns:32px 1fr 68px 28px 28px 40px 80px;gap:6px}.lb-spark{display:flex;align-items:center}.lb-spark-header{text-align:left}.lb-race-recap{display:flex;flex-direction:column;gap:5px;max-width:700px;margin-top:1rem}.lb-race-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px}.lb-race-row.lb-you-race{border-color:#c9a84c4d;background:#c9a84c0d}.lb-race-rank{font-size:.68rem;color:var(--text-muted);width:24px;flex-shrink:0}.lb-race-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lb-race-name{flex:1;font-size:.78rem;color:var(--text)}.lb-race-score{font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.lb-breakdown-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:.75rem;max-width:700px}.lb-legend-pill{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:5px 10px}.lb-legend-pill.you{border-color:#c9a84c4d;background:#c9a84c0f}.lb-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lb-legend-name{font-size:.72rem;color:var(--text-dim)}.lb-legend-score{font-size:.72rem;font-weight:500;margin-left:4px}@media (max-width: 480px){.lb-header-v2,.lb-row-v2{grid-template-columns:28px 1fr 28px 28px 36px 68px}.lb-spark,.lb-spark-header{display:none}}.community-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.community-tabs button{background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted);padding:.6rem 1rem;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.community-tabs button:hover{color:var(--text-dim)}.community-tabs button.active{color:var(--gold);border-bottom-color:var(--gold)}.community-legend{font-size:.7rem;color:var(--text-dim);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.community-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.community-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem}.community-card h4{font-family:Playfair Display,serif;font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:.65rem;padding-bottom:.45rem;border-bottom:1px solid var(--border)}.community-row{display:flex;align-items:center;gap:.4rem;padding:.3rem 0;min-height:34px}.community-nom{flex:1;font-size:.72rem;color:var(--text);line-height:1.3;min-width:0;word-break:break-word}.compare-search-wrap{max-width:480px}.compare-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:1rem}.compare-search{margin-bottom:.75rem}.user-list{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.user-list-item{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.7rem 1rem;color:var(--text);font-family:DM Mono,monospace;font-size:.82rem;cursor:pointer;transition:all .2s;text-align:left;width:100%;-webkit-tap-highlight-color:transparent}.user-list-item:hover{border-color:var(--gold);background:var(--gold-dim)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);font-size:.8rem;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}.compare-link-section{margin-top:1rem}.compare-link-label{font-size:.72rem;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.06em}.compare-link-box{display:flex;align-items:center;gap:.5rem;background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;flex-wrap:wrap}.compare-link-text{flex:1;font-size:.7rem;color:var(--text-dim);word-break:break-all;min-width:0}.copy-link-btn{background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);padding:.3rem .75rem;border-radius:6px;font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.08em;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.copy-link-btn:hover{background:var(--gold);color:#0a0c14}.compare-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.back-btn{background:transparent;border:1px solid var(--border);color:var(--text-dim);padding:.4rem .75rem;border-radius:6px;font-family:DM Mono,monospace;font-size:.7rem;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.back-btn:hover{color:var(--text);border-color:var(--text-dim)}.compare-legend{display:flex;align-items:center;font-size:.7rem;color:var(--text-dim);margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.compare-you-dot,.compare-them-dot,.compare-match-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px}.compare-you-dot{background:var(--gold)}.compare-them-dot{background:var(--crimson)}.compare-match-dot{background:#5a9}.compare-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.compare-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.compare-card h4{font-family:Playfair Display,serif;font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.compare-row{display:flex;gap:.75rem;margin-bottom:.5rem;align-items:flex-start}.compare-col-label{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;width:68px;flex-shrink:0;padding-top:.2rem}.compare-picks-col{display:flex;flex-direction:column;gap:.25rem;flex:1}.compare-pick{font-size:.75rem;line-height:1.35;padding:.3rem .6rem;border-radius:5px;display:flex;gap:.4rem;align-items:baseline}.compare-pick.you{background:var(--gold-dim);color:var(--text);border-left:2px solid var(--gold)}.compare-pick.them{background:var(--crimson-dim);color:var(--text);border-left:2px solid var(--crimson)}.compare-pick.match{background:#5aa07826;color:var(--text);border-left:2px solid #5a9}.compare-pick.empty{color:var(--text-muted);font-style:italic;background:none}.cp-who{font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;opacity:.6;flex-shrink:0}.profile-wrap{max-width:640px;display:flex;flex-direction:column;gap:1.25rem}.profile-card{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.profile-avatar{width:56px;height:56px;border-radius:50%;background:var(--gold-dim);border:2px solid var(--gold);color:var(--gold-light);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-name{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--white)}.profile-email{font-size:.72rem;color:var(--text-muted);margin-top:2px}.profile-year{font-size:.65rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:4px}.profile-stats{display:grid;grid-template-columns:1fr;gap:.75rem}.stat-box{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem}.stat-num{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:900;color:var(--white);line-height:1}.stat-num.gold{color:var(--gold-light)}.stat-num.crimson{color:var(--crimson)}.stat-label{font-size:.68rem;color:var(--text-muted);letter-spacing:.06em}.stat-bar-track{height:3px;background:var(--bg3);border-radius:2px;overflow:hidden;margin-top:2px}.stat-bar-fill{height:100%;background:var(--text-dim);border-radius:2px;transition:width .5s ease}.stat-bar-fill.gold{background:linear-gradient(90deg,var(--gold),var(--gold-light))}.stat-bar-fill.crimson{background:var(--crimson)}.stat-pending{opacity:.6}.profile-share{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem}.profile-share-label{font-size:.68rem;color:var(--text-muted);letter-spacing:.06em;margin-bottom:.6rem}.profile-section-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.profile-picks-summary{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.15rem}.result-row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border)}.result-row:last-child{border-bottom:none}.result-cat{flex:0 0 100%;font-size:.62rem;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}.result-winner{flex:1;font-size:.78rem;color:var(--text)}.result-badge{font-size:.72rem;padding:2px 6px;border-radius:4px;flex-shrink:0}.result-badge.correct{background:#5aa07833;color:#5da}.result-badge.wrong{background:#64647826;color:var(--text-muted)}.glossary-intro{font-size:.82rem;color:var(--text-dim);margin-bottom:1.5rem;line-height:1.6;font-style:italic;font-family:Playfair Display,serif;max-width:600px}.glossary-section{margin-bottom:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.glossary-section-btn{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:.9rem 1rem;color:var(--gold-light);font-family:Playfair Display,serif;font-size:1rem;font-weight:700;cursor:pointer;text-align:left;transition:background .2s,color .2s;-webkit-tap-highlight-color:transparent;gap:1rem}.glossary-section-btn:hover{background:var(--gold-dim)}.glossary-section.open .glossary-section-btn{border-bottom:1px solid var(--border)}.glossary-section.open .glossary-section-btn .glossary-chevron{color:var(--gold)}.glossary-item{border-bottom:1px solid var(--border);padding:0 1rem}.glossary-item:last-child{border-bottom:none}.glossary-term{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:.75rem 0;color:var(--text);font-family:DM Mono,monospace;font-size:.78rem;font-weight:500;cursor:pointer;text-align:left;transition:color .2s;-webkit-tap-highlight-color:transparent;gap:1rem}.glossary-term:hover{color:var(--white)}.glossary-item.open .glossary-term{color:var(--gold-light)}.glossary-chevron{font-size:1rem;color:var(--text-muted);flex-shrink:0}.glossary-item.open .glossary-chevron{color:var(--gold)}.glossary-def{font-size:.78rem;color:var(--text-dim);line-height:1.65;padding:0 0 .9rem;max-width:600px}.admin-show-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.admin-show-tabs button{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);padding:.5rem 1rem;border-radius:20px;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.admin-show-tabs button.active{background:var(--gold-dim);border-color:var(--gold);color:var(--gold-light)}.admin-section{max-width:700px}.admin-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.admin-section-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--white)}.admin-save-row{display:flex;align-items:center;gap:.75rem}.admin-save-btn{width:auto;padding:.6rem 1.25rem;min-height:40px}.admin-hint{font-size:.75rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.admin-winners-grid{display:flex;flex-direction:column;gap:.5rem}.admin-winner-row{display:flex;flex-direction:column;gap:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.admin-cat-label{font-size:.72rem;color:var(--text-dim);letter-spacing:.04em}.admin-select{width:100%;background:var(--bg2);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.6rem .75rem;font-family:DM Mono,monospace;font-size:.82rem;outline:none;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.admin-select:focus{border-color:var(--gold)}.app-footer{text-align:center;padding:1.1rem;font-size:.62rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;border-top:1px solid var(--border);margin-top:1.25rem}@media (min-width: 600px){.logo-text{font-size:1.5rem}.user-name,.show-context-badge{display:block}.header-top{padding:.85rem 1.5rem}.app-nav button{font-size:.7rem;padding:.65rem 1rem}.app-main{padding:1.25rem 1.5rem}.picks-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.community-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.compare-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.profile-stats{grid-template-columns:repeat(2,1fr)}.pick-btn{width:36px;height:36px;font-size:.95rem}.progress-bar-wrap{padding:.6rem 1.5rem}.shows-grid{grid-template-columns:repeat(2,1fr)}.home-content{padding:2.5rem 1.5rem}.admin-winner-row{flex-direction:row;align-items:center}.admin-cat-label{width:200px;flex-shrink:0}.admin-select{flex:1}}@media (min-width: 1024px){.logo-text{font-size:1.6rem}.header-top{padding:1rem 2rem}.app-nav button{font-size:.72rem;padding:.7rem 1.25rem;letter-spacing:.1em}.app-main{padding:2rem}.progress-bar-wrap{padding:.6rem 2rem}.picks-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.25rem}.community-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.compare-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.profile-stats{grid-template-columns:repeat(3,1fr)}.pick-btn{width:30px;height:30px;font-size:.9rem}.nominee-row{min-height:42px}.shows-grid{grid-template-columns:repeat(3,1fr)}.home-content{padding:3rem 2rem}.home-header{padding:1rem 2rem}}@media (max-width: 360px){.app-nav button{font-size:.6rem;padding:.55rem .3rem}.signout-btn{font-size:.6rem;padding:.3rem .5rem}}.add-show-form{max-width:720px}.add-show-fields{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--border)}.add-show-field{display:flex;flex-direction:column;gap:.35rem}.add-show-field .auth-input,.add-show-field .admin-select{margin:0}.add-show-field-row{display:flex;flex-direction:column;gap:.85rem}.add-show-cats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.add-cat-btn{background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);padding:.4rem .85rem;border-radius:20px;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.08em;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.add-cat-btn:hover{background:var(--gold);color:#0a0c14}.add-show-cats{display:flex;flex-direction:column;gap:1rem}.add-cat-block{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.add-cat-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.add-cat-name-input{flex:1}.add-nominees-list{display:flex;flex-direction:column;gap:.4rem}.add-nominee-row{display:flex;gap:.5rem;align-items:center}.add-nominee-input{flex:1;padding:.6rem .85rem;font-size:.9rem}.remove-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);width:32px;height:32px;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.remove-btn:hover{border-color:var(--crimson);color:var(--crimson);background:var(--crimson-dim)}.remove-btn-sm{width:28px;height:28px;font-size:.68rem}.add-nominee-btn{background:transparent;border:1px dashed var(--border);color:var(--text-muted);padding:.4rem .75rem;border-radius:6px;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.06em;cursor:pointer;transition:all .2s;text-align:left;margin-top:.1rem;-webkit-tap-highlight-color:transparent}.add-nominee-btn:hover{border-color:var(--gold);color:var(--gold)}.admin-success{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#5aa0781a;border:1px solid rgba(90,160,120,.3);border-radius:10px;max-width:400px;color:#5da;font-size:.9rem}.manage-shows-list{display:flex;flex-direction:column;gap:.5rem;max-width:600px}.manage-show-row{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;flex-wrap:wrap}.manage-show-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.manage-show-name{font-size:.85rem;color:var(--text)}.manage-show-date{font-size:.68rem;color:var(--text-muted)}.manage-show-select{width:auto;flex-shrink:0}@media (min-width: 600px){.add-show-field-row{flex-direction:row;gap:1rem}.add-show-field-row .add-show-field{flex:1}}.profile-meta{font-size:.65rem;color:var(--text-muted);letter-spacing:.06em;margin-top:3px}.profile-fav-movie{font-size:.75rem;color:var(--text-dim);margin-top:6px;font-style:italic;font-family:Playfair Display,serif}.profile-all-shows{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.85rem}.profile-section-label{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.1rem}.profile-no-shows{font-size:.78rem;color:var(--text-muted);font-style:italic}.show-ballot-row{display:flex;flex-direction:column;gap:.3rem;padding:.6rem .7rem;border-radius:7px;border:1px solid transparent;transition:background .15s}.show-ballot-row.current-show{background:var(--bg3);border-color:var(--border)}.show-ballot-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.show-ballot-name{font-size:.8rem;color:var(--text);font-family:Playfair Display,serif;font-weight:700}.show-ballot-pct{font-size:.72rem;color:var(--gold);font-weight:500;flex-shrink:0}.show-ballot-bar-track{height:3px;background:var(--bg3);border-radius:2px;overflow:hidden}.show-ballot-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;transition:width .4s ease}.show-ballot-counts{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:var(--text-muted);flex-wrap:wrap}.sbc-will{color:var(--gold)}.sbc-should{color:var(--crimson)}.sbc-both{color:var(--text-dim)}.sbc-divider{color:var(--text-muted);opacity:.4}.profile-customization{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.customize-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:.75rem 1rem;color:var(--text-dim);font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .2s;-webkit-tap-highlight-color:transparent}.customize-toggle:hover{color:var(--text)}.customize-chevron{font-size:1rem;color:var(--text-muted);line-height:1}.customize-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:1.1rem;border-top:1px solid var(--border)}.theme-label{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.55rem}.theme-swatches{display:flex;gap:.4rem;flex-wrap:wrap}.theme-swatch{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:transparent;border:1px solid var(--border);border-radius:7px;padding:.4rem .5rem;cursor:pointer;transition:border-color .2s,background .2s;min-width:46px;-webkit-tap-highlight-color:transparent}.theme-swatch:hover{border-color:var(--text-dim)}.theme-swatch.selected{border-color:var(--gold);background:var(--gold-dim)}.swatch-will,.swatch-should{display:block;width:16px;height:5px;border-radius:3px}.swatch-label{font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.theme-swatch.selected .swatch-label{color:var(--text-dim)}.fav-movie-section{display:flex;flex-direction:column}.fav-movie-display{display:flex;align-items:center;gap:.75rem}.fav-movie-value{flex:1;font-size:.8rem;color:var(--text)}.fav-movie-empty{color:var(--text-muted);font-style:italic}.fav-movie-edit-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:.28rem .6rem;border-radius:6px;font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.06em;cursor:pointer;transition:all .2s;flex-shrink:0;-webkit-tap-highlight-color:transparent}.fav-movie-edit-btn:hover{color:var(--text);border-color:var(--text-dim)}.fav-movie-edit{display:flex;flex-direction:column;gap:.5rem}.fav-movie-input{padding:.6rem .85rem}.fav-movie-actions{display:flex;gap:.5rem;align-items:center}.profile-pending-note{font-size:.78rem;color:var(--text-muted);font-style:italic;font-family:Playfair Display,serif;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-align:center}.profile-poster-wrap{flex-shrink:0;width:56px;height:84px;border-radius:6px;overflow:hidden;border:1px solid var(--border);box-shadow:0 2px 12px #00000080}.poster-picker{display:flex;flex-direction:column;gap:.6rem}.poster-picker-label{font-size:.68rem;color:var(--text-muted);letter-spacing:.06em}.poster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.poster-option{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--bg3);border:1px solid var(--border);border-radius:7px;padding:.4rem;cursor:pointer;transition:border-color .2s,transform .15s;-webkit-tap-highlight-color:transparent}.poster-option:hover{border-color:var(--gold);transform:translateY(-2px)}.poster-thumb{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:4px;display:block}.poster-title{font-size:.6rem;color:var(--text-dim);text-align:center;line-height:1.3;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.poster-year{font-size:.55rem;color:var(--text-muted)}.poster-none{justify-content:center;min-height:80px;border-style:dashed}.poster-none-icon{font-size:1.1rem;color:var(--text-muted);margin-bottom:.15rem}.fav-movie-searching{font-size:.75rem;color:var(--text-muted);font-style:italic;padding:.4rem 0}.profile-poster-wrap{margin-left:auto;flex-shrink:0;width:52px;height:78px;border-radius:5px;overflow:hidden;border:1px solid var(--border);box-shadow:0 2px 10px #00000080}.profile-poster{width:100%;height:100%;object-fit:cover;display:block}.leagues-wrap{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.leagues-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.leagues-header-actions{display:flex;gap:.5rem}.leagues-empty{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.25rem;text-align:center;color:var(--text-muted);font-size:.82rem;line-height:1.6}.leagues-list{display:flex;flex-direction:column;gap:.5rem}.league-row{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;cursor:pointer;transition:border-color .2s,background .2s;text-align:left;-webkit-tap-highlight-color:transparent}.league-row:hover{border-color:var(--gold);background:var(--gold-dim)}.league-row-name{flex:1;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--white)}.league-row-code{font-family:DM Mono,monospace;font-size:.65rem;color:var(--text-muted);letter-spacing:.1em;background:var(--bg3);padding:.2rem .5rem;border-radius:4px}.league-row-arrow{color:var(--text-muted);font-size:.85rem}.league-detail-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.league-invite-row{display:flex;align-items:center;gap:.65rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem}.league-invite-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);flex-shrink:0}.league-invite-code{font-family:DM Mono,monospace;font-size:1rem;font-weight:700;color:var(--gold);letter-spacing:.15em;flex:1}.league-section{display:flex;flex-direction:column;gap:.5rem}.league-lb{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.league-lb-header{display:grid;grid-template-columns:1.5rem 1fr repeat(4,auto);gap:.5rem;padding:.5rem .9rem;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--bg3)}.league-lb-row{display:grid;grid-template-columns:1.5rem 1fr repeat(4,auto);gap:.5rem;align-items:center;padding:.65rem .9rem;border-bottom:1px solid var(--border);font-size:.82rem;color:var(--text);transition:background .15s}.league-lb-row:last-child{border-bottom:none}.league-lb-row:hover{background:var(--bg3)}.league-lb-row.league-lb-you{background:var(--gold-dim)}.lb-rank{font-size:.65rem;color:var(--text-muted)}.lb-name{font-weight:600;color:var(--white)}.lb-score{color:var(--text-dim);font-family:DM Mono,monospace;font-size:.78rem;text-align:right}.lb-total{color:var(--gold);font-family:Playfair Display,serif;font-weight:700;font-size:.9rem;text-align:right}.league-leave-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.06em;padding:.5rem .9rem;border-radius:6px;cursor:pointer;align-self:flex-start;transition:border-color .2s,color .2s;-webkit-tap-highlight-color:transparent;margin-top:.5rem}.league-leave-btn:hover{border-color:var(--crimson);color:var(--crimson)}.auth-confirm-box{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem 0;text-align:center}.auth-confirm-icon{font-size:2.5rem;line-height:1}.auth-confirm-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--white)}.auth-confirm-body{font-size:.82rem;color:var(--text-dim);line-height:1.65;max-width:320px}.auth-confirm-body strong{color:var(--white)}.ballots-closed-badge{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem}.reveal-results-btn{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.06em;background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);border-radius:6px;padding:.3rem .75rem;cursor:pointer;transition:background .2s}.reveal-results-btn:hover{background:var(--gold);color:var(--bg)}.ballots-closed-banner{margin:0 1rem 1rem;background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.ballots-closed-icon{font-size:1.4rem;flex-shrink:0}.ballots-closed-banner p{font-size:.8rem;color:var(--text-dim);line-height:1.55;margin:0}.category-locked{opacity:.85}.category-locked .pick-btn{cursor:default;opacity:.6}.lock-icon{margin-left:.4rem;font-size:.75rem;opacity:.5}.nominee-winner{background:linear-gradient(90deg,rgba(201,168,76,.08),transparent)!important;border-left:2px solid var(--gold)!important}.winner-trophy{color:var(--gold);font-weight:700}.results-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.results-modal{background:var(--bg2);border:1px solid var(--border);border-radius:18px;padding:2rem;max-width:480px;width:100%;display:flex;flex-direction:column;gap:1.25rem;max-height:90vh;overflow-y:auto}.results-modal-header{text-align:center}.results-modal-eyebrow{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.results-modal-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--white)}.results-scores{display:flex;align-items:center;justify-content:center;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.results-score-box{display:flex;flex-direction:column;align-items:center;flex:1}.results-score-num{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;line-height:1}.results-score-den{font-family:DM Mono,monospace;font-size:.75rem;color:var(--text-muted);margin-top:2px}.results-score-label{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;margin-top:6px}.results-score-divider{width:1px;height:70px;background:var(--border);margin:0 1.5rem}.results-highlights{background:var(--bg3);border-radius:10px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.results-highlights-label{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.results-highlight-row{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.results-highlight-cat{font-family:DM Mono,monospace;font-size:.72rem;color:var(--text-dim);flex-shrink:0}.results-highlight-pick{font-family:Playfair Display,serif;font-size:.85rem;color:var(--gold-light);text-align:right}.results-modal-actions{display:flex;flex-direction:column;gap:.6rem}.results-card-btn{background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);font-family:DM Mono,monospace;font-size:.75rem;letter-spacing:.06em;padding:.85rem;border-radius:10px;cursor:pointer;transition:background .2s}.results-card-btn:hover{background:var(--gold);color:var(--bg)}.results-close-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.04em;padding:.75rem;border-radius:10px;cursor:pointer;transition:border-color .2s,color .2s}.results-close-btn:hover{border-color:var(--text-dim);color:var(--text)}.manage-show-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.manage-control-group{display:flex;flex-direction:column;gap:.25rem;align-items:center}.manage-control-label{font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.lifecycle-toggle{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.04em;padding:.35rem .65rem;border-radius:6px;border:1px solid;cursor:pointer;transition:all .2s;white-space:nowrap}.toggle-on{background:#4caf7d1f;border-color:#4caf7d;color:#4caf7d}.toggle-on:hover{background:#4caf7d40}.toggle-off{background:var(--bg3);border-color:var(--border);color:var(--text-muted)}.toggle-off:hover{border-color:var(--text-muted);color:var(--text-dim)}.lifecycle-guide{margin-top:1.25rem;background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem}.lifecycle-guide-title{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.lifecycle-guide p{font-size:.75rem;color:var(--text-dim);line-height:1.5;margin:0}.lifecycle-guide strong{color:var(--white)}.export-picks-btn{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.06em;color:var(--gold);background:var(--gold-dim);border:1px solid var(--gold);border-radius:5px;padding:.2rem .55rem;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.export-picks-btn:hover{background:var(--gold);color:var(--bg)}.export-card-container{margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.export-card-wrap{display:flex;flex-direction:column}.public-profile-wrap{max-width:720px;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.public-profile-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:.75rem;color:var(--text-dim)}.not-found-icon{font-size:2.5rem}.public-profile-not-found h3{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--white)}.public-profile-url{font-family:DM Mono,monospace;font-size:.72rem;color:var(--text-muted)}.public-profile-url:hover{color:var(--gold)}.public-share-row{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem}.public-share-row .compare-link-text{flex:1;font-family:DM Mono,monospace;font-size:.72rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-show-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.public-show-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.public-show-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white)}.public-show-scores{display:flex;gap:.5rem;align-items:center;font-family:DM Mono,monospace;font-size:.72rem}.public-picks-grid{display:flex;flex-direction:column}.public-pick-row{display:flex;flex-direction:column;gap:.3rem;padding:.65rem 1rem;border-bottom:1px solid var(--border-subtle, #151a28);border-left:3px solid transparent;transition:background .15s}.public-pick-row:last-child{border-bottom:none}.public-pick-row:nth-child(2n){background:#ffffff04}.public-pick-correct{background:#c9a84c0f!important}.public-cat-name{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.public-picks{display:flex;flex-direction:column;gap:.15rem}.public-pick-item{font-family:DM Mono,monospace;font-size:.88rem}.public-no-picks{padding:2rem;text-align:center;color:var(--text-muted);font-size:.85rem}.public-cta{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.public-cta-text{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--white)}.username-section{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border);margin-top:.5rem}.username-hint{font-size:.74rem;color:var(--text-muted);line-height:1.5}.username-hint strong{color:var(--gold)}.username-row{display:flex;gap:.5rem;align-items:center}.username-input{flex:1;margin-bottom:0!important;font-size:.85rem;padding:.55rem .75rem}.username-save-btn{white-space:nowrap;width:auto!important;padding:.55rem 1rem;font-size:.8rem}.username-link-row{margin-top:.25rem}.username-view-link{font-family:DM Mono,monospace;font-size:.72rem;color:var(--gold);text-decoration:none}.username-view-link:hover{text-decoration:underline}.follow-btn{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.04em;padding:.25rem .65rem;border-radius:5px;border:1px solid var(--gold);color:var(--gold);background:transparent;cursor:pointer;white-space:nowrap;transition:all .15s}.follow-btn:hover{background:var(--gold);color:var(--bg)}.follow-btn.following{border-color:var(--border);color:var(--text-muted)}.follow-btn.following:hover{border-color:var(--crimson);color:var(--crimson);background:transparent}.follow-btn-placeholder{display:inline-block;width:60px;height:24px}.lb-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.75rem}.lb-filter-tabs{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:3px}.lb-filter-btn{font-family:DM Mono,monospace;font-size:.7rem;padding:.25rem .75rem;border-radius:6px;border:none;background:transparent;color:var(--text-dim);cursor:pointer;transition:all .15s}.lb-filter-btn.active{background:var(--gold-dim);color:var(--gold)}.lb-header,.lb-row{grid-template-columns:2.5rem 1fr 2.5rem 2.5rem 3.5rem 8rem}.lb-row.lb-you{box-sizing:border-box}.lb-follow{display:flex;justify-content:flex-start;padding-left:.5rem}.lb-name-link{color:inherit;text-decoration:none;transition:color .15s}.lb-name-link:hover{color:var(--lb-color, var(--gold))}.profile-vis-pill{display:inline-flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.1rem;border-radius:10px;border:1px solid;cursor:pointer;font-family:DM Mono,monospace;font-size:.8rem;font-weight:500;background:transparent;text-align:left;transition:filter .15s}.profile-vis-pill:hover{filter:brightness(1.15)}.profile-vis-pill--public{border-color:#64b4644d;color:#7db87d;background:#64b4640f}.profile-vis-pill--friends{border-color:#6496dc4d;color:#7aa4d8;background:#6496dc0f}.profile-vis-pill--private{border-color:#b450504d;color:#c07878;background:#b450500f}.pvp-icon{font-size:.85rem;flex-shrink:0}.pvp-label{font-weight:600;color:inherit}.pvp-desc{color:var(--text-muted);font-size:.7rem;flex:1}.pvp-edit{color:var(--gold);font-size:.7rem;flex-shrink:0;white-space:nowrap}============================================================ */ .profile-tabs{display:flex;border-bottom:1px solid var(--border);gap:0}.profile-tab{flex:1;font-family:DM Mono,monospace;font-size:.75rem;padding:.65rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.4rem}.profile-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.profile-tab-badge{background:var(--gold-dim);color:var(--gold);font-size:.6rem;padding:.1rem .4rem;border-radius:10px}.friends-section,.friends-list{display:flex;flex-direction:column;gap:.25rem}.friends-empty{font-size:.82rem;color:var(--text-muted);padding:.75rem 0}.friend-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.friend-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;font-size:.9rem;color:var(--bg);flex-shrink:0}.friend-name{flex:1;font-family:DM Mono,monospace;font-size:.8rem;color:var(--white)}.friend-actions{display:flex;align-items:center;gap:.5rem}.friend-profile-link{font-family:DM Mono,monospace;font-size:.65rem;color:var(--text-muted);text-decoration:none}.friend-profile-link:hover{color:var(--gold)}.unfollow-btn{font-family:DM Mono,monospace;font-size:.65rem;padding:.2rem .55rem;border-radius:5px;border:1px solid var(--border);color:var(--text-muted);background:transparent;cursor:pointer}.unfollow-btn:hover{border-color:var(--crimson);color:var(--crimson)}.visibility-options{display:flex;flex-direction:column;gap:.4rem}.visibility-btn{display:grid;grid-template-columns:1.5rem 1fr;grid-template-rows:auto auto;column-gap:.5rem;align-items:start;text-align:left;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .15s}.visibility-btn.selected{border-color:var(--gold);background:var(--gold-dim)}.visibility-btn:hover:not(.selected){border-color:var(--text-muted)}.vis-icon{grid-row:1 / 3;display:flex;align-items:center;font-size:1rem}.vis-label{font-family:DM Mono,monospace;font-size:.75rem;color:var(--white)}.vis-desc{font-family:DM Mono,monospace;font-size:.65rem;color:var(--text-muted)}.visibility-blocked{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;text-align:center}.vis-blocked-icon{font-size:2rem}.profile-stats-strip{display:flex;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.pss-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;gap:.2rem;border-right:1px solid var(--border)}.pss-item:last-child{border-right:none}.pss-num{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:900;color:var(--white);line-height:1}.pss-label{font-family:DM Mono,monospace;font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:center}.pss-best .pss-num{font-size:1.1rem}.best-show-badge{font-family:DM Mono,monospace;font-size:.6rem;background:#c9a84c1f;border:1px solid rgba(201,168,76,.3);color:var(--gold);padding:.1rem .45rem;border-radius:20px;white-space:nowrap;letter-spacing:.02em}.show-ballot-row.best-show,.public-show-section.best-show{border-color:#c9a84c40}.mutual-tag{font-family:DM Mono,monospace;font-size:.6rem;color:var(--text-muted);background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:.1rem .45rem;flex-shrink:0}.fav-cats-display{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.35rem}.fav-cat-tag{font-family:DM Mono,monospace;font-size:.6rem;padding:.15rem .5rem;border-radius:20px;background:var(--gold-dim);border:1px solid rgba(201,168,76,.25);color:var(--gold-light);white-space:nowrap}.fav-cats-editor{display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.25rem}.fav-cat-option{font-family:DM Mono,monospace;font-size:.68rem;padding:.3rem .65rem;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .15s}.fav-cat-option:hover{border-color:var(--gold);color:var(--gold)}.fav-cat-option.selected{border-color:var(--gold);background:var(--gold-dim);color:var(--gold-light)}.profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.profile-col{display:flex;flex-direction:column;gap:.75rem;min-width:0}@media (max-width: 600px){.profile-columns{grid-template-columns:1fr}.profile-wrap{max-width:100%}}.col-toggle{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s}.col-toggle:hover{border-color:var(--gold)}.col-toggle-label{font-family:Playfair Display,serif;font-size:.85rem;font-weight:700;color:var(--white)}.col-toggle-meta{font-family:DM Mono,monospace;font-size:.62rem;color:var(--text-muted);flex:1;text-align:left}.col-toggle-chevron{font-size:1rem;color:var(--text-muted);flex-shrink:0}.friends-list--scrollable{max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.friends-list--scrollable::-webkit-scrollbar{width:4px}.friends-list--scrollable::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.friend-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:0}.friend-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0;overflow:hidden}.friend-name{font-family:DM Mono,monospace;font-size:.75rem;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.fav-cats-block{display:flex;flex-direction:column;gap:.3rem;margin-top:.35rem}.fav-cats-label{font-family:DM Mono,monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.film-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#05060ed9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .15s ease}.film-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #000000b3;position:relative;animation:slideUp .18s ease}.film-modal-close{position:absolute;top:1rem;right:1rem;z-index:2;background:var(--surface2);border:1px solid var(--border);color:var(--text-dim);border-radius:50%;width:32px;height:32px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.film-modal-close:hover{border-color:var(--gold);color:var(--gold)}.film-modal-loading,.film-modal-not-found{padding:3rem;text-align:center;color:var(--text-dim);font-size:.85rem}.film-modal-title-fallback{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--white);margin-bottom:.5rem}.film-modal-no-data{color:var(--text-dim);font-size:.8rem}.film-modal-content{display:flex;gap:0;align-items:flex-start}.film-modal-poster-wrap{flex-shrink:0;width:180px;border-radius:14px 0 0 14px;overflow:hidden}.film-modal-poster{width:100%;height:auto;display:block}.film-modal-info{flex:1;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;min-width:0;min-height:320px}.film-modal-title{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:var(--white);line-height:1.2;padding-right:2rem}.film-modal-meta{display:flex;gap:.75rem;font-family:DM Mono,monospace;font-size:.72rem;color:var(--text-muted);letter-spacing:.06em}.film-modal-overview{font-family:DM Mono,monospace;font-size:.78rem;color:var(--text-dim);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.film-modal-section{display:flex;flex-direction:column;gap:.45rem}.film-modal-section-label{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.film-modal-badges{display:flex;flex-wrap:wrap;gap:.4rem}.film-platform-badge{display:inline-block;padding:.3rem .7rem;border-radius:20px;font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.03em;background:color-mix(in srgb,var(--platform-color) 18%,var(--surface2));border:1px solid color-mix(in srgb,var(--platform-color) 40%,transparent);color:color-mix(in srgb,var(--platform-color) 80%,var(--white));text-decoration:none;transition:all .15s;white-space:nowrap}.film-platform-badge:hover{background:color-mix(in srgb,var(--platform-color) 30%,var(--surface2));border-color:var(--platform-color);color:var(--white)}.film-platform-badge--rent{opacity:.75}.film-platform-badge--rent:hover{opacity:1}.film-modal-no-streaming{font-family:DM Mono,monospace;font-size:.75rem;color:var(--text-muted);font-style:italic}.film-modal-amazon-cta{display:inline-block;margin-top:.25rem;padding:.5rem 1rem;border-radius:6px;background:color-mix(in srgb,#00A8E1 15%,var(--surface2));border:1px solid color-mix(in srgb,#00A8E1 35%,transparent);color:#7dcfea;font-family:DM Mono,monospace;font-size:.75rem;text-decoration:none;letter-spacing:.04em;transition:all .15s;align-self:flex-start}.film-modal-amazon-cta:hover{background:color-mix(in srgb,#00A8E1 25%,var(--surface2));color:var(--white)}.film-modal-attribution{font-family:DM Mono,monospace;font-size:.6rem;color:var(--text-muted);margin-top:auto;opacity:.6}.nominee-name-btn{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;transition:color .15s;line-height:inherit}.nominee-name-btn[style*=pointer]{text-decoration-line:underline;text-decoration-style:dotted;text-underline-offset:3px;text-decoration-color:var(--text-muted)}.nominee-name-btn[style*=pointer]:hover{color:var(--gold-light);text-decoration-color:var(--gold)}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 520px){.film-modal-content{flex-direction:column}.film-modal-poster-wrap{width:100%;border-radius:14px 14px 0 0}.film-modal-poster{width:100%;height:auto;max-height:280px;object-fit:cover;object-position:center 20%}}.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s ease}.onboarding-modal{background:var(--bg2);border:1px solid var(--border);border-radius:18px;padding:2.5rem 2rem 2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 24px 60px #0009;animation:slideUp .3s ease;position:relative}.onboarding-step-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.onboarding-dot.active{background:var(--gold);transform:scale(1.25)}.onboarding-icon{font-family:Playfair Display,serif;font-size:2rem;font-weight:900;color:var(--gold);margin-bottom:1rem;letter-spacing:.05em}.onboarding-title{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:var(--white);margin-bottom:.85rem;line-height:1.3}.onboarding-body{font-size:.88rem;color:var(--text-dim);line-height:1.7;margin-bottom:2rem}.onboarding-cta{width:100%;margin-bottom:.65rem}.onboarding-skip{background:none;border:none;color:var(--text-muted);font-size:.78rem;font-family:DM Mono,monospace;letter-spacing:.06em;cursor:pointer;padding:.4rem 1rem;transition:color .2s;text-transform:uppercase}.onboarding-skip:hover{color:var(--text-dim)}.empty-state-icon{font-family:Playfair Display,serif;font-size:1.75rem;color:var(--gold);opacity:.5;margin-bottom:.75rem}.empty-state-heading{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.empty-state-sub{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.empty-state-actions{display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap;align-items:center}.leagues-empty{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;text-align:center}.community-empty-state{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem 1.5rem;text-align:center;margin-top:.5rem}.friends-empty-state{padding:.25rem 0 .5rem}.friends-empty-hint{font-size:.78rem;color:var(--text-muted);line-height:1.6;margin-top:.2rem}.league-invite-url{font-family:DM Mono,monospace;font-size:.7rem;color:var(--text-dim);letter-spacing:.04em;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
