*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0}.app{max-width:780px;margin:0 auto;padding:16px 16px 32px}.app-logo{display:block;max-width:100%;height:auto;max-height:120px;margin:0 auto 24px}@media (max-width: 640px){.app.in-match .app-header,.app.in-match .notification-stack{display:none}}.loading{display:flex;justify-content:center;align-items:center;height:100vh;color:#94a3b8}.screen{background:#1e293b;border-radius:12px;padding:24px;position:relative}.screen h2{margin-top:0;text-align:center}.subtitle{text-align:center;color:#94a3b8;margin-top:-8px;margin-bottom:16px}.text-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:1rem;outline:none}.text-input:focus{border-color:#38bdf8}.league-groups{margin-top:16px;max-height:60vh;overflow-y:auto}.league-group h3{color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin:16px 0 8px}.club-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.club-button{padding:10px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer;text-align:left;font-size:.9rem}.club-button:hover{border-color:#38bdf8;background:#16233b}.empty{color:#94a3b8;text-align:center}.primary-button{display:block;margin:10px auto 0;padding:12px 28px;border-radius:8px;border:none;background:#38bdf8;color:#0f172a;font-weight:600;font-size:1rem;cursor:pointer}.primary-button:hover{background:#7dd3fc}.secondary-button{display:block;margin:20px auto 0;padding:10px 24px;border-radius:8px;border:1px solid #475569;background:#1e293b;color:#e2e8f0;font-weight:600;font-size:.9rem;cursor:pointer}.secondary-button:hover{border-color:#94a3b8;background:#263449}.secondary-button.danger{border-color:#7f1d1d;color:#fca5a5}.secondary-button.danger:hover{border-color:#ef4444;background:#450a0a55}.pass-device{text-align:center}.reveal-pair{display:flex;justify-content:center;align-items:center;gap:24px;margin:24px 0}.reveal-club{display:flex;flex-direction:column;align-items:center;gap:8px}.reveal-vs{color:#94a3b8;font-weight:600}.club-badge{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.club-crest{object-fit:contain;flex-shrink:0;background:#ffffff10;border-radius:8px;padding:4px}.club-name{font-weight:600}.club-meta{color:#94a3b8;font-size:.85rem}.player-label{color:#38bdf8;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.guess-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.guess-input{position:relative}.suggestions{list-style:none;margin:4px 0 0;padding:4px;background:#0f172a;border:1px solid #334155;border-radius:8px;position:absolute;top:100%;left:0;right:0;z-index:10;max-height:320px;overflow-y:auto}.suggestions li button{width:100%;display:flex;align-items:center;gap:10px;padding:8px;background:none;border:none;color:#e2e8f0;cursor:pointer;border-radius:6px;text-align:left}.suggestions li button:hover{background:#1e293b}.suggestion-disabled{opacity:.55;cursor:not-allowed}.suggestion-disabled:hover{background:none!important}.player-avatar-photo{border-radius:50%;object-fit:cover;background:#334155;flex-shrink:0}.player-avatar-fallback{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.suggestion-name{flex:1}.suggestion-meta{color:#94a3b8;font-size:.8rem}.guess-log{margin-top:28px}.guess-log h3{color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.guess-log ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.guess-log li{padding:8px 10px;border-radius:6px;background:#0f172a;border-left:3px solid #f87171}.guess-log li.correct{border-left-color:#4ade80}.guess-by{color:#94a3b8;font-weight:600}.win-screen{text-align:center;background:linear-gradient(160deg,#052e16,#14532d);border:2px solid #4ade80;box-shadow:0 0 40px -12px #4ade8090;padding-top:10px;padding-bottom:10px}.loss-screen{text-align:center;background:linear-gradient(160deg,#450a0a,#7f1d1d);border:2px solid #f87171;box-shadow:0 0 40px -12px #f8717190;padding-top:10px;padding-bottom:10px}.loss-screen .win-label{color:#fca5a5}.loss-screen .winner-photo{border-color:#f87171}.loss-screen .winner-name{color:#f87171}.loss-screen .win-sentence{color:#fee2e2}.win-label{color:#86efac;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.win-icon{font-size:1.8rem;margin-top:2px}.winner-photo{width:68px;height:68px;border-radius:50%;object-fit:cover;margin:4px auto;background:#334155;border:3px solid #4ade80}.winner-photo-placeholder{border-radius:8px}.winner-name{font-size:1.5rem;font-weight:800;color:#4ade80;margin-top:2px;animation:win-pop .6s ease}.win-sentence{font-size:.95rem;color:#dcfce7;margin:2px 0 4px}.win-sentence strong{color:#fff}@keyframes win-pop{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.08);opacity:1}to{transform:scale(1)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.connection-reveal .win-label{animation:fade-in-up .4s ease both}.connection-reveal .win-icon{animation:win-pop .5s ease both .15s}.connection-reveal .winner-photo{animation:fade-in-up .4s ease both .25s}.connection-reveal .winner-name{animation:win-pop .5s ease both .4s}.connection-reveal .win-sentence{animation:fade-in-up .4s ease both .55s}.connection-reveal .club-meta{animation:fade-in-up .4s ease both .65s}.reveal-with-missed{display:flex;align-items:stretch;justify-content:center;gap:10px;text-align:center}.reveal-with-missed .connection-reveal{flex:1 1 55%;min-width:0}@keyframes screen-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.screen-fade-in{animation:screen-fade-in .38s cubic-bezier(.22,1,.36,1)}.menu-options{display:flex;flex-direction:column;gap:12px;margin-top:20px}.menu-option{display:flex;flex-direction:column;gap:4px;padding:16px;border-radius:10px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer;text-align:left}.menu-option:hover{border-color:#38bdf8;background:#16233b}.menu-option strong{font-size:1.05rem}.menu-option span{color:#94a3b8;font-size:.85rem}.menu-option-highlight{color:#fb923c!important;font-weight:600}.text-link{display:block;margin:20px auto 0;background:none;border:none;color:#94a3b8;text-decoration:underline;cursor:pointer;font-size:.85rem}.text-link:hover{color:#e2e8f0}.crest-flip{perspective:800px;margin:0 auto}.crest-flip-inner{position:relative;width:100%;height:100%;transition:transform 1s ease;transform-style:preserve-3d}.crest-flip.flipped .crest-flip-inner{transform:rotateY(180deg)}.crest-face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center}.crest-front{background:#334155;color:#94a3b8;font-size:2.2rem;font-weight:800}.crest-back{transform:rotateY(180deg)}.countdown-banner{display:flex;align-items:center;justify-content:center;margin-top:20px}.countdown-number{font-size:3.5rem;font-weight:800;color:#38bdf8;animation:countdown-pop .8s ease}@keyframes countdown-pop{0%{transform:scale(.5);opacity:0}30%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.guess-side{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:2px solid transparent;transition:border-color .3s ease,background-color .3s ease}.guess-side.active{border-color:#4ade80;background:#4ade8014}.guess-side .club-name{font-size:.95rem}.turn-timer{font-variant-numeric:tabular-nums;font-weight:700;color:#4ade80}.guess-side:not(.active) .turn-timer{color:#94a3b8}.turn-status{text-align:center;color:#94a3b8;margin:12px 0}.picker-alert{background:#7c2d12;border:1px solid #f97316;color:#fed7aa;font-weight:700;text-align:center;padding:12px 16px;border-radius:8px;margin:0 0 16px;animation:alert-flash .5s ease 2}.picker-alert-icon{margin-right:4px}@keyframes alert-flash{0%,to{transform:scale(1);background:#7c2d12}50%{transform:scale(1.03);background:#c2410c}}.picker-urgent{background:#450a0a;border:1px solid #ef4444;color:#fecaca;font-weight:700;text-align:center;padding:12px 16px;border-radius:8px;margin:0 0 16px;animation:urgent-pulse 1.2s ease-in-out infinite}.picker-urgent-number{display:inline-block;font-size:1.8rem;font-weight:800;color:#fca5a5;margin:0 2px;vertical-align:middle}@keyframes urgent-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.auth-screen .text-input{margin-bottom:10px}.auth-divider{text-align:center;color:#64748b;font-size:.8rem;margin:16px 0 12px;text-transform:uppercase;letter-spacing:.05em}.google-button{display:block;width:100%;padding:12px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#64748b;font-weight:600;cursor:not-allowed}.auth-google-note{margin-top:6px;font-size:.8rem}.page-nav{display:flex;justify-content:center;gap:8px;margin:-12px 0 24px;flex-wrap:wrap}.nav-tab{padding:8px 18px;border-radius:999px;border:1px solid #334155;background:#0f172a;color:#94a3b8;font-weight:600;cursor:pointer}.nav-tab.active{border-color:#38bdf8;color:#38bdf8;background:#16233b}.nav-logout{margin:0;align-self:center}.stats-screen{text-align:center}.admin-screen{text-align:center;max-width:480px;margin:0 auto}.admin-screen .text-input{margin-bottom:12px}.admin-live-tile{display:flex;align-items:baseline;justify-content:center;gap:8px;background:#0f172a;border:1px solid #334155;border-radius:10px;padding:16px;margin:20px 0}.admin-live-tile .online-dot{align-self:center}.admin-live-value{font-size:2rem;font-weight:800;color:#4ade80}.admin-live-label{color:#94a3b8;font-size:.9rem}.rules-exit-button{display:block;margin:0 0 16px}.rules-image{display:block;width:100%;max-width:100%;border-radius:12px;margin-bottom:16px}.rules-bottom-button{margin-top:0}@media (min-width: 641px){.rules-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172aeb;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:0}.rules-modal-card{background:#1e293b;border-radius:16px;padding:20px;max-width:min(96vw,1100px);max-height:calc(100vh - 32px);display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 60px #00000080}.rules-exit-button{align-self:flex-start}.rules-image{width:auto;max-height:calc(100vh - 140px);margin-left:auto;margin-right:auto}.rules-bottom-button{display:none}}.stats-username{font-size:1.3rem;font-weight:700;margin-bottom:12px}.rank-badge{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:12px 28px;border:2px solid;border-radius:12px;margin-bottom:20px}.rank-badge.small{padding:8px 18px;margin-bottom:8px}.rank-tier{font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:.04em}.rank-points{color:#94a3b8;font-size:.85rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-tile{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:14px}.stat-value{font-size:1.4rem;font-weight:800}.stat-label{color:#94a3b8;font-size:.8rem;margin-top:2px}.vs-screen{text-align:center}.vs-pair{display:flex;align-items:center;justify-content:center;gap:16px;margin:20px 0;flex-wrap:wrap}.vs-card{flex:1;min-width:160px;display:flex;flex-direction:column;align-items:center}.vs-username{font-size:1.15rem;font-weight:700;margin:4px 0 8px}.vs-record{color:#94a3b8;font-size:.85rem;margin-top:2px}.vs-big{font-size:1.5rem;font-weight:800}@media (max-width: 640px){.vs-pair{margin:10px 0;gap:6px}.vs-card{padding:10px;border-radius:10px;background:#0f172a80}.rank-badge.small{padding:6px 16px;margin-bottom:4px}.vs-username{margin:2px 0 6px}.vs-record{margin-top:0}.vs-big{font-size:1.1rem}}.guess-time-line{color:#94a3b8;font-size:.9rem;margin-bottom:2px}.pb-callout{color:#facc15;font-weight:700}.rank-change-block{margin:4px 0;text-align:center}.tier-change-banner{color:#facc15;font-weight:800;margin-bottom:4px}.rank-delta{font-size:1.6rem;font-weight:800;animation:win-pop .6s ease}.rank-delta.positive{color:#4ade80}.rank-delta.negative{color:#f87171}.rank-progress{max-width:280px;margin:6px auto 0}.rank-progress-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.rank-progress-next{color:#94a3b8}.rank-progress-track{height:10px;border-radius:999px;background:#0f172a;border:1px solid #334155;overflow:hidden}.rank-progress-fill{height:100%;border-radius:999px;transition:width 2.2s cubic-bezier(.22,1,.36,1)}.rank-progress-value{text-align:center;color:#94a3b8;font-size:.8rem;margin-top:4px}.rematch-block{margin:4px 0;text-align:center}.wheelspin-screen{text-align:center}.spin-wheel-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin:20px 0}.spin-wheel-label{font-weight:800;font-size:1rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.spin-wheel{position:relative;width:140px;height:140px;border-radius:50%;background:conic-gradient(from 0deg,#38bdf8,#38bdf8 180deg,#4ade80 180deg,#4ade80 360deg);border:4px solid #1e293b;box-shadow:0 0 0 2px #334155}.spin-wheel-needle{position:absolute;left:50%;top:50%;width:6px;height:62px;margin-left:-3px;margin-top:-62px;background:#f8fafc;border-radius:4px;transform-origin:bottom center;transition:transform 3.2s cubic-bezier(.15,.75,.15,1)}.spin-wheel-hub{position:absolute;left:50%;top:50%;width:18px;height:18px;margin-left:-9px;margin-top:-9px;border-radius:50%;background:#f8fafc;border:3px solid #1e293b}.spin-result{font-size:1.4rem;font-weight:800;margin-top:16px;animation:win-pop .5s ease}.spin-result-first{color:#4ade80}.spin-result-second{color:#fca5a5}.round-header{text-align:center;color:#94a3b8;font-weight:600;font-size:.9rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}.guessing-layout{display:flex;flex-direction:column}.guessing-layout .round-header{order:0}.guessing-layout .match-controls-row{order:1}.guessing-layout .guess-screen{order:2}@media (max-width: 640px){.guessing-layout .match-controls-row{order:3}}.round-result-screen{text-align:center;padding-top:18px;padding-bottom:18px}.missed-players{display:flex;flex-direction:column;flex:1 1 45%;min-width:0}.missed-players-title{text-align:center;color:#94a3b8;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;flex-shrink:0}.missed-players-body{position:relative;flex:1;min-height:70px}.missed-players-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:8px;background:#0f172a80;border:1px solid #334155;-webkit-mask-image:linear-gradient(to bottom,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to bottom,transparent,black 8%,black 92%,transparent)}.missed-players-track{display:flex;flex-direction:column;animation-name:missed-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.missed-players-row{display:flex;align-items:center;gap:8px;padding:5px 10px;font-size:.8rem;flex-shrink:0}.missed-players-name{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 640px){.reveal-with-missed{flex-direction:column;align-items:stretch}.reveal-with-missed .connection-reveal,.missed-players{flex:none}.missed-players-body{position:static;flex:none;min-height:0}.missed-players-viewport{position:static;height:100px}}@keyframes missed-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.round-score-line{font-weight:700;font-size:1.05rem;margin:4px 0}.round-result-countdown{font-size:1.3rem;font-weight:800;color:#facc15;margin-bottom:8px;font-variant-numeric:tabular-nums}.draw-offer-prompt{background:#16233b;border:1px solid #38bdf8;border-radius:10px;padding:12px 16px;margin:16px 0;text-align:center}.draw-offer-actions{display:flex;justify-content:center;gap:12px;margin-top:8px}.notification-stack{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.notification-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#16233b;border:1px solid #38bdf8;border-radius:10px;padding:12px 16px;flex-wrap:wrap}.notification-actions{display:flex;align-items:center;gap:12px}.notification-actions .text-link,.notification-banner>.text-link{margin:0}.primary-button.small{display:inline-block;margin:0;padding:8px 18px;font-size:.9rem}.friends-screen h3{color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin:20px 0 8px}.friends-search{position:relative}.friends-search-results{list-style:none;margin:8px 0 0;padding:4px;background:#0f172a;border:1px solid #334155;border-radius:8px}.friends-section{margin-top:8px}.friend-row{display:flex;align-items:center;gap:10px;padding:10px 8px;border-bottom:1px solid #334155}.friend-row:last-child{border-bottom:none}.friend-row .text-link{display:inline-block;margin:0 0 0 auto}.friend-username{font-weight:600}.friend-tier,.text-muted{color:#94a3b8;font-size:.85rem}.online-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.online-dot.online{background:#4ade80;box-shadow:0 0 0 3px #4ade8025}.online-dot.offline{background:#475569}.challenge-status{text-align:center;color:#94a3b8;margin:8px 0 16px}.challenge-status.negative{color:#f87171}.menu-option-beta{border-color:#a855f7}.menu-option-beta:hover{border-color:#c084fc;background:#2a1b3d}.wa-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.wa-tile{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;border-radius:10px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer;text-align:center}.wa-tile:hover{border-color:#38bdf8;background:#16233b}.wa-tile-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#334155}.wa-tile-photo-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;color:#cbd5e1}.wa-tile-name{font-size:.85rem;font-weight:600}.wa-asking-layout{display:flex;flex-direction:column}.wa-ask-area{display:flex;flex-direction:column;gap:10px;align-items:center;margin:16px 0}.wa-question-input{display:flex;gap:8px;width:100%;max-width:420px}.wa-question-input .text-input{flex:1}.wa-question-log-columns{display:flex;gap:16px;max-width:720px;width:100%;align-items:flex-start}.wa-question-log{flex:1;min-width:0}.wa-column-empty{font-size:.85rem;margin:0}@media (max-width: 640px){.wa-question-log-columns{flex-direction:column;align-items:stretch}}.guess-log li.question{border-left-color:#38bdf8}.wa-guess-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172aeb;display:flex;align-items:center;justify-content:center;padding:16px}.wa-guess-overlay-card{background:#1e293b;border-radius:16px;padding:20px;width:100%;max-width:380px;max-height:calc(100vh - 32px);display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.wa-guess-overlay-list{list-style:none;padding:0;margin:12px 0;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.wa-guess-overlay-list button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:8px 10px;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer}.wa-guess-overlay-list button:hover{border-color:#38bdf8;background:#16233b}.wa-reveal-row{display:flex;justify-content:center;gap:24px;margin:16px 0;flex-wrap:wrap}.wa-reveal-card{display:flex;flex-direction:column;align-items:center;gap:4px}.wa-reveal-label{color:#94a3b8;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
