.player-join-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);position:relative}.player-join-screen .btn-back{position:absolute;top:1.5rem;left:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff9;padding:.6rem 1.25rem;border-radius:50px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.player-join-screen .btn-back:hover{background:#ffffff26;color:#fff;border-color:#ffffff40}.join-content{width:100%;max-width:400px;text-align:center}.join-header{margin-bottom:2.5rem}.join-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 4px 20px rgba(0,217,255,.3))}.join-title{font-size:3rem;font-weight:800;margin:0 0 .5rem;background:linear-gradient(135deg,#00d9ff,#4ecdc4,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 60px rgba(0,217,255,.3)}.join-subtitle{font-size:1.2rem;color:#fff9;margin:0}.join-form .form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.join-form label{font-size:.95rem;color:#fff9;font-weight:500;padding-left:.25rem}.input-field{width:100%;padding:1.1rem 1.25rem;font-size:1.1rem;border:2px solid rgba(255,255,255,.15);border-radius:14px;background:#ffffff0d;color:#fff;outline:none;transition:all .3s ease}.input-field:focus{border-color:#00d9ff;background:#ffffff14;box-shadow:0 0 20px #00d9ff26}.input-field::placeholder{color:#ffffff4d}.input-field:disabled{opacity:.5;cursor:not-allowed}.room-code-field{text-align:center;font-size:1.8rem;font-weight:700;letter-spacing:.3rem;text-transform:uppercase;font-family:Courier New,monospace;padding:1.25rem}.room-code-field::placeholder{letter-spacing:.15rem;font-size:1.4rem}.error-message{color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.3);padding:.75rem 1rem;border-radius:10px;font-size:.9rem;text-align:center}.wake-up-notice{display:flex;align-items:center;gap:.75rem;background:#f1c40f26;border:1px solid rgba(241,196,15,.3);padding:1rem;border-radius:12px;animation:pulse 2s ease-in-out infinite}.wake-up-notice .wake-icon{font-size:1.5rem}.wake-up-notice p{color:#f1c40f;font-size:.9rem;margin:0;text-align:left}.btn-join{width:100%;padding:1.25rem;font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.1rem;border:none;border-radius:14px;background:linear-gradient(135deg,#00d9ff,#0f8);color:#0a0a0a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #00d9ff59;margin-top:.5rem}.btn-join:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #00d9ff73}.btn-join:active:not(:disabled){transform:translateY(0)}.btn-join:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:500px){.player-join-screen{padding:1.5rem}.join-icon{font-size:3rem}.join-title{font-size:2.5rem}.join-subtitle{font-size:1rem}.room-code-field{font-size:1.5rem}.room-code-field::placeholder{font-size:1.2rem}}.lobby-jumper{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:720px;margin:0 auto}.jumper-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0006;touch-action:none;user-select:none;-webkit-user-select:none;width:100%}.jumper-container canvas{display:block;cursor:pointer;width:100%;height:auto}.lobby-jumper .overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f0f23d9;text-align:center;pointer-events:none}.lobby-jumper .start-overlay p{color:#4ecdc4;font-size:1.2rem;animation:jumperPulse 1.5s ease-in-out infinite}.lobby-jumper .death-overlay .final-score{font-size:3rem;font-weight:700;color:#e74c3c;margin:0}.lobby-jumper .death-overlay .retry-text{color:#888;font-size:.9rem;margin-top:.5rem}.lobby-jumper .death-overlay .countdown-text{font-size:2rem;font-weight:700;color:#f59e0b;margin-top:.3rem;animation:jumperCountdownPulse .5s ease-in-out}@keyframes jumperCountdownPulse{0%{transform:scale(1.4);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes jumperPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.jumper-stats{display:flex;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.9rem}.current-score{color:#4ecdc4}.best-score{color:#888}.minigame-selector-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}.minigame-tabs{display:flex;gap:.25rem;justify-content:center;flex-wrap:wrap}.minigame-tab{display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff9;cursor:pointer;font-size:.8rem;transition:all .2s}.minigame-tab:hover{background:#ffffff26;color:#ffffffe6}.minigame-tab.active{background:#4ecdc433;border-color:#4ecdc4;color:#4ecdc4}.minigame-tab .tab-icon{font-size:1rem}.minigame-tab .tab-name{font-weight:500}.minigame-content{width:100%}.lobby-minigame{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:720px;margin:0 auto}.lobby-minigame .game-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0006;touch-action:none;user-select:none;-webkit-user-select:none;width:100%}.lobby-minigame .game-container canvas{display:block;cursor:pointer;width:100%;height:auto}.lobby-minigame .overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f0f23d9;text-align:center;pointer-events:none}.lobby-minigame .start-overlay p{color:#4ecdc4;font-size:1.2rem;animation:minigamePulse 1.5s ease-in-out infinite}.lobby-minigame .start-overlay .game-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.lobby-minigame .death-overlay .final-score{font-size:3rem;font-weight:700;color:#e74c3c;margin:0}.lobby-minigame .death-overlay .retry-text{color:#888;font-size:.9rem;margin-top:.5rem}.lobby-minigame .death-overlay .countdown-text{font-size:2rem;font-weight:700;color:#f59e0b;margin-top:.3rem;animation:countdownPulse .5s ease-in-out}@keyframes countdownPulse{0%{transform:scale(1.4);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes minigamePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.lobby-minigame .game-stats{display:flex;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.9rem}.lobby-minigame .current-score{color:#4ecdc4}.lobby-minigame .best-score{color:#888}.lobby-minigame .minigame-stats{display:flex;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.9rem}.lobby-minigame .minigame-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.lobby-minigame .final-cps{color:#f59e0b;font-size:1.1rem;margin:.3rem 0}@media(max-width:480px){.lobby-minigame .start-overlay p{font-size:1rem}.lobby-minigame .start-overlay .game-title,.lobby-minigame .start-overlay .minigame-title{font-size:1.2rem}.lobby-minigame .death-overlay .final-score{font-size:2.2rem}.lobby-minigame .game-stats,.lobby-minigame .minigame-stats{font-size:.8rem}}.lobby-idle-container{min-height:100vh;display:flex;flex-direction:column}.host-lobby-idle{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr 280px;gap:0;height:100vh}.lobby-idle-header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#1a1a2e,#0f0f23);border-bottom:3px solid #00d9ff}.join-info-large{display:flex;align-items:center;gap:2rem}.qr-section{flex-shrink:0}.qr-code{width:120px;height:120px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 4px 20px #00d9ff4d}.join-details{display:flex;flex-direction:column;gap:.5rem}.join-url-large{display:flex;align-items:baseline;gap:.75rem}.join-url-large .url-label{font-size:1.2rem;color:#888;font-weight:500}.join-url-large .url-value{font-size:2.5rem;font-weight:800;color:#4ecdc4;letter-spacing:.02em;text-shadow:0 2px 10px rgba(78,205,196,.4)}.room-code-large{display:flex;align-items:baseline;gap:.75rem}.room-code-large .code-label{font-size:1.2rem;color:#888;font-weight:500}.room-code-large .code-value{font-size:4rem;font-weight:900;font-family:Courier New,monospace;letter-spacing:.2em;background:linear-gradient(135deg,#00d9ff,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 4px 15px rgba(0,217,255,.5))}.btn-demo{background:transparent;color:#888;border:1px solid #555;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;cursor:pointer;opacity:.6;transition:all .2s}.btn-demo:hover{opacity:1;border-color:#00d9ff;color:#00d9ff}.btn-demo.active{border-color:#e74c3c;color:#e74c3c;opacity:.8}.btn-demo.active:hover{opacity:1;background:#e74c3c1a}.lobby-idle-header .btn-close{background:#e74c3c;color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:1.4rem;cursor:pointer;transition:transform .2s,background .2s;flex-shrink:0}.lobby-idle-header .btn-close:hover{transform:scale(1.1);background:#c0392b}.lobby-idle-main{padding:2rem;overflow-y:auto}.lobby-idle-main h2{margin:0 0 1.5rem;font-size:1.8rem;color:#fff}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.game-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:linear-gradient(145deg,#1e3a5f,#16213e);border:2px solid transparent;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:center}.game-card:hover{transform:translateY(-4px);border-color:#00d9ff;box-shadow:0 8px 25px #00d9ff33}.game-card .game-icon{font-size:3rem}.game-card .game-name{font-size:1.2rem;font-weight:700;color:#fff}.game-card .game-desc{font-size:.85rem;color:#888}.class-progress{margin-top:2rem;padding:1.5rem;background:#00d9ff0d;border-radius:16px;border:1px solid rgba(0,217,255,.2)}.class-progress h3{margin:0 0 1rem;color:#00d9ff}.progress-bar-container{position:relative;height:30px;background:#1a1a2e;border-radius:15px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#00d9ff,#4ecdc4);border-radius:15px;transition:width .5s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.mini-leaderboard{margin-top:1rem}.mini-leaderboard h4{margin:0 0 .5rem;color:#888}.mini-leaderboard ol{list-style:none;padding:0;margin:0}.mini-leaderboard li{display:flex;gap:.5rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.mini-leaderboard .rank{color:#888;width:24px}.mini-leaderboard .name{flex:1;color:#fff}.mini-leaderboard .score{color:#4ecdc4;font-weight:700;font-size:.85rem}.mini-leaderboard.total-leaderboard{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.mini-leaderboard.total-leaderboard h4{color:#666;font-size:.8rem}.mini-leaderboard.total-leaderboard .score{color:#888}.host-lobby-idle .players-sidebar{background:#16213e;border-left:2px solid #1a1a2e;padding:1.5rem;overflow-y:auto}.players-sidebar h3{margin:0 0 1rem;color:#888;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.players-list{list-style:none;padding:0;margin:0}.player-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .5rem;border-radius:8px;transition:background .2s}.player-item:hover{background:#ffffff0d}.player-status{font-size:.6rem}.player-name{flex:1;color:#fff}.btn-kick{background:transparent;color:#e74c3c;border:none;padding:4px 8px;cursor:pointer;opacity:0;transition:opacity .2s}.player-item:hover .btn-kick{opacity:1}.no-players{color:#666;font-style:italic}.player-lobby-idle{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(180deg,#1a1a2e,#0f0f23)}.player-lobby-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d}.player-badge{font-size:1.1rem;color:#4ecdc4}.room-badge{font-size:.9rem;color:#888;background:#ffffff0d;padding:.3rem .8rem;border-radius:20px}.player-lobby-main{flex:1;display:flex;flex-direction:column;padding:1rem}.waiting-info{text-align:center;padding:1rem}.waiting-info p{margin:0;color:#888}.waiting-info .sub{margin-top:.5rem;font-size:.9rem;color:#666}.minigame-section{flex:1;display:flex;flex-direction:column;min-height:0}.host-minigame-tabs{display:flex;gap:.2rem}.host-minigame-tabs .minigame-tab{padding:.3rem .5rem;font-size:.75rem}.host-minigame-tabs .minigame-tab .tab-icon{font-size:1.1rem}@media(max-width:900px){.lobby-idle-header{flex-direction:column;gap:1rem;padding:1rem}.join-info-large{flex-direction:column;text-align:center}.join-url-large,.room-code-large{justify-content:center}.join-url-large .url-value{font-size:1.8rem}.room-code-large .code-value{font-size:3rem}.qr-code{width:100px;height:100px}}@media(max-width:600px){.join-url-large .url-value{font-size:1.4rem}.room-code-large .code-value{font-size:2.5rem}.qr-code{width:80px;height:80px}}.gjett-bildet-host{display:grid;grid-template-columns:1fr 220px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.gjett-bildet-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.gjett-bildet-host .game-info{display:flex;gap:1rem;align-items:center}.gjett-bildet-host .game-badge,.gjett-bildet-host .category-badge,.gjett-bildet-host .mode-badge{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.gjett-bildet-host .mode-badge{background:#8b5cf64d;border:1px solid rgba(139,92,246,.5)}.gjett-bildet-host .progress{font-weight:700;color:#ffffffb3}.gjett-bildet-host .header-actions{display:flex;gap:1rem;align-items:center}.gjett-bildet-host .room-code{font-family:monospace;background:#ffffff1a;padding:.5rem 1rem;border-radius:8px}.gjett-bildet-host .game-main{display:flex;flex-direction:column;padding:1rem 1.5rem;overflow:hidden}.gjett-bildet-host .image-section{flex:1;display:flex;flex-direction:column;gap:.75rem;min-height:0;position:relative}.gjett-bildet-host .image-container{position:relative;flex:1;min-height:0;background:#000;border-radius:16px;overflow:hidden}.gjett-bildet-host .image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:filter .5s ease,transform .5s ease}.gjett-bildet-host .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.gjett-bildet-host .spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:#4ade80;border-radius:50%;animation:spin 1s linear infinite}.gjett-bildet-host .reveal-indicator{position:absolute;bottom:0;left:0;right:0;height:6px;background:#00000080}.gjett-bildet-host .reveal-bar{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease}.gjett-bildet-host .answer-overlay{position:absolute;inset:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;animation:fadeIn .3s ease-out}.gjett-bildet-host .answer-label{font-size:1rem;color:#ffffffb3;margin:0 0 .5rem}.gjett-bildet-host .answer-text{font-size:2.5rem;font-weight:700;color:#4ade80;margin:0 0 1rem;text-align:center;padding:0 1rem}.gjett-bildet-host .answer-wait{font-size:.9rem;color:#ffffff80;margin:0}.gjett-bildet-host .checking-text{font-size:.85rem;color:#fff9;margin:0}.gjett-bildet-host .game-status-row{display:flex;gap:1rem;align-items:center;flex-shrink:0}.gjett-bildet-host .controls{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.gjett-bildet-host .control-panel{flex:1;min-width:200px}.gjett-bildet-host .pending-guess-card,.gjett-bildet-host .answering-card{background:#ffffff1a;border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;gap:1rem}.gjett-bildet-host .pending-guess-card h3,.gjett-bildet-host .answering-card h3{margin:0;font-size:.95rem;white-space:nowrap}.gjett-bildet-host .guess-text{font-size:1.2rem;font-weight:700;color:#fbbf24;margin:0}.gjett-bildet-host .host-timer{font-size:1.5rem;font-weight:700;padding:.3rem .8rem;background:#ffffff26;border-radius:8px;white-space:nowrap;min-width:3rem;text-align:center}.gjett-bildet-host .host-timer.urgent{background:#ef4444;animation:pulse .5s infinite}.gjett-bildet-host .validation-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.gjett-bildet-host .buzzer-section{background:#ffffff1a;border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;gap:1rem}.gjett-bildet-host .buzzer-section h3{margin:0;font-size:.95rem;white-space:nowrap}.gjett-bildet-host .buzzer-list{list-style:none;padding:0;margin:0;display:flex;gap:.5rem;flex-wrap:wrap}.gjett-bildet-host .buzzer-item{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:.75rem;border-radius:8px}.gjett-bildet-host .buzzer-position{background:#fbbf24;color:#000;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.gjett-bildet-host .buzzer-name{flex:1}.gjett-bildet-host .waiting-buzz{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff0d;border-radius:12px}.gjett-bildet-host .waiting-icon{font-size:1.5rem}.gjett-bildet-host .leaderboard-sidebar{background:#ffffff0d;padding:1rem;border-left:1px solid rgba(255,255,255,.1);overflow-y:auto}.gjett-bildet-host .leaderboard-sidebar h3{margin:0 0 1rem}.gjett-bildet-host .leaderboard-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.gjett-bildet-host .leaderboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px}.gjett-bildet-host .leaderboard-item.top-1{background:#ffd70033}.gjett-bildet-host .leaderboard-item.top-2{background:#c0c0c033}.gjett-bildet-host .leaderboard-item.top-3{background:#cd7f3233}.gjett-bildet-host .leaderboard-item .rank{color:#ffffff80;min-width:20px}.gjett-bildet-host .leaderboard-item .name{flex:1}.gjett-bildet-host .leaderboard-item .score{font-weight:700;color:#4ade80}.gjett-bildet-host .round-end-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#0000008c;border-radius:16px;z-index:10;animation:fadeIn .3s ease-out}.gjett-bildet-host .round-end-card{text-align:center;background:#141428d9;border-radius:20px;padding:2rem 3rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15)}.gjett-bildet-host .round-end-card h2{margin:.5rem 0;font-size:1.5rem}.gjett-bildet-host .success-icon{font-size:4rem}.gjett-bildet-host .correct-answer{font-size:1.5rem;margin:.75rem 0}.gjett-bildet-host .points-awarded{font-size:2rem;color:#4ade80;font-weight:700;margin:.5rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gjett-bildet-host.game-over-screen{display:flex;justify-content:center;align-items:center}.gjett-bildet-host .game-over-content{text-align:center}.gjett-bildet-host .final-leaderboard{margin:2rem 0}.gjett-bildet-host .podium{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.gjett-bildet-host .podium-place{background:#ffffff1a;padding:1.5rem;border-radius:16px;min-width:120px}.gjett-bildet-host .podium-place.place-1{background:#ffd7004d}.gjett-bildet-host .podium-place.place-2{background:#c0c0c04d}.gjett-bildet-host .podium-place.place-3{background:#cd7f324d}.gjett-bildet-host .medal{font-size:3rem;margin-bottom:.5rem}.gjett-bildet-host .btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.gjett-bildet-host .btn:disabled{opacity:.5;cursor:not-allowed}.gjett-bildet-host .btn-end{background:#ef4444;color:#fff}.gjett-bildet-host .btn-hint{background:#3b82f6;color:#fff}.gjett-bildet-host .btn-reveal{background:#8b5cf6;color:#fff}.gjett-bildet-host .btn-next{background:#22c55e;color:#fff}.gjett-bildet-host .btn-secondary{background:#ffffff1a;color:#fff}.gjett-bildet-host .btn-approve{background:#22c55e;color:#fff;padding:1rem 2rem}.gjett-bildet-host .btn-reject{background:#ef4444;color:#fff;padding:1rem 2rem}.gjett-bildet-host .btn-select{background:#3b82f6;color:#fff;padding:.5rem 1rem;font-size:.85rem}.gjett-bildet-host .btn-primary{background:#3b82f6;color:#fff;padding:1rem 2rem;font-size:1.1rem}.gjett-bildet-player{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;display:flex;flex-direction:column}.gjett-bildet-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;gap:.5rem}.gjett-bildet-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.gjett-bildet-player .btn-back:hover{background:#fff3}.gjett-bildet-player .player-name{flex:1;font-weight:700;font-size:1.1rem}.gjett-bildet-player .player-score{background:#e67e22;padding:.5rem 1rem;border-radius:20px;font-weight:700}.gjett-bildet-player.buzzer-screen{justify-content:flex-start}.gjett-bildet-player .buzzer-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.gjett-bildet-player .look-at-screen{text-align:center;margin-bottom:2rem}.gjett-bildet-player .eye-icon{font-size:3rem;display:block;margin-bottom:.5rem}.gjett-bildet-player .buzz-button{width:200px;height:200px;border-radius:50%;border:none;font-size:2rem;font-weight:700;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 30px #0000004d;transition:all .2s}.gjett-bildet-player .buzz-button:not(:disabled):hover{transform:scale(1.05)}.gjett-bildet-player .buzz-button:active{transform:scale(.95)}.gjett-bildet-player .buzz-button:disabled{cursor:not-allowed}.gjett-bildet-player .penalty-text{font-size:.8rem;margin-top:.5rem;color:#e74c3c}.gjett-bildet-player .queue-info{font-size:.9rem;margin-top:.5rem;opacity:.8}.gjett-bildet-player.answering-screen{justify-content:flex-start}.gjett-bildet-player .answering-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.gjett-bildet-player .answering-icon{font-size:4rem;margin-bottom:1rem}.gjett-bildet-player .timer-display{font-size:2.5rem;font-weight:700;margin:1rem 0;padding:.5rem 1.5rem;background:#ffffff1a;border-radius:12px}.gjett-bildet-player .timer-display.urgent{background:#ef4444;animation:pulse .5s infinite}.gjett-bildet-player .guess-form{width:100%;max-width:350px;display:flex;flex-direction:column;gap:1rem}.gjett-bildet-player .guess-form input{padding:1rem;font-size:1.2rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;color:#fff;text-align:center}.gjett-bildet-player .guess-form input:focus{outline:none;border-color:#4ade80}.gjett-bildet-player .guess-form button{padding:1rem;font-size:1.2rem;font-weight:700;background:#22c55e;color:#fff;border:none;border-radius:12px;cursor:pointer}.gjett-bildet-player .guess-form button:disabled{background:#fff3;cursor:not-allowed}.gjett-bildet-player .submitted-state{text-align:center}.gjett-bildet-player .waiting-text{color:#fff9}.gjett-bildet-player.waiting-screen{justify-content:flex-start}.gjett-bildet-player .waiting-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.gjett-bildet-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.gjett-bildet-player.round-end-screen{justify-content:center;align-items:center}.gjett-bildet-player .round-end-content{text-align:center;padding:2rem}.gjett-bildet-player .result-icon{font-size:5rem;margin-bottom:1rem}.gjett-bildet-player .correct-answer{font-size:1.2rem;margin:1rem 0}.gjett-bildet-player .correct-answer strong{color:#4ade80;font-size:1.5rem}.gjett-bildet-player .points-earned{font-size:1.5rem;color:#4ade80;font-weight:700}.gjett-bildet-player .current-score{margin-top:2rem;font-size:1.1rem}.gjett-bildet-player.game-over-screen{justify-content:center;align-items:center}.gjett-bildet-player .game-over-content{text-align:center;padding:2rem}.gjett-bildet-player .my-result{margin:2rem 0}.gjett-bildet-player .final-rank{font-size:4rem;font-weight:700;color:#fbbf24}.gjett-bildet-player .final-score{font-size:1.5rem;color:#fffc}.gjett-bildet-host .wrong-guess-display{background:#ef444433;border:2px solid #ef4444;border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.gjett-bildet-host .wrong-guess-display .wrong-icon{font-size:1.5rem}.gjett-bildet-host .wrong-guess-display .wrong-guess{font-size:1.1rem;font-weight:700;color:#ef4444;margin:0}.gjett-bildet-host .wrong-guess-display p{margin:0}.gjett-bildet-host .wrong-guess-display .wrong-text{color:#ffffffb3;font-size:.85rem}@media(max-width:1024px){.gjett-bildet-host{grid-template-columns:1fr}.gjett-bildet-host .leaderboard-sidebar{display:none}.gjett-bildet-host .game-status-row{flex-direction:column;align-items:stretch}}@media(max-width:600px){.gjett-bildet-host .game-header{flex-direction:column;gap:1rem;padding:1rem}.gjett-bildet-host .game-main{padding:1rem}.gjett-bildet-player .buzz-button{width:160px;height:160px;font-size:1.5rem}}.gjett-bildet-player.locked-out-screen{justify-content:center;align-items:center;background:linear-gradient(135deg,#2c3e50,#1a252f)}.gjett-bildet-player .locked-out-content{text-align:center;padding:2rem}.gjett-bildet-player .locked-icon{font-size:5rem;margin-bottom:1rem}.gjett-bildet-player .locked-out-content h2{color:#e74c3c;margin-bottom:.5rem}.gjett-bildet-player .locked-out-content p{color:#ffffffb3;margin:.5rem 0}.gjett-bildet-player .wait-message{margin-top:1.5rem;font-size:.9rem;opacity:.6}.gjett-bildet-player.penalty-screen{justify-content:center;align-items:center;background:linear-gradient(135deg,#7f1d1d,#450a0a)}.gjett-bildet-player .penalty-content{text-align:center;padding:2rem}.gjett-bildet-player .penalty-timer{font-size:8rem;font-weight:700;color:#ef4444;line-height:1;margin-bottom:1rem;animation:pulse 1s infinite}.gjett-bildet-player .penalty-content h2{color:#fca5a5;margin-bottom:.5rem}.gjett-bildet-player .penalty-content p{color:#fff9}.slange-host{display:grid;grid-template-columns:1fr 250px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.slange-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.slange-host .game-info{display:flex;gap:1rem;align-items:center}.slange-host .category-badge,.slange-host .mode-badge{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.slange-host .room-info{display:flex;gap:1rem;align-items:center}.slange-host .room-code{font-family:monospace;font-size:1.1rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:8px}.slange-host .game-main{display:grid;grid-template-columns:1fr 350px;gap:2rem;padding:2rem;overflow:auto}.slange-host .word-chain-section{background:#ffffff0d;border-radius:16px;padding:1.5rem}.slange-host .chain-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.slange-host .chain-header h2{margin:0;font-size:1.5rem}.slange-host .chain-stats{text-align:center}.slange-host .stat-value{display:block;font-size:2rem;font-weight:700;color:#4ade80}.slange-host .stat-label{font-size:.8rem;color:#fff9}.slange-host .chain-empty{text-align:center;padding:3rem;color:#fff9}.slange-host .start-letter{display:block;font-size:5rem;font-weight:700;color:#4ade80;margin-top:1rem}.slange-host .snake-container{display:flex;flex-direction:column;gap:.5rem}.slange-host .snake-row{display:flex;gap:.5rem;align-items:center}.slange-host .snake-row.reversed{flex-direction:row-reverse}.slange-host .snake-segment{background:linear-gradient(135deg,#22c55e,#16a34a);padding:.75rem 1rem;border-radius:12px;min-width:120px;text-align:center}.slange-host .snake-head{background:linear-gradient(135deg,#eab308,#ca8a04)}.slange-host .snake-tail{background:linear-gradient(135deg,#3b82f6,#2563eb)}.slange-host .segment-content{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.slange-host .segment-word{font-weight:600;font-size:1.1rem}.slange-host .segment-connector{background:#0000004d;padding:.2rem .5rem;border-radius:4px;font-size:.9rem}.slange-host .segment-player{display:block;font-size:.75rem;color:#ffffffb3;margin-top:.25rem}.slange-host .snake-turn{font-size:1.5rem;color:#fff6}.slange-host .next-letter-display{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1rem;background:#ffffff0d;border-radius:12px}.slange-host .next-letter-display .label{color:#ffffffb3}.slange-host .next-letter-display .letter{font-size:2.5rem;font-weight:700;color:#4ade80}.slange-host .control-panel{display:flex;flex-direction:column;gap:1.5rem}.slange-host .pending-word-card,.slange-host .waiting-card{background:#ffffff1a;border-radius:16px;padding:1.5rem;text-align:center}.slange-host .pending-player{color:#ffffffb3;font-size:.9rem}.slange-host .pending-word{font-size:2rem;font-weight:700;margin:1rem 0;color:#fbbf24}.slange-host .pending-check{margin-bottom:1.5rem;color:#fffc}.slange-host .pending-actions{display:flex;gap:1rem;justify-content:center}.slange-host .waiting-info{margin-bottom:1rem}.slange-host .waiting-name{display:block;font-size:1.5rem;font-weight:700}.slange-host .waiting-text{color:#fff9}.slange-host .timer-display{position:relative;width:80px;height:80px;margin:0 auto}.slange-host .timer-ring{transform:rotate(-90deg)}.slange-host .timer-bg{fill:none;stroke:#ffffff1a;stroke-width:8}.slange-host .timer-progress{fill:none;stroke:#4ade80;stroke-width:8;stroke-linecap:round;stroke-dasharray:283;transition:stroke-dashoffset 1s linear}.slange-host .timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700}.slange-host .buzzer-section{background:#ffffff1a;border-radius:16px;padding:1.5rem}.slange-host .buzzer-section h3{margin:0 0 1rem;text-align:center}.slange-host .buzzer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.slange-host .buzzer-item{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:.75rem;border-radius:8px}.slange-host .buzzer-position{background:#fbbf24;color:#000;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.slange-host .buzzer-name{flex:1}.slange-host .waiting-buzz{text-align:center;padding:2rem;background:#ffffff0d;border-radius:16px}.slange-host .waiting-buzz-icon{font-size:3rem;margin-bottom:1rem}.slange-host .waiting-buzz .hint{color:#ffffff80;font-size:.85rem;margin-top:.5rem}.slange-host .players-sidebar{background:#ffffff0d;padding:1.5rem;border-left:1px solid rgba(255,255,255,.1)}.slange-host .players-sidebar h3{margin:0 0 .5rem;font-size:1rem}.slange-host .sidebar-hint{color:#ffffff80;font-size:.8rem;margin:0 0 1rem}.slange-host .player-stats-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.slange-host .player-stat-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;cursor:default;transition:all .2s}.slange-host .player-stat-item.selectable{cursor:pointer}.slange-host .player-stat-item.selectable:hover{background:#ffffff26}.slange-host .player-stat-item.active{background:#4ade804d;border:1px solid #4ade80}.slange-host .player-stat-item.penalty{opacity:.5}.slange-host .player-rank{color:#ffffff80;font-size:.85rem;min-width:20px}.slange-host .player-name{flex:1;font-weight:500}.slange-host .player-words{font-weight:700;color:#4ade80}.slange-host .player-words.negative{color:#f87171}.slange-host .btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.slange-host .btn-end{background:#ef4444;color:#fff}.slange-host .btn-end:hover{background:#dc2626}.slange-host .btn-approve{background:#22c55e;color:#fff;padding:1rem 2rem;font-size:1.1rem}.slange-host .btn-approve:hover{background:#16a34a}.slange-host .btn-reject{background:#ef4444;color:#fff;padding:1rem 2rem;font-size:1.1rem}.slange-host .btn-reject:hover{background:#dc2626}.slange-host .btn-select{background:#3b82f6;color:#fff;padding:.5rem 1rem;font-size:.85rem}.slange-host .btn-select:hover{background:#2563eb}.slange-host .btn-skip{background:#f59e0b;color:#fff;padding:.5rem 1rem;font-size:.9rem}.slange-host .btn-skip:hover{background:#d97706}.slange-player{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;display:flex;flex-direction:column}.slange-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;gap:.5rem}.slange-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.slange-player .btn-back:hover{background:#fff3}.slange-player .player-header .player-name{flex:1;font-weight:600}.slange-player.result-screen{justify-content:center;align-items:center}.slange-player.result-screen.approved{background:linear-gradient(135deg,#166534,#15803d)}.slange-player.result-screen.rejected{background:linear-gradient(135deg,#991b1b,#b91c1c)}.slange-player .result-content{text-align:center}.slange-player .result-icon{font-size:5rem;margin-bottom:1rem}.slange-player .result-content h2{font-size:2rem;margin:0}.slange-player .reject-reason{margin-top:1rem;font-size:1.1rem;color:#fffc;background:#0003;padding:.75rem 1.5rem;border-radius:8px}.slange-player.my-turn{padding:2rem;justify-content:center}.slange-player .turn-content{max-width:400px;margin:0 auto;text-align:center}.slange-player .turn-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.slange-player .category-tag{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.slange-player .timer-tag{background:#22c55e;padding:.5rem 1rem;border-radius:20px;font-weight:700}.slange-player .timer-tag.urgent{background:#ef4444;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.slange-player .turn-title{font-size:1.5rem;margin:0 0 1.5rem}.slange-player .letter-box{background:#ffffff1a;border-radius:16px;padding:2rem;margin-bottom:2rem}.slange-player .letter-big{font-size:5rem;font-weight:700;color:#4ade80}.slange-player .word-form{display:flex;flex-direction:column;gap:1rem}.slange-player .word-form input{padding:1rem;font-size:1.2rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;color:#fff;text-align:center}.slange-player .word-form input:focus{outline:none;border-color:#4ade80}.slange-player .word-form input::placeholder{color:#fff6}.slange-player .word-form button{padding:1rem;font-size:1.2rem;font-weight:700;background:#22c55e;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.slange-player .word-form button:disabled{background:#fff3;cursor:not-allowed}.slange-player .word-form button:not(:disabled):hover{background:#16a34a}.slange-player .submitted-state{padding:2rem}.slange-player .submitted-word{font-size:2rem;font-weight:700;color:#fbbf24;margin:0 0 1rem}.slange-player .submitted-text{color:#fff9;margin:0}.slange-player .last-word-hint{margin-top:1.5rem;padding:.75rem;background:#ffffff0d;border-radius:8px;font-size:.9rem;color:#ffffffb3}.slange-player.waiting-view{padding:2rem;justify-content:center}.slange-player .waiting-content{max-width:350px;margin:0 auto;text-align:center}.slange-player .player-badge{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;display:inline-block;margin-bottom:2rem}.slange-player .letter-display-large{margin-bottom:2rem}.slange-player .letter-label{display:block;color:#fff9;margin-bottom:.5rem}.slange-player .letter-huge{font-size:8rem;font-weight:700;color:#4ade80;line-height:1}.slange-player .watching-section{background:#ffffff1a;padding:1.5rem;border-radius:16px;margin-bottom:2rem}.slange-player .watching-text{margin:0;font-size:1.1rem}.slange-player .pending-word-display{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.slange-player .pending-label{display:block;font-size:.85rem;color:#fff9}.slange-player .pending-text{font-size:1.5rem;font-weight:700;color:#fbbf24}.slange-player .queue-section{background:#ffffff1a;padding:2rem;border-radius:16px;margin-bottom:2rem}.slange-player .queue-number{display:block;font-size:4rem;font-weight:700;color:#fbbf24}.slange-player .queue-text{color:#fff9}.slange-player .cooldown-section{margin-bottom:2rem}.slange-player .cooldown-circle{width:100px;height:100px;border-radius:50%;background:#ef444433;border:4px solid #ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.slange-player .cooldown-number{font-size:2.5rem;font-weight:700;color:#ef4444}.slange-player .cooldown-text{color:#fff9}.slange-player .buzz-button{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 2rem;transition:all .2s;box-shadow:0 8px 30px #fbbf2466}.slange-player .buzz-button:hover{transform:scale(1.05)}.slange-player .buzz-button:active{transform:scale(.95)}.slange-player .buzz-icon{font-size:3rem}.slange-player .buzz-label{font-size:1.5rem;font-weight:700;color:#fff;margin-top:.5rem}.slange-player .chain-info{color:#fff9;font-size:.9rem}.slange-player .last-word{color:#fffc}@media(max-width:1024px){.slange-host,.slange-host .game-main{grid-template-columns:1fr}.slange-host .players-sidebar{display:none}}@media(max-width:600px){.slange-host .game-header{flex-direction:column;gap:1rem;padding:1rem}.slange-host .game-main{padding:1rem}.slange-player .letter-huge{font-size:6rem}.slange-player .buzz-button{width:150px;height:150px}}.tallkamp-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#065f46,#022c22);color:#fff}.tallkamp-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.tallkamp-host .game-info{display:flex;align-items:center;gap:1rem}.tallkamp-host .game-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.tallkamp-host .room-code,.tallkamp-host .round-progress{color:#fffc}.tallkamp-host .header-actions{display:flex;align-items:center;gap:1rem}.tallkamp-host .difficulty-select{padding:.5rem 2rem .5rem 1rem;border-radius:8px;border:none;background:#fff3;color:#fff;font-size:1rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.tallkamp-host .difficulty-select option{background:#065f46;color:#fff}.tallkamp-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer}.tallkamp-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.tallkamp-host .waiting-phase{text-align:center}.tallkamp-host .round-number{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.tallkamp-host .btn-start-round{background:#10b981;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s}.tallkamp-host .btn-start-round:hover{transform:scale(1.05)}.tallkamp-host .hint{margin-top:2rem;color:#fff9}.tallkamp-host .playing-phase{text-align:center;width:100%;max-width:700px}.tallkamp-host .timer-display{margin-bottom:2rem}.tallkamp-host .timer-circle{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:#ffffff1a;font-size:2rem;font-weight:700}.tallkamp-host .timer-circle.urgent{background:#ef4444;animation:pulse .5s infinite}.tallkamp-host .target-display{margin-bottom:2rem}.tallkamp-host .target-label{display:block;font-size:1.25rem;color:#ffffffb3;margin-bottom:.5rem}.tallkamp-host .target-number{font-size:5rem;font-weight:700;color:#fbbf24;text-shadow:0 4px 20px rgba(251,191,36,.3)}.tallkamp-host .target-display.small .target-number{font-size:3rem}.tallkamp-host .numbers-display{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tallkamp-host .number-tile{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#fff;color:#065f46;font-size:1.5rem;font-weight:700;border-radius:12px;box-shadow:0 4px 15px #0003}.tallkamp-host .submission-status{margin-bottom:1.5rem}.tallkamp-host .submission-count{font-size:1.2rem;margin-bottom:1rem}.tallkamp-host .live-submissions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:600px;margin:0 auto}.tallkamp-host .live-submission{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:8px;font-size:.9rem}.tallkamp-host .live-submission.exact{background:#fbbf244d}.tallkamp-host .live-submission .sub-name{font-weight:500}.tallkamp-host .live-submission .sub-result{font-weight:700;color:#34d399}.tallkamp-host .live-submission .sub-diff{color:#fff9;font-size:.85rem}.tallkamp-host .btn-reveal,.tallkamp-host .btn-next{background:#f59e0b;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.tallkamp-host .reveal-phase{text-align:center;width:100%;max-width:700px}.tallkamp-host .results-list{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin:1.5rem 0}.tallkamp-host .results-list h3{margin-bottom:1rem}.tallkamp-host .result-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.tallkamp-host .result-item.winner{background:#fbbf2433}.tallkamp-host .result-item .rank{font-weight:700;width:30px}.tallkamp-host .result-item .name{flex:1}.tallkamp-host .result-item .answer{font-weight:700;font-size:1.1rem}.tallkamp-host .result-item .diff{color:#fff9;font-size:.9rem}.tallkamp-host .result-item .points{color:#10b981;font-weight:700}.tallkamp-host .leaderboard-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.tallkamp-host .leaderboard-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.tallkamp-host .leaderboard-list{list-style:none;padding:0;margin:0}.tallkamp-host .leaderboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.tallkamp-host .leaderboard-item.top-1{background:#ffd70033}.tallkamp-host .leaderboard-item.top-2{background:#c0c0c033}.tallkamp-host .leaderboard-item.top-3{background:#cd7f3233}.tallkamp-host .leaderboard-item .rank{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;font-weight:700;font-size:.9rem}.tallkamp-host .leaderboard-item .name{flex:1}.tallkamp-host .leaderboard-item .score{font-weight:700;color:#34d399}.tallkamp-host.finished-screen{display:flex;align-items:center;justify-content:center}.tallkamp-host .finished-content{text-align:center}.tallkamp-host .podium{display:flex;justify-content:center;align-items:flex-end;gap:1rem;margin:2rem 0}.tallkamp-host .podium-place{text-align:center;padding:1.5rem;border-radius:12px;background:#ffffff1a}.tallkamp-host .podium-place.place-1{background:#ffd7004d;transform:scale(1.1)}.tallkamp-host .podium-place .medal{font-size:3rem;margin-bottom:.5rem}.tallkamp-host .rest-of-leaderboard{list-style:none;padding:0;margin:0 auto 2rem;max-width:400px}.tallkamp-host .rest-of-leaderboard li{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.tallkamp-player{min-height:100vh;background:linear-gradient(135deg,#065f46,#022c22);color:#fff;display:flex;flex-direction:column}.tallkamp-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.tallkamp-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.tallkamp-player .btn-back:hover{background:#fff3}.tallkamp-player .player-name{flex:1;font-weight:600}.tallkamp-player .player-score{background:#10b981;padding:.25rem .75rem;border-radius:20px;font-weight:700}.tallkamp-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.tallkamp-player .waiting-phase{text-align:center}.tallkamp-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.tallkamp-player .playing-phase{width:100%;max-width:400px}.tallkamp-player .timer-display{text-align:center;margin-bottom:1rem}.tallkamp-player .timer-circle{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#ffffff1a;font-size:1.5rem;font-weight:700}.tallkamp-player .timer-circle.urgent{background:#ef4444;animation:pulse .5s infinite}.tallkamp-player .target-display{text-align:center;margin-bottom:1rem}.tallkamp-player .target-label{color:#ffffffb3}.tallkamp-player .target-number{font-size:3rem;font-weight:700;color:#fbbf24}.tallkamp-player .numbers-available{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.tallkamp-player .number-btn{position:relative;width:50px;height:50px;border:none;border-radius:8px;background:#fff;color:#065f46;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s}.tallkamp-player .number-btn:disabled{opacity:.5;cursor:not-allowed}.tallkamp-player .number-btn.used{background:#ffffff4d;color:#fffc;position:relative;opacity:.7}.tallkamp-player .number-btn .used-checkmark{position:absolute;top:2px;right:4px;font-size:.75rem;color:#10b981}.tallkamp-player .expression-display{margin-bottom:1rem}.tallkamp-player .expression-display input{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1.25rem;text-align:center;background:#ffffffe6;color:#065f46}.tallkamp-player .result-preview{text-align:center;margin-top:.5rem;font-size:1.5rem;font-weight:700}.tallkamp-player .result-preview.exact{color:#fbbf24}.tallkamp-player .error-message{text-align:center;color:#fca5a5;margin-top:.5rem}.tallkamp-player .operator-buttons{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:1rem}.tallkamp-player .operator-buttons button{padding:.75rem;border:none;border-radius:8px;background:#fff3;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer}.tallkamp-player .operator-buttons button:disabled{opacity:.5;cursor:not-allowed}.tallkamp-player .action-buttons{display:grid;grid-template-columns:1fr 1fr 2fr;gap:.5rem}.tallkamp-player .btn-clear,.tallkamp-player .btn-backspace{padding:1rem;border:none;border-radius:8px;background:#fff3;color:#fff;font-size:1rem;cursor:pointer}.tallkamp-player .btn-submit{padding:1rem;border:none;border-radius:8px;background:#10b981;color:#fff;font-size:1rem;font-weight:700;cursor:pointer}.tallkamp-player .btn-submit:disabled{background:#fff3;cursor:not-allowed}.tallkamp-player .reveal-phase{text-align:center}.tallkamp-player .my-result{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1rem}.tallkamp-player .difference{color:#ffffffb3}.tallkamp-player .points-earned{font-size:1.5rem;font-weight:700;color:#34d399;margin-top:.5rem}.tallkamp-player .current-standing{background:#ffffff0d;padding:1rem;border-radius:8px}.tallkamp-player.finished-screen{display:flex;align-items:center;justify-content:center}.tallkamp-player .finished-content{text-align:center;padding:2rem}.tallkamp-player .my-final-result{margin:2rem 0}.tallkamp-player .final-rank .trophy{font-size:4rem}.tallkamp-player .final-rank .rank-number{font-size:3rem;font-weight:700}.tallkamp-player .final-score{font-size:1.5rem;color:#34d399}.tallkamp-player .mini-leaderboard{max-width:300px;margin:0 auto}.tallkamp-player .mini-lb-item{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.tallkamp-player .mini-lb-item.me{background:#10b9814d}.tallkamp-player .mini-lb-item .name{flex:1;text-align:left}@media(max-width:768px){.tallkamp-host{grid-template-columns:1fr}.tallkamp-host .leaderboard-sidebar{display:none}.tallkamp-host .target-number{font-size:3.5rem}.tallkamp-host .number-tile{width:55px;height:55px;font-size:1.25rem}}.quiz-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#4c1d95,#1e1b4b);color:#fff}.quiz-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.quiz-host .game-info{display:flex;align-items:center;gap:1rem}.quiz-host .game-badge{background:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.quiz-host .room-code{font-size:1.1rem;color:#fffc}.quiz-host .question-progress{color:#ffffffb3}.quiz-host .header-actions{display:flex;align-items:center;gap:1rem}.quiz-host .category-select{padding:.5rem 1rem;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1rem;cursor:pointer}.quiz-host .category-select:disabled{opacity:.5;cursor:not-allowed}.quiz-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.quiz-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.quiz-host .waiting-phase{text-align:center}.quiz-host .question-number{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.quiz-host .btn-show-question{background:#8b5cf6;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.quiz-host .btn-show-question:hover{background:#7c3aed;transform:scale(1.05)}.quiz-host .hint{margin-top:2rem;color:#fff9}.quiz-host .question-phase{text-align:center;width:100%;max-width:900px}.quiz-host .timer-bar{height:8px;background:#fff3;border-radius:4px;margin-bottom:.5rem;overflow:hidden}.quiz-host .timer-progress{height:100%;background:linear-gradient(90deg,#f59e0b,#ef4444);transition:width 1s linear}.quiz-host .timer-text{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.quiz-host .question-card{background:#fff;color:#1e293b;padding:2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 10px 40px #0000004d}.quiz-host .question-text{font-size:1.75rem;font-weight:600;line-height:1.4}.quiz-host .options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.quiz-host .option-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:500;transition:transform .2s}.quiz-host .option-card.option-0{background:#ef4444}.quiz-host .option-card.option-1{background:#3b82f6}.quiz-host .option-card.option-2{background:#f59e0b}.quiz-host .option-card.option-3{background:#10b981}.quiz-host .option-letter{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff4d;border-radius:8px;font-weight:700;font-size:1.25rem}.quiz-host .options-grid.reveal .option-card{opacity:.5}.quiz-host .options-grid.reveal .option-card.correct{opacity:1;transform:scale(1.05);box-shadow:0 0 20px #10b98180}.quiz-host .option-card .check{margin-left:auto;font-size:1.5rem}.quiz-host .answer-status{margin-bottom:1.5rem}.quiz-host .answer-count{font-size:1.2rem}.quiz-host .btn-reveal,.quiz-host .btn-next{background:#f59e0b;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s}.quiz-host .btn-reveal:hover,.quiz-host .btn-next:hover{background:#d97706}.quiz-host .reveal-phase{text-align:center;width:100%;max-width:900px}.quiz-host .results-summary{background:#ffffff1a;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem}.quiz-host .results-summary h3{margin-bottom:.75rem;color:#fffc}.quiz-host .round-results{display:flex;flex-direction:column;gap:.5rem}.quiz-host .result-item{display:flex;justify-content:space-between;padding:.5rem 1rem;background:#ffffff1a;border-radius:6px}.quiz-host .result-item.correct .points{color:#10b981;font-weight:700}.quiz-host .leaderboard-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.quiz-host .leaderboard-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.quiz-host .leaderboard-list{list-style:none;padding:0;margin:0}.quiz-host .leaderboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.quiz-host .leaderboard-item.top-1{background:#ffd70033}.quiz-host .leaderboard-item.top-2{background:#c0c0c033}.quiz-host .leaderboard-item.top-3{background:#cd7f3233}.quiz-host .leaderboard-item .rank{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;font-weight:700;font-size:.9rem}.quiz-host .leaderboard-item .name{flex:1}.quiz-host .leaderboard-item .score{font-weight:700;color:#a78bfa}.quiz-host.finished-screen{display:flex;align-items:center;justify-content:center}.quiz-host .finished-content{text-align:center}.quiz-host .finished-content h1{font-size:2.5rem;margin-bottom:2rem}.quiz-host .final-leaderboard h2{margin-bottom:1.5rem}.quiz-host .podium{display:flex;justify-content:center;align-items:flex-end;gap:1rem;margin-bottom:2rem}.quiz-host .podium-place{text-align:center;padding:1.5rem;border-radius:12px;background:#ffffff1a}.quiz-host .podium-place.place-1{background:#ffd7004d;transform:scale(1.1)}.quiz-host .podium-place.place-2{background:#c0c0c04d}.quiz-host .podium-place.place-3{background:#cd7f324d}.quiz-host .podium-place .medal{font-size:3rem;margin-bottom:.5rem}.quiz-host .podium-place .player-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.quiz-host .podium-place .player-score{color:#fffc}.quiz-host .rest-of-leaderboard{list-style:none;padding:0;margin:0 auto 2rem;max-width:400px}.quiz-host .rest-of-leaderboard li{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.quiz-host .rest-of-leaderboard .name{flex:1}.quiz-player{min-height:100vh;background:linear-gradient(135deg,#4c1d95,#1e1b4b);color:#fff;display:flex;flex-direction:column}.quiz-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.quiz-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.quiz-player .btn-back:hover{background:#fff3}.quiz-player .player-name{flex:1;font-weight:600}.quiz-player .player-score{background:#8b5cf6;padding:.25rem .75rem;border-radius:20px;font-weight:700}.quiz-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.quiz-player .waiting-phase{text-align:center}.quiz-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.quiz-player .current-rank{color:#ffffffb3;margin-top:1rem}.quiz-player .question-phase{width:100%;max-width:500px}.quiz-player .timer-display{text-align:center;margin-bottom:1rem}.quiz-player .timer-circle{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#ffffff1a;font-size:1.5rem;font-weight:700}.quiz-player .timer-circle.urgent{background:#ef4444;animation:pulse .5s infinite}.quiz-player .question-text-mobile{text-align:center;font-size:1.1rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff1a;border-radius:12px}.quiz-player .answer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.quiz-player .btn-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;color:#fff;transition:transform .2s;min-height:100px}.quiz-player .btn-option:active{transform:scale(.95)}.quiz-player .btn-option-0{background:#ef4444}.quiz-player .btn-option-1{background:#3b82f6}.quiz-player .btn-option-2{background:#f59e0b}.quiz-player .btn-option-3{background:#10b981}.quiz-player .btn-option .option-letter{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.quiz-player .btn-option .option-text{font-size:.9rem;text-align:center}.quiz-player .answered-phase{text-align:center}.quiz-player .answered-phase .answer-display{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:1rem auto;border-radius:16px;font-size:2.5rem;font-weight:700;color:#fff}.quiz-player .answer-display.option-0{background:#ef4444}.quiz-player .answer-display.option-1{background:#3b82f6}.quiz-player .answer-display.option-2{background:#f59e0b}.quiz-player .answer-display.option-3{background:#10b981}.quiz-player .waiting-text{color:#fff9;font-style:italic}.quiz-player .reveal-phase{text-align:center}.quiz-player .result-display{padding:2rem;border-radius:16px;margin-bottom:1.5rem}.quiz-player .result-display.correct{background:#10b98133}.quiz-player .result-display.wrong{background:#ef444433}.quiz-player .result-icon{font-size:3rem;margin-bottom:.5rem}.quiz-player .points-earned{font-size:1.5rem;font-weight:700;color:#10b981;margin-top:.5rem}.quiz-player .correct-was{margin-top:.5rem;color:#ffffffb3}.quiz-player .current-standing{background:#ffffff1a;padding:1rem;border-radius:12px}.quiz-player .total-score{color:#a78bfa;font-weight:700}.quiz-player.finished-screen{display:flex;align-items:center;justify-content:center}.quiz-player .finished-content{text-align:center;padding:2rem}.quiz-player .my-final-result{margin:2rem 0}.quiz-player .final-rank .trophy{font-size:4rem}.quiz-player .final-rank .rank-number{font-size:3rem;font-weight:700}.quiz-player .final-score{font-size:1.5rem;color:#a78bfa}.quiz-player .mini-leaderboard{max-width:300px;margin:0 auto}.quiz-player .mini-lb-item{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.quiz-player .mini-lb-item.me{background:#8b5cf64d}.quiz-player .mini-lb-item .name{flex:1;text-align:left}.quiz-player .question-phase.text-answer{text-align:center}.quiz-player .answer-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto}.quiz-player .answer-form input{width:100%;padding:1rem;font-size:1.2rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff1a;color:#fff;text-align:center}.quiz-player .answer-form input:focus{outline:none;border-color:#8b5cf6;background:#8b5cf633}.quiz-player .answer-form input::placeholder{color:#ffffff80}.quiz-player .btn-submit{background:#10b981;color:#fff;padding:1rem 2rem;font-size:1.2rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.quiz-player .btn-submit:hover:not(:disabled){background:#059669;transform:scale(1.02)}.quiz-player .btn-submit:disabled{background:#fff3;cursor:not-allowed}.quiz-player .text-answer-display .answer-display{background:#ffffff1a;padding:1rem 1.5rem;border-radius:12px;font-size:1.2rem;margin-top:.5rem;font-style:italic}.quiz-player .your-answer{margin-top:.5rem;font-size:.9rem;color:#fff9}.quiz-host .answer-hint{margin:1rem 0;padding:1rem;background:#ffffff1a;border-radius:8px;color:#ffffffb3}.quiz-host .correct-answer-display{background:#10b9814d;padding:1.5rem 2rem;border-radius:16px;margin:1.5rem 0;display:flex;align-items:center;justify-content:center;gap:1rem}.quiz-host .correct-answer-display .label{color:#fffc;font-size:1.1rem}.quiz-host .correct-answer-display .answer{font-size:1.5rem;font-weight:700;color:#10b981}.quiz-host .result-item .player-answer{flex:1;text-align:center;color:#fff9;font-style:italic;font-size:.9rem}.quiz-host .result-item.wrong{opacity:.7}@media(max-width:768px){.quiz-host{grid-template-columns:1fr}.quiz-host .leaderboard-sidebar{display:none}.quiz-host .options-grid{grid-template-columns:1fr}.quiz-host .question-text{font-size:1.25rem}.quiz-player .answer-buttons{grid-template-columns:1fr}.quiz-player .btn-option{flex-direction:row;padding:1.25rem;min-height:auto}.quiz-player .btn-option .option-letter{margin-bottom:0;margin-right:1rem}}.tidslinje-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#7c2d12,#431407);color:#fff}.tidslinje-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.tidslinje-host .game-info{display:flex;align-items:center;gap:1rem}.tidslinje-host .game-badge{background:#ea580c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.tidslinje-host .room-code,.tidslinje-host .round-progress{color:#fffc}.tidslinje-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer}.tidslinje-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.tidslinje-host .waiting-phase{text-align:center}.tidslinje-host .round-number{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.tidslinje-host .btn-start-round{background:#ea580c;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s}.tidslinje-host .btn-start-round:hover{transform:scale(1.05)}.tidslinje-host .hint{margin-top:2rem;color:#fff9}.tidslinje-host .buzzer-phase{text-align:center;width:100%;max-width:700px}.tidslinje-host .set-name-display{font-size:2rem;font-weight:700;color:#fdba74;margin-bottom:2rem}.tidslinje-host .buzzer-section{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-top:2rem}.tidslinje-host .buzzer-section h3{margin-bottom:1rem}.tidslinje-host .buzzer-list{list-style:none;padding:0;margin:0}.tidslinje-host .buzzer-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff1a;border-radius:8px;margin-bottom:.5rem}.tidslinje-host .buzzer-position{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ea580c;border-radius:50%;font-weight:700}.tidslinje-host .buzzer-name{flex:1}.tidslinje-host .btn-select{background:#10b981;color:#fff;padding:.5rem 1.25rem;border:none;border-radius:6px;cursor:pointer;font-weight:600}.tidslinje-host .btn-select:hover{background:#059669}.tidslinje-host .waiting-buzz{padding:3rem;text-align:center;color:#ffffffb3}.tidslinje-host .waiting-icon{font-size:4rem;margin-bottom:1rem}.tidslinje-host .sorting-phase{text-align:center;width:100%;max-width:700px}.tidslinje-host .player-sorting h2{font-size:1.75rem;margin-bottom:1.5rem}.tidslinje-host .events-preview.faded{opacity:.6}.tidslinje-host .result-header{margin-bottom:1.5rem}.tidslinje-host .result-header h2{font-size:2rem;margin-bottom:.5rem}.tidslinje-host .result-summary{color:#fffc;font-size:1.1rem}.tidslinje-host .points-awarded{background:#ffffff1a;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.tidslinje-host .points-awarded strong{color:#fdba74}.tidslinje-host .playing-phase{text-align:center;width:100%;max-width:600px}.tidslinje-host .timer-display{margin-bottom:1.5rem}.tidslinje-host .timer-circle{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#ffffff1a;font-size:1.75rem;font-weight:700}.tidslinje-host .timer-circle.urgent{background:#ef4444;animation:pulse .5s infinite}.tidslinje-host .set-name{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#fdba74}.tidslinje-host .events-preview{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;text-align:left}.tidslinje-host .events-preview h3{margin-bottom:1rem;text-align:center}.tidslinje-host .events-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.tidslinje-host .events-list li{background:#ffffff1a;padding:1rem 1.25rem;border-radius:8px;border-left:4px solid #ea580c;font-size:1rem;transition:transform .2s}.tidslinje-host .events-list li:hover{transform:translate(4px)}.tidslinje-host .submission-status{font-size:1.2rem;margin-bottom:1.5rem}.tidslinje-host .btn-reveal,.tidslinje-host .btn-next{background:#f59e0b;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.tidslinje-host .reveal-phase{text-align:center;width:100%;max-width:700px}.tidslinje-host .correct-order{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.tidslinje-host .correct-order h3{margin-bottom:1rem}.tidslinje-host .timeline{list-style:none;padding:0;margin:0;position:relative}.tidslinje-host .timeline:before{content:"";position:absolute;left:50px;top:0;bottom:0;width:3px;background:#fdba74}.tidslinje-host .timeline-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;position:relative}.tidslinje-host .timeline-item .year{width:70px;font-weight:700;color:#fdba74;font-size:1.1rem}.tidslinje-host .timeline-item .text{flex:1;text-align:left;padding-left:1rem}.tidslinje-host .results-list{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.tidslinje-host .result-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.tidslinje-host .result-item.winner{background:#fbbf2433}.tidslinje-host .result-item .rank{font-weight:700;width:30px}.tidslinje-host .result-item .name{flex:1}.tidslinje-host .result-item .correct{color:#ffffffb3}.tidslinje-host .result-item .points{color:#fdba74;font-weight:700}.tidslinje-host .leaderboard-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.tidslinje-host .leaderboard-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.tidslinje-host .leaderboard-list{list-style:none;padding:0;margin:0}.tidslinje-host .leaderboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.tidslinje-host .leaderboard-item.top-1{background:#ffd70033}.tidslinje-host .leaderboard-item.top-2{background:#c0c0c033}.tidslinje-host .leaderboard-item.top-3{background:#cd7f3233}.tidslinje-host .leaderboard-item .rank{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;font-weight:700;font-size:.9rem}.tidslinje-host .leaderboard-item .name{flex:1}.tidslinje-host .leaderboard-item .score{font-weight:700;color:#fdba74}.tidslinje-host.finished-screen{display:flex;align-items:center;justify-content:center}.tidslinje-host .finished-content{text-align:center}.tidslinje-host .podium{display:flex;justify-content:center;align-items:flex-end;gap:1rem;margin:2rem 0}.tidslinje-host .podium-place{text-align:center;padding:1.5rem;border-radius:12px;background:#ffffff1a}.tidslinje-host .podium-place.place-1{background:#ffd7004d;transform:scale(1.1)}.tidslinje-host .podium-place .medal{font-size:3rem;margin-bottom:.5rem}.tidslinje-host .rest-of-leaderboard{list-style:none;padding:0;margin:0 auto 2rem;max-width:400px}.tidslinje-host .rest-of-leaderboard li{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.tidslinje-player{min-height:100vh;background:linear-gradient(135deg,#7c2d12,#431407);color:#fff;display:flex;flex-direction:column}.tidslinje-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.tidslinje-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.tidslinje-player .btn-back:hover{background:#fff3}.tidslinje-player .player-name{flex:1;font-weight:600}.tidslinje-player .player-score{background:#ea580c;padding:.25rem .75rem;border-radius:20px;font-weight:700}.tidslinje-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.tidslinje-player .waiting-phase{text-align:center}.tidslinje-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.tidslinje-player .current-rank{margin-top:1rem;color:#ffffffb3}.tidslinje-player.buzzer-screen .buzzer-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.5rem;overflow-y:auto;gap:1rem}.tidslinje-player .set-display{text-align:center;margin-bottom:2rem}.tidslinje-player .set-label{display:block;color:#ffffffb3;margin-bottom:.5rem}.tidslinje-player .set-name-large{font-size:1.5rem;font-weight:700;color:#fdba74}.tidslinje-player .events-preview-player{width:100%;max-width:350px;margin-bottom:1.5rem}.tidslinje-player .preview-hint{text-align:center;color:#ffffffb3;font-size:.9rem;margin-bottom:.75rem}.tidslinje-player .events-cards{display:flex;flex-direction:column;gap:.5rem}.tidslinje-player .event-card{background:#ffffff1a;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #fdba74;font-size:.9rem;text-align:left}.tidslinje-player .buzz-button{width:200px;height:200px;border-radius:50%;border:none;background:linear-gradient(145deg,#ea580c,#c2410c);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px #9a3412,0 15px 30px #0000004d;transition:transform .1s,box-shadow .1s}.tidslinje-player .buzz-button:active{transform:translateY(4px);box-shadow:0 4px #9a3412,0 8px 15px #0000004d}.tidslinje-player .buzz-icon{font-size:3rem;margin-bottom:.5rem}.tidslinje-player .buzz-label{font-size:1.5rem;font-weight:700}.tidslinje-player .buzzed-state{text-align:center}.tidslinje-player .queue-position{width:100px;height:100px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1rem}.tidslinje-player .watching-state{text-align:center}.tidslinje-player .watching-icon{font-size:4rem;margin-bottom:1rem}.tidslinje-player.sorting-screen{display:flex;flex-direction:column}.tidslinje-player .sorting-content{flex:1;padding:1rem;display:flex;flex-direction:column}.tidslinje-player .sort-title{text-align:center;font-size:1.25rem;margin-bottom:.5rem}.tidslinje-player .set-name-small{text-align:center;color:#fdba74;margin-bottom:1rem}.tidslinje-player.submitted-screen{display:flex;align-items:center;justify-content:center}.tidslinje-player .submitted-content{text-align:center}.tidslinje-player.reveal-screen{display:flex;align-items:center;justify-content:center}.tidslinje-player .reveal-content{text-align:center;padding:2rem}.tidslinje-player .result-icon{font-size:5rem;margin-bottom:1rem}.tidslinje-player .waiting-text{margin-top:1.5rem;color:#fff9;font-style:italic}.tidslinje-player .playing-phase{width:100%;max-width:400px}.tidslinje-player .timer-display{text-align:center;margin-bottom:1rem}.tidslinje-player .timer-circle{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#ffffff1a;font-size:1.5rem;font-weight:700}.tidslinje-player .timer-circle.urgent{background:#ef4444;animation:pulse .5s infinite}.tidslinje-player .set-name{text-align:center;font-size:1.25rem;font-weight:700;color:#fdba74;margin-bottom:.5rem}.tidslinje-player .instructions{text-align:center;color:#ffffffb3;margin-bottom:1rem}.tidslinje-player .events-sortable{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.tidslinje-player .event-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff1a;border-radius:8px;cursor:grab;transition:transform .2s,background .2s}.tidslinje-player .event-item.dragging{background:#ea580c4d;transform:scale(1.02)}.tidslinje-player .event-item:active{cursor:grabbing}.tidslinje-player .event-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ea580c;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.tidslinje-player .event-text{flex:1;font-size:.9rem}.tidslinje-player .move-buttons{display:flex;flex-direction:column;gap:2px}.tidslinje-player .move-buttons button{width:28px;height:22px;border:none;border-radius:4px;background:#fff3;color:#fff;cursor:pointer;font-size:.8rem}.tidslinje-player .move-buttons button:disabled{opacity:.3;cursor:not-allowed}.tidslinje-player .btn-submit{width:100%;padding:1rem;border:none;border-radius:10px;background:#ea580c;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer}.tidslinje-player .btn-submit:disabled{background:#fff3;cursor:not-allowed}.tidslinje-player .reveal-phase{text-align:center}.tidslinje-player .my-result{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1rem}.tidslinje-player .points-earned{font-size:1.5rem;font-weight:700;color:#fdba74;margin-top:.5rem}.tidslinje-player .current-standing{background:#ffffff0d;padding:1rem;border-radius:8px}.tidslinje-player.finished-screen{display:flex;align-items:center;justify-content:center}.tidslinje-player .finished-content{text-align:center;padding:2rem}.tidslinje-player .my-final-result{margin:2rem 0}.tidslinje-player .final-rank .trophy{font-size:4rem}.tidslinje-player .final-rank .rank-number{font-size:3rem;font-weight:700}.tidslinje-player .final-score{font-size:1.5rem;color:#fdba74}.tidslinje-player .mini-leaderboard{max-width:300px;margin:0 auto}.tidslinje-player .mini-lb-item{display:flex;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.tidslinje-player .mini-lb-item.me{background:#ea580c4d}.tidslinje-player .mini-lb-item .name{flex:1;text-align:left}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.tidslinje-host .timeline-preview{background:#ffffff14;padding:1.5rem;border-radius:16px;margin-bottom:1.5rem;text-align:center}.tidslinje-host .timeline-preview h3{margin-bottom:1rem;font-size:1.1rem;color:#fffc}.tidslinje-host .timeline-cards-host{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.tidslinje-host .timeline-card-host{background:linear-gradient(145deg,#ffffff26,#ffffff0d);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem 1.25rem;min-width:200px;max-width:280px;display:flex;align-items:center;gap:.75rem;transition:transform .2s,box-shadow .2s}.tidslinje-host .timeline-card-host:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.tidslinje-host .timeline-card-host .card-icon{font-size:1.5rem}.tidslinje-host .timeline-card-host .card-text{font-size:.95rem;text-align:left;line-height:1.3}.tidslinje-host .lock-status{background:#ffffff1a;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;text-align:center}.tidslinje-host .lock-count{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tidslinje-host .locked-names{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.tidslinje-host .locked-player{background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.tidslinje-host .correct-timeline{background:#ffffff1a;padding:1.5rem;border-radius:16px;margin-bottom:1.5rem;text-align:left}.tidslinje-host .correct-timeline h3{text-align:center;margin-bottom:1.5rem}.tidslinje-host .timeline-vertical{position:relative;padding-left:2rem}.tidslinje-host .timeline-item-host{display:flex;align-items:flex-start;margin-bottom:1rem;position:relative}.tidslinje-host .timeline-marker{position:absolute;left:-2rem;width:2rem;display:flex;flex-direction:column;align-items:center}.tidslinje-host .marker-dot{width:14px;height:14px;border-radius:50%;background:#fdba74;border:3px solid #ea580c;z-index:1}.tidslinje-host .marker-line{width:3px;height:100%;min-height:40px;background:linear-gradient(to bottom,#ea580c,#fdba74);position:absolute;top:14px;left:50%;transform:translate(-50%)}.tidslinje-host .timeline-content{background:#ffffff1a;padding:.75rem 1rem;border-radius:8px;flex:1;margin-left:.5rem;display:flex;gap:1rem;align-items:center}.tidslinje-host .timeline-year{font-weight:700;color:#fdba74;min-width:80px;font-size:1rem}.tidslinje-host .timeline-text{flex:1;font-size:.95rem}.tidslinje-host .winner-name{font-size:1.1rem;margin-top:.5rem}.tidslinje-host .winner-name .points{color:#fdba74;font-weight:700}.tidslinje-player .sorting-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .5rem}.tidslinje-player .theme-display{text-align:right}.tidslinje-player .theme-label{font-size:.8rem;color:#fff9;display:block}.tidslinje-player .theme-name{font-size:1rem;font-weight:600;color:#fdba74}.tidslinje-player .sort-instruction{text-align:center;color:#ffffffb3;font-size:.9rem;margin-bottom:1rem}.tidslinje-player .timeline-cards-sortable{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;flex:1;overflow-y:auto}.tidslinje-player .timeline-card{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:linear-gradient(145deg,#ffffff1f,#ffffff0f);border:2px solid rgba(255,255,255,.15);border-radius:12px;cursor:grab;transition:all .2s ease;touch-action:none}.tidslinje-player .timeline-card:active{cursor:grabbing}.tidslinje-player .timeline-card.dragging{background:#ea580c4d;border-color:#ea580c;transform:scale(1.02);box-shadow:0 8px 20px #0006}.tidslinje-player .card-position{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ea580c,#c2410c);border-radius:50%;font-weight:700;font-size:1rem;box-shadow:0 2px 4px #0000004d}.tidslinje-player .card-event-text{flex:1;font-size:.95rem;line-height:1.3}.tidslinje-player .card-controls{display:flex;flex-direction:column;gap:4px}.tidslinje-player .move-btn{width:32px;height:26px;border:none;border-radius:6px;background:#ffffff26;color:#fff;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.tidslinje-player .move-btn:active{background:#ea580c80}.tidslinje-player .move-btn:disabled{opacity:.3;cursor:not-allowed}.tidslinje-player .btn-lock-answer{width:100%;padding:1.25rem;border:none;border-radius:12px;background:linear-gradient(145deg,#22c55e,#16a34a);color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 4px #15803d,0 8px 15px #0000004d;transition:transform .1s,box-shadow .1s}.tidslinje-player .btn-lock-answer:active{transform:translateY(2px);box-shadow:0 2px #15803d,0 4px 8px #0000004d}.tidslinje-player .btn-lock-answer:disabled{background:#fff3;box-shadow:none;cursor:not-allowed}.tidslinje-player.locked-screen{display:flex;flex-direction:column}.tidslinje-player .locked-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1rem;text-align:center}.tidslinje-player .lock-icon{font-size:4rem;margin-bottom:1rem}.tidslinje-player .my-order-preview{width:100%;max-width:350px;margin-top:1.5rem;text-align:left}.tidslinje-player .my-order-preview h3{text-align:center;margin-bottom:.75rem;font-size:1rem;color:#fffc}.tidslinje-player .preview-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#ffffff1a;border-radius:8px;margin-bottom:.5rem}.tidslinje-player .preview-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ea580c;border-radius:50%;font-weight:700;font-size:.85rem}.tidslinje-player .preview-text{font-size:.9rem}.tidslinje-player .result-header-player{text-align:center;margin-bottom:1.5rem}.tidslinje-player .correct-timeline-player{width:100%;max-width:350px;margin-bottom:1rem}.tidslinje-player .correct-timeline-player h3{text-align:center;margin-bottom:.75rem;font-size:1rem}.tidslinje-player .timeline-cards-reveal{display:flex;flex-direction:column;gap:.5rem}.tidslinje-player .timeline-card-reveal{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff1a;border-radius:10px;border-left:4px solid #fdba74}.tidslinje-player .timeline-card-reveal .card-number{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#ea580c;border-radius:50%;font-weight:700;font-size:.85rem}.tidslinje-player .timeline-card-reveal .card-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.tidslinje-player .timeline-card-reveal .card-year{font-weight:700;color:#fdba74;font-size:.9rem}.tidslinje-player .timeline-card-reveal .card-text{font-size:.85rem;color:#ffffffe6}.tidslinje-player.waiting-screen .waiting-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}@media(max-width:768px){.tidslinje-host{grid-template-columns:1fr}.tidslinje-host .leaderboard-sidebar{display:none}.tidslinje-host .timeline-cards-host{flex-direction:column;align-items:center}.tidslinje-host .timeline-card-host{width:100%;max-width:100%}}.jaellernei-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#1e3a5f,#0d1b2a);color:#fff}.jaellernei-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.jaellernei-host .game-info{display:flex;align-items:center;gap:1rem}.jaellernei-host .game-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.jaellernei-host .room-code{font-size:1.1rem;color:#fffc}.jaellernei-host .header-actions{display:flex;align-items:center;gap:1rem}.jaellernei-host .difficulty-select{padding:.5rem 1rem;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1rem;cursor:pointer}.jaellernei-host .difficulty-select:disabled{opacity:.5;cursor:not-allowed}.jaellernei-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .2s}.jaellernei-host .btn-end:hover{background:#dc2626}.jaellernei-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.jaellernei-host .waiting-phase{text-align:center}.jaellernei-host .question-number{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.jaellernei-host .btn-show-question{background:#3b82f6;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.jaellernei-host .btn-show-question:hover{background:#2563eb;transform:scale(1.05)}.jaellernei-host .hint{margin-top:2rem;color:#fff9}.jaellernei-host .question-phase{text-align:center;width:100%;max-width:800px}.jaellernei-host .question-card{background:#fff;color:#1e293b;padding:3rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 10px 40px #0000004d}.jaellernei-host .question-text{font-size:2rem;font-weight:600;line-height:1.4}.jaellernei-host .answer-status{margin-bottom:2rem}.jaellernei-host .answer-count{font-size:1.2rem;margin-bottom:.5rem}.jaellernei-host .answer-bar{height:12px;background:#fff3;border-radius:6px;overflow:hidden}.jaellernei-host .answer-progress{height:100%;background:#10b981;transition:width .3s ease}.jaellernei-host .btn-reveal{background:#f59e0b;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s}.jaellernei-host .btn-reveal:hover{background:#d97706}.jaellernei-host .force-hint{margin-top:.5rem;font-size:.85rem;color:#fff9;font-style:italic}.jaellernei-host .reveal-phase{text-align:center;width:100%;max-width:800px}.jaellernei-host .question-card.answered{position:relative}.jaellernei-host .answer-badge{position:absolute;top:-20px;right:-20px;padding:1rem 2rem;border-radius:12px;font-size:1.5rem;font-weight:700;transform:rotate(12deg)}.jaellernei-host .answer-badge.yes{background:#10b981;color:#fff}.jaellernei-host .answer-badge.no{background:#ef4444;color:#fff}.jaellernei-host .explanation{background:#ffffff1a;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-style:italic}.jaellernei-host .eliminated-this-round{background:#ef444433;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem}.jaellernei-host .eliminated-this-round h3{margin-bottom:.5rem;color:#fca5a5}.jaellernei-host .eliminated-names{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.jaellernei-host .eliminated-name{background:#ffffff1a;padding:.25rem .75rem;border-radius:4px}.jaellernei-host .btn-next{background:#3b82f6;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s}.jaellernei-host .btn-next:hover{background:#2563eb}.jaellernei-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.jaellernei-host .players-section{margin-bottom:1.5rem}.jaellernei-host .players-section h3{font-size:1rem;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px}.jaellernei-host .players-list{list-style:none;padding:0;margin:0}.jaellernei-host .player-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.jaellernei-host .player-item.eliminated{opacity:.5}.jaellernei-host .player-status{font-size:.75rem}.jaellernei-host .player-name{flex:1;font-weight:500}.jaellernei-host .answer-indicator{font-size:.9rem;color:#ffffff80}.jaellernei-host .answer-indicator.answered{color:#10b981}.jaellernei-host.winner-screen{display:flex;align-items:center;justify-content:center}.jaellernei-host .winner-content{text-align:center;animation:fadeIn .5s ease}.jaellernei-host .trophy{font-size:6rem;margin-bottom:1rem;animation:bounce 1s infinite}.jaellernei-host .winner-name{font-size:3rem;font-weight:700;color:#fbbf24;margin:1rem 0 2rem}.jaellernei-player{min-height:100vh;background:linear-gradient(135deg,#1e3a5f,#0d1b2a);color:#fff;display:flex;flex-direction:column}.jaellernei-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.jaellernei-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.jaellernei-player .btn-back:hover{background:#fff3}.jaellernei-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.jaellernei-player .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.jaellernei-player .status-badge.active{background:#10b981}.jaellernei-player .status-badge.eliminated{background:#ef4444}.jaellernei-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.jaellernei-player .waiting-phase{text-align:center}.jaellernei-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.jaellernei-player .waiting-phase h2{font-size:1.5rem;margin-bottom:.5rem}.jaellernei-player .question-phase{width:100%;max-width:400px;text-align:center}.jaellernei-player .question-display{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.jaellernei-player .question-text{font-size:1.3rem;line-height:1.5}.jaellernei-player .answer-buttons{display:flex;gap:1rem}.jaellernei-player .btn-answer{flex:1;padding:2.5rem 1rem;border:none;border-radius:16px;font-size:2rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.jaellernei-player .btn-answer:active{transform:scale(.95)}.jaellernei-player .btn-yes{background:linear-gradient(145deg,#10b981,#059669);color:#fff;box-shadow:0 6px #047857}.jaellernei-player .btn-yes:hover{box-shadow:0 4px #047857;transform:translateY(2px)}.jaellernei-player .btn-no{background:linear-gradient(145deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px #b91c1c}.jaellernei-player .btn-no:hover{box-shadow:0 4px #b91c1c;transform:translateY(2px)}.jaellernei-player .answered-phase{text-align:center}.jaellernei-player .my-answer p{margin-bottom:.5rem;color:#ffffffb3}.jaellernei-player .answer-display{font-size:3rem;font-weight:700;padding:1.5rem 3rem;border-radius:16px;margin-bottom:1rem}.jaellernei-player .answer-display.yes{background:#10b981}.jaellernei-player .answer-display.no{background:#ef4444}.jaellernei-player .waiting-text{color:#fff9;font-style:italic}.jaellernei-player .reveal-phase{text-align:center}.jaellernei-player .result{margin-bottom:1.5rem}.jaellernei-player .result-icon{font-size:4rem;margin-bottom:.5rem}.jaellernei-player .result h2{font-size:2rem}.jaellernei-player .result.correct h2{color:#10b981}.jaellernei-player .result.wrong h2{color:#ef4444}.jaellernei-player .correct-answer{font-size:1.2rem;margin-bottom:1rem}.jaellernei-player .explanation{background:#ffffff1a;padding:1rem;border-radius:8px;margin-bottom:1rem;font-style:italic}.jaellernei-player.winner-screen{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.jaellernei-player.winner-screen .winner-content{text-align:center}.jaellernei-player.winner-screen .trophy{font-size:5rem;animation:bounce 1s infinite}.jaellernei-player.winner-screen h1{font-size:2.5rem;margin:1rem 0}.jaellernei-player.winner-screen .winner-message{font-size:1.5rem}.jaellernei-player.eliminated-screen{background:linear-gradient(135deg,#4b5563,#1f2937)}.jaellernei-player.eliminated-screen .eliminated-content{text-align:center}.jaellernei-player.eliminated-screen .eliminated-icon{font-size:4rem;margin-bottom:1rem}.jaellernei-player.eliminated-screen h2{font-size:2rem;margin-bottom:.5rem}.jaellernei-player.eliminated-screen .last-answer{margin-top:2rem;padding:1rem;background:#ffffff1a;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.jaellernei-host{grid-template-columns:1fr}.jaellernei-host .players-sidebar{display:none}.jaellernei-host .question-text{font-size:1.5rem}.jaellernei-host .question-card{padding:2rem}}.vilduheller-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#7c3aed,#4c1d95);color:#fff}.vilduheller-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.vilduheller-host .game-info{display:flex;align-items:center;gap:1rem}.vilduheller-host .game-badge{background:#f59e0b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.vilduheller-host .room-code{font-size:1.1rem;color:#fffc}.vilduheller-host .header-actions{display:flex;align-items:center;gap:1rem}.vilduheller-host .category-select,.vilduheller-host .time-select{padding:.5rem 1rem;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1rem;cursor:pointer}.vilduheller-host .category-select:disabled,.vilduheller-host .time-select:disabled{opacity:.5;cursor:not-allowed}.vilduheller-host .timer{font-size:2rem;font-weight:700;background:#0000004d;padding:.5rem 1.5rem;border-radius:10px;min-width:60px;text-align:center}.vilduheller-host .timer.warning{background:#ef444480;animation:pulse 1s infinite}.vilduheller-host .question-header{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1.5rem}.vilduheller-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .2s}.vilduheller-host .btn-end:hover{background:#dc2626}.vilduheller-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.vilduheller-host .waiting-phase{text-align:center}.vilduheller-host .question-number{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.vilduheller-host .btn-show-question{background:#f59e0b;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.vilduheller-host .btn-show-question:hover{background:#d97706;transform:scale(1.05)}.vilduheller-host .hint{margin-top:2rem;color:#fff9}.vilduheller-host .question-phase,.vilduheller-host .results-phase{text-align:center;width:100%;max-width:900px}.vilduheller-host .question-title{font-size:2rem;margin-bottom:2rem;color:#fbbf24}.vilduheller-host .options-display{display:flex;align-items:stretch;gap:1rem;margin-bottom:2rem}.vilduheller-host .option{flex:1;background:#ffffff1a;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;transition:transform .2s,background .2s}.vilduheller-host .option.winner{background:#fbbf244d;border:3px solid #fbbf24}.vilduheller-host .option-letter{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.vilduheller-host .option-a .option-letter{background:#3b82f6}.vilduheller-host .option-b .option-letter{background:#ef4444}.vilduheller-host .option-text{font-size:1.3rem;line-height:1.4;margin-bottom:1.5rem;flex:1}.vilduheller-host .vote-bar-container{width:100%;height:20px;background:#0000004d;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.vilduheller-host .option-a .vote-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.vilduheller-host .option-b .vote-bar{background:linear-gradient(90deg,#ef4444,#f87171)}.vilduheller-host .vote-bar{height:100%;transition:width .5s ease}.vilduheller-host .vote-count{color:#ffffffb3;font-size:.9rem}.vilduheller-host .result-percentage{font-size:3rem;font-weight:700;margin-bottom:1rem}.vilduheller-host .voter-names{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.vilduheller-host .voter-name{background:#fff3;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.vilduheller-host .vs-divider{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fbbf24;padding:0 1rem}.vilduheller-host .vote-status{font-size:1.2rem;margin-bottom:1.5rem;color:#fffc}.vilduheller-host .btn-reveal,.vilduheller-host .btn-next{background:#10b981;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s}.vilduheller-host .btn-reveal:hover,.vilduheller-host .btn-next:hover{background:#059669}.vilduheller-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.vilduheller-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.vilduheller-host .players-list{list-style:none;padding:0;margin:0}.vilduheller-host .player-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.vilduheller-host .player-name{font-weight:500}.vilduheller-host .vote-indicator{color:#ffffff80}.vilduheller-host .vote-indicator.voted{color:#10b981}.vilduheller-player{min-height:100vh;background:linear-gradient(135deg,#7c3aed,#4c1d95);color:#fff;display:flex;flex-direction:column}.vilduheller-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.vilduheller-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.vilduheller-player .btn-back:hover{background:#fff3}.vilduheller-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.vilduheller-player .game-badge{background:#f59e0b;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.vilduheller-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.vilduheller-player .waiting-phase{text-align:center}.vilduheller-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.vilduheller-player .waiting-phase h2{font-size:1.5rem;margin-bottom:.5rem}.vilduheller-player .voting-phase{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1rem}.vilduheller-player .voting-title{text-align:center;font-size:1.5rem;margin-bottom:1rem;color:#fbbf24}.vilduheller-player .btn-vote{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:none;border-radius:16px;cursor:pointer;transition:transform .2s,box-shadow .2s;color:#fff}.vilduheller-player .btn-vote:active{transform:scale(.98)}.vilduheller-player .btn-vote-a{background:linear-gradient(145deg,#3b82f6,#2563eb);box-shadow:0 6px #1d4ed8}.vilduheller-player .btn-vote-a:hover{box-shadow:0 4px #1d4ed8;transform:translateY(2px)}.vilduheller-player .btn-vote-b{background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 6px #b91c1c}.vilduheller-player .btn-vote-b:hover{box-shadow:0 4px #b91c1c;transform:translateY(2px)}.vilduheller-player .vote-letter{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.vilduheller-player .vote-text{font-size:1.1rem;line-height:1.4;text-align:center}.vilduheller-player .or-divider{text-align:center;font-size:1.2rem;font-weight:700;color:#fbbf24;padding:.5rem 0}.vilduheller-player .voted-phase{text-align:center}.vilduheller-player .your-choice p{margin-bottom:1rem;color:#ffffffb3}.vilduheller-player .choice-display{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.vilduheller-player .choice-display.optionA{border-left:4px solid #3b82f6}.vilduheller-player .choice-display.optionB{border-left:4px solid #ef4444}.vilduheller-player .choice-letter{display:inline-block;width:30px;height:30px;border-radius:50%;background:#fff3;line-height:30px;margin-right:.75rem;font-weight:700}.vilduheller-player .choice-text{font-size:1.1rem}.vilduheller-player .waiting-text{color:#fff9;font-style:italic}.vilduheller-player .results-phase{text-align:center;width:100%;max-width:350px}.vilduheller-player .results-header{margin-bottom:2rem}.vilduheller-player .result-icon{font-size:3rem;margin-bottom:.5rem}.vilduheller-player .results-header h2{font-size:1.5rem}.vilduheller-player .results-bars{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.vilduheller-player .result-option{background:#ffffff1a;padding:1rem;border-radius:12px}.vilduheller-player .result-option.winner{background:#fbbf2433;border:2px solid #fbbf24}.vilduheller-player .result-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.vilduheller-player .result-letter{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.vilduheller-player .result-option:first-child .result-letter{background:#3b82f6}.vilduheller-player .result-option:last-child .result-letter{background:#ef4444}.vilduheller-player .result-percent{font-size:1.5rem;font-weight:700}.vilduheller-player .result-bar-container{height:16px;background:#0000004d;border-radius:8px;overflow:hidden}.vilduheller-player .result-bar{height:100%;transition:width .5s ease}.vilduheller-player .result-bar.bar-a{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.vilduheller-player .result-bar.bar-b{background:linear-gradient(90deg,#ef4444,#f87171)}@media(max-width:768px){.vilduheller-host{grid-template-columns:1fr}.vilduheller-host .players-sidebar{display:none}.vilduheller-host .options-display{flex-direction:column}.vilduheller-host .vs-divider{padding:.5rem 0}.vilduheller-host .option-text{font-size:1.1rem}}.nerdle-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#1e1e2e,#0d0d1a);color:#fff}.nerdle-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.nerdle-host .game-info{display:flex;align-items:center;gap:1rem}.nerdle-host .game-badge{background:#818cf8;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.nerdle-host .room-code,.nerdle-host .round-info{font-size:1.1rem;color:#fffc}.nerdle-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.nerdle-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.nerdle-host .waiting-phase{text-align:center}.nerdle-host .nerdle-logo{font-size:5rem;margin-bottom:1rem}.nerdle-host .description{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.nerdle-host .btn-start{background:#818cf8;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.nerdle-host .btn-start:hover{background:#6366f1;transform:scale(1.05)}.nerdle-host .hint{margin-top:2rem;color:#fff9}.nerdle-host .playing-phase{text-align:center;width:100%;max-width:600px}.nerdle-host .equation-hidden{margin-bottom:2rem}.nerdle-host .equation-boxes{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0}.nerdle-host .equation-box{width:50px;height:60px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.nerdle-host .equation-box.revealed{background:#10b981;border-color:#10b981}.nerdle-host .hint-text{color:#fff9}.nerdle-host .solved-status{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.nerdle-host .solved-status h3{margin-bottom:1rem;color:#10b981}.nerdle-host .solved-list{list-style:none;padding:0}.nerdle-host .solved-item{display:flex;align-items:center;gap:1rem;padding:.5rem;background:#10b9811a;border-radius:6px;margin-bottom:.5rem}.nerdle-host .solved-item .rank{color:#fbbf24;font-weight:700}.nerdle-host .solved-item .name{flex:1}.nerdle-host .solved-item .attempts{color:#fff9}.nerdle-host .btn-end-round{background:#f59e0b;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer}.nerdle-host .results-phase{text-align:center;width:100%;max-width:600px}.nerdle-host .equation-reveal{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0 2rem}.nerdle-host .round-results,.nerdle-host .leaderboard{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:left}.nerdle-host .results-list,.nerdle-host .leaderboard-list{list-style:none;padding:0}.nerdle-host .result-item,.nerdle-host .leaderboard-item{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:6px;margin-bottom:.5rem}.nerdle-host .result-item.solved{background:#10b9811a}.nerdle-host .result-item.not-solved{background:#ef44441a;opacity:.7}.nerdle-host .rank{color:#fbbf24;font-weight:700;min-width:30px}.nerdle-host .name{flex:1}.nerdle-host .status{color:#ffffffb3}.nerdle-host .points,.nerdle-host .score{color:#10b981;font-weight:700}.nerdle-host .btn-next{background:#818cf8;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.nerdle-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.nerdle-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.nerdle-host .players-list{list-style:none;padding:0}.nerdle-host .player-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.nerdle-host .player-item.solved{background:#10b98133}.nerdle-host .player-name{flex:1}.nerdle-host .player-status{color:#ffffff80}.nerdle-host .player-item.solved .player-status{color:#10b981}.nerdle-host .player-score{color:#818cf8;font-weight:600}.nerdle-player{min-height:100vh;background:linear-gradient(135deg,#1e1e2e,#0d0d1a);color:#fff;display:flex;flex-direction:column}.nerdle-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.nerdle-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.nerdle-player .btn-back:hover{background:#fff3}.nerdle-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.nerdle-player .game-badge{background:#818cf8;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.nerdle-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.nerdle-player .waiting-phase{text-align:center}.nerdle-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.nerdle-player .playing-phase{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.nerdle-player .guess-grid{margin-bottom:.5rem}.nerdle-player .guess-grid.small{transform:scale(.8)}.nerdle-player .guess-row{display:flex;gap:4px;margin-bottom:4px}.nerdle-player .guess-cell{width:38px;height:45px;border:2px solid rgba(255,255,255,.3);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;font-variant-numeric:tabular-nums;background:transparent;flex-shrink:0;box-sizing:border-box}.nerdle-player .guess-cell.filled{border-color:#fff9}.nerdle-player .guess-cell.correct{background:#10b981;border-color:#10b981}.nerdle-player .guess-cell.present{background:#f59e0b;border-color:#f59e0b}.nerdle-player .guess-cell.absent{background:#4b5563;border-color:#4b5563}.nerdle-player .guess-cell.empty{border-color:#ffffff1a}.nerdle-player .message-area{height:2rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.nerdle-player .error-message{background:#ef444433;color:#fca5a5;padding:.3rem .8rem;border-radius:6px;font-size:.85rem}.nerdle-player .wrong-guess-message{background:#f59e0b33;color:#fcd34d;padding:.3rem .8rem;border-radius:6px;font-size:.85rem;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}.nerdle-player .keyboard{width:100%}.nerdle-player .keyboard-row{display:flex;justify-content:center;gap:4px;margin-bottom:4px}.nerdle-player .key-btn{min-width:32px;height:48px;border:none;border-radius:6px;background:#ffffff26;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.nerdle-player .key-btn:active{background:#ffffff4d}.nerdle-player .key-btn.enter{min-width:60px;background:#818cf8;font-size:.8rem}.nerdle-player .key-btn.backspace{min-width:50px}.nerdle-player .key-btn.correct{background:#10b981}.nerdle-player .key-btn.present{background:#f59e0b}.nerdle-player .key-btn.absent{background:#4b5563}.nerdle-player .solved-phase{text-align:center}.nerdle-player .solved-icon{font-size:4rem;margin-bottom:1rem}.nerdle-player .results-phase{text-align:center}.nerdle-player .equation-reveal{display:flex;justify-content:center;gap:4px;margin:1rem 0}.nerdle-player .waiting-text{color:#fff9;font-style:italic;margin-top:1rem}@media(max-width:768px){.nerdle-host{grid-template-columns:1fr}.nerdle-host .players-sidebar{display:none}.nerdle-player .guess-cell{width:34px;height:40px;font-size:1rem}.nerdle-player .key-btn{min-width:28px;height:42px;font-size:1rem}}.hvamangler-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#065f46,#022c22);color:#fff}.hvamangler-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.hvamangler-host .game-info{display:flex;align-items:center;gap:1rem}.hvamangler-host .game-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.hvamangler-host .room-code,.hvamangler-host .round-info{font-size:1.1rem;color:#fffc}.hvamangler-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer}.hvamangler-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.hvamangler-host .setup-phase{text-align:center}.hvamangler-host .setup-icon{font-size:5rem;margin-bottom:1rem}.hvamangler-host .setup-options{display:flex;gap:1.5rem;margin:2rem 0;flex-wrap:wrap;justify-content:center}.hvamangler-host .option-group{display:flex;flex-direction:column;gap:.5rem}.hvamangler-host .option-group label{font-size:.9rem;color:#ffffffb3}.hvamangler-host .option-group select{padding:.75rem 1rem;border-radius:8px;border:none;background:#1f2937;color:#fff;font-size:1rem;min-width:150px}.hvamangler-host .option-group select option{background:#1f2937;color:#fff}.hvamangler-host .btn-start{background:#10b981;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s}.hvamangler-host .btn-start:hover{transform:scale(1.05)}.hvamangler-host .hint{margin-top:2rem;color:#fff9}.hvamangler-host .memorize-phase,.hvamangler-host .guess-phase{text-align:center;width:100%;max-width:800px}.hvamangler-host .phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.hvamangler-host .phase-header h2{font-size:2rem}.hvamangler-host .timer{font-size:3rem;font-weight:700;color:#fbbf24;background:#0000004d;padding:.5rem 1.5rem;border-radius:12px}.hvamangler-host .emoji-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.hvamangler-host .emoji-item{background:#ffffff1a;padding:1.5rem;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:100px;transition:opacity .3s}.hvamangler-host .emoji-item.hidden{opacity:0}.hvamangler-host .emoji-item .emoji{font-size:3.5rem}.hvamangler-host .emoji-item .label{font-size:1rem;color:#fffc}.hvamangler-host .btn-skip{background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer}.hvamangler-host .black-phase{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hvamangler-host .black-screen{background:#000;padding:4rem;border-radius:20px;text-align:center}.hvamangler-host .last-result{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:1.2rem}.hvamangler-host .last-result.correct{background:#10b9814d;color:#6ee7b7}.hvamangler-host .last-result.wrong{background:#ef44444d;color:#fca5a5}.hvamangler-host .timer.warning{color:#ef4444;animation:pulse 1s infinite}.hvamangler-host .current-answerer{background:#fbbf244d;padding:1rem 2rem;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.3rem}.hvamangler-host .current-answerer .answerer-icon{font-size:1.5rem}.hvamangler-host .current-answerer .answerer-name{font-weight:700;color:#fbbf24}.hvamangler-host .current-answerer .answerer-status{color:#ffffffb3}.hvamangler-host .current-answerer .answerer-timer{font-size:1.3rem;font-weight:700;padding:.2rem .6rem;background:#ffffff26;border-radius:6px}.hvamangler-host .current-answerer .answerer-timer.urgent{background:#ef4444;animation:pulse .5s infinite}.hvamangler-host .pending-guess-display{background:#ffffff1a;padding:1rem 2rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.hvamangler-host .pending-guess-display .guess-label{color:#ffffffb3}.hvamangler-host .pending-guess-display .guess-text{font-size:1.5rem;font-weight:700;color:#fbbf24;margin:0}.hvamangler-host .waiting-for-buzz{color:#fff9;font-style:italic;margin:1rem 0}.hvamangler-host .pending-guess{background:#fbbf2433;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.hvamangler-host .guess-text{font-size:2rem;font-weight:700;margin:1rem 0;color:#fbbf24}.hvamangler-host .guess-buttons{display:flex;gap:1rem;justify-content:center}.hvamangler-host .btn-correct{background:#10b981;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer}.hvamangler-host .btn-wrong{background:#ef4444;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer}.hvamangler-host .buzzer-queue{background:#ffffff0d;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.hvamangler-host .buzzer-queue h3{margin-bottom:1rem;color:#fbbf24}.hvamangler-host .queue-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hvamangler-host .queue-item{background:#ffffff1a;border:none;padding:.75rem 1.5rem;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.hvamangler-host .queue-item:hover{background:#fff3}.hvamangler-host .queue-item .position{color:#fbbf24;font-weight:700}.hvamangler-host .btn-reveal-answer{background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;margin-top:1rem}.hvamangler-host .reveal-phase{text-align:center}.hvamangler-host .answer-reveal{background:#10b98133;padding:2rem;border-radius:16px;margin:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.hvamangler-host .answer-emoji{font-size:5rem}.hvamangler-host .answer-text{font-size:2rem;font-weight:700}.hvamangler-host .winner-info{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.3rem;margin-bottom:2rem}.hvamangler-host .winner-icon{font-size:2rem}.hvamangler-host .btn-next{background:#10b981;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.hvamangler-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.hvamangler-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.hvamangler-host .players-list{list-style:none;padding:0}.hvamangler-host .player-item{display:flex;justify-content:space-between;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.hvamangler-host .player-score{color:#10b981;font-weight:600}.hvamangler-player{min-height:100vh;background:linear-gradient(135deg,#065f46,#022c22);color:#fff;display:flex;flex-direction:column}.hvamangler-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.hvamangler-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.hvamangler-player .btn-back:hover{background:#fff3}.hvamangler-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.hvamangler-player .game-badge{background:#10b981;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.hvamangler-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.hvamangler-player .waiting-phase{text-align:center}.hvamangler-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.hvamangler-player .memorize-phase{text-align:center;width:100%}.hvamangler-player .phase-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 1rem}.hvamangler-player .phase-info .timer{font-size:2rem;font-weight:700;color:#fbbf24}.hvamangler-player .emoji-grid-player{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hvamangler-player .emoji-item-player{background:#ffffff1a;padding:1rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:70px}.hvamangler-player .emoji-item-player .emoji{font-size:2rem}.hvamangler-player .emoji-item-player .label{font-size:.8rem;color:#ffffffb3}.hvamangler-player .black-phase{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#000}.hvamangler-player .black-content{text-align:center}.hvamangler-player .black-content .timer{font-size:4rem;font-weight:700;color:#fbbf24}.hvamangler-player .guess-phase{text-align:center}.hvamangler-player .btn-buzzer{width:200px;height:200px;border-radius:50%;border:none;background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 10px #991b1b,0 15px 30px #0000004d;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:transform .1s,box-shadow .1s}.hvamangler-player .btn-buzzer:active{transform:translateY(5px);box-shadow:0 5px #991b1b,0 10px 20px #0000004d}.hvamangler-player .buzzer-icon{font-size:3rem}.hvamangler-player .buzzer-text{font-size:1.5rem;font-weight:700}.hvamangler-player .buzzed-status{text-align:center}.hvamangler-player .buzzed-status .check{font-size:4rem;color:#10b981}.hvamangler-player .buzzed-status .hint{color:#fff9;margin-top:.5rem}.hvamangler-player .selected-phase{text-align:center;width:100%;max-width:350px}.hvamangler-player .guess-input-group{display:flex;gap:.5rem;margin-top:1.5rem}.hvamangler-player .guess-input{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1.2rem;background:#ffffffe6;color:#1f2937}.hvamangler-player .btn-submit{background:#10b981;color:#fff;padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.hvamangler-player .result-phase{text-align:center}.hvamangler-player .result-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1rem}.hvamangler-player .result-icon.correct{background:#10b981}.hvamangler-player .result-icon.wrong{background:#ef4444}.hvamangler-player .waiting-text{color:#fff9;font-style:italic;margin-top:1.5rem}@media(max-width:768px){.hvamangler-host{grid-template-columns:1fr}.hvamangler-host .players-sidebar{display:none}.hvamangler-host .emoji-item .emoji{font-size:2.5rem}.hvamangler-host .emoji-item{min-width:80px;padding:1rem}}.drawing-canvas-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.drawing-canvas{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;cursor:crosshair;max-width:100%;height:auto}.drawing-canvas.fill-cursor{cursor:cell}.drawing-canvas.eraser-cursor{cursor:grab}.drawing-tools{display:flex;flex-direction:column;gap:.5rem;align-items:center;width:100%;max-width:500px}.tools-row{display:flex;gap:.75rem;align-items:center;justify-content:center}.tool-picker{display:flex;gap:.3rem;background:#ffffff1a;border-radius:8px;padding:2px}.tool-btn{width:38px;height:38px;border-radius:6px;border:2px solid transparent;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.tool-btn.selected{border-color:#fff;background:#fff3}.tool-btn:hover{background:#ffffff26}.eraser-icon{display:inline-block;width:18px;height:11px;background:linear-gradient(to bottom,#f5f5f5 65%,#e0a0a0 65%);border:1.5px solid #999;border-radius:2px 2px 1px 1px}.color-picker{display:flex;gap:.4rem;justify-content:center}.color-btn{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s;flex-shrink:0}.color-btn:hover{transform:scale(1.1)}.color-btn.selected{border-color:#fff;transform:scale(1.15)}.size-picker{display:flex;gap:.3rem}.size-picker.invisible{visibility:hidden}.size-btn{width:34px;height:34px;border-radius:6px;border:2px solid transparent;background:#ffffff1a;cursor:pointer;display:flex;align-items:center;justify-content:center}.size-btn.selected{border-color:#fff;background:#fff3}.size-dot{background:#fff;border-radius:50%}.size-dot.small{width:6px;height:6px}.size-dot.medium{width:10px;height:10px}.size-dot.large{width:16px;height:16px}.tegndet-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#be185d,#7c2d12);color:#fff}.tegndet-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.tegndet-host .game-info{display:flex;align-items:center;gap:1rem}.tegndet-host .game-badge{background:#f472b6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.tegndet-host .room-code,.tegndet-host .round-info{font-size:1.1rem;color:#fffc}.tegndet-host .header-actions{display:flex;gap:1rem}.tegndet-host .difficulty-select,.tegndet-host .time-select{padding:.5rem 1rem;border-radius:8px;border:none;background:#1f2937;color:#fff;font-size:1rem}.tegndet-host .difficulty-select option,.tegndet-host .time-select option{background:#1f2937;color:#fff}.tegndet-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer}.tegndet-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.tegndet-host .setup-phase{text-align:center}.tegndet-host .setup-icon{font-size:5rem;margin-bottom:1rem}.tegndet-host .description{color:#ffffffb3;margin-bottom:2rem}.tegndet-host .btn-start{background:#f472b6;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s}.tegndet-host .btn-start:hover{transform:scale(1.05)}.tegndet-host .hint{margin-top:2rem;color:#fff9}.tegndet-host .drawer-queue{background:#ffffff1a;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem}.tegndet-host .drawer-queue .queue-label{font-size:.9rem;color:#ffffffb3;margin-bottom:.5rem}.tegndet-host .drawer-queue .queue-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tegndet-host .drawer-queue .queue-player{background:#ffffff1a;padding:.3rem .8rem;border-radius:6px;font-size:.9rem}.tegndet-host .drawer-queue .queue-player.next{background:#f472b6;font-weight:700}.tegndet-host .timer{font-size:2rem;font-weight:700;background:#0000004d;padding:.5rem 1.5rem;border-radius:10px;min-width:80px;text-align:center}.tegndet-host .timer.warning{background:#ef444480;animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tegndet-host .waiting-word-phase{text-align:center}.tegndet-host .waiting-word-phase h2{font-size:2rem;margin-bottom:1rem}.tegndet-host .waiting-word-phase .description{color:#ffffffb3;font-size:1.2rem}.tegndet-host .select-word-phase{text-align:center}.tegndet-host .word-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.tegndet-host .word-option{background:#ffffff1a;color:#fff;padding:1.5rem 2.5rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:1.3rem;cursor:pointer;transition:background .2s,border-color .2s}.tegndet-host .word-option:hover{background:#fff3;border-color:#fff}.tegndet-host .drawing-phase{text-align:center;width:100%;max-width:700px}.tegndet-host .drawing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tegndet-host .drawer-info{font-size:1.2rem}.tegndet-host .drawer-name{font-weight:700;color:#fbbf24}.tegndet-host .word-display{background:#0000004d;padding:.5rem 1.5rem;border-radius:8px}.tegndet-host .wrong-result{background:#ef44444d;padding:.75rem 1.5rem;border-radius:8px;margin-top:1rem;color:#fca5a5}.tegndet-host .pending-guess{background:#fbbf2433;padding:1.5rem;border-radius:12px;margin-top:1.5rem}.tegndet-host .guess-text{font-size:2rem;font-weight:700;margin:1rem 0;color:#fbbf24}.tegndet-host .guess-buttons{display:flex;gap:1rem;justify-content:center}.tegndet-host .btn-correct{background:#10b981;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer}.tegndet-host .btn-wrong{background:#ef4444;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer}.tegndet-host .buzzer-queue{background:#ffffff0d;padding:1.5rem;border-radius:12px;margin-top:1.5rem}.tegndet-host .buzzer-queue h3{margin-bottom:1rem;color:#fbbf24}.tegndet-host .queue-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tegndet-host .queue-item{background:#ffffff1a;border:none;padding:.75rem 1.5rem;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem}.tegndet-host .queue-item:hover{background:#fff3}.tegndet-host .queue-item .position{color:#fbbf24;font-weight:700}.tegndet-host .btn-skip{background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;margin-top:1.5rem}.tegndet-host .result-phase{text-align:center}.tegndet-host .result-icon{font-size:5rem;margin-bottom:1rem}.tegndet-host .result-word{font-size:1.5rem;margin:1rem 0}.tegndet-host .result-winner{font-size:1.3rem;margin-bottom:1rem}.tegndet-host .winner-name{color:#fbbf24;font-weight:700}.tegndet-host .points-info{background:#ffffff1a;padding:1rem;border-radius:8px;margin-bottom:2rem}.tegndet-host .btn-next{background:#f472b6;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.tegndet-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.tegndet-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.tegndet-host .players-list{list-style:none;padding:0}.tegndet-host .player-item{display:flex;justify-content:space-between;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.tegndet-host .player-item.is-drawer{background:#f472b64d}.tegndet-host .player-item.has-drawn{opacity:.6}.tegndet-host .player-score{color:#f472b6;font-weight:600}.tegndet-host .cycle-info{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#fff9;text-align:center}.tegndet-player{min-height:100vh;background:linear-gradient(135deg,#be185d,#7c2d12);color:#fff;display:flex;flex-direction:column}.tegndet-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.tegndet-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.tegndet-player .btn-back:hover{background:#fff3}.tegndet-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.tegndet-player .game-badge{background:#f472b6;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.tegndet-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.tegndet-player .waiting-phase{text-align:center}.tegndet-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.word-select-timer{font-size:2rem;font-weight:700;background:#0000004d;padding:.5rem 1.5rem;border-radius:10px;min-width:60px;text-align:center;margin:.5rem auto;display:inline-block}.word-select-timer.warning{background:#ef444480;animation:pulse 1s infinite}.tegndet-player .select-word-phase{text-align:center;padding:1rem}.tegndet-player .select-word-phase h2{font-size:1.5rem;margin-bottom:.5rem}.tegndet-player .select-word-phase p{color:#ffffffb3;margin-bottom:1.5rem}.tegndet-player .word-options{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto}.tegndet-player .word-option{background:linear-gradient(135deg,#f472b6,#ec4899);color:#fff;padding:1.2rem 2rem;border:none;border-radius:12px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:transform .2s}.tegndet-player .word-option:hover{transform:scale(1.05)}.tegndet-player .word-option:active{transform:scale(.98)}.tegndet-player .drawing-phase{text-align:center;width:100%}.tegndet-player .word-to-draw{font-size:1.5rem;margin-bottom:1rem;padding:.75rem 1.5rem;background:#0000004d;border-radius:8px}.tegndet-player .btn-clear{background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;margin-top:1rem}.tegndet-player .guessing-phase,.tegndet-player .selected-phase{text-align:center;width:100%}.tegndet-player .drawer-info{font-size:1.1rem;margin-bottom:1rem}.tegndet-player .drawer-name{font-weight:700;color:#fbbf24}.tegndet-player .btn-buzzer{width:150px;height:150px;border-radius:50%;border:none;background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 8px #991b1b,0 12px 24px #0000004d;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;margin-top:1rem;transition:transform .1s,box-shadow .1s}.tegndet-player .btn-buzzer:active{transform:translateY(4px);box-shadow:0 4px #991b1b,0 8px 16px #0000004d}.tegndet-player .buzzer-icon{font-size:2.5rem}.tegndet-player .buzzer-text{font-size:1.2rem;font-weight:700}.tegndet-player .buzzed-status{margin-top:1rem}.tegndet-player .buzzed-status .check{font-size:3rem;color:#10b981}.tegndet-player .lockout-status{margin-top:1rem;color:#fca5a5}.tegndet-player .lockout-timer{font-size:1.5rem;font-weight:700}.tegndet-player .your-turn{background:#fbbf24;color:#1f2937;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;margin:1rem 0}.tegndet-player .guess-input-group{display:flex;gap:.5rem;width:100%;max-width:350px;margin:1rem auto 0}.tegndet-player .guess-input{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1.1rem;background:#ffffffe6;color:#1f2937}.tegndet-player .btn-submit{background:#10b981;color:#fff;padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.tegndet-player .result-phase{text-align:center}.tegndet-player .result-icon{font-size:4rem;margin-bottom:1rem}.tegndet-player .result-word{font-size:1.2rem;margin:1rem 0}.tegndet-player .points{color:#fbbf24;font-size:1.5rem;font-weight:700}.tegndet-player .waiting-text{color:#fff9;font-style:italic;margin-top:1.5rem}@media(max-width:768px){.tegndet-host{grid-template-columns:1fr}.tegndet-host .players-sidebar{display:none}.tegndet-host .drawing-canvas{max-width:100%;height:auto}}.squigglestory-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#0891b2,#164e63);color:#fff}.squigglestory-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.squigglestory-host .game-info{display:flex;align-items:center;gap:1rem}.squigglestory-host .game-badge{background:#06b6d4;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.squigglestory-host .room-code,.squigglestory-host .round-info{font-size:1.1rem;color:#fffc}.squigglestory-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer}.squigglestory-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.squigglestory-host .setup-phase{text-align:center}.squigglestory-host .setup-icon{font-size:5rem;margin-bottom:1rem}.squigglestory-host .description{color:#ffffffb3;margin-bottom:2rem}.squigglestory-host .squiggle-selector{margin-bottom:2rem}.squigglestory-host .squiggle-selector label{display:block;margin-bottom:.5rem;color:#ffffffb3}.squigglestory-host .squiggle-selector select{padding:.75rem 1.5rem;border-radius:8px;border:none;background:#1f2937;color:#fff;font-size:1rem;min-width:200px}.squigglestory-host .squiggle-selector select option{background:#1f2937;color:#fff}.squigglestory-host .btn-start{background:#06b6d4;color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s}.squigglestory-host .btn-start:hover{transform:scale(1.05)}.squigglestory-host .hint{margin-top:2rem;color:#fff9}.squigglestory-host .drawing-phase{text-align:center;width:100%;max-width:600px}.squigglestory-host .squiggle-preview{margin-bottom:2rem}.squigglestory-host .preview-canvas{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d}.squigglestory-host .submission-status{margin-bottom:2rem}.squigglestory-host .submission-status p{margin-bottom:.5rem;font-size:1.2rem}.squigglestory-host .progress-bar{height:12px;background:#fff3;border-radius:6px;overflow:hidden}.squigglestory-host .progress-fill{height:100%;background:#06b6d4;transition:width .3s ease}.squigglestory-host .btn-show-gallery{background:#06b6d4;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.squigglestory-host .gallery-phase{text-align:center;width:100%;max-width:900px}.squigglestory-host .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.squigglestory-host .gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003;transition:transform .2s;position:relative}.squigglestory-host .gallery-item:hover{transform:scale(1.05)}.squigglestory-host .btn-remove-gallery{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#ef4444e6;color:#fff;font-size:1rem;cursor:pointer;z-index:10;opacity:0;transition:opacity .2s}.squigglestory-host .gallery-item:hover .btn-remove-gallery{opacity:1}.squigglestory-host .btn-remove-gallery:hover{background:#dc2626}.squigglestory-host .gallery-image{width:100%;height:auto;display:block}.squigglestory-host .gallery-name{padding:.75rem;background:#000c;color:#fff;font-weight:600;text-align:center}.squigglestory-host .no-submissions{color:#fff9;font-style:italic}.squigglestory-host .btn-next{background:#06b6d4;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer}.squigglestory-host .btn-next:disabled{opacity:.5;cursor:not-allowed}.squigglestory-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.squigglestory-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.squigglestory-host .players-list{list-style:none;padding:0}.squigglestory-host .player-item{padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.squigglestory-player{min-height:100vh;background:linear-gradient(135deg,#0891b2,#164e63);color:#fff;display:flex;flex-direction:column}.squigglestory-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.squigglestory-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.squigglestory-player .btn-back:hover{background:#fff3}.squigglestory-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.squigglestory-player .game-badge{background:#06b6d4;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.squigglestory-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.squigglestory-player .waiting-phase{text-align:center}.squigglestory-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.squigglestory-player .drawing-phase{text-align:center;width:100%}.squigglestory-player .instruction{margin-bottom:1rem;font-size:1.1rem}.squigglestory-player .canvas-container{margin-bottom:1rem}.squigglestory-player .drawing-canvas{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;cursor:crosshair;max-width:100%}.squigglestory-player .drawing-tools{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.squigglestory-player .color-picker{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;max-width:300px}.squigglestory-player .color-btn{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .2s,border-color .2s}.squigglestory-player .color-btn:hover{transform:scale(1.1)}.squigglestory-player .color-btn.selected{border-color:#fff;transform:scale(1.15);box-shadow:0 0 6px #ffffff80}.squigglestory-player .custom-color-btn{border:2px solid rgba(255,255,255,.3)}.squigglestory-player .hidden-color-input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.squigglestory-player .size-picker{display:flex;gap:.4rem}.squigglestory-player .size-btn{width:36px;height:36px;border-radius:8px;border:2px solid transparent;background:#ffffff1a;cursor:pointer;display:flex;align-items:center;justify-content:center}.squigglestory-player .size-btn.selected{border-color:#fff;background:#fff3}.squigglestory-player .size-dot{background:#fff;border-radius:50%}.squigglestory-player .size-dot.small{width:6px;height:6px}.squigglestory-player .size-dot.medium{width:10px;height:10px}.squigglestory-player .size-dot.large{width:16px;height:16px}.squigglestory-player .action-buttons{display:flex;gap:1rem;justify-content:center}.squigglestory-player .btn-clear{background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;font-size:1rem}.squigglestory-player .btn-submit{background:#06b6d4;color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600}.squigglestory-player .btn-submit:disabled{opacity:.5;cursor:not-allowed}.squigglestory-player .submitted-phase{text-align:center}.squigglestory-player .submitted-icon{font-size:4rem;color:#06b6d4;margin-bottom:1rem}.squigglestory-player .submitted-preview{margin-top:1.5rem}.squigglestory-player .preview-canvas{background:#fff;border-radius:12px;max-width:100%}.squigglestory-player .gallery-phase{text-align:center}.squigglestory-player .gallery-icon{font-size:4rem;margin-bottom:1rem}.squigglestory-host .voting-phase{text-align:center;width:100%;max-width:600px}.squigglestory-host .btn-show-results{background:#06b6d4;color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.3rem;font-weight:600;cursor:pointer;margin-top:1rem}.squigglestory-host .btn-show-results:disabled{opacity:.5;cursor:not-allowed}.squigglestory-host .results-phase{text-align:center;width:100%;max-width:900px}.squigglestory-host .results-podium{display:flex;justify-content:center;align-items:flex-end;gap:1.5rem;margin:2rem 0;min-height:350px}.squigglestory-host .podium-place{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;border-radius:16px;padding:1.5rem;transition:transform .3s}.squigglestory-host .podium-place-1{order:2;transform:scale(1.1);background:#ffd70026;border:2px solid rgba(255,215,0,.4)}.squigglestory-host .podium-place-2{order:1;background:#c0c0c01f;border:2px solid rgba(192,192,192,.3)}.squigglestory-host .podium-place-3{order:3;background:#cd7f321f;border:2px solid rgba(205,127,50,.3)}.squigglestory-host .podium-medal{font-size:2.5rem;margin-bottom:.5rem}.squigglestory-host .podium-image{width:180px;height:auto;border-radius:10px;box-shadow:0 4px 15px #0000004d;background:#fff}.squigglestory-host .podium-place-1 .podium-image{width:220px}.squigglestory-host .podium-place-3 .podium-image{width:150px}.squigglestory-host .podium-name{font-size:1.2rem;font-weight:700;margin-top:.75rem}.squigglestory-host .podium-votes{font-size:1rem;color:#ffffffb3;margin-top:.25rem}.squigglestory-player .voting-phase{text-align:center;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.squigglestory-player .voting-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin:1rem auto;padding:0 .5rem;width:100%;max-width:500px}.squigglestory-player .vote-card{position:relative;background:#fff;border-radius:10px;overflow:hidden;border:3px solid transparent;cursor:pointer;padding:0;transition:transform .2s,border-color .2s}.squigglestory-player .vote-card:hover{transform:scale(1.03)}.squigglestory-player .vote-card.voted{border-color:#06b6d4;box-shadow:0 0 12px #06b6d466}.squigglestory-player .vote-image{width:100%;height:auto;display:block}.squigglestory-player .vote-check{position:absolute;top:6px;right:6px;width:28px;height:28px;background:#06b6d4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}@media(max-width:768px){.squigglestory-host{grid-template-columns:1fr}.squigglestory-host .players-sidebar{display:none}.squigglestory-host .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.squigglestory-host .results-podium{flex-direction:column;align-items:center;min-height:auto}.squigglestory-host .podium-place-1,.squigglestory-host .podium-place-2,.squigglestory-host .podium-place-3{order:unset}.squigglestory-host .podium-image{width:160px}.squigglestory-host .podium-place-1 .podium-image{width:180px}.squigglestory-host .podium-place-3 .podium-image{width:140px}}.stemning-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#4c1d95,#1e1b4b);color:#fff;overflow:hidden}.stemning-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.stemning-host .game-info{display:flex;align-items:center;gap:1rem}.stemning-host .game-badge{background:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.stemning-host .room-code{font-size:1.1rem;color:#fffc}.stemning-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.stemning-host .game-main{position:relative;overflow:hidden}.stemning-host .floating-emoji{position:absolute;font-size:3rem;animation:floatUp 4s ease-out forwards;pointer-events:none;z-index:1}@keyframes floatUp{0%{opacity:1;transform:scale(.3) translateY(0)}15%{opacity:1;transform:scale(1.2) translateY(-30px)}30%{transform:scale(1) translateY(-80px)}to{opacity:0;transform:scale(.8) translateY(-500px)}}.stemning-host .waiting-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;z-index:2;position:relative}.stemning-host .waiting-icon{font-size:5rem;margin-bottom:1rem}.stemning-host .waiting-state h2{margin-bottom:.5rem}.stemning-host .waiting-state p{color:#fff9}.stemning-host .top-emojis{position:absolute;top:1rem;right:1rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:.75rem 1rem;z-index:10;min-width:120px}.stemning-host .top-emojis h4{font-size:.75rem;color:#fff9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.stemning-host .top-emoji-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.stemning-host .top-emoji-icon{font-size:1.5rem}.stemning-host .top-emoji-count{font-size:.9rem;color:#fffc;font-weight:600}.stemning-host .top-emoji-bar{flex:1;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.stemning-host .top-emoji-bar-fill{height:100%;background:#8b5cf6;border-radius:2px;transition:width .3s}.stemning-timer{position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:3rem;font-weight:700;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:12px;z-index:10;min-width:80px;text-align:center}.stemning-timer.warning{background:#ef444480;animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}.time-up-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;font-weight:700;color:#fbbf24;z-index:10}.stemning-player-timer{font-size:2rem;font-weight:700;background:#0000004d;padding:.3rem 1rem;border-radius:10px;margin-bottom:.75rem;display:inline-block}.stemning-player-timer.warning{background:#ef444480;animation:playerPulse 1s infinite}@keyframes playerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stemning-host .response-count{position:absolute;bottom:1rem;left:1rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:.5rem 1rem;z-index:10;font-size:.9rem;color:#ffffffb3}.stemning-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.stemning-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.stemning-host .players-list{list-style:none;padding:0}.stemning-host .player-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.stemning-host .player-item.has-voted{background:#8b5cf633}.stemning-host .player-name{flex:1}.stemning-host .player-status{font-size:.8rem;color:#fff6}.stemning-host .player-item.has-voted .player-status{color:#a78bfa}.stemning-host .btn-kick{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:.8rem;padding:.2rem .4rem}.stemning-player{min-height:100vh;background:linear-gradient(135deg,#4c1d95,#1e1b4b);color:#fff;display:flex;flex-direction:column}.stemning-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.stemning-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.stemning-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.stemning-player .game-badge{background:#8b5cf6;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.stemning-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.stemning-player .waiting-phase{text-align:center}.stemning-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.stemning-player .emoji-phase{text-align:center;width:100%;max-width:360px}.stemning-player .emoji-phase h2{font-size:1.2rem;margin-bottom:1rem;color:#ffffffe6}.stemning-player .emoji-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.stemning-player .emoji-btn{aspect-ratio:1;border:2px solid transparent;border-radius:12px;background:#ffffff14;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:transform .15s,background .15s,border-color .15s}.stemning-player .emoji-btn:hover{background:#ffffff26;transform:scale(1.05)}.stemning-player .emoji-btn:active{transform:scale(.95)}.stemning-player .emoji-btn.selected{border-color:#a78bfa;background:#8b5cf64d;transform:scale(1.1)}.stemning-player .selected-feedback{margin-top:.5rem;font-size:.9rem;color:#fff9}@media(max-width:768px){.stemning-host{grid-template-columns:1fr}.stemning-host .players-sidebar{display:none}.stemning-player .emoji-grid{grid-template-columns:repeat(4,1fr);gap:.4rem}.stemning-player .emoji-btn{font-size:1.8rem}}.ordjakt-host{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto 1fr;height:100vh;background:linear-gradient(135deg,#065f46,#064e3b,#022c22);color:#fff}.ordjakt-host .game-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.ordjakt-host .game-info{display:flex;align-items:center;gap:1rem}.ordjakt-host .game-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.ordjakt-host .room-code{font-size:1.1rem;color:#fffc}.ordjakt-host .btn-end{background:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.ordjakt-host .game-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.ordjakt-host .waiting-state{text-align:center}.ordjakt-host .waiting-icon{font-size:5rem;margin-bottom:1rem}.ordjakt-host .btn-start{background:#10b981;color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:12px;font-size:1.3rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:transform .2s}.ordjakt-host .btn-start:hover{transform:scale(1.05)}.ordjakt-host .hint{margin-top:1rem;color:#ffffff80}.ordjakt-host .round-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:700px}.letters-display{display:flex;gap:.75rem;justify-content:center}.letter-tile{width:70px;height:70px;background:linear-gradient(145deg,#fbbf24,#f59e0b);color:#1f2937;font-size:2rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 4px #b45309,0 6px 12px #0000004d}.ordjakt-timer{font-size:3rem;font-weight:700;background:#0000004d;padding:.5rem 2rem;border-radius:12px;font-variant-numeric:tabular-nums}.ordjakt-timer.warning{background:#ef444466;animation:ordjaktPulse 1s infinite}.ordjakt-timer.finished{background:#ef444499;animation:none;font-size:2rem}@keyframes ordjaktPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.stats-area{width:100%}.titles-row{display:flex;gap:1rem;margin-bottom:1.5rem}.title-card{flex:1;background:#0000004d;border-radius:12px;padding:1rem 1.5rem;text-align:center}.title-card.ordkongen{border:2px solid rgba(251,191,36,.4)}.title-card.ordmaskinen{border:2px solid rgba(139,92,246,.4)}.title-label{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.title-name{font-weight:700;font-size:1.3rem}.title-detail{font-size:.9rem;color:#ffffff80}.words-stats{background:#0003;border-radius:12px;padding:1rem 1.5rem}.words-stats h3{margin-bottom:1rem;font-size:1.1rem}.no-words{color:#fff6;font-style:italic}.length-bars{display:flex;flex-direction:column;gap:.5rem}.length-bar-row{display:flex;align-items:center;gap:.75rem}.length-label{font-size:.9rem;color:#ffffffb3;min-width:100px;text-align:right}.length-bar{flex:1;height:20px;background:#ffffff1a;border-radius:4px;overflow:hidden}.length-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .3s;min-width:4px}.length-count{font-weight:600;min-width:30px;font-variant-numeric:tabular-nums}.ordjakt-host .players-sidebar{background:#0000004d;padding:1.5rem;overflow-y:auto}.ordjakt-host .players-sidebar h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.ordjakt-host .players-list{list-style:none;padding:0}.ordjakt-host .player-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem}.ordjakt-host .player-rank{color:#fbbf24;font-weight:700;min-width:24px;font-size:.85rem}.ordjakt-host .player-name{flex:1}.ordjakt-host .player-score{color:#34d399;font-weight:600}.ordjakt-host .btn-kick{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:.8rem;padding:.2rem .4rem}.ordjakt-player{min-height:100vh;background:linear-gradient(135deg,#065f46,#064e3b,#022c22);color:#fff;display:flex;flex-direction:column}.ordjakt-player .player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;gap:.5rem}.ordjakt-player .btn-back{background:#ffffff1a;border:none;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.ordjakt-player .player-name{flex:1;font-weight:600;font-size:1.1rem}.ordjakt-player .game-badge{background:#10b981;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.ordjakt-player .player-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem}.ordjakt-player .waiting-phase{text-align:center;margin-top:3rem}.ordjakt-player .waiting-icon{font-size:4rem;margin-bottom:1rem}.play-area{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:.75rem}.player-timer{font-size:1.5rem;font-weight:700;background:#0000004d;padding:.3rem 1rem;border-radius:8px;font-variant-numeric:tabular-nums}.player-timer.warning{background:#ef444466;animation:ordjaktPulse 1s infinite}.player-timer.finished{background:#ef444499;animation:none}.player-letters{display:flex;gap:.4rem;justify-content:center}.player-letter-tile{width:42px;height:42px;background:linear-gradient(145deg,#fbbf24,#f59e0b);color:#1f2937;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 3px #b45309;border:none;cursor:pointer;transition:transform .1s,opacity .2s;-webkit-tap-highlight-color:transparent}.player-letter-tile:active:not(.used){transform:scale(.9);box-shadow:0 1px #b45309}.player-letter-tile.used{opacity:.3;transform:scale(.92);box-shadow:none;cursor:default}.player-letter-tile:disabled{cursor:default}.letters-hint{font-size:.8rem;color:#ffffff80}.input-area{display:flex;gap:.5rem;width:100%}.word-input{flex:1;padding:.85rem 1rem;border:none;border-radius:10px;font-size:1.1rem;background:#ffffffe6;color:#1f2937}.word-input::placeholder{color:#9ca3af}.btn-submit{background:#10b981;color:#fff;padding:.85rem 1.5rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.btn-submit:active{transform:scale(.97)}.btn-clear{background:#ffffff26;color:#fff;border:none;border-radius:10px;font-size:1.3rem;padding:.5rem .8rem;cursor:pointer;line-height:1}.word-feedback{padding:.5rem 1rem;border-radius:8px;font-size:.95rem;font-weight:600;text-align:center;width:100%;animation:feedbackAppear .2s ease-out}.word-feedback.success{background:#10b9814d;color:#6ee7b7}.word-feedback.error{background:#ef44444d;color:#fca5a5}@keyframes feedbackAppear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.my-words{width:100%;background:#0003;border-radius:12px;padding:.75rem 1rem}.my-words h3{font-size:.9rem;color:#ffffffb3;margin-bottom:.5rem}.word-list{display:flex;flex-wrap:wrap;gap:.4rem}.found-word{background:#10b98133;border:1px solid rgba(16,185,129,.3);padding:.25rem .6rem;border-radius:6px;font-size:.85rem;font-weight:600}.no-words-yet{color:#fff6;font-style:italic;font-size:.85rem}.source-word-reveal{background:#fbbf2426;border:2px solid rgba(251,191,36,.4);border-radius:12px;padding:1rem 1.5rem;text-align:center;width:100%}.source-label{font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-right:.75rem}.source-word{font-size:1.6rem;font-weight:800;color:#fbbf24;letter-spacing:3px}.source-word-player{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);border-radius:8px;padding:.6rem 1rem;text-align:center;width:100%;color:#fffc;font-size:.95rem}.source-word-player strong{color:#fbbf24;letter-spacing:2px}.results-area{width:100%;display:flex;flex-direction:column;gap:1rem}.found-words-summary{background:#0003;border-radius:12px;padding:1rem 1.5rem}.found-words-summary h3{margin-bottom:.75rem;font-size:1.1rem}.found-words-grid{display:flex;flex-wrap:wrap;gap:.4rem}.summary-word{padding:.25rem .6rem;border-radius:6px;font-size:.85rem;font-weight:600;background:#10b98126;border:1px solid rgba(16,185,129,.25)}.summary-word.len-8{background:#fbbf2433;border-color:#fbbf2466;color:#fbbf24}.summary-word.len-7{background:#8b5cf633;border-color:#8b5cf666;color:#c4b5fd}.summary-word.len-6{background:#3b82f633;border-color:#3b82f666;color:#93c5fd}@media(max-width:768px){.ordjakt-host{grid-template-columns:1fr}.ordjakt-host .players-sidebar{display:none}.letter-tile{width:55px;height:55px;font-size:1.6rem}.titles-row{flex-direction:column}}:root{--primary: #22c55e;--primary-dark: #16a34a;--primary-light: #4ade80;--secondary: #3b82f6;--danger: #ef4444;--warning: #f59e0b;--bg-dark: #0f172a;--bg-card: #1e293b;--bg-card-hover: #334155;--text-primary: #f8fafc;--text-secondary: #94a3b8;--border: #334155;--border-hover: #475569}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.btn{padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:#475569;cursor:not-allowed}.btn-secondary{background:var(--secondary);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-back{background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;margin-bottom:1.5rem}.btn-back:hover{border-color:var(--text-primary);color:var(--text-primary)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.connecting-screen{display:flex;align-items:center;justify-content:center}.connecting-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.wake-up-message{color:var(--warning);font-size:.9rem}.connection-error{color:var(--text-secondary);font-size:.9rem}.error-screen{display:flex;align-items:center;justify-content:center}.error-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.home-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-header p{color:var(--text-secondary);margin-bottom:2rem}.home-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.btn-host,.btn-join{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2rem;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s}.btn-host{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}.btn-join{background:linear-gradient(135deg,var(--secondary),#2563eb);color:#fff}.btn-host:hover,.btn-join:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.btn-icon{font-size:1.5rem}.home-footer{margin-top:3rem}.back-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--text-primary)}.host-setup-container{padding:2rem;max-width:900px;margin:0 auto}.host-setup-container h2{text-align:center;margin-bottom:2rem}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.game-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:var(--bg-card);border:2px solid var(--border);border-radius:16px;cursor:pointer;transition:all .2s;text-align:center}.game-card:hover{border-color:var(--primary);transform:translateY(-2px)}.game-icon{font-size:3rem;margin-bottom:.75rem}.game-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.game-description{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.player-join-container{padding:2rem;max-width:400px;margin:0 auto}.player-join-container h2{text-align:center;margin-bottom:2rem}.join-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-secondary)}.form-group input{padding:.75rem 1rem;border-radius:12px;border:2px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:1rem}.form-group input:focus{outline:none;border-color:var(--primary)}.room-code-input{text-transform:uppercase;font-family:monospace;font-size:1.5rem!important;text-align:center;letter-spacing:.2em}.error-message{color:var(--danger);font-size:.9rem;text-align:center}.lobby-container{display:flex;flex-direction:column;align-items:center;padding:2rem;min-height:100vh}.lobby-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:600px;margin-bottom:2rem}.game-badge{background:var(--bg-card);padding:.5rem 1rem;border-radius:20px;font-weight:500}.btn-close{background:transparent;border:1px solid var(--border);color:var(--text-secondary);width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem}.btn-close:hover{border-color:var(--danger);color:var(--danger)}.room-code-display{text-align:center;margin-bottom:.5rem}.room-code-label{display:block;color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem}.room-code-value{font-size:4rem;font-weight:700;font-family:monospace;letter-spacing:.15em;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.join-url{color:var(--text-secondary);margin-bottom:2rem}.players-section{width:100%;max-width:400px;margin-bottom:2rem}.players-section h3{margin-bottom:1rem;color:var(--text-secondary)}.no-players{color:var(--text-secondary);text-align:center;font-style:italic}.players-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.player-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--bg-card);border-radius:10px}.btn-kick{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem .5rem}.btn-kick:hover{color:var(--danger)}.btn-start{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:1rem 3rem;font-size:1.2rem;border-radius:16px;border:none;cursor:pointer}.btn-start:disabled{background:var(--bg-card);color:var(--text-secondary);cursor:not-allowed}.player-lobby{justify-content:flex-start;padding-top:1rem}.player-lobby .waiting-message .sub{font-size:.9rem;color:var(--text-secondary)}.player-info{display:flex;gap:1rem;margin-bottom:2rem}.player-badge,.room-badge{background:var(--bg-card);padding:.5rem 1rem;border-radius:20px}.waiting-message{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.players-count{color:var(--text-secondary)}.minigame-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:720px;margin:0 auto;padding:1rem 0}.game-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.game-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}@media(max-width:640px){.room-code-value{font-size:3rem}.game-grid{grid-template-columns:1fr}}.lobby-main-layout{display:grid;grid-template-columns:1fr 350px;gap:3rem;width:100%;max-width:1100px;margin:2rem auto;align-items:start}.lobby-info-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--bg-card);padding:3rem;border-radius:24px;border:2px solid var(--border)}.players-sidebar{background:var(--bg-card);border-radius:24px;border:2px solid var(--border);padding:1.5rem;height:60vh;display:flex;flex-direction:column}.players-sidebar h3{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border);color:var(--text-secondary)}.sidebar-content{overflow-y:auto;flex-grow:1}.slange-config{width:100%;max-width:400px;margin:1.5rem 0;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.config-group{margin-bottom:1rem}.config-group:last-child{margin-bottom:0}.config-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#ffffffb3}.config-select{width:100%;padding:.75rem 1rem;font-size:1rem;background:#1a1a2e;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer}.config-select option{background:#1a1a2e;color:#fff;padding:.5rem}.config-select:focus{outline:none;border-color:#00d9ff}.mode-buttons{display:flex;gap:.5rem}.mode-btn{flex:1;padding:.75rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.mode-btn:hover{background:#00d9ff1a}.mode-btn.active{background:#00d9ff33;border-color:#00d9ff;color:#00d9ff}@media(max-width:900px){.lobby-main-layout{grid-template-columns:1fr;gap:1.5rem}.players-sidebar{height:auto;max-height:400px}}.lobby-option{margin-bottom:1rem}.lobby-card{display:flex;flex-direction:column;align-items:center;width:100%;padding:2rem;background:linear-gradient(135deg,#1e3a5f,#16213e);border:2px solid #00d9ff;border-radius:20px;cursor:pointer;transition:all .3s;text-align:center}.lobby-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00d9ff4d}.lobby-icon{font-size:3.5rem;margin-bottom:.75rem}.lobby-name{font-size:1.4rem;font-weight:700;color:#00d9ff;margin-bottom:.5rem}.lobby-description{font-size:.9rem;color:var(--text-secondary);line-height:1.5;max-width:500px}.divider{display:flex;align-items:center;margin:2rem 0;color:var(--text-secondary)}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.divider span{padding:0 1rem;font-size:.9rem}
