:root{--bg:#0f0f0f;--surface:#1a1a2e;--surface-2:#16213e;--accent:#7c3aed;--accent-rgb:124, 58, 237;--accent-light:#a855f7;--success:#22c55e;--success-rgb:34, 197, 94;--error:#ef4444;--error-rgb:239, 68, 68;--text:#f1f1f1;--text-muted:#9ca3af;--border:#2d2d4e;--card-border:#3d3d6e;--header-bg:#0f0f0fe6;--app-bg-image:none}:root[data-theme=wacken]{--bg:#0b0503;--surface:#1d0d08;--surface-2:#28110a;--accent:#e3001b;--accent-rgb:227, 0, 27;--accent-light:#ff4d3d;--text:#fbf6ea;--text-muted:#bba797;--border:#3e1b11;--card-border:#6a2616;--header-bg:#080302e0;--app-bg-image:url(/themes/wacken/background.jpg)}:root[data-theme=schlager]{--bg:#1e1650;--surface:#2b1f6b;--surface-2:#35287e;--accent:#e6007e;--accent-rgb:230, 0, 126;--accent-light:#f7b733;--text:#fff;--text-muted:#c4bce8;--border:#4a3a9a;--card-border:#6552b8;--header-bg:#181042d9;--app-bg-image:url(/themes/schlager/background.jpg)}@font-face{font-family:BrownStd;src:url(/BrownStd-Light.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:BrownStd;src:url(/BrownStd-Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:BrownStd;src:url(/BrownStd-Bold.otf)format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#000;font-family:BrownStd,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{background:var(--bg) var(--app-bg-image) center bottom/cover no-repeat;width:100%;max-width:480px;height:100dvh;color:var(--text);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}.app--centered{justify-content:center;align-items:center}.app-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.app-content--centered{justify-content:center;align-items:center}.reconnect-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-muted);background:#000000bf;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.25rem;display:flex;position:fixed;inset:0}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.spinner--large{border-width:4px;width:48px;height:48px}.loading-screen{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.no-game-logo{width:min(80%,320px);height:auto}.loading-label{color:var(--text-muted);font-size:1.4rem}.btn{cursor:pointer;letter-spacing:.03em;border:none;border-radius:8px;padding:1.1rem 1.75rem;font-size:1.3rem;font-weight:700;transition:transform .15s,opacity .15s}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn--primary{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:#fff}.btn--primary:hover:not(:disabled){opacity:.9}.btn--full{width:100%}.app-header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100px;padding:0 1rem;display:flex;position:relative}@media (width<=480px){.app-header{height:140px}}.app-header-logo{object-fit:contain;flex:0 auto;min-width:0;max-width:100%;height:auto;max-height:68px;margin:0 auto}@media (width<=480px){.app-header-logo{max-height:80px}}.app-header-score{flex-direction:column;flex:none;align-items:flex-end;gap:.1rem;min-width:0;max-width:50%;display:flex}.score-bar-name{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:1rem;overflow:hidden}@media (width<=480px){.score-bar-name{max-width:7rem}}.score-bar-score{color:var(--accent-light);font-size:1.1rem;font-weight:700}.app-header-lives{gap:.15rem;font-size:.9rem;line-height:1;display:flex}.lobby-screen{flex-direction:column;flex:1;gap:1rem;display:flex}.lobby-screen--no-cards{text-align:center;justify-content:center;align-items:center}.lobby-screen--no-cards .lobby-title{font-size:2.2rem}.lobby-header{text-align:center;padding:1.5rem 1.25rem .5rem}.lobby-title{color:var(--text);margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.lobby-timeline-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 1.25rem;font-size:1rem}.timeline-wrapper{flex-direction:column;gap:.75rem;padding:.5rem 0;display:flex}.timeline-scroll{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:safe center;align-items:center;gap:0;padding:.75rem 1.25rem;display:flex;overflow-x:auto}.timeline-scroll::-webkit-scrollbar{display:none}.timeline-slot{cursor:default;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:64px;padding:0;transition:background .15s,width .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.timeline-slot--interactive{cursor:pointer;background:rgba(var(--accent-rgb), .06);border:1.5px dashed rgba(var(--accent-rgb), .35)}.timeline-slot--interactive:hover{background:rgba(var(--accent-rgb), .14);border-color:var(--accent-light)}.timeline-slot--interactive:hover .timeline-slot-line{background:var(--accent-light);width:4px}.timeline-slot--interactive:hover .timeline-slot-plus{opacity:1;color:var(--accent-light);transform:translate(-50%)scale(1.15)}.timeline-slot--selected{background:rgba(var(--accent-rgb), .15);border-color:var(--accent);width:56px}.timeline-slot--selected .timeline-slot-line{background:var(--accent);width:4px}.timeline-slot--placed{background:rgba(var(--success-rgb), .1)}.timeline-slot--placed .timeline-slot-line{background:var(--success);width:4px}@media (width<=480px){.timeline-slot{width:48px;height:72px}.timeline-slot--selected{width:64px}}.timeline-slot-tap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.timeline-slot-plus{color:var(--accent);opacity:.7;pointer-events:none;font-size:.85rem;font-weight:700;line-height:1;transition:opacity .15s,color .15s,transform .15s;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.timeline-slot-line{background:rgba(var(--accent-rgb), .4);border-radius:2px;width:3px;height:32px;transition:background .15s,width .15s}.timeline-mystery-mini{background:var(--accent);border-radius:6px;justify-content:center;align-items:center;width:calc(100% - 8px);height:52px;display:flex}@media (width<=480px){.timeline-mystery-mini{height:58px}}.mystery-note{color:#fff;font-size:1.1rem}@keyframes timeline-card-enter{0%{opacity:0;transform:scaleX(0)}70%{transform:scaleX(1.06)}to{opacity:1;transform:scaleX(1)}}.timeline-card{background:var(--surface);border:1.5px solid var(--card-border);scroll-snap-align:center;transform-origin:50%;border-radius:8px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;width:64px;min-width:64px;height:64px;display:flex;position:relative}.timeline-card--new{animation:.45s cubic-bezier(.34,1.56,.64,1) both timeline-card-enter}.timeline-card--starter{border-color:var(--accent);background:rgba(var(--accent-rgb), .1)}.timeline-card--correct{border-color:var(--success);background:rgba(var(--success-rgb), .08)}.timeline-card--wrong{border-color:var(--error);background:rgba(var(--error-rgb), .08)}.timeline-card-year{color:var(--accent-light);font-size:1rem;font-weight:800;line-height:1}.timeline-card-result{font-size:.6rem;font-weight:800;line-height:1}.timeline-card--correct .timeline-card-result{color:var(--success)}.timeline-card--wrong .timeline-card-result{color:var(--error)}.timeline-card-starter-label{color:var(--accent-light);text-transform:uppercase;letter-spacing:.05em;font-size:.55rem;font-weight:700;line-height:1}.mystery-card-row{padding:0 1.25rem}.mystery-card{background:var(--surface-2);border:2px dashed var(--accent);border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:border-color .2s,background .2s;display:flex}.mystery-card--ready{border-color:var(--accent-light);background:rgba(var(--accent-rgb), .1)}.mystery-card--ready .mystery-card-label{color:var(--accent-light)}.mystery-card-icon{color:var(--accent-light);font-size:1.75rem;line-height:1}.mystery-card-label{color:var(--text-muted);font-size:.9rem;font-weight:500}@keyframes waveform{0%,to{transform:scaleY(1)}50%{transform:scaleY(.25)}}.waveform-bar{transform-origin:bottom;animation:.6s ease-in-out infinite waveform}.register-screen{flex-direction:column;gap:2rem;width:100%;max-width:360px;padding:2rem 1.5rem;display:flex}.register-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.register-closed{text-align:center;background:var(--surface);border:2px solid var(--border);border-radius:8px;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;display:flex}.register-closed-title{color:var(--text);font-size:1.5rem;font-weight:700}.register-closed-text{color:var(--text-muted);font-size:1.1rem;line-height:1.5}.form-label{color:var(--text-muted);font-size:1.1rem;font-weight:500}.form-label--checkbox{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.form-label--checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:.1rem}.form-input{background:var(--surface);border:2px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:1rem 1.1rem;font-size:1.4rem;transition:border-color .2s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .2)}.form-error{color:var(--error);font-size:1.1rem}.form-terms{color:var(--text-muted);white-space:pre-wrap;font-size:.95rem;line-height:1.5}.conn-status{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:1rem;display:flex}.conn-dot{border-radius:50%;width:7px;height:7px}.conn-dot--on{background:var(--success);animation:2s infinite blink}.conn-dot--off{background:var(--error)}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.legal-line{text-align:center;color:var(--text-muted);white-space:pre-line;font-size:.8rem}.round-screen{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.round-header{flex-direction:column;gap:.25rem;padding:1rem 1.25rem 0;display:flex}.round-badge{background:var(--accent);color:#fff;letter-spacing:.05em;border-radius:20px;align-self:flex-start;padding:.3rem .8rem;font-size:1rem;font-weight:700;display:inline-block}.round-instruction{color:var(--text);font-size:1.5rem;font-weight:600}.round-confirm-bar{padding:.75rem 1.25rem 1.5rem}.countdown-hero{justify-content:center;padding:.5rem 1.25rem;display:flex}@keyframes urgent-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.countdown-timer{flex-direction:column;align-items:center;gap:.1rem;transition:color .3s;display:flex}.countdown-timer--urgent .countdown-number{color:var(--error);animation:.5s ease-in-out infinite urgent-pulse}.countdown-number{color:var(--accent-light);font-variant-numeric:tabular-nums;font-size:5rem;font-weight:900;line-height:1;transition:color .3s}.countdown-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:1rem}.post-confirm-screen{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.post-confirm-screen--no-cards{text-align:center;justify-content:center;align-items:center}.post-confirm-screen--no-cards .post-confirm-content{gap:1rem}.post-confirm-screen--no-cards .post-confirm-title{font-size:2.5rem}.post-confirm-screen--no-cards .post-confirm-sub{font-size:1.5rem}.post-confirm-content{flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.25rem 1rem;display:flex}.post-confirm-icon{color:var(--success);font-size:3rem;line-height:1}.post-confirm-icon--correct{color:var(--success)}.post-confirm-icon--wrong{color:var(--error)}.post-confirm-title{color:var(--success);font-size:2rem;font-weight:800}.post-confirm-title--correct{color:var(--success)}.post-confirm-title--wrong{color:var(--error)}.post-confirm-sub{color:var(--text-muted);font-size:1.25rem}.post-confirm-timeline-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 1.25rem;font-size:1rem}@keyframes pulse-scale{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.12)}}.pulse-anim{animation:1.6s ease-in-out infinite pulse-scale}.reveal-track-info{text-align:center;flex-direction:column;gap:.25rem;margin-top:1.5rem;display:flex}.reveal-track-year{color:var(--accent-light);font-size:1.4rem;font-weight:700}.inter-round-screen{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.inter-round-title{color:var(--text-muted);text-align:center;padding:1.5rem 1.25rem 0;font-size:1.6rem;font-weight:700}.inter-round-timeline-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:0 1.25rem;font-size:1rem}.inter-round-score{flex-direction:column;align-items:center;gap:.25rem;display:flex}.inter-round-score-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:1.1rem}.inter-round-score-value{color:var(--accent-light);font-size:3.5rem;font-weight:900}.score-animation{opacity:0;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;width:90%;max-width:320px;padding:2.5rem 2rem;transition:opacity .35s ease-out,transform .35s ease-out;display:flex;transform:scale(.85)}.score-animation--visible{opacity:1;transform:scale(1)}.score-animation--correct{background:rgba(var(--success-rgb), .12);border:2px solid var(--success)}.score-animation--correct .score-animation-icon,.score-animation--correct .score-animation-label{color:var(--success)}.score-animation--wrong{background:rgba(var(--error-rgb), .1);border:2px solid var(--error)}.score-animation--wrong .score-animation-icon,.score-animation--wrong .score-animation-label{color:var(--error)}.score-animation--missed{background:#f59e0b1a;border:2px solid #f59e0b}.score-animation--missed .score-animation-icon,.score-animation--missed .score-animation-label{color:#f59e0b}.score-animation-icon{font-size:3.5rem;font-weight:900;line-height:1}.score-animation-label{letter-spacing:.02em;font-size:2.2rem;font-weight:800}.score-animation-delta{color:var(--text);font-size:3.5rem;font-weight:900}.score-animation-total{color:var(--text-muted);font-size:1.25rem}.score-animation-note{color:#f59e0b;text-wrap:balance;font-size:1.05rem;font-weight:600;line-height:1.35}.game-end-screen{flex-direction:column;align-items:center;gap:2rem;width:90%;max-width:360px;padding:2rem 0;display:flex}.game-end-title{background:linear-gradient(135deg, var(--accent), var(--accent-light));-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.game-end-me{background:var(--surface);border:1.5px solid var(--card-border);text-align:center;border-radius:12px;width:100%;padding:1.25rem 2rem}.game-end-me-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:1.1rem}.game-end-me-rank{color:var(--accent-light);font-size:3.5rem;font-weight:900;line-height:1}.game-end-me-score{color:var(--text-muted);margin-top:.25rem;font-size:1.5rem;font-weight:600}.placement-coach{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000b8;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out pc-fade-in;display:flex;position:fixed;inset:0}.placement-coach-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;width:100%;max-width:360px;padding:1.75rem 1.5rem 1.5rem;animation:.28s cubic-bezier(.34,1.56,.64,1) pc-pop-in;box-shadow:0 18px 48px #0000008c}.placement-coach-demo{justify-content:center;align-items:center;gap:0;margin-bottom:1.5rem;display:flex}.pc-card{width:56px;height:72px;color:var(--text);background:var(--surface-2);border:1.5px solid var(--card-border);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:flex}.pc-slot{border:1.5px dashed rgba(var(--accent-rgb), .55);background:rgba(var(--accent-rgb), .1);border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:72px;animation:1.6s ease-in-out infinite pc-slot-pulse;display:flex;position:relative}.pc-slot-line{background:var(--accent-light);border-radius:2px;width:3px;height:44px;position:absolute}.pc-slot-plus{color:var(--accent-light);font-size:1.5rem;font-weight:700;line-height:1;position:relative}.pc-finger{font-size:1.5rem;animation:1.6s ease-in-out infinite pc-tap;position:absolute;bottom:-10px;right:-6px}.placement-coach-title{color:var(--text);margin:0 0 .6rem;font-size:1.35rem;font-weight:700}.placement-coach-body{color:var(--text-muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.5}.placement-coach-body--tight{margin-bottom:1rem}.placement-coach-rules{text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;margin:0 0 1.5rem;padding:.9rem 1rem}.placement-coach-rules-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin:0 0 .6rem;font-size:.8rem;font-weight:700}.placement-coach-rules-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.placement-coach-rules-list li{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.4;display:flex}.pc-rule-icon{flex:none;font-size:1rem;line-height:1.4}@keyframes pc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pc-pop-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pc-slot-pulse{0%,to{background:rgba(var(--accent-rgb), .1);border-color:rgba(var(--accent-rgb), .55)}50%{background:rgba(var(--accent-rgb), .24);border-color:var(--accent-light)}}@keyframes pc-tap{0%,to{transform:translate(0)}50%{transform:translate(-6px,-8px)}}@media (prefers-reduced-motion:reduce){.placement-coach,.placement-coach-card,.pc-slot,.pc-finger{animation:none}}
