*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}button,input{font-family:inherit}.qr-code-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-code-container h2{margin:0 0 1.5rem;color:#fff;font-size:1.5rem}.qr-code-wrapper{padding:1rem;background:#fff;border-radius:8px;margin-bottom:1rem}.room-id{color:#fff;font-size:1.2rem;margin:1rem 0 .5rem}.room-id strong{color:#ff6b35;font-size:1.3rem}.join-url{color:#ffffffb3;font-size:.9rem;word-break:break-all;text-align:center;max-width:300px}.qr-code-roulette-section{display:flex;flex-direction:column;align-items:center;padding:2rem;margin-top:1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-code-roulette-section h3{margin:0 0 1rem;color:#fff;font-size:1.3rem}.qr-roulette-description{color:#fffc;font-size:.9rem;text-align:center;margin-bottom:1rem;line-height:1.4}.qr-code-wrapper.small{padding:.8rem}.join-url.small{font-size:.85rem;margin-top:.5rem}.participant-list{padding:1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.participant-list h3{margin:0 0 1rem;color:#fff;font-size:1.3rem}.participants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.no-players{color:#fff9;text-align:center;padding:2rem;grid-column:1 / -1}.participant-card{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 15px #ff6b3526,inset 0 0 10px #ff6b3514;transition:transform .2s,background .2s}.participant-card:hover{transform:translateY(-2px);background:#323232e6;border-color:#ff6b3580;box-shadow:0 0 20px #ff6b3540,inset 0 0 15px #ff6b351f}.participant-avatar{width:50px;height:50px;border-radius:50%;background:#ff6b35;border:1px solid rgba(255,107,53,.5);box-shadow:0 0 15px #ff6b3540,inset 0 0 10px #ff6b3526;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.participant-name{color:#fff;font-size:.9rem;font-weight:500;text-align:center;margin-bottom:.25rem}.participant-score{color:#ff6b35;font-size:.8rem;font-weight:700}.participant-list--express{padding:0;margin:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.participant-list-express-empty{margin:0;padding:1.25rem .5rem;text-align:center;color:#e2e8f08c;font-size:.9rem}.participant-list-express-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.participant-list-express-row{display:flex;align-items:center;gap:.75rem;padding:.55rem .65rem;border-radius:10px;background:#0c0c0ea6;border:1px solid rgba(255,255,255,.06)}.participant-list-express-avatar{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(145deg,#3b82f659,#2563eb33);border:1px solid rgba(96,165,250,.35);display:flex;align-items:center;justify-content:center;color:#e0f2fe;font-size:.95rem;font-weight:700}.participant-list-express-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.participant-list-express-name{color:#f8fafc;font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-list-express-role{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8f2}.participant-list-express-online{flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55ed9}.trivia-game{width:100%;padding:2rem}.trivia-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 20px #ff6b3533,inset 0 0 12px #ff6b351a}.question-counter{color:#fff;font-size:1.1rem;font-weight:500}.question-container{margin-bottom:2rem}.question-text{color:#fff;font-size:2rem;text-align:center;margin-bottom:2rem;line-height:1.4}.options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.option-card{padding:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 15px #ff6b3526,inset 0 0 10px #ff6b3514;transition:all .3s;position:relative;overflow:hidden}.option-card.correct{border-color:#4ade80;background:#4ade8033}.option-card.incorrect{opacity:.6}.option-text{color:#fff;font-size:1.3rem;font-weight:500;margin-bottom:1rem}.option-stats{display:flex;align-items:center;gap:1rem;margin-top:1rem}.answer-bar{flex:1;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.answer-fill{height:100%;background:#ff6b35;transition:width .5s}.answer-percentage{color:#fff;font-size:.9rem;font-weight:700;min-width:50px}.correct-badge{color:#4ade80;font-weight:700;font-size:.9rem}.answers-summary{text-align:center;color:#ffffffb3;margin-bottom:1.5rem}.results-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.trivia-auto-next-hint{margin:0;max-width:28rem;font-size:.95rem;line-height:1.4;color:#ffffffc7;text-align:center}.next-button{display:block;margin:0 auto;padding:1rem 3rem;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533}.song-guess-game{width:100%;padding:2rem}.song-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 20px #ff6b3533,inset 0 0 12px #ff6b351a}.song-counter{color:#fff;font-size:1.1rem;font-weight:500}.timer{color:#ff6b35;font-size:1.5rem;font-weight:700}.song-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.music-player{width:100%;max-width:600px;padding:4rem 2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:16px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;text-align:center;position:relative;overflow:hidden}.music-icon{font-size:5rem;margin-bottom:1rem;animation:pulse 2s infinite}.playing-indicator{color:#fffc;font-size:1.2rem;margin-top:1rem}.song-reveal{margin-top:1rem}.revealed-title{color:#fff;font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.revealed-artist{color:#fffc;font-size:1.5rem;margin:0}.results-container{width:100%;max-width:800px}.stats-card{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;padding:2rem;background:#ffffff1a;border-radius:12px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-value{color:#ff6b35;font-size:2rem;font-weight:700}.guesses-list{background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 20px #ff6b3533,inset 0 0 15px #ff6b351a;padding:2rem}.guesses-list h4{color:#fff;font-size:1.3rem;margin:0 0 1.5rem}.guesses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.guess-card{display:flex;flex-direction:column;padding:1rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 15px #ff6b3526,inset 0 0 10px #ff6b3514;transition:all .3s;position:relative}.guess-card.correct{border-color:#4ade80;background:#4ade8033}.guess-card.incorrect{opacity:.6}.player-name{color:#ffffffb3;font-size:.8rem;margin-bottom:.5rem}.guess-text{color:#fff;font-size:1rem;font-weight:500}.check-mark{position:absolute;top:.5rem;right:.5rem;color:#4ade80;font-size:1.5rem;font-weight:700}.next-button{display:block;margin:2rem auto 0;padding:1rem 3rem;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533}.next-button:hover{transform:translateY(-2px);box-shadow:0 0 30px #ff6b3566,inset 0 0 20px #ff6b3540}.next-button:active{transform:translateY(0)}.roulette-game{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;color:#f9fafb}.roulette-game--reveal-open{min-height:min(70vh,560px)}.roulette-reveal-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);pointer-events:auto}.roulette-reveal-backdrop{position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 40%,#0f172a73,#020617eb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:rouletteRevealFade .45s ease-out}.roulette-reveal-card{position:relative;width:min(92vw,520px);padding:clamp(1.75rem,4vw,2.75rem) clamp(1.5rem,4vw,2.5rem);border-radius:28px;text-align:center;box-shadow:0 0 0 1px #ffffff1f,0 24px 80px #000000a6,0 0 120px #f973161f;animation:rouletteRevealPop .55s cubic-bezier(.34,1.3,.64,1)}.roulette-reveal-card--prize{background:linear-gradient(160deg,#064e3bf2,#0f172afa 45%,#020617);border:2px solid rgba(52,211,153,.55)}.roulette-reveal-card--challenge{background:linear-gradient(160deg,#78350fe6,#0f172afa,#020617);border:2px solid rgba(251,191,36,.55)}.roulette-reveal-eyebrow{margin:0 0 .35rem;font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#e2e8f0a6}.roulette-reveal-participant{margin:0 0 1rem;font-size:clamp(1.65rem,4.5vw,2.35rem);font-weight:800;line-height:1.15;color:#f8fafc;text-shadow:0 2px 24px rgba(0,0,0,.45)}.roulette-reveal-type-chip{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.1rem;margin-bottom:1.25rem;border-radius:999px;font-size:.95rem;font-weight:700;letter-spacing:.04em}.roulette-reveal-card--prize .roulette-reveal-type-chip{background:#10b98140;color:#6ee7b7;border:1px solid rgba(52,211,153,.4)}.roulette-reveal-card--challenge .roulette-reveal-type-chip{background:#f59e0b38;color:#fcd34d;border:1px solid rgba(251,191,36,.45)}.roulette-reveal-label{margin:0 0 1.5rem;font-size:clamp(1.2rem,3.2vw,1.65rem);font-weight:700;line-height:1.35;color:#fff}.roulette-reveal-countdown{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;margin-bottom:1rem}.roulette-reveal-countdown-caption{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e2e8f0a6}.roulette-reveal-countdown-num{font-size:clamp(2.5rem,8vw,3.5rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:1;background:linear-gradient(180deg,#fff,#e2e8f0d9);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.roulette-reveal-actions{margin-top:1.25rem;width:100%;display:flex;justify-content:center}.roulette-reveal-close-btn{padding:.75rem 1.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#f1f5f9;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,border-color .2s ease}.roulette-reveal-close-btn:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-1px)}.roulette-reveal-close-btn:focus-visible{outline:2px solid #fbbf24;outline-offset:3px}.roulette-reveal-hint{font-size:.95rem;line-height:1.45;color:#e2e8f0b8;max-width:34ch;margin:0 auto}@keyframes rouletteRevealFade{0%{opacity:0}to{opacity:1}}@keyframes rouletteRevealPop{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.roulette-header{text-align:center}.roulette-header h2{font-size:2rem;margin-bottom:.5rem}.roulette-header p{color:#ffffffb3;margin:0}.roulette-participant-notification{margin-top:1rem;padding:.75rem 1.25rem;background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:8px;animation:slideIn .3s ease-out}.roulette-participant-notification p{margin:0;color:#4ade80;font-size:1rem;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.roulette-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:320px;border:2px dashed rgba(255,255,255,.2);border-radius:24px;padding:2rem;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;gap:.75rem}.roulette-empty p{font-size:1.25rem;font-weight:600}.roulette-stage{position:relative;width:clamp(280px,45vw,480px);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.roulette-pointer{position:absolute;top:0;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:28px solid #ff6b35;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));z-index:4}.roulette-wheel{position:relative;width:100%;height:100%;border-radius:50%;border:12px solid rgba(255,107,53,.15);box-shadow:0 10px 40px #00000073,inset 0 0 30px #0003;transition:transform 4.5s cubic-bezier(.33,1,.68,1);overflow:hidden;background:radial-gradient(circle at center,#ff6b352e,#1f1f1ff2 55%,#0a0a0a)}.roulette-wheel:before{content:"";position:absolute;inset:10%;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 35px #ff6b3540,inset 0 0 25px #000c;opacity:.6}.roulette-tick-wrapper{position:absolute;inset:0;transform-origin:50% 50%}.roulette-tick{position:absolute;top:12%;left:50%;width:2px;height:40%;background:linear-gradient(180deg,#ff6b35cc,#ff6b3500);opacity:.4;transform:translate(-50%);border-radius:999px}.roulette-wheel.spinning{transition-duration:4.5s}.roulette-center{position:absolute;inset:50%;width:38%;aspect-ratio:1 / 1;transform:translate(-50%,-50%);background:radial-gradient(circle at center,#0f172a,#020617);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 6px 12px #ffffff1f,inset 0 -8px 20px #00000080;z-index:3}.roulette-logo-wrapper{width:80%;height:80%;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.75rem;box-shadow:0 6px 16px #00000059}.roulette-logo-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.roulette-actions{display:flex;gap:1rem}.roulette-host-actions{display:flex;justify-content:center;margin-top:1.5rem;width:100%}.spin-button{padding:.9rem 2.5rem;border-radius:999px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f97316);color:#111827;box-shadow:0 10px 25px #f9731659;transition:transform .2s ease,box-shadow .2s ease}.spin-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.spin-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 14px 30px #f9731673}.roulette-winner{text-align:center;background:#111827bf;padding:1.25rem 1.75rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.winner-card{margin-top:.75rem;font-size:1.5rem;font-weight:700;color:#facc15;text-transform:uppercase;letter-spacing:.05em}.roulette-history{width:min(420px,100%);background:#0f172ad9;border-radius:20px;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.roulette-history h4{margin:0 0 .75rem;font-size:1.05rem;text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0e6}.roulette-history ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.roulette-history li{display:flex;justify-content:space-between;background:#ffffff0f;padding:.5rem .75rem;border-radius:12px;font-size:.95rem}.history-participant{font-weight:600;color:#facc15}.history-item{flex:1;margin:0 .5rem;color:#e2e8f0e6}.history-time{color:#e2e8f0b3;font-variant-numeric:tabular-nums}.roulette-waiting{text-align:center;padding:1rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:12px;color:#93c5fd;font-size:1.1rem}.roulette-result{text-align:center;background:#111827d9;padding:1.5rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:min(500px,100%)}.roulette-result h3{margin:0 0 1rem;font-size:1.5rem;color:#facc15}.result-participant{margin-bottom:1rem;padding:.75rem;background:#ffffff0d;border-radius:12px}.result-participant p{margin:0;font-size:1.1rem;color:#ffffffe6}.result-card{margin:1rem 0;padding:1.5rem;border-radius:16px;border:2px solid;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prize-card{background:linear-gradient(135deg,#22c55e33,#10b98126);border-color:#22c55e80}.challenge-card{background:linear-gradient(135deg,#fbbf2433,#f59e0b26);border-color:#fbbf2480}.result-type{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.prize-card .result-type{color:#4ade80}.challenge-card .result-type{color:#fbbf24}.result-text{font-size:1.3rem;font-weight:600;color:#fff;line-height:1.4}.result-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;justify-content:center;align-items:center}.prize-info-message{padding:1rem;background:#fbbf2426;border:1px solid rgba(251,191,36,.3);border-radius:12px;text-align:center;width:100%}.prize-info-message p{margin:0;color:#fbbf24;font-size:1rem;font-weight:500}.action-button{padding:.9rem 2rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-width:180px}.success-button{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 6px 20px #22c55e66}.success-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #22c55e80}.success-button:disabled{opacity:.6;cursor:not-allowed;background:#6b728080!important}.danger-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px 20px #ef444466}.danger-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ef444480}.danger-button:disabled{opacity:.6;cursor:not-allowed;background:#6b728080!important}.action-button:disabled{opacity:.6;cursor:not-allowed}.end-game-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 20px #ef444466}.end-game-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ef444480}.roulette-qr-section{display:flex;flex-direction:column;align-items:center;padding:1.5rem;margin-top:1rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:400px}.roulette-qr-section h3{margin:0 0 .75rem;color:#fff;font-size:1.2rem}.roulette-qr-description{color:#fffc;font-size:.9rem;text-align:center;margin-bottom:1rem;line-height:1.4}.roulette-qr-wrapper{padding:.8rem;background:#fff;border-radius:8px;margin-bottom:.75rem}.roulette-qr-url{color:#ffffffb3;font-size:.85rem;word-break:break-all;text-align:center;max-width:100%;margin:0 0 .75rem}.roulette-qr-copy-button{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #2563eb4d;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;gap:.5rem}.roulette-qr-copy-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}@media(max-width:768px){.roulette-game{padding:1.5rem 1rem}.roulette-stage{width:90vw}.roulette-history{width:100%}.roulette-qr-section{max-width:100%;padding:1.25rem}}.ecos-game{position:relative;width:100%;height:100%;display:flex;align-items:stretch;justify-content:center;background-color:#000;color:#fff;overflow:hidden}.ecos-background{position:relative;width:100%;height:100%;background-image:radial-gradient(circle at top,#1f4d7a 0,#0a0a0a 55%);background-size:cover;background-position:center}.ecos-overlay{position:relative;width:100%;height:100%;background:radial-gradient(circle at center,#0000004d 0,#000000e6 70%);display:flex;flex-direction:column;padding:24px 32px;box-sizing:border-box}.ecos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative}.ecos-header-left{display:flex;align-items:center;gap:12px}.ecos-bar-logo{height:44px;width:auto;border-radius:8px;object-fit:contain;box-shadow:0 0 12px #0009;background:#0006;padding:4px 6px}.ecos-bar-name{margin:0;font-size:1rem;opacity:.9}.ecos-header-center{position:absolute;left:50%;transform:translate(-50%);text-align:center}.ecos-header-center h2{margin:0;font-size:2.2rem}.ecos-game-title{max-width:min(72vw,36rem);margin-inline:auto;line-height:1.15;font-size:clamp(1.35rem,3.2vw,2.2rem);word-wrap:break-word}.ecos-header-left h2{margin:0;font-size:2.2rem}.ecos-header-left p{margin:4px 0 0;font-size:1rem;opacity:.85}.ecos-header-right{display:flex;align-items:center;gap:16px;margin-left:auto}.ecos-end-button{padding:10px 18px;border-radius:999px;border:none;background:#ff4b4b;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 0 16px #ff4b4b66;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.ecos-end-button:hover{background:#f66;transform:translateY(-1px);box-shadow:0 0 22px #ff4b4bb3}.ecos-featured{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px;z-index:5}.ecos-featured-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#fbbf24f2;text-shadow:0 0 20px rgba(251,191,36,.35)}.ecos-featured-card{width:min(720px,92vw);padding:20px 28px;border-radius:20px;border:2px solid rgba(251,191,36,.75);background:linear-gradient(145deg,#1e293bf7,#0f172aeb,#140f23f2);box-shadow:0 0 40px #fbbf2433,0 12px 40px #00000080;box-sizing:border-box}.ecos-featured-meta{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:10px}.ecos-featured-author{font-size:1.1rem;font-weight:700;color:#fef3c7f2}.ecos-featured-likes{font-size:1.15rem;font-weight:700;color:#fb7185;white-space:nowrap}.ecos-featured-text{margin:0;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.35;font-weight:600;color:#fff;word-wrap:break-word}.ecos-messages-layer{position:relative;flex:1;min-height:0;overflow:hidden}.ecos-qr-container{position:fixed;bottom:24px;left:24px;z-index:100}.ecos-qr-card{background:radial-gradient(circle at top left,#0f172af2,#000000e6);border-radius:18px;padding:16px 18px 14px;border:1px solid rgba(148,163,184,.6);box-shadow:0 10px 30px #0009;max-width:260px}.ecos-qr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ecos-qr-title{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#f8fafce6}.ecos-qr-pin{font-size:.9rem;color:#f8fafcf2}.ecos-qr-pin strong{font-size:1rem}.ecos-qr-body .qr-code-container{background:transparent;padding:0;border:none}.ecos-qr-body .qr-code-container h2{display:none}.ecos-qr-body .qr-code-wrapper{display:flex;justify-content:center}.ecos-qr-body .qr-code-wrapper svg{width:190px;height:190px}.ecos-qr-body .room-id,.ecos-qr-body .join-url{display:none}.ecos-qr-instructions{margin:6px 0 0;font-size:.8rem;color:#d1d5dbe6}.ecos-powered-by{position:fixed;bottom:24px;right:24px;z-index:100;display:flex;align-items:center;gap:8px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:10px 16px;box-shadow:0 2px 16px #0006}.ecos-powered-by-text{color:#ffffffb3;font-size:1.25rem;font-weight:500;letter-spacing:.3px}.ecos-powered-by-logo{height:52px;width:auto;object-fit:contain;filter:brightness(1.1);opacity:.8;transition:opacity .2s ease}.ecos-powered-by:hover .ecos-powered-by-logo{opacity:1}.ecos-message{position:absolute;max-width:45%;padding:18px 22px;border-radius:20px;background:radial-gradient(circle at top left,#4fd1ff66,#141414f2);pointer-events:none;will-change:transform,opacity}.ecos-message-move-0{animation:ecos-move-diagonal-up-right 7s ease-in-out forwards}.ecos-message-move-1{animation:ecos-move-diagonal-down-left 7s ease-in-out forwards}.ecos-message-move-2{animation:ecos-move-horizontal-right 7s ease-in-out forwards}.ecos-message-move-3{animation:ecos-move-vertical-down 7s ease-in-out forwards}.ecos-message-author{font-size:1.2rem;font-weight:600;margin-bottom:8px;opacity:.9}.ecos-message-text{font-size:1.8rem;line-height:1.4;word-wrap:break-word;font-weight:500}@keyframes ecos-move-diagonal-up-right{0%{opacity:0;transform:translate3d(0,20px,0) scale(.85)}5%{opacity:1;transform:translateZ(0) scale(1)}70%{opacity:1;transform:translate3d(var(--delta-x, 0px),var(--delta-y, 0px),0) scale(1.05)}to{opacity:0;transform:translate3d(calc(var(--delta-x, 0px) + 10px),calc(var(--delta-y, 0px) - 15px),0) scale(.9)}}@keyframes ecos-move-diagonal-down-left{0%{opacity:0;transform:translate3d(0,-20px,0) scale(.85)}5%{opacity:1;transform:translateZ(0) scale(1)}70%{opacity:1;transform:translate3d(var(--delta-x, 0px),var(--delta-y, 0px),0) scale(1.05)}to{opacity:0;transform:translate3d(calc(var(--delta-x, 0px) - 10px),calc(var(--delta-y, 0px) + 15px),0) scale(.9)}}@keyframes ecos-move-horizontal-right{0%{opacity:0;transform:translate3d(-30px,0,0) scale(.85)}5%{opacity:1;transform:translateZ(0) scale(1)}70%{opacity:1;transform:translate3d(var(--delta-x, 0px),var(--delta-y, 0px),0) scale(1.05)}to{opacity:0;transform:translate3d(calc(var(--delta-x, 0px) + 20px),var(--delta-y, 0px),0) scale(.9)}}@keyframes ecos-move-vertical-down{0%{opacity:0;transform:translate3d(0,-30px,0) scale(.85)}5%{opacity:1;transform:translateZ(0) scale(1)}70%{opacity:1;transform:translate3d(var(--delta-x, 0px),var(--delta-y, 0px),0) scale(1.05)}to{opacity:0;transform:translate3d(var(--delta-x, 0px),calc(var(--delta-y, 0px) + 20px),0) scale(.9)}}.game-board{min-height:400px;padding:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center}.game-board.waiting{text-align:center}.game-board.waiting h2{color:#fff;font-size:2rem;margin-bottom:1rem}.game-board.waiting p{color:#ffffffb3;font-size:1.2rem}.game-board.playing{align-items:stretch;justify-content:flex-start}.host-main-ecos-fullscreen .game-board.playing{padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;min-height:100vh!important;height:100vh!important;overflow:hidden}.game-board.finished{text-align:center}.game-board.finished h2{color:#fff;font-size:2.5rem;margin-bottom:2rem}.leaderboard{width:100%;max-width:600px}.leaderboard h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.ranking-subtitle{color:#ffffffb3;font-size:.95rem;margin-bottom:1.5rem;font-style:italic}.leaderboard-list{display:flex;flex-direction:column;gap:1rem}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 15px #ff6b3526,inset 0 0 10px #ff6b3514;transition:transform .2s,background .2s}.leaderboard-item:hover{transform:translate(5px);background:#323232e6;border-color:#ff6b3580;box-shadow:0 0 20px #ff6b3540,inset 0 0 15px #ff6b351f}.leaderboard-item .rank{font-size:1.5rem;font-weight:700;color:#ff6b35;min-width:50px}.leaderboard-item .name{flex:1;color:#fff;font-size:1.2rem;font-weight:500;text-align:left;margin-left:1rem}.leaderboard-item .score{color:#ff6b35;font-size:1.3rem;font-weight:700}.leaderboard-item .prize{margin-left:1rem;padding:.35rem .75rem;border-radius:999px;background:#ffd7002e;border:1px solid rgba(255,215,0,.45);color:#ffeb8a;font-size:.85rem;font-weight:600;white-space:nowrap}.back-to-games-button{margin-top:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4ade80,#22c55e);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4ade804d;text-transform:uppercase;letter-spacing:.5px}.back-to-games-button:hover{background:linear-gradient(135deg,#22c55e,#16a34a);transform:translateY(-2px);box-shadow:0 6px 20px #4ade8066}.back-to-games-button:active{transform:translateY(0);box-shadow:0 2px 10px #4ade804d}.back-to-games-button:focus{outline:none;box-shadow:0 0 0 3px #4ade804d}.no-players{color:#ffffffb3;font-size:1.1rem;text-align:center;padding:2rem}.question-manager-dialog-paper{background:transparent;box-shadow:none;overflow:visible;max-height:90vh;display:flex;flex-direction:column}.question-manager-close{position:absolute!important;top:5px!important;right:5px!important;width:40px!important;height:40px!important;color:#000000b3!important;background:#0000000d!important;transition:all .25s ease!important;z-index:5}.question-manager-close:hover{background:#ef44441a!important;color:#ef4444!important;transform:scale(1.1)}.question-manager{position:relative;padding:3.5rem;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;gap:2.5rem;overflow-y:hidden;overflow-x:hidden;width:100%;max-height:90vh}.question-manager::-webkit-scrollbar{width:8px}.question-manager::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.question-manager::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.question-manager::-webkit-scrollbar-thumb:hover{background:#0000004d}.question-manager-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.header-title-section{display:flex;flex-direction:column;gap:.25rem}.question-manager-header h3{margin:0;color:#1a1a1a;font-size:1.3rem;font-weight:700}.header-subtitle{font-size:.85rem;color:#0009}.question-manager-actions{display:flex;gap:1rem;flex-wrap:wrap}.prizes-manager{padding:1rem;border-radius:10px;background:#fff8e1;border:1px solid rgba(255,193,7,.4);box-shadow:inset 0 0 12px #ffc1071a;display:flex;flex-direction:column;gap:.75rem}.prizes-manager-header{display:flex;flex-direction:column;gap:.25rem}.prizes-manager-header h4{margin:0;color:#f57c00;font-size:1.05rem;font-weight:600}.prizes-helper{font-size:.85rem;color:#0009}.prizes-list{display:flex;flex-direction:column;gap:.75rem}.prizes-placeholder{margin:0;color:#00000080;font-style:italic}.prize-row{display:flex;align-items:center;gap:.75rem}.prize-label{min-width:32px;height:32px;border-radius:8px;background:#ffc10733;color:#f57c00;display:flex;align-items:center;justify-content:center;font-weight:700}.prize-input{flex:1;padding:.65rem .75rem;border-radius:8px;border:2px solid rgba(255,193,7,.4);background:#fff;font-size:.95rem;font-family:inherit;color:#000}.prize-input:focus{outline:none;border-color:#ffc107cc;background:#fff;box-shadow:0 0 0 3px #ffc1071a}.prize-remove{border:none;background:#ef444459;color:#fff;border-radius:6px;padding:.35rem .65rem;cursor:pointer;transition:background .2s,transform .2s}.prize-remove:hover{background:#ef444499;transform:translateY(-1px)}.prize-add-button{align-self:flex-start;padding:.5rem 1rem;border-radius:6px;border:1px solid rgba(255,193,7,.5);background:#ffc1071a;color:#f57c00;cursor:pointer;font-weight:600;transition:background .2s,transform .2s}.prize-add-button:hover{background:#ffc10733;transform:translateY(-1px)}.answer-time-manager{padding:1rem;border-radius:10px;background:#e3f2fd;border:1px solid rgba(33,150,243,.4);box-shadow:inset 0 0 12px #2196f31a;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.answer-time-header{display:flex;flex-direction:column;gap:.25rem}.answer-time-header h4{margin:0;color:#1976d2;font-size:1.05rem;font-weight:600}.answer-time-helper{font-size:.85rem;color:#0009}.answer-time-input-container{display:flex;align-items:center;gap:.75rem}.answer-time-input{flex:1;max-width:120px;padding:.65rem .75rem;border-radius:8px;border:2px solid rgba(33,150,243,.4);background:#fff;font-size:.95rem;font-family:inherit;color:#000;text-align:center;font-weight:600}.answer-time-input:focus{outline:none;border-color:#2196f3cc;background:#fff;box-shadow:0 0 0 3px #2196f31a}.answer-time-unit{color:#000000b3;font-size:.9rem;font-weight:500}.answer-time-note{margin:0;font-size:.8rem;color:#00000080;font-style:italic}.add-question-button,.save-questions-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.add-question-button{background:#0000000d;color:#1a1a1a;border:2px solid rgba(0,0,0,.15)}.add-question-button:hover{background:#0000001a;border-color:#00000040;transform:translateY(-2px)}.add-question-button.compact{padding:.5rem 1rem;font-size:.85rem}.toggle-expand-button{padding:.5rem .85rem;border:2px solid rgba(0,0,0,.15);border-radius:8px;background:#0000000a;color:#1a1a1a;font-size:.82rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}.toggle-expand-button:hover{transform:translateY(-1px);background:#00000014;border-color:#00000040}.save-questions-button{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;box-shadow:0 4px 12px #4ade804d}.save-questions-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #4ade8066}.questions-container{flex:1;min-height:0;display:flex;flex-direction:column}.questions-column{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:hidden}.questions-column-header{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:0;z-index:2;background:inherit;padding-bottom:.25rem}.questions-header-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.questions-header-actions{display:flex;align-items:center;gap:.5rem}.questions-count{color:#000c;font-weight:600;font-size:.95rem}.search-results{color:#00000080;font-weight:400}.search-container{position:relative;display:flex;align-items:center}.questions-search{width:100%;padding:.65rem 2.5rem .65rem .75rem;border-radius:8px;border:2px solid rgba(0,0,0,.15);background:#00000008;color:#1a1a1a;font-size:.9rem;font-family:inherit;transition:all .2s}.questions-search::placeholder{color:#0006}.questions-search:focus{outline:none;border-color:#ff6b3580;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.clear-search{position:absolute;right:.5rem;width:24px;height:24px;border:none;background:#0000001a;color:#1a1a1a;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s}.clear-search:hover{background:#00000026;transform:scale(1.1)}.questions-list{display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;padding-bottom:.5rem;min-height:0}.questions-list::-webkit-scrollbar{width:8px}.questions-list::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.questions-list::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.questions-list::-webkit-scrollbar-thumb:hover{background:#0000004d}.no-questions-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;gap:1rem}.no-questions-icon{font-size:3rem;margin:0;opacity:.5}.no-questions{margin:0;color:#0009;font-size:1rem}.add-first-question,.clear-search-link{padding:.75rem 1.5rem;border-radius:8px;border:2px solid rgba(255,107,53,.4);background:#ff6b351a;color:#ff6b35;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.add-first-question:hover,.clear-search-link:hover{background:#ff6b3533;border-color:#ff6b3599;transform:translateY(-2px)}.clear-search-link{background:transparent;border:1px solid rgba(0,0,0,.2);padding:.5rem 1rem;color:#000000b3}.clear-search-link:hover{background:#0000000d;border-color:#0000004d}.question-card-wrapper{position:relative;display:flex;align-items:stretch;gap:.5rem}.question-card{flex:1;display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;padding:.85rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);background:#f8f9fa;color:#1a1a1a;transition:all .2s;text-align:left;min-height:80px;position:relative}.question-card-content{flex:1;display:flex;flex-direction:column;gap:.5rem;cursor:pointer}.question-card:hover{transform:translate(2px);border-color:#ff6b3566;background:#fff;box-shadow:0 4px 12px #0000001a}.question-card-delete-button{flex-shrink:0;display:flex;align-items:flex-start}.question-card.selected{border-color:#4ade80b3;box-shadow:0 0 0 2px #4ade804d,0 4px 12px #4ade8026;background:#f0fdf4}.question-card.incomplete{border-color:#facc1580;background:#fffbeb}.question-card-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.question-card-actions{display:flex;align-items:center;gap:.25rem}.question-number{color:#000c;font-weight:700;font-size:.85rem}.incomplete-badge{font-size:.75rem;opacity:.8}.question-preview{color:#1a1a1a;font-size:.9rem;font-weight:500;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1}.question-preview.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:initial;overflow:visible;text-overflow:initial}.empty-question{color:#0006;font-style:italic}.question-answer-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;background:#4ade8033;color:#000;font-size:.75rem;font-weight:600;margin-top:auto}.question-delete-icon{padding:.25rem!important;color:#ef4444b3!important;transition:all .2s!important}.question-delete-icon:hover{background:#ef44441a!important;color:#ef4444!important}.question-editor-dialog-paper{background:#fff!important;border-radius:12px!important;max-width:800px!important;max-height:90vh!important}.set-questions-dialog-paper{background:#111827!important;border-radius:12px!important;max-height:90vh!important;border:1px solid rgba(255,255,255,.12)}.questions-modal{display:flex;flex-direction:column;max-height:90vh;padding:1rem 1rem 1.25rem;gap:.75rem}.questions-modal-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#f9fafb;padding:0 .25rem .5rem;border-bottom:1px solid rgba(255,255,255,.12)}.questions-modal-header h4{margin:0;font-size:1rem}.question-editor-modal{padding:0;display:flex;flex-direction:column;max-height:90vh}.question-editor-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.question-editor-header-actions{display:flex;align-items:center;gap:.5rem}.question-editor{width:100%;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;min-height:0;overflow-y:auto;flex:1}.question-editor::-webkit-scrollbar{width:8px}.question-editor::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.question-editor::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.question-editor::-webkit-scrollbar-thumb:hover{background:#0000004d}.question-editor-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.question-editor-title h4{margin:0;color:#1a1a1a;font-size:1.2rem}.question-editor-subtitle{font-size:.75rem;color:#00000080;letter-spacing:.5px;display:block}.delete-btn.inline{color:#ef4444!important;padding:.5rem!important;transition:all .2s!important}.delete-btn.inline:hover{background:#ef44441a!important;color:#dc2626!important}.question-editor-close-button,.questions-modal-close-button,.question-editor-close-button .MuiSvgIcon-root,.questions-modal-close-button .MuiSvgIcon-root{color:#fff!important}.question-editor-close-button:hover,.questions-modal-close-button:hover{background-color:#ffffff1f!important}.question-editor-body{flex:1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.25rem}.question-editor-body::-webkit-scrollbar{width:6px}.question-editor-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.input-label{font-size:.85rem;font-weight:600;color:#000000b3;text-transform:uppercase;letter-spacing:.6px}.question-input{width:100%;padding:.75rem;border:2px solid rgba(0,0,0,.15);border-radius:10px;background:#fff;font-size:1rem;font-family:inherit;color:#000;resize:vertical;min-height:90px}.question-input:focus{outline:none;border-color:#3b82f6b3;background:#fff;box-shadow:0 0 0 3px #3b82f626}.options-editor{display:flex;flex-direction:column;gap:.75rem}.options-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:#0009}.options-header label{font-weight:600;color:#1a1a1a}.options-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.add-option-button{padding:.4rem .75rem;border-radius:6px;border:1px solid rgba(59,130,246,.4);background:#3b82f61a;color:#3b82f6;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.add-option-button:hover{background:#3b82f633;border-color:#3b82f699;transform:translateY(-1px)}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem}.option-editor-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.6rem;transition:all .2s ease}.option-editor-card.correct-option{background:#4ade8014;border:2px solid rgba(74,222,128,.4);box-shadow:0 0 0 2px #4ade801a}.option-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.option-index{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f659;color:#fff;font-weight:700;flex-shrink:0;transition:all .2s ease}.option-index.correct-index{background:#4ade80cc;color:#fff}.remove-option-button{padding:.25rem!important;color:#ef4444b3!important;transition:all .2s!important;flex-shrink:0}.remove-option-button:hover{background:#ef44441a!important;color:#ef4444!important}.option-input{width:100%;padding:.6rem .75rem;border-radius:8px;border:2px solid rgba(0,0,0,.15);background:#fff;font-size:.95rem;font-family:inherit;color:#000}.option-input:focus{outline:none;border-color:#3b82f6a6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.option-radio{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#000000b3;transition:color .2s ease;cursor:pointer}.option-radio.correct-radio{color:#16a34a;font-weight:600}.option-radio input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#4ade80}.option-radio.correct-radio input[type=radio]{accent-color:#22c55e;width:20px;height:20px}.editor-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.save-btn,.cancel-btn{padding:.5rem 1.1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}.save-btn{background:#4ade80;color:#fff;box-shadow:0 6px 15px #4ade8059}.save-btn:hover{background:#22c55e;transform:translateY(-1px);box-shadow:0 10px 20px #22c55e73}.cancel-btn{background:#0000000d;color:#1a1a1a;border:1px solid rgba(0,0,0,.15)}.cancel-btn:hover{background:#0000001a;border-color:#00000040;transform:translateY(-1px)}@media(max-width:640px){.question-manager{padding:1rem;overflow-y:auto;max-height:none}.question-manager-actions{width:100%;justify-content:space-between}.questions-column-header{position:static;flex-direction:column;align-items:stretch}.add-question-button.compact{width:100%}.questions-header-actions{width:100%;flex-direction:column;align-items:stretch}.toggle-expand-button{width:100%}.questions-list{overflow-y:visible}.question-editor{padding:1rem}.editor-actions{flex-direction:column;align-items:stretch}.editor-actions button{width:100%}.question-manager-close{top:.75rem;right:.75rem;width:36px;height:36px}}.sets-selector-container{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid rgba(0,0,0,.08);margin-bottom:1.5rem}.sets-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.sets-selector-title{margin:0;font-size:1.2rem;font-weight:700;color:#1a1a1a}.create-set-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4ade804d}.create-set-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4ade8066}.create-set-button:active{transform:translateY(0)}.no-sets-message{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;border:2px dashed rgba(0,0,0,.1)}.no-sets-icon{font-size:3rem;margin:0 0 1rem;opacity:.5}.no-sets-text{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.no-sets-hint{font-size:.9rem;color:#0009;margin:0 0 1.5rem}.create-first-set-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4ade804d}.create-first-set-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4ade8066}.sets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.set-card{background:#fff;border:2px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;transition:all .2s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.set-card-content{flex:1;cursor:pointer}.set-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.set-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#3b82f64d}.set-card:hover:before{transform:scaleX(1)}.set-card-content:hover{cursor:pointer}.set-card.selected{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.set-card.selected:before{transform:scaleX(1)}.set-card.default{border-color:#fbbf24;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.set-card.default:before{background:linear-gradient(90deg,#fbbf24,#f59e0b);transform:scaleX(1)}.set-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.set-card-title-section{display:flex;flex-direction:column;gap:.5rem;flex:1}.set-card-name{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.3}.default-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;width:fit-content;box-shadow:0 2px 4px #fbbf244d}.set-card-selected-indicator{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;box-shadow:0 2px 8px #3b82f666}.set-card-stats{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.set-stat{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#00000008;border-radius:8px;flex:1;min-width:fit-content}.set-stat-icon{font-size:1.1rem}.set-stat-value{font-weight:700;color:#1a1a1a;font-size:1rem}.set-stat-label{font-size:.85rem;color:#0009}.set-card-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.set-action-button{flex:1;padding:.6rem 1rem;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.25rem}.set-action-button.default-action{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 6px #3b82f64d}.set-action-button.default-action:hover{transform:translateY(-1px);box-shadow:0 4px 10px #3b82f666}.set-action-button.delete-action{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef44444d}.set-action-button.delete-action:hover{transform:translateY(-1px);box-shadow:0 4px 10px #ef444466}@media(max-width:768px){.sets-grid{grid-template-columns:1fr}.sets-selector-header{flex-direction:column;align-items:stretch}.create-set-button{width:100%;justify-content:center}.set-card-actions{flex-direction:column}.set-action-button{width:100%}}.question-manager{background:#111827;border-color:#ffffff1a;color:#e5e7eb;box-shadow:0 14px 44px #00000073}.questions-modal .questions-container{overflow:hidden}.question-manager::-webkit-scrollbar-track,.questions-list::-webkit-scrollbar-track,.question-editor::-webkit-scrollbar-track{background:#ffffff14}.question-manager::-webkit-scrollbar-thumb,.questions-list::-webkit-scrollbar-thumb,.question-editor::-webkit-scrollbar-thumb{background:#ffffff3d}.question-manager::-webkit-scrollbar-thumb:hover,.questions-list::-webkit-scrollbar-thumb:hover,.question-editor::-webkit-scrollbar-thumb:hover{background:#ffffff59}.question-manager-close{color:#ffffffbf!important;background:#ffffff14!important}.question-manager-header{border-bottom-color:#ffffff1f}.question-manager-header h3,.sets-selector-title,.set-card-name,.question-preview,.options-header label,.question-editor-title h4{color:#f9fafb}.header-subtitle,.questions-count,.search-results,.set-stat-label,.no-sets-hint,.no-questions,.question-editor-subtitle,.input-label,.option-radio{color:#e5e7ebbf}.add-question-button{background:#ffffff14;color:#f3f4f6;border-color:#ffffff2e}.toggle-expand-button{border-color:#ffffff2e;background:#ffffff14;color:#f3f4f6}.toggle-expand-button:hover,.add-question-button:hover{background:#ffffff24;border-color:#ffffff47}.questions-search{border-color:#ffffff29;background:#ffffff0f;color:#f9fafb}.questions-search::placeholder,.empty-question{color:#ffffff7a}.questions-search:focus{background:#111827e6}.clear-search{background:#ffffff26;color:#f3f4f6}.clear-search-link{border-color:#ffffff3d;color:#f3f4f6e0}.clear-search-link:hover{background:#ffffff14;border-color:#ffffff57}.question-card{background:#1f2937;border-color:#ffffff1a;color:#f3f4f6}.question-card:hover{background:#243244;box-shadow:0 6px 16px #00000059}.question-number{color:#ffffffd9}.question-card.selected{background:#16653442}.question-card.incomplete{background:#78350f59}.question-answer-badge{background:#4ade8047;color:#eafff3}.question-editor-dialog-paper{background:#111827!important;border:1px solid rgba(255,255,255,.12)}.question-editor-modal-header{border-bottom-color:#ffffff1f}.question-input,.option-input{border-color:#ffffff29;background:#1f2937;color:#f9fafb}.options-header{color:#e5e7ebbf}.option-editor-card{background:#1f2937;border-color:#ffffff1f}.option-editor-card.correct-option{background:#16a34a33}.cancel-btn{background:#ffffff14;color:#f3f4f6;border-color:#ffffff2e}.cancel-btn:hover{background:#ffffff24;border-color:#ffffff47}.sets-selector-container{background:linear-gradient(135deg,#1f2937,#111827);border-color:#ffffff1a}.no-sets-message{background:#111827;border-color:#fff3}.no-sets-text,.set-stat-value{color:#f9fafb}.set-card{background:#1f2937;border-color:#ffffff1a}.set-card:hover{box-shadow:0 8px 18px #00000059}.set-card.selected{background:linear-gradient(135deg,#1e40af57,#2563eb33)}.set-card.default{background:linear-gradient(135deg,#92400e66,#b453093d)}.set-stat{background:#ffffff14}.set-card-actions{border-top-color:#ffffff1f}.question-set-name-dialog-paper{background:#111827!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important}.question-set-name-dialog{padding:1.5rem}.question-set-name-title{margin:0 0 1rem;color:#f9fafb}.question-set-name-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#1f2937;color:#f9fafb;margin-bottom:1rem}.question-set-name-input:focus{outline:none;border-color:#4ade80b3;box-shadow:0 0 0 3px #4ade8033}.question-set-name-actions{display:flex;gap:.5rem;justify-content:flex-end}.question-set-name-cancel,.question-set-name-create{padding:.55rem 1rem;border-radius:8px;cursor:pointer;font-weight:600}.question-set-name-cancel{border:1px solid rgba(255,255,255,.24);background:transparent;color:#e5e7eb}.question-set-name-create{border:none;background:#22c55e;color:#fff}.host-manager-closed-placeholder{text-align:center;padding:2rem 1.5rem;max-width:420px;margin:0 auto;border-radius:14px;border:1px dashed rgba(148,163,184,.4);background:#1e293b73;color:#e2e8f0}.host-manager-closed-placeholder--tap{padding:1.35rem 1.35rem 1.25rem;max-width:min(100%,560px);border-style:solid;border-color:#60a5fa59;background:#1e293b8c;text-align:left}.host-manager-config-guide{margin-bottom:1.15rem}.host-manager-config-guide-lead{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:#f8fafc;letter-spacing:-.02em}.host-manager-config-guide-text{margin:0 0 .75rem;font-size:.9rem;line-height:1.55;color:#e2e8f0eb}.host-manager-config-guide-text strong{color:#e0e7ff;font-weight:600}.host-manager-config-guide-foot{margin:0;font-size:.82rem;line-height:1.45;color:#94a3b8f2}.host-manager-closed-placeholder--tap .host-manager-closed-placeholder-btn{width:100%;max-width:100%;min-height:48px;font-size:.95rem;font-weight:600;text-align:center}.host-manager-closed-placeholder-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:#f8fafc}.host-manager-closed-placeholder-hint{margin:0 0 1.25rem;font-size:.88rem;line-height:1.5;color:#cbd5e1e0}.host-manager-closed-placeholder-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.6rem 1.35rem;border-radius:999px;border:1px solid rgba(96,165,250,.55);background:#2563eb59;color:#dbeafe;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.host-manager-closed-placeholder-btn:hover{background:#2563eb8c;border-color:#93c5fdbf;box-shadow:0 0 18px #3b82f640}.host-manager-closed-placeholder-btn:focus-visible{outline:2px solid rgba(96,165,250,.85);outline-offset:2px}.question-manager.roulette-manager{gap:1.25rem;padding:2.5rem 2rem 2rem;max-height:min(92vh,900px);overflow-y:auto;overflow-x:hidden}.roulette-manager-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.roulette-manager-top-meta{flex:1;min-width:200px}.roulette-manager-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.85rem 1rem;background:linear-gradient(135deg,#f8fafcf2,#f1f5f9fa);border:1px solid rgba(15,23,42,.08);border-radius:10px}.roulette-toolbar-field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.roulette-toolbar-field label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f172a8c}.roulette-toolbar-field input[type=number]{width:5.5rem;padding:.45rem .55rem;border-radius:8px;border:1px solid rgba(15,23,42,.15);font-size:.95rem;font-weight:600}.roulette-toolbar-hint{margin:0;font-size:.78rem;line-height:1.35;color:#0f172a80;max-width:36ch}.roulette-set-switcher{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}.roulette-set-switcher-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a73}.roulette-set-select{width:100%;max-width:100%;padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(15,23,42,.12);font-size:.95rem;font-weight:600;background:#fff;color:#0f172a}.roulette-sets-scroll{max-height:min(42vh,400px);min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 6px 14px 0;margin-bottom:.5rem;box-sizing:border-box}.roulette-sets-scroll .sets-grid{padding-bottom:4px}.roulette-sets-scroll .set-card{overflow:visible;min-height:min-content}.roulette-sets-scroll::-webkit-scrollbar{width:6px}.roulette-sets-scroll::-webkit-scrollbar-thumb{background:#64748b59;border-radius:999px}.roulette-manager-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:1rem;align-items:stretch;min-height:280px;max-height:min(52vh,480px)}.roulette-list-column{display:flex;flex-direction:column;min-height:0;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff9;overflow:hidden}.roulette-list-column .questions-column-header{flex-shrink:0}.roulette-list-column .questions-list{flex:1;min-height:0;overflow-y:auto;max-height:none}.roulette-editor-column{display:flex;flex-direction:column;min-height:0;border:1px solid rgba(245,158,11,.35);border-radius:12px;background:linear-gradient(180deg,#fffbebf2,#fff 40%);overflow:hidden}.roulette-editor-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1.25rem;color:#0f172a73}.roulette-editor-empty-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.65}.roulette-editor-empty p{margin:0;font-size:.9rem;line-height:1.45;max-width:240px}.roulette-item-editor-panel{display:flex;flex-direction:column;min-height:0;flex:1;overflow-y:auto}.roulette-item-editor-panel .question-editor-modal{box-shadow:none;border:none;border-radius:0;max-height:none}.roulette-item-editor-panel .question-editor{padding-bottom:.5rem}.roulette-card-reorder{display:flex;flex-direction:column;gap:2px;margin-right:4px;flex-shrink:0}.roulette-card-reorder button{width:28px;height:24px;padding:0;border:1px solid rgba(15,23,42,.12);border-radius:6px;background:#f8fafce6;font-size:.65rem;line-height:1;cursor:pointer;color:#0f172aa6;transition:background .15s ease,border-color .15s ease}.roulette-card-reorder button:hover:not(:disabled){background:#fff;border-color:#f59e0b80;color:#b45309}.roulette-card-reorder button:disabled{opacity:.35;cursor:not-allowed}.roulette-question-card-inner{display:flex;align-items:stretch;gap:0;width:100%;min-width:0}.roulette-question-card-inner .question-card{flex:1;min-width:0}.roulette-create-set-modal{padding:1.5rem}.roulette-create-set-modal h3{margin:0 0 1rem;font-size:1.15rem;color:#0f172a}.roulette-create-set-modal input[type=text]{width:100%;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(15,23,42,.15);font-size:1rem;margin-bottom:1.25rem;box-sizing:border-box}.roulette-create-set-modal input[type=text]:focus{outline:none;border-color:#f59e0ba6;box-shadow:0 0 0 3px #f59e0b26}.roulette-create-set-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.roulette-create-set-actions button{padding:.55rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent}.roulette-create-set-cancel{background:transparent;border-color:#0f172a33;color:#334155}.roulette-create-set-cancel:hover{background:#0f172a0a}.roulette-create-set-submit{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;box-shadow:0 2px 10px #d9770659}.roulette-create-set-submit:hover{filter:brightness(1.05)}.roulette-search-hint{margin:.35rem 0 0;font-size:.78rem;color:#0f172a80}@media(min-width:901px){.roulette-set-switcher{display:none}}@media(max-width:900px){.roulette-sets-scroll .sets-grid{display:none}.roulette-dark-modal-body{grid-template-columns:1fr}.roulette-dark-list-column{max-height:38vh}.roulette-dark-editor-column{min-height:220px;border-top:1px solid rgba(255,255,255,.08)}}.roulette-category-split{margin-top:.25rem}.roulette-category-split-intro{margin:0 0 1rem;font-size:.88rem;line-height:1.5;color:#0f172aa6}.roulette-category-split-intro strong{color:#0f172ae0}.roulette-category-split-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:560px){.roulette-category-split-buttons{grid-template-columns:1fr}}.roulette-cat-btn{position:relative;display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#1a1a1f;color:#f1f5f9;cursor:pointer;text-align:left;overflow:hidden;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.roulette-cat-btn:hover{transform:translateY(-2px);border-color:#ffffff2e;box-shadow:0 12px 36px #00000059}.roulette-cat-btn:focus-visible{outline:2px solid rgba(96,165,250,.85);outline-offset:2px}.roulette-cat-btn-glow{position:absolute;inset:0;opacity:.12;pointer-events:none}.roulette-cat-btn--challenge .roulette-cat-btn-glow{background:radial-gradient(circle at 20% 50%,rgba(251,191,36,.9),transparent 55%)}.roulette-cat-btn--prize .roulette-cat-btn-glow{background:radial-gradient(circle at 80% 40%,rgba(52,211,153,.85),transparent 50%)}.roulette-cat-btn--challenge{box-shadow:inset 0 0 0 1px #f59e0b26}.roulette-cat-btn--prize{box-shadow:inset 0 0 0 1px #10b98126}.roulette-cat-btn-icon{position:relative;font-size:1.85rem;line-height:1;flex-shrink:0}.roulette-cat-btn-text{position:relative;display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.roulette-cat-btn-label{font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.roulette-cat-btn-desc{font-size:.75rem;color:#e2e8f08c;line-height:1.3}.roulette-cat-btn-count{position:relative;flex-shrink:0;min-width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1rem;font-weight:800;background:#00000059;border:1px solid rgba(255,255,255,.12)}.roulette-cat-btn--challenge .roulette-cat-btn-count{color:#fcd34d}.roulette-cat-btn--prize .roulette-cat-btn-count{color:#6ee7b7}.roulette-dark-modal-backdrop{background-color:#000000d9!important}.roulette-dark-modal-paper{background:linear-gradient(165deg,#12121a,#1a1a22 42%,#0f0f14)!important;color:#e5e7eb!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.07)!important;box-shadow:0 28px 90px #000000bf!important;max-height:min(92vh,760px)!important;margin:12px!important}.roulette-dark-modal{display:flex;flex-direction:column;max-height:min(88vh,720px);min-height:0}.roulette-dark-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem .85rem;border-bottom:1px solid rgba(255,255,255,.07)}.roulette-dark-modal-title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#fafafa}.roulette-dark-modal-sub{margin:.35rem 0 0;font-size:.82rem;color:#cbd5e1a6;line-height:1.4}.roulette-dark-modal-close{color:#e2e8f0d9!important;background:#ffffff0f!important}.roulette-dark-modal-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:0;flex:1;min-height:0;border-bottom:1px solid rgba(255,255,255,.06)}.roulette-dark-list-column{display:flex;flex-direction:column;min-height:0;padding:.85rem;border-right:1px solid rgba(255,255,255,.06)}.roulette-dark-list-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem}.roulette-dark-search-wrap{position:relative;flex:1;min-width:140px}.roulette-dark-search{width:100%;box-sizing:border-box;padding:.55rem 2rem .55rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000059;color:#f1f5f9;font-size:.88rem}.roulette-dark-search::placeholder{color:#94a3b8a6}.roulette-dark-search:focus{outline:none;border-color:#60a5fa8c;box-shadow:0 0 0 2px #2563eb40}.roulette-dark-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:8px;background:#ffffff14;color:#cbd5e1;cursor:pointer;font-size:.85rem}.roulette-dark-add-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-radius:10px;border:1px solid rgba(96,165,250,.45);background:#2563eb40;color:#bfdbfe;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.roulette-dark-add-btn:hover{background:#2563eb66;border-color:#93c5fd8c}.roulette-dark-reorder-hint{margin:0 0 .5rem;font-size:.72rem;color:#94a3b8d9}.roulette-dark-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem;padding-right:2px}.roulette-dark-list::-webkit-scrollbar{width:5px}.roulette-dark-list::-webkit-scrollbar-thumb{background:#64748b73;border-radius:999px}.roulette-dark-empty{text-align:center;padding:2rem 1rem;color:#94a3b8e6;font-size:.88rem}.roulette-dark-empty-icon{display:block;font-size:2.25rem;margin-bottom:.5rem;opacity:.75}.roulette-dark-empty-cta{margin-top:.85rem;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#e2e8f0;font-weight:600;font-size:.85rem;cursor:pointer}.roulette-dark-empty-cta:hover{background:#ffffff1a}.roulette-dark-card{border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000047;transition:border-color .15s ease,box-shadow .15s ease}.roulette-dark-card.is-selected{border-color:#60a5fa8c;box-shadow:0 0 0 1px #3b82f640}.roulette-dark-card.is-incomplete{border-color:#fbbf2459}.roulette-dark-card-row{display:flex;align-items:stretch;gap:0;min-height:48px}.roulette-dark-reorder{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:4px 4px 4px 6px}.roulette-dark-reorder button{width:26px;height:22px;padding:0;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#e2e8f0bf;font-size:.6rem;cursor:pointer}.roulette-dark-reorder button:hover:not(:disabled){background:#ffffff1a;color:#fff}.roulette-dark-reorder button:disabled{opacity:.25;cursor:not-allowed}.roulette-dark-card-main{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit}.roulette-dark-card-num{flex-shrink:0;font-size:.72rem;font-weight:800;color:#94a3b8f2;width:1.75rem}.roulette-dark-card-preview{flex:1;min-width:0;font-size:.84rem;line-height:1.35;color:#e2e8f0}.roulette-dark-card-placeholder{color:#94a3b8bf;font-style:italic}.roulette-dark-card-warn{flex-shrink:0;font-size:.9rem}.roulette-dark-card-delete{color:#f87171e6!important;align-self:center;margin-right:4px}.roulette-dark-editor-column{display:flex;flex-direction:column;min-height:0;background:#0003;padding:.65rem}.roulette-dark-editor-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.25rem;font-size:.86rem;line-height:1.45;color:#94a3b8d9}.roulette-dark-editor-placeholder span:first-child{font-size:2rem;margin-bottom:.35rem;opacity:.7}.roulette-dark-modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem 1rem}.roulette-dark-modal-footer p{margin:0;font-size:.78rem;color:#94a3b8e6;max-width:52ch;line-height:1.4}.roulette-dark-modal-footer strong{color:#e2e8f0}.roulette-dark-footer-done{padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#f1f5f9;font-weight:600;font-size:.85rem;cursor:pointer}.roulette-dark-footer-done:hover{background:#ffffff24}.roulette-editor-type-chips{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.roulette-editor-locked-type{margin:0 0 1rem;padding:.45rem .65rem;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:.82rem;color:#cbd5e1e0}.roulette-editor-charcount{margin:.25rem 0 0;font-size:.78rem;color:#00000080;text-align:right}.question-editor-modal--dark{background:transparent!important;border:none!important;box-shadow:none!important}.question-editor-modal--dark .question-editor-modal-header{border-bottom-color:#ffffff14}.question-editor-modal--dark .question-editor-title h4{color:#fafafa}.question-editor-modal--dark .question-editor-subtitle{color:#94a3b8e6}.question-editor-modal--dark .input-label{color:#e2e8f0e0!important}.question-editor-modal--dark .question-input{background:#00000059!important;border-color:#ffffff1f!important;color:#f1f5f9!important}.question-editor-modal--dark .question-input::placeholder{color:#94a3b88c}.question-editor-modal--dark .roulette-editor-charcount{color:#94a3b8bf}.question-editor-modal--dark .chip-button{border-color:#ffffff26;background:#00000040;color:#e2e8f0}.question-editor-modal--dark .chip-button.chip-selected{border-color:#60a5fa99;background:#2563eb59;color:#fff}.question-editor-modal--dark .cancel-btn{border-color:#fff3;background:transparent;color:#cbd5e1}.question-editor-modal--dark .save-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff}.question-editor-modal--dark .question-editor-header-actions .MuiIconButton-root{color:#e2e8f0d9}.table-qr-container{display:inline-block}.show-qr-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.show-qr-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.table-qr-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.table-qr-modal{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:30px;width:90%;max-width:500px;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.table-qr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.table-qr-header h3{margin:0;color:#fff;font-size:1.5rem}.close-qr-button{background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-qr-button:hover{background:#ffffff1a;color:#fff}.table-qr-content{display:flex;flex-direction:column;align-items:center;gap:20px}.qr-status{padding:8px 16px;border-radius:8px;font-weight:600;margin:0}.qr-status.active{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.qr-status.inactive{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.qr-hint{color:#ffffffb3;text-align:center;margin:0;font-size:.9rem}.qr-code-wrapper{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000004d}.room-id{color:#ffffffe6;margin:0;font-size:1rem}.room-id strong{color:#667eea;font-family:monospace}.qr-url-container{width:100%;background:#ffffff0d;padding:15px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.qr-url-label{color:#ffffffb3;font-size:.9rem;margin:0 0 8px}.qr-url{color:#fff;font-family:monospace;font-size:.85rem;word-break:break-all;margin:0 0 12px;padding:8px;background:#0000004d;border-radius:4px}.copy-url-button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;width:100%}.copy-url-button:hover{background:#ffffff26;transform:translateY(-1px)}@media(max-width:768px){.table-qr-modal{padding:20px;width:95%}.qr-code-wrapper{padding:15px}.table-qr-header h3{font-size:1.2rem}}.table-manager{padding:20px;background:#ffffff0d;border-radius:12px;margin-bottom:20px}.table-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.table-manager-header h3{margin:0;color:#fff;font-size:1.3rem}.create-table-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.create-table-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.loading-tables,.no-tables{text-align:center;padding:40px 20px;color:#ffffffb3}.no-tables-hint{font-size:.9rem;margin-top:10px;color:#ffffff80}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.table-card{background:#ffffff14;border:2px solid transparent;border-radius:12px;padding:15px;cursor:pointer;transition:all .3s ease}.table-card:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.table-card.selected{border-color:#667eea;background:#667eea26}.table-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.table-card-header h4{margin:0;color:#fff;font-size:1.1rem}.table-active-badge{background:#10b981;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.table-card-info{margin-bottom:10px}.table-card-info p{margin:5px 0;color:#fffc;font-size:.9rem}.table-card-info strong{color:#fff;font-size:1.1rem}.table-qr{font-size:.8rem;color:#fff9;font-family:monospace}.table-card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.delete-table-button{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.delete-table-button:hover{background:#ef44444d;transform:scale(1.05)}.create-table-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.create-table-modal{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:30px;width:90%;max-width:500px;box-shadow:0 20px 60px #00000080}.create-table-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.create-table-modal-header h3{margin:0;color:#fff;font-size:1.5rem}.close-modal-button{background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-modal-button:hover{background:#ffffff1a;color:#fff}.create-table-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#ffffffe6;font-weight:500;font-size:.95rem}.form-group input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;background:#ffffff26}.form-group input::placeholder{color:#fff6}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.cancel-button,.submit-button{padding:12px 24px;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#ffffff1a;color:#ffffffe6}.cancel-button:hover{background:#ffffff26}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.rankings-view{padding:0;background:transparent;width:100%;margin:0;min-height:100%;display:flex;flex-direction:column}.rankings-header{margin-bottom:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;padding:2rem 2.5rem;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.rankings-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:20px}.rankings-header h2{color:#fff;margin:0;font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ranking-toggle-section{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.ranking-toggle-label{display:flex;align-items:center;gap:15px;cursor:pointer}.toggle-label-text{color:#fff;font-size:1rem;font-weight:600;white-space:nowrap}.ranking-toggle-button{position:relative;width:60px;height:30px;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:15px;cursor:pointer;transition:all .3s;padding:0;display:flex;align-items:center;justify-content:flex-start}.ranking-toggle-button.enabled{background:#10b9814d;border-color:#10b98180}.ranking-toggle-button.disabled{background:#ef44444d;border-color:#ef444480}.ranking-toggle-button:disabled{opacity:.6;cursor:not-allowed}.toggle-switch{position:relative;width:100%;height:100%;display:flex;align-items:center}.toggle-slider{position:absolute;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s;left:3px;box-shadow:0 2px 4px #0003}.toggle-slider.active{transform:translate(30px);background:#10b981}.ranking-status-message{color:#ffffffb3;font-size:.85rem;margin:0;text-align:right;font-style:italic}.rankings-tabs{display:flex;gap:10px;background:#ffffff1a;padding:5px;border-radius:10px}.tab-button{background:transparent;border:none;color:#ffffffb3;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.tab-button:hover{color:#fff;background:#ffffff1a}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.ranking-beta-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.45rem;font-size:.65rem;font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:.05em;color:#fef3c7;background:#d977063d;border:1px solid rgba(245,158,11,.55);border-radius:999px;padding:.14rem .45rem;vertical-align:middle}.ranking-section{background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:16px;padding:2.5rem 3rem;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;width:100%;flex:1;align-items:start}@media(max-width:1400px){.ranking-section{grid-template-columns:1fr;gap:2.5rem}.winner-card,.ranking-list{grid-column:1 / -1}}.ranking-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:15px;grid-column:1 / -1}.ranking-section-header h3{color:#fff;margin:0;font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:12px}.ranking-status{display:flex;align-items:center}.status-badge{padding:8px 16px;border-radius:20px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0003}.status-badge.active{background:linear-gradient(135deg,#10b9814d,#10b98133);color:#10b981;border:2px solid rgba(16,185,129,.5)}.status-badge.finished{background:linear-gradient(135deg,#ef44444d,#ef444433);color:#ef4444;border:2px solid rgba(239,68,68,.5)}.loading-ranking,.no-ranking{text-align:center;padding:40px 20px;color:#ffffffb3}.winner-card{background:linear-gradient(135deg,#667eea40,#764ba240);border:2px solid rgba(102,126,234,.5);border-radius:20px;padding:3rem 4rem;margin-bottom:0;box-shadow:0 8px 32px #667eea4d,inset 0 0 20px #667eea1a;position:relative;overflow:hidden;grid-column:1;height:fit-content}.winner-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.winner-header{margin-bottom:20px;position:relative;z-index:1}.winner-label{color:#fffffff2;font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:10px}.winner-info{display:flex;flex-direction:column;gap:15px;position:relative;z-index:1}.winner-info h4{color:#fff;margin:0;font-size:2.5rem;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.5px}.winner-score{color:gold;font-size:2rem;font-weight:800;margin:0;text-shadow:0 2px 10px rgba(255,215,0,.4);display:flex;align-items:center;gap:10px}.winner-score:before{content:"⭐";font-size:1.5rem}.winner-table{color:#ffffffe6;margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px}.winner-table:before{content:"🍽️";font-size:1.2rem}.prize-info{margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.prize-description{color:#fff;font-size:1.1rem;font-weight:600;margin:5px 0}.prize-value{color:#fffc;margin:5px 0}.prize-awarded-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#10b9814d,#10b98133);color:#10b981;padding:12px 20px;border-radius:12px;font-weight:700;margin-top:15px;border:2px solid rgba(16,185,129,.4);box-shadow:0 2px 8px #10b98133;font-size:1rem}.award-prize-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:15px;align-self:flex-start;box-shadow:0 4px 15px #667eea4d;text-transform:uppercase;letter-spacing:.5px}.award-prize-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px #667eea80;background:linear-gradient(135deg,#7c8ef0,#8a5fb8)}.award-prize-button:disabled{opacity:.5;cursor:not-allowed}.ranking-list{margin-top:0;grid-column:2;height:fit-content}.ranking-list-wrapper{display:flex;flex-direction:column;gap:1.5rem}.ranking-list h4{color:#fff;margin-bottom:2rem;font-size:1.75rem;font-weight:700;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.3);display:flex;align-items:center;gap:12px}.no-players,.no-tables{text-align:center;padding:30px;color:#fff9}.players-list,.tables-list,.players-list-left,.players-list-right,.tables-list-left,.tables-list-right{display:flex;flex-direction:column;gap:12px}.ranking-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.25rem 1.75rem;display:flex;align-items:center;gap:1.5rem;position:relative;overflow:hidden}.ranking-item:nth-child(1){background:linear-gradient(135deg,#ffd70026,#ffd7000d);border-color:#ffd70066}.ranking-item:nth-child(2){background:linear-gradient(135deg,#c0c0c026,#c0c0c00d);border-color:#c0c0c066}.ranking-item:nth-child(3){background:linear-gradient(135deg,#cd7f3226,#cd7f320d);border-color:#cd7f3266}.rank-number{font-size:1.8rem;font-weight:800;min-width:60px;text-align:center;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.player-name,.table-name{flex:1;color:#fff;font-weight:700;font-size:1.2rem;letter-spacing:.3px}.player-table{color:#fffc;font-size:1rem;min-width:140px;font-weight:600;background:#ffffff1a;padding:6px 12px;border-radius:8px;text-align:center}.player-score,.table-score{color:gold;font-weight:800;font-size:1.4rem;min-width:120px;text-align:right;text-shadow:0 2px 8px rgba(255,215,0,.3);display:flex;align-items:center;justify-content:flex-end;gap:5px}.player-score:after,.table-score:after{content:" pts";font-size:.9rem;color:#ffffffb3;font-weight:600}.ranking-actions{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;grid-column:1 / -1}.finalize-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.finalize-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.finalize-button:disabled{opacity:.5;cursor:not-allowed}.reactivate-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.reactivate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.reactivate-button:disabled{opacity:.5;cursor:not-allowed}.ranking-section-header{position:relative}.ranking-section-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.5) 50%,transparent 100%)}.prize-info{background:#ffffff0d;padding:15px;border-radius:10px;margin-top:20px}.prize-description{font-size:1.15rem!important}.prize-value{font-size:1rem!important;margin-top:8px}.loading-ranking,.no-ranking{background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.no-players,.no-tables{background:#ffffff0d;border-radius:12px;padding:40px;border:1px dashed rgba(255,255,255,.2)}@media(max-width:1400px){.ranking-list-wrapper{grid-template-columns:1fr}.ranking-section{grid-template-columns:1fr;padding:2rem}}@media(max-width:768px){.rankings-view{padding:0}.rankings-header{padding:20px;margin-bottom:20px}.rankings-header-top{flex-direction:column;align-items:stretch}.rankings-header h2{font-size:1.8rem}.ranking-toggle-section{align-items:flex-start}.ranking-status-message{text-align:left}.ranking-section{padding:1.5rem;gap:2rem}.rankings-header{padding:1.5rem}.winner-card{padding:2rem}.winner-card{padding:25px}.winner-info h4{font-size:2rem}.winner-score{font-size:1.6rem}.ranking-item{flex-wrap:wrap;gap:12px;padding:15px 20px}.rank-number{min-width:50px;font-size:1.5rem}.player-name,.table-name{flex:1 1 100%;font-size:1.1rem}.player-table{min-width:auto;width:100%}.player-score,.table-score{min-width:auto;text-align:left;font-size:1.2rem}}.prize-config{padding:0;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.prize-config>h2{margin:0;color:#f9fafb;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.prize-config-loading{text-align:center;padding:3rem 1.5rem;color:#e2e8f0bf;background:#1a1a1dd9;border:1px solid rgba(255,255,255,.08);border-radius:14px}.prize-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:1.25rem}.prize-section{background:#1a1a1d;border-radius:14px;padding:1.25rem 1.35rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000059}.prize-section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.toggle-state{display:inline-flex;align-items:center;gap:.5rem}.toggle-state-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .5rem;border-radius:999px;border:1px solid transparent}.toggle-state.enabled .toggle-state-label{color:#bfdbfe;background:#1e40af59;border-color:#60a5fa80}.toggle-state.disabled .toggle-state-label{color:#fecaca;background:#7f1d1d59;border-color:#f8717173}.prize-section-header h3{color:#f1f5f9;margin:0;font-size:1.05rem;font-weight:600;line-height:1.35;display:inline-flex;align-items:center;gap:.5rem}.beta-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fef3c7;background:#d977063d;border:1px solid rgba(245,158,11,.55);border-radius:999px;padding:.12rem .45rem;line-height:1.2}.prize-form{display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group label{color:#e2e8f0eb;font-weight:600;font-size:.875rem}.form-help{margin:.15rem 0 0;font-size:.8125rem;line-height:1.45;color:#94a3b8f2;font-style:normal}.answer-time-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.answer-time-input{width:6.5rem;max-width:100%;padding:.65rem .75rem;text-align:center;font-weight:700;font-size:1rem;font-family:inherit;background:#0f0f11bf;border:1px solid rgba(148,163,184,.35);border-radius:10px;color:#fff;-webkit-text-fill-color:#ffffff;caret-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.answer-time-input:focus{outline:none;border-color:#3b82f6a6;box-shadow:0 0 0 3px #3b82f633;color:#fff;-webkit-text-fill-color:#ffffff}.answer-time-input:disabled{opacity:.5;cursor:not-allowed}.answer-time-suffix{color:#cbd5e1d9;font-size:.875rem;font-weight:500}.form-group input:not(.answer-time-input),.form-group textarea{background:#0f0f11bf;border:1px solid rgba(148,163,184,.28);border-radius:10px;padding:.65rem .85rem;color:#f9fafb;font-size:.9375rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f68c;box-shadow:0 0 0 3px #3b82f626}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b88c}.prize-form-actions{margin-top:.25rem;display:flex;justify-content:flex-start}.save-prize-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem 1.35rem;border:none;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(180deg,#3b5cf0,#1d4ed8 48%,#172554);box-shadow:0 4px 14px #0f172a80,0 0 18px #2563eb40;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.save-prize-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #0f172a8c,0 0 24px #3b82f659}.save-prize-button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.prize-config .toggle-switch{--switch-width: 52px;--switch-height: 28px;--track-border: 2px;--track-pad: 3px;--thumb-size: calc(var(--switch-height) - (var(--track-border) * 2) - (var(--track-pad) * 2));--thumb-travel: calc( var(--switch-width) - (var(--track-border) * 2) - (var(--track-pad) * 2) - var(--thumb-size) );position:relative;display:inline-block;width:var(--switch-width);height:var(--switch-height);flex-shrink:0;vertical-align:middle;margin:0;cursor:pointer}.prize-config .toggle-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.prize-config .toggle-track{position:absolute;inset:0;box-sizing:border-box;display:flex;align-items:center;padding:var(--track-pad);border-radius:999px;border:var(--track-border) solid rgba(255,255,255,.28);background:linear-gradient(180deg,#7f1d1d,#991b1b,#450a0a);box-shadow:inset 0 2px 6px #00000073,0 1px 3px #00000059;pointer-events:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.prize-config .toggle-thumb{width:var(--thumb-size);height:var(--thumb-size);flex-shrink:0;border-radius:50%;background:linear-gradient(180deg,#fff,#e2e8f0);box-shadow:0 2px 6px #00000073,0 0 0 1px #0f172a26;transform:translate(0);transition:transform .22s ease;pointer-events:none}.prize-config .toggle-switch input:checked~.toggle-track{background:linear-gradient(180deg,#3b82f6,#2563eb 45%,#1e3a8a);border-color:#bae6fd8c;box-shadow:inset 0 2px 6px #00000059,0 0 16px #3b82f659}.prize-config .toggle-switch input:checked~.toggle-track .toggle-thumb{transform:translate(var(--thumb-travel))}.prize-config .toggle-switch input:focus-visible~.toggle-track{box-shadow:inset 0 2px 6px #00000059,0 0 0 3px #3b82f673}.prize-config .toggle-switch:hover input:not(:disabled)~.toggle-track{border-color:#fff6}.trivia-prizes-manager{display:flex;flex-direction:column;gap:1.25rem}.trivia-prizes-helper{color:#cbd5e1d9;font-size:.875rem;margin:0;padding:.75rem 1rem;background:#0f0f1199;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.trivia-prizes-list{display:flex;flex-direction:column;gap:.75rem}.trivia-prizes-placeholder{color:#94a3b8bf;font-style:italic;text-align:center;padding:1.25rem}.trivia-prize-row{display:flex;align-items:center;gap:.75rem;background:#0f0f1180;padding:.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.trivia-prize-label{color:#e2e8f0;font-weight:600;min-width:40px;text-align:center;background:#3b82f640;padding:.45rem;border-radius:8px}.trivia-prize-input{flex:1;background:#0f0f11bf;border:1px solid rgba(148,163,184,.28);border-radius:10px;padding:.55rem .75rem;color:#f9fafb;font-size:.9rem;font-family:inherit}.trivia-prize-input:focus{outline:none;border-color:#3b82f68c}.trivia-prize-input::placeholder{color:#94a3b88c}.trivia-prize-input:disabled{opacity:.5;cursor:not-allowed}.trivia-prize-remove{background:#7f1d1d73;color:#fecaca;border:1px solid rgba(248,113,113,.35);border-radius:8px;padding:.45rem .65rem;cursor:pointer;font-size:1rem;transition:background .15s ease;min-width:36px}.trivia-prize-remove:hover:not(:disabled){background:#b91c1c8c}.trivia-prize-remove:disabled{opacity:.5;cursor:not-allowed}.trivia-prize-add-button{background:#1e3a8a73;color:#bfdbfe;border:1px solid rgba(59,130,246,.4);border-radius:999px;padding:.5rem 1rem;cursor:pointer;font-size:.875rem;font-weight:600;align-self:flex-start;transition:background .15s ease,box-shadow .15s ease}.trivia-prize-add-button:hover:not(:disabled){background:#1e40af8c;box-shadow:0 0 14px #3b82f633}.trivia-prize-add-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.prize-sections{grid-template-columns:1fr}.prize-form-actions{justify-content:stretch}.save-prize-button{width:100%}.trivia-prize-row{flex-wrap:wrap}}.host-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);padding:2rem}.host-view-ecos-fullscreen{padding:0!important;height:100vh;overflow:hidden}.host-container{max-width:1600px;margin:0 auto}.host-container-ecos-fullscreen{max-width:100%!important;margin:0!important;height:100vh}.header-row{display:grid;grid-template-columns:400px 1fr;gap:2rem;margin-bottom:2rem}.host-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:auto}.header-left,.header-right{display:flex;align-items:center;gap:1.5rem}.host-header h1{margin:0;color:#fff;font-size:2rem}.host-logo-section{padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:auto;height:100%}.host-logo-display{max-width:100%;max-height:350px;width:auto;height:auto;object-fit:contain;filter:brightness(1.1)}.create-room-button,.close-room-button{font-weight:600;cursor:pointer;transition:all .2s;width:100%;padding:1rem;border-radius:8px;font-size:1rem;border:none}.create-room-button{background:#10b981;color:#fff;border:1px solid rgba(16,185,129,.3)}.create-room-button:hover{background:#059669;border-color:#10b98180;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.close-room-button{background:#ef4444;color:#fff;border:1px solid rgba(239,68,68,.3)}.close-room-button:hover{background:#dc2626;border-color:#ef444480;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.sidebar-button{margin-top:1rem}.logout-button{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.room-info{color:#fff;font-size:1.1rem;padding:.5rem 1rem;background:#fff3;border-radius:8px}.host-content{display:grid;grid-template-columns:400px 1fr;gap:2rem}.host-content-full{grid-template-columns:1fr!important}.host-content-ecos-fullscreen{grid-template-columns:1fr!important;gap:0!important;height:100vh}.host-sidebar,.host-main{display:flex;flex-direction:column;gap:2rem}.host-main-ecos-fullscreen{gap:0!important;padding:0!important;height:100vh;overflow:hidden}.game-selection{padding:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.game-selection h2{color:#fff;font-size:1.8rem;margin-bottom:2rem}.game-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2rem;align-items:stretch}.game-section{display:flex;flex-direction:column;gap:1rem;height:100%}.game-button{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:16px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;cursor:pointer;transition:all .3s;color:#fff;width:100%;flex:1}.game-button:hover{transform:translateY(-5px);background:#323232e6;border-color:#ff6b3580;box-shadow:0 0 35px #ff6b3559,inset 0 0 20px #ff6b3526}.game-icon{font-size:4rem}.game-icon img{width:4rem;height:auto;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.35))}.game-title{font-size:1.5rem;font-weight:700}.game-description{font-size:1rem;opacity:.8}.game-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.game-button:disabled:hover{transform:none;background:#ffffff26;border-color:transparent;box-shadow:none}.game-button.roulette{border:1px solid rgba(250,204,21,.4);box-shadow:0 0 25px #facc1540,inset 0 0 15px #facc152e}.game-button.roulette:hover:not(:disabled){border-color:#facc1599;box-shadow:0 0 35px #facc1566,inset 0 0 20px #facc1540}.players-count-banner{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a}.players-count-number{font-size:3rem;font-weight:700;color:#ff6b35;line-height:1}.players-count-text{font-size:1.1rem;color:#ffffffe6;font-weight:500}.waiting-players-message{margin-top:1.5rem;color:#ffffffb3;font-size:1rem;font-style:italic}.no-room-message{padding:3rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.no-room-message h2{color:#fff;font-size:2rem;margin-bottom:1rem}.no-room-message p{color:#ffffffb3;font-size:1.2rem}.countdown-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.countdown-container{text-align:center;padding:3rem;background:#282828f2;border:1px solid rgba(255,107,53,.4);border-radius:20px;box-shadow:0 0 40px #ff6b354d,inset 0 0 20px #ff6b3526,0 20px 60px #00000080;min-width:400px}.countdown-number{font-size:8rem;font-weight:700;color:#ff6b35;line-height:1;margin-bottom:1rem;text-shadow:0 0 30px rgba(255,107,53,.8);animation:pulse 1s infinite}.countdown-title{font-size:2rem;color:#fff;margin:1rem 0 .5rem;font-weight:700}.countdown-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.countdown-players{margin:2rem 0;padding:1rem;background:#fff3;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:500}.cancel-countdown-button{margin-top:2rem;padding:.75rem 2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-countdown-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.game-controls{display:flex;justify-content:center;padding:2rem}.end-game-button{padding:1rem 3rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.end-game-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ef444466}.question-manager-section{margin-top:2rem}.toggle-question-manager{width:100%;padding:1rem;background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1rem}.toggle-question-manager:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.game-manager-section{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.powered-by{display:flex;align-items:center;gap:.75rem;padding-right:1.5rem;border-right:1px solid rgba(255,255,255,.2);height:auto;min-height:80px}@media(max-width:1200px){.header-row{grid-template-columns:1fr;gap:1rem}.host-content{grid-template-columns:1fr}.host-sidebar{order:2}.host-main{order:1}.header-right{flex-wrap:wrap;gap:1rem}.powered-by{padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;width:100%;justify-content:center;margin-top:1rem}}.host-navigation{display:flex;gap:10px;margin-bottom:2rem;background:#ffffff0d;padding:10px;border-radius:12px;flex-wrap:wrap}.nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;flex:1;min-width:150px}.nav-button:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.nav-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea66}.nav-button.disabled,.nav-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.nav-button.disabled:hover,.nav-button:disabled:hover{background:#ffffff1a;transform:none;color:#ffffff80}.host-main-full{width:100%;padding:0;grid-column:1 / -1}@media(max-width:768px){.host-navigation{flex-direction:column}.nav-button{width:100%;min-width:auto}}.host-express-view{min-height:100vh;background:#0f0f11;background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(59,130,246,.08),transparent 50%),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(34,197,94,.04),transparent 45%);padding:1.5rem 2rem 2rem;display:flex;justify-content:center;align-items:stretch;box-sizing:border-box;color-scheme:dark}.host-express-container{width:100%;max-width:1600px;display:flex;flex-direction:column;gap:1rem}.host-express-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.1rem 1.35rem;background:#1a1a1d;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000073}.host-express-brand{display:flex;align-items:center;gap:1rem;min-width:0}.host-express-logo-hex{flex-shrink:0;width:56px;height:56px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(145deg,#37373ee6,#19191c);border:1px solid rgba(255,255,255,.12);box-shadow:0 0 20px #3b82f626;display:flex;align-items:center;justify-content:center;overflow:hidden}.host-express-logo-img{width:100%;height:100%;object-fit:cover}.host-express-logo-img--plyze{object-fit:contain;padding:6px;opacity:.92}.host-express-brand-text{min-width:0}.host-express-bar-name{margin:0;font-size:1.5rem;font-weight:700;color:#fafafa;letter-spacing:-.02em;line-height:1.2}.host-express-room-status{margin:.2rem 0 0;font-size:.875rem;color:#cbd5e1bf;font-weight:500}.host-express-header-right{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.host-express-session-badge{padding:.4rem .85rem;border-radius:999px;font-size:.82rem;font-weight:500;border:1px solid rgba(148,163,184,.35);background:#0f0f1199;color:#e2e8f0e6}.host-express-session-badge.open{border-color:#22c55e8c;background:#16653459;color:#bbf7d0;box-shadow:0 0 18px #22c55e40}.host-express-session-badge.closed{border-color:#ef444473;background:#7f1d1d59;color:#fecaca}.host-express-logout-btn{flex-shrink:0;padding:.45rem .95rem;min-height:36px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#18181ce6;color:#e2e8f0eb;font-size:.8rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease}.host-express-logout-btn:hover{border-color:#f871718c;color:#fecaca;background:#7f1d1d59;box-shadow:0 0 14px #ef444433}.host-express-logout-btn:focus-visible{outline:2px solid rgba(248,113,113,.65);outline-offset:2px}.host-express-badge{background:#f973161f;border:1px solid rgba(251,146,60,.45);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;color:#fdba74}.host-express-projection-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .95rem;font-size:.8rem;font-weight:500;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#1a1a1de6;color:#e2e8f0;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.host-express-projection-btn:hover{border-color:#60a5fa80;background:#24242a;box-shadow:0 0 16px #3b82f633}.host-express-projection-btn-icon{flex-shrink:0;opacity:.85}.host-express-info-banner{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;background:#1e40af59;border:1px solid rgba(59,130,246,.45);border-radius:10px;color:#bfdbfe;font-size:.875rem;box-shadow:0 0 20px #2563eb1f}.host-express-info-banner-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:#3b82f659;color:#93c5fd;font-size:.75rem;font-weight:700}.host-express-info-banner-text{flex:1;min-width:0;line-height:1.35}.host-express-info-banner-dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:-.15rem -.25rem -.15rem 0;padding:0;border:none;border-radius:8px;background:transparent;color:#bfdbfed9;font-size:1rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.host-express-info-banner-dismiss:hover{background:#3b82f640;color:#f0f9ff}.host-express-main{display:grid;grid-template-columns:minmax(300px,.36fr) minmax(0,1fr);gap:1.25rem;align-items:stretch}.host-express-left,.host-express-right{display:flex;flex-direction:column;gap:1rem;min-height:0}.host-express-card{background:#1a1a1d;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 28px #0006;padding:1.15rem 1.25rem}.host-express-players-card{flex:1;display:flex;flex-direction:column;min-height:280px}.host-express-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.host-express-players-title-button{margin:0;padding:0;border:none;background:transparent;min-height:42px;font-size:1rem;font-weight:600;color:#f1f5f9;cursor:pointer;text-align:left;display:inline-flex;align-items:center}.host-express-players-title-button:hover{color:#dbeafe}.host-express-players-count{min-width:2rem;text-align:center;border-radius:999px;background:#16a34a38;border:1px solid rgba(74,222,128,.4);color:#bbf7d0;font-weight:700;font-size:.8rem;padding:.2rem .55rem;box-shadow:0 0 12px #22c55e26}.host-express-players-list{flex:1;min-height:0;max-height:min(420px,55vh);overflow-y:auto;padding-right:.25rem}.host-express-players-list::-webkit-scrollbar{width:6px}.host-express-players-list::-webkit-scrollbar-thumb{background:#64748b73;border-radius:999px}.host-express-session-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.host-express-session-button{flex:1 1 0;min-width:170px;padding:.62rem 1rem;min-height:42px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#0f0f11d9;color:#e2e8f0;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,opacity .15s ease}.host-express-session-button.accent{border-color:#3b82f6a6;background:#1e3a8a73;color:#dbeafe;box-shadow:0 0 14px #3b82f633}.host-express-session-button.accent:hover:not(:disabled){box-shadow:0 0 22px #3b82f673;border-color:#60a5fad9}.host-express-session-button.stop{border-color:#f87171a6;background:linear-gradient(180deg,#b91c1c8c,#7f1d1da6);color:#fee2e2;box-shadow:0 0 14px #ef444440}.host-express-session-button.stop:hover:not(:disabled){box-shadow:0 0 22px #ef444466;border-color:#fca5a5bf}.host-express-session-button.primary{border-color:#22c55e8c;background:#16653459;color:#dcfce7;box-shadow:0 0 12px #22c55e26}.host-express-session-button.primary:hover:not(:disabled){box-shadow:0 0 20px #22c55e59}.host-express-session-button.secondary{border-color:#ef444480;background:#7f1d1d66;color:#fecaca;box-shadow:0 0 10px #ef44441f}.host-express-session-button.secondary:hover:not(:disabled){box-shadow:0 0 18px #ef44444d}.host-express-session-button.danger{border-color:#f97316a6;background:#9a341280;color:#ffedd5}.host-express-session-button:hover:not(:disabled){transform:translateY(-1px)}.host-express-session-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.host-express-icon-button{flex:1 1 0;min-width:170px;min-height:42px;height:auto;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#1e1e22f2;color:#94a3b8;cursor:pointer;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease}.host-express-icon-button:hover{color:#e2e8f0;border-color:#94a3b88c;box-shadow:0 0 14px #94a3b826}.host-express-icon-button-svg{display:block}.host-express-hero{position:relative;flex:1;min-height:360px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(165deg,#1c1c20fa,#0c0c0e 45%,#12100efa);overflow:hidden;box-shadow:0 12px 48px #00000080,inset 0 1px #ffffff0a}.host-express-hero-embers{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(249,115,22,.12) 0%,transparent 42%),radial-gradient(circle at 75% 65%,rgba(234,88,12,.1) 0%,transparent 38%),radial-gradient(circle at 50% 100%,rgba(194,65,12,.15) 0%,transparent 55%),radial-gradient(ellipse at 50% 120%,rgba(251,146,60,.08) 0%,transparent 50%);pointer-events:none}.host-express-hero-embers:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(253,186,116,.45) 1px,transparent 1px);background-size:20px 24px;opacity:.22;-webkit-mask-image:linear-gradient(to top,black 0%,transparent 75%);mask-image:linear-gradient(to top,black 0%,transparent 75%)}.host-express-hero-grain{position:absolute;inset:0;opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.host-express-hero-inner{position:relative;z-index:1;height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.25rem 1.75rem 2.5rem;box-sizing:border-box;gap:0}.host-express-hero-logo-hex{flex-shrink:0;width:118px;height:118px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(155deg,#48484ef2,#1c1c20);border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 1px #00000059,0 12px 40px #0000008c,0 0 32px #3b82f61f;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1.65rem}.host-express-hero-logo-img{width:100%;height:100%;object-fit:cover}.host-express-hero-logo-img--plyze{object-fit:contain;padding:14px;opacity:.95}.host-express-hero-copy{display:flex;flex-direction:column;align-items:center;max-width:26rem;width:100%}.host-express-hero-actions{margin-top:auto;width:100%;display:flex;justify-content:center;align-items:center;gap:.65rem;flex-wrap:wrap}.host-express-hero-actions>button{flex:1 1 0;min-width:190px}.host-express-hero-title{margin:0 0 .65rem;font-size:clamp(1.35rem,2.8vw,1.65rem);font-weight:800;color:#fafafa;letter-spacing:-.03em;line-height:1.2;text-shadow:0 2px 16px rgba(0,0,0,.65),0 0 40px rgba(255,255,255,.06)}.host-express-hero-sub{margin:0 0 1.6rem;max-width:24rem;font-size:.94rem;line-height:1.6;color:#cbd5e1d1;font-weight:400}.host-express-hero-sub strong{color:#f1f5f9;font-weight:600}.host-express-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 2.5rem;min-width:190px;min-height:42px;font-size:1rem;font-weight:700;border-radius:999px;border:none;cursor:pointer;color:#fff;background:linear-gradient(180deg,#3b5cf0,#1d4ed8 48%,#172554);box-shadow:0 6px 20px #0f172aa6,0 0 24px #2563eb59;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.host-express-hero-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #0f172ab3,0 0 32px #3b82f673}.host-express-hero-cta--stop{background:linear-gradient(180deg,#ef4444,#b91c1c,#7f1d1d);box-shadow:0 6px 20px #0f172a8c,0 0 22px #ef44444d}.host-express-hero-cta--stop:hover:not(:disabled){box-shadow:0 10px 28px #0f172a99,0 0 30px #f8717159}.host-express-hero-cta:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.host-express-hero-content-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;min-width:190px;padding:.72rem 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#18181ce6;color:#cbd5e1;font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease,background .15s ease}.host-express-hero-content-btn:hover{border-color:#60a5fa99;color:#e2e8f0;background:#1e293ba6;box-shadow:0 0 18px #3b82f638}.host-express-hero-projection-btn{border-color:#3b82f673;color:#dbeafe}.host-express-game-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem 1.1rem;border-radius:14px;background:#1a1a1df2;border:1px solid rgba(148,163,184,.22);box-shadow:0 4px 20px #00000059;color:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;text-align:center}.host-express-game-tile:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #3b82f640;border-color:#3b82f680}.host-express-game-tile:disabled{opacity:.55;cursor:not-allowed}.host-express-game-icon{font-size:2.25rem;margin-bottom:.65rem}.host-express-game-title{font-size:1.15rem;font-weight:700;margin-bottom:.3rem}.host-express-game-description{font-size:.82rem;color:#cbd5e1d9;margin-bottom:1rem;line-height:1.4}.host-express-game-cta{font-size:.85rem;font-weight:600;padding:.4rem .9rem;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 0 14px #2563eb66}.host-express-game-tile:disabled .host-express-game-cta{background:#47556999;box-shadow:none}.host-express-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#08080ac7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.host-express-modal{width:100%;max-width:720px;max-height:min(90vh,900px);overflow-y:auto;background:linear-gradient(165deg,#1c1c20,#121214);border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 24px 64px #000000a6;padding:1.35rem 1.5rem 1.6rem}.host-express-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.host-express-modal-header h2{margin:0;font-size:1.3rem;color:#f8fafc}.host-express-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#141418cc;color:#e5e7eb;font-size:1.1rem;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease}.host-express-modal-close:hover{background:#2d2d34f2;border-color:#e2e8f059}.host-express-modal-hint{margin:0 0 1.15rem;font-size:.88rem;color:#cbd5e1e6;line-height:1.45}.host-express-modal-games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.host-express-players-modal-list{max-height:min(60vh,420px);overflow-y:auto;padding-right:.2rem}@media(max-width:1024px){.host-express-main{grid-template-columns:1fr}.host-express-view{padding:1rem}.host-express-players-card{min-height:200px}.host-express-modal-games-grid{grid-template-columns:1fr}.host-express-hero-actions{width:100%;flex-direction:column}.host-express-hero-content-btn{width:100%;max-width:20rem;justify-content:center}}@media(max-width:520px){.host-express-modal{padding:1.1rem 1rem 1.35rem}.host-express-header{flex-direction:column;align-items:stretch}.host-express-header-right{justify-content:flex-start}.host-express-session-button,.host-express-icon-button,.host-express-hero-cta,.host-express-hero-content-btn{min-width:0;width:100%}.host-express-players-card{min-height:auto}.host-express-card-header{margin-bottom:0}.host-express-players-list{display:none}}.host-content-view{min-height:100vh;box-sizing:border-box;color-scheme:dark;background:#0f0f11;background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(59,130,246,.1),transparent 52%),radial-gradient(ellipse 70% 45% at 100% 30%,rgba(34,197,94,.05),transparent 50%),radial-gradient(ellipse 50% 40% at 0% 80%,rgba(139,92,246,.06),transparent 45%);padding:1.5rem 1.25rem 2.25rem;display:flex;justify-content:center;align-items:flex-start;color:#f8fafc}.host-content-shell{width:100%;max-width:1180px;display:flex;flex-direction:column;gap:1.25rem}.host-content-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;padding:1.15rem 1.35rem;background:#1a1a1d;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 28px #00000073}.host-content-brand{display:flex;align-items:flex-start;gap:1rem;min-width:0;flex:1}.host-content-logo-hex{flex-shrink:0;width:56px;height:56px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(145deg,#37373ee6,#19191c);border:1px solid rgba(255,255,255,.12);box-shadow:0 0 22px #3b82f62e;display:flex;align-items:center;justify-content:center;overflow:hidden}.host-content-logo-img{width:100%;height:100%;object-fit:cover}.host-content-logo-img--plyze{object-fit:contain;padding:6px;opacity:.92}.host-content-brand-text{min-width:0}.host-content-kicker{margin:0 0 .15rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#60a5faf2}.host-content-title{margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#fafafa}.host-content-lead{margin:.45rem 0 .65rem;font-size:.9rem;line-height:1.55;color:#cbd5e1e0;max-width:52ch}.host-content-bar-pill{display:inline-flex;align-items:center;gap:.45rem;margin:0;padding:.35rem .75rem .35rem .55rem;border-radius:999px;background:#0f0f11bf;border:1px solid rgba(148,163,184,.28);font-size:.82rem;color:#e2e8f0f2}.host-content-bar-pill-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55ea6;flex-shrink:0}.host-content-bar-pill-label{font-weight:600}.host-content-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.65rem 1.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#18181ce6;color:#cbd5e1;font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease,background .15s ease}.host-content-back-btn:hover{border-color:#60a5fa99;color:#e2e8f0;background:#1e293ba6;box-shadow:0 0 18px #3b82f638}.host-content-back-btn:focus-visible{outline:2px solid rgba(59,130,246,.7);outline-offset:2px}.host-content-back-icon{flex-shrink:0;opacity:.9}.host-content-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.host-content-picker-btn{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:.95rem 1rem 1rem;min-height:108px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#1a1a1deb;box-shadow:0 4px 18px #00000059;color:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.host-content-picker-btn:hover{transform:translateY(-1px);border-color:#60a5fa73;box-shadow:0 6px 24px #3b82f62e}.host-content-picker-btn:focus-visible{outline:2px solid rgba(59,130,246,.75);outline-offset:2px}.host-content-picker-btn.is-active{border-color:#3b82f6a6;background:linear-gradient(160deg,#1e3a8a59,#1a1a1dfa 55%);box-shadow:0 0 0 1px #3b82f640,0 8px 28px #2563eb38}.host-content-picker-btn.is-active:after{content:"";position:absolute;bottom:.55rem;right:.75rem;width:6px;height:6px;border-radius:50%;background:#60a5fa;box-shadow:0 0 10px #60a5fae6}.host-content-picker-icon{font-size:1.75rem;line-height:1;margin-bottom:.45rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.host-content-picker-label{font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:#f1f5f9;margin-bottom:.2rem}.host-content-picker-hint{font-size:.75rem;line-height:1.35;color:#94a3b8f2}.host-content-picker-btn--trivia.is-active{border-color:#3b82f68c}.host-content-picker-btn--songs.is-active{border-color:#a855f780}.host-content-picker-btn--roulette.is-active{border-color:#f59e0b8c}.host-content-picker-btn--ecos.is-active{border-color:#22d3ee80}.host-content-stage{flex:1;min-height:200px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#161619a6;box-shadow:inset 0 1px #ffffff0a;padding:.75rem .5rem 1rem}.host-content-panel-inner{width:100%}.host-content-ecos{padding:1.25rem 1.1rem 1.5rem;max-width:720px;margin:0 auto}.host-content-ecos-body{width:100%}.host-content-ecos-title{margin:0 0 .5rem;font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:#f8fafc}.host-content-ecos-intro{margin:0 0 1rem;font-size:.92rem;line-height:1.55;color:#cbd5e1eb}.host-content-ecos-list{margin:0 0 1.25rem;padding-left:1.15rem;font-size:.88rem;line-height:1.55;color:#cbd5e1e6}.host-content-ecos-list li{margin-bottom:.5rem}.host-content-ecos-list li:last-child{margin-bottom:0}.host-content-ecos-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem 1.25rem;border-radius:999px;border:none;font-size:.88rem;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 0 16px #2563eb73;transition:transform .15s ease,box-shadow .15s ease}.host-content-ecos-cta:hover{transform:translateY(-1px);box-shadow:0 0 22px #2563eb8c}.host-content-ecos-cta:focus-visible{outline:2px solid rgba(96,165,250,.9);outline-offset:2px}@media(max-width:900px){.host-content-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.host-content-picker-btn{min-height:100px}}@media(max-width:560px){.host-content-view{padding:1rem .85rem 1.5rem}.host-content-top{padding:1rem}.host-content-brand{flex-direction:column;align-items:center;text-align:center}.host-content-brand-text{display:flex;flex-direction:column;align-items:center}.host-content-lead{max-width:none}.host-content-back-btn{width:100%}.host-content-ecos{text-align:center}.host-content-ecos-list{text-align:left;padding-left:1.2rem}}.host-rankings-view{min-height:100vh;padding:1.5rem;background:radial-gradient(circle at 20% 20%,#1f2937,#111827 45%,#0b1220)}.host-rankings-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.host-rankings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#111827cc;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1rem 1.25rem}.host-rankings-title{margin:0;color:#f9fafb}.host-rankings-subtitle,.host-rankings-bar{margin:.25rem 0 0;color:#e5e7ebd9}.host-rankings-back-link{border:1px solid rgba(255,255,255,.24);background:#ffffff0f;color:#f9fafb;border-radius:8px;padding:.55rem .9rem;cursor:pointer;font-weight:600}.host-rankings-back-link:hover{background:#ffffff1f}.host-rankings-main{width:100%}@media(max-width:768px){.host-rankings-header{flex-direction:column;align-items:stretch}.host-rankings-back-link{width:100%}}.host-settings-view{min-height:100vh;padding:1.5rem 2rem 2rem;background:#0f0f11;background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(59,130,246,.08),transparent 50%),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(34,197,94,.04),transparent 45%);box-sizing:border-box;color-scheme:dark}.host-settings-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.host-settings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.35rem;background:#1a1a1d;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000073}.host-settings-title{margin:0;color:#fafafa;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.host-settings-subtitle{margin:.35rem 0 0;color:#cbd5e1d1;font-size:.94rem;line-height:1.5;max-width:36rem}.host-settings-bar{margin:.5rem 0 0;font-size:.875rem;color:#cbd5e1bf}.host-settings-bar strong{color:#e2e8f0}.host-settings-back-link{flex-shrink:0;padding:.62rem 1rem;min-height:42px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#0f0f11d9;color:#e2e8f0;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.host-settings-back-link:hover{transform:translateY(-1px);border-color:#60a5fa80;box-shadow:0 0 18px #3b82f633}.host-settings-shortcuts{display:flex;flex-wrap:wrap;gap:.65rem;padding:1rem 1.15rem;background:#1a1a1d;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000059}.host-settings-shortcut{flex:1 1 auto;min-width:min(100%,200px);padding:.65rem 1rem;min-height:42px;border-radius:999px;border:1px solid rgba(59,130,246,.45);background:#1e3a8a59;color:#dbeafe;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.host-settings-shortcut:hover{transform:translateY(-1px);border-color:#60a5fabf;box-shadow:0 0 20px #3b82f647}.host-settings-main{width:100%}@media(max-width:768px){.host-settings-view{padding:1rem}.host-settings-header{flex-direction:column;align-items:stretch}.host-settings-back-link,.host-settings-shortcut{width:100%;min-width:0}}.tv-view{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;background:radial-gradient(1200px 680px at -10% 110%,rgba(18,40,88,.65),transparent 58%),radial-gradient(900px 540px at 38% 62%,rgba(255,120,36,.24),transparent 68%),radial-gradient(760px 500px at 76% 22%,rgba(43,140,255,.2),transparent 70%),linear-gradient(120deg,#040712,#040b18 40%,#02040d);color:#f9fafb;display:flex;flex-direction:column;padding:24px;box-sizing:border-box}.tv-view:before,.tv-view:after{content:"";position:absolute;inset:-15%;pointer-events:none}.tv-view:before{z-index:-2;background:radial-gradient(circle,rgba(255,255,255,.22) 0 1.3px,transparent 1.5px) 0 0 / 32px 32px;opacity:.2;animation:tv-stars-drift 34s linear infinite}.tv-view:after{z-index:-1;background:radial-gradient(620px 180px at 35% 58%,rgba(70,170,255,.2),transparent 72%),radial-gradient(760px 200px at 46% 62%,rgba(255,135,38,.22),transparent 72%),linear-gradient(90deg,transparent 18%,rgba(255,255,255,.12) 48%,transparent 84%);mix-blend-mode:screen;filter:blur(2px);animation:tv-wave-sweep 14s ease-in-out infinite alternate}.tv-particle-layer{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.tv-particle{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),rgba(125,206,255,.7) 48%,rgba(38,104,200,.14) 72%,transparent 100%);box-shadow:0 0 12px #7bc2ff9e,0 0 24px #7dceff7a,0 0 28px #ff8d4357;opacity:.86;transform:translateZ(0) scale(1);animation:tv-particle-float var(--duration) ease-in-out infinite,tv-particle-blink calc(var(--duration) * .45) ease-in-out infinite;animation-delay:var(--delay),calc(var(--delay) * .3)}.tv-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;position:relative;z-index:2}.tv-bar-name{margin:0;font-size:clamp(1.4rem,1.9vw,2rem);letter-spacing:.02em;text-shadow:0 6px 20px rgba(0,0,0,.5)}.tv-room-status{margin:5px 0 0;font-size:.9rem;color:#b7c2e4}.tv-pin-badge{padding:9px 14px;border-radius:999px;border:1px solid rgba(248,250,252,.4);background:#070d1dad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.86rem;box-shadow:inset 0 0 0 1px #ffffff0f}.tv-main{flex:1;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px;position:relative;z-index:2}.tv-main-stage,.tv-main-join{display:flex;align-items:stretch}.tv-stage{width:100%;border-radius:22px;border:1px solid rgba(148,163,184,.28);background:linear-gradient(165deg,#091226b3,#070e1ee0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 30px 60px #0000006b,inset 0 0 0 1px #ffffff08;padding:24px;box-sizing:border-box}.tv-stage-waiting h2,.tv-stage-countdown h2,.tv-stage-finished h2{margin:0 0 8px;font-size:clamp(1.4rem,2.3vw,2.2rem);line-height:1.1}.tv-stage-waiting p,.tv-stage-countdown p,.tv-stage-finished p{margin:0;font-size:clamp(1rem,1.2vw,1.2rem);color:#d5dbed}.tv-stage-waiting--lobby{display:flex;flex-direction:column;justify-content:space-between;min-height:min(72vh,760px);border:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;padding:6px 0}.tv-lobby-copy h2{margin-bottom:14px;font-size:clamp(2rem,4.2vw,4rem);font-weight:700}.tv-lobby-brand{width:clamp(90px,12vw,150px);height:clamp(90px,12vw,150px);margin-bottom:14px;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:#04081499;box-shadow:0 10px 34px #00000073,inset 0 0 0 1px #ffffff0f;padding:10px;display:grid;place-items:center}.tv-lobby-brand-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))}.tv-lobby-copy h2 span{color:#63b7ff;text-shadow:0 0 22px rgba(70,170,255,.6)}.tv-lobby-copy p{max-width:740px;color:#d8deef;font-size:clamp(1.1rem,1.6vw,2rem)}.tv-lobby-presence{align-self:flex-start;margin-top:26px;padding:10px 14px;border-radius:999px;border:1px solid rgba(165,180,252,.35);background:#080e1c73;font-size:1.05rem;color:#ccd6f2}.tv-lobby-presence strong{color:#e2ebff}.tv-stage-playing{padding:0;border:none;background:transparent;height:calc(100vh - 140px);min-height:calc(100vh - 140px)}.tv-view--ecos-fullscreen{padding:0;min-height:100vh;height:100vh;overflow:hidden;background:#000}.tv-main--ecos-fullscreen{flex:1;display:flex;flex-direction:column;min-height:0;grid-template-columns:unset;gap:0}.tv-main-stage--ecos-fullscreen{flex:1;display:flex;flex-direction:column;min-height:0}.tv-view--ecos-fullscreen .tv-stage-playing{flex:1;min-height:0;height:100%;width:100%}.tv-qr-card{width:100%;border-radius:24px;border:1px solid rgba(248,250,252,.18);background:linear-gradient(180deg,#14182cdb,#070a18e6),radial-gradient(circle at top,rgba(255,146,76,.18),transparent 70%);box-shadow:0 20px 44px #00000073,0 0 0 1px #ffa37633,0 0 20px #ff803640;padding:22px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px}.tv-qr-card h3{margin:0 0 2px;font-size:clamp(1.2rem,1.7vw,1.7rem);font-weight:600}.tv-qr-pin{margin:0;font-size:clamp(1.3rem,2vw,2.1rem);letter-spacing:.05em;color:#ffd19b}.tv-qr-pin strong{color:#ffab4d;text-shadow:0 0 14px rgba(255,146,76,.55)}.tv-join-instruction{margin:0;font-size:clamp(.98rem,1.15vw,1.1rem);color:#d9e1f2;text-align:center;line-height:1.5}.tv-powered-by{margin:6px 0 0;color:#aab8da;font-size:.95rem;display:flex;align-items:center;gap:8px}.tv-powered-by img{height:100px;width:auto;object-fit:contain}@media(max-width:768px){.tv-main{grid-template-columns:minmax(0,1fr)}.tv-view:not(.tv-view--ecos-fullscreen){padding:12px}.tv-stage-waiting--lobby{min-height:52vh}}@keyframes tv-stars-drift{0%{transform:translateZ(0)}to{transform:translate3d(40px,-24px,0)}}@keyframes tv-wave-sweep{0%{transform:translate3d(-5%,0,0) scale(1);opacity:.45}50%{transform:translate3d(2%,-2%,0) scale(1.04);opacity:.62}to{transform:translate3d(7%,-4%,0) scale(1.08);opacity:.4}}@keyframes tv-particle-float{0%{transform:translateZ(0) scale(.78);opacity:.22}25%{transform:translate3d(24px,-44px,0) scale(1.08);opacity:.9}50%{transform:translate3d(-14px,-86px,0) scale(1.25);opacity:1}75%{transform:translate3d(22px,-122px,0) scale(1.08);opacity:.72}to{transform:translate3d(-12px,-168px,0) scale(.62);opacity:.14}}@keyframes tv-particle-blink{0%,to{filter:brightness(.85)}45%{filter:brightness(1.7)}}@media(prefers-reduced-motion:reduce){.tv-view:before,.tv-view:after,.tv-particle{animation:none!important}}.join-room-view{min-height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(ellipse at center,#1a1a1a,#000);padding:1.5rem;box-sizing:border-box}.join-room-container{width:100%;max-width:480px}.join-room-header{display:flex;justify-content:center;margin-bottom:1.5rem}.join-room-logo{height:64px;width:auto;object-fit:contain;filter:brightness(1.1)}.join-room-card{background:#282828e6;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 25px #0009;padding:1.75rem 1.5rem;color:#fff;text-align:center}.join-room-card h2{margin:0 0 .75rem;font-size:1.6rem}.join-room-subtitle{margin:0 0 1.25rem;font-size:.95rem;color:#ffffffd9}.join-room-google-button{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#fff;color:#1f1f1f;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.join-room-google-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #00000059}.join-room-google-button:disabled{opacity:.65;cursor:not-allowed}.join-room-google-icon{width:20px;height:20px;flex-shrink:0}.join-room-error--spaced{margin-top:1rem}.join-room-identity{margin:0 0 1.1rem;padding:.85rem 1rem;border-radius:10px;background:#00000073;border:1px solid rgba(255,255,255,.15);text-align:left}.join-room-identity-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffff8c;margin-bottom:.35rem}.join-room-identity-value{display:block;font-size:.95rem;color:#fff;word-break:break-word;line-height:1.35}.join-room-identity-email{display:block;margin-top:.5rem;font-size:.82rem;color:#ffffff80;word-break:break-all;line-height:1.3}.join-room-switch-account{margin-top:1rem;width:100%;padding:.55rem;border:none;background:transparent;color:#ffffffa6;font-size:.88rem;text-decoration:underline;cursor:pointer}.join-room-switch-account:hover:not(:disabled){color:#4fd1ff}.join-room-switch-account:disabled{opacity:.5;cursor:not-allowed}.join-room-form{display:flex;flex-direction:column;gap:.9rem;text-align:left}.join-room-form .form-group{display:flex;flex-direction:column;gap:.35rem}.join-room-form label{font-size:.9rem;color:#ffffffe6}.join-room-form input{border-radius:10px;border:1px solid rgba(255,255,255,.25);padding:.7rem .9rem;background:#000000b3;color:#fff;font-size:.95rem}.join-room-form input:focus{outline:none;border-color:#4fd1ff;box-shadow:0 0 10px #4fd1ff66}.join-room-error{margin-top:.25rem;padding:.6rem .8rem;background:#ef444426;border-radius:8px;border:1px solid rgba(239,68,68,.5);font-size:.9rem;color:#fecaca;text-align:center}.join-room-button{margin-top:.5rem;width:100%;padding:.85rem 1rem;border-radius:999px;border:none;background:linear-gradient(135deg,#4fd1ff,#805ad5);color:#fff;font-weight:600;font-size:.98rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 0 18px #000000b3}.join-room-button:hover{transform:translateY(-1px);box-shadow:0 0 22px #805ad5cc}.join-room-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.join-room-guest-block{margin-top:1.35rem;text-align:left}.join-room-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#ffffff73;font-size:.82rem}.join-room-divider:before,.join-room-divider:after{content:"";flex:1;height:1px;background:#fff3}.join-room-guest-label{display:block;font-size:.88rem;color:#ffffffe0;margin-bottom:.4rem}.join-room-guest-input{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(255,255,255,.25);padding:.7rem .9rem;background:#000000b3;color:#fff;font-size:.95rem;margin-bottom:.65rem}.join-room-guest-input:focus{outline:none;border-color:#4fd1ff;box-shadow:0 0 10px #4fd1ff59}.join-room-guest-button{width:100%;padding:.72rem 1rem;border-radius:10px;border:1px solid rgba(79,209,255,.55);background:#4fd1ff1f;color:#b8ecff;font-weight:600;font-size:.92rem;cursor:pointer;transition:background .15s ease,transform .15s ease}.join-room-guest-button:hover:not(:disabled){background:#4fd1ff38;transform:translateY(-1px)}.join-room-guest-button:disabled{opacity:.55;cursor:not-allowed}.join-room-identity-guest-badge{display:block;margin-top:.55rem;font-size:.8rem;color:#7fffd4f2}.player-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);padding:.75rem;display:flex;align-items:center;justify-content:center}.player-container{width:100%;max-width:600px;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:16px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem;overflow-x:hidden;box-sizing:border-box}.player-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.2);gap:.75rem}.player-info{display:flex;flex-direction:column;gap:.4rem;flex:1;align-items:center;text-align:center}.player-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.player-header-logo{height:24px;width:auto;object-fit:contain;opacity:.8;filter:brightness(1.1)}.player-header h2{margin:0;color:#fff;font-size:1.25rem;line-height:1.3;word-wrap:break-word}.player-score-badge{background:#4ade8033;color:#4ade80;padding:.3rem .65rem;border:1px solid rgba(74,222,128,.4);border-radius:20px;font-size:.8rem;font-weight:600;align-self:flex-start;white-space:nowrap}.timer-badge{background:#282828cc;color:#ff6b35;padding:.45rem .85rem;border:1px solid rgba(255,107,53,.3);border-radius:20px;box-shadow:0 0 15px #ff6b3533,inset 0 0 10px #ff6b351a;font-weight:700;font-size:1rem;white-space:nowrap;flex-shrink:0}.join-form{text-align:center}.app-logo-join{height:80px;width:auto;max-width:300px;object-fit:contain;filter:brightness(1.1);margin-bottom:1.5rem}.join-form h1{color:#fff;font-size:1.75rem;margin-bottom:.85rem}.room-display{color:#fffc;font-size:1rem;margin-bottom:1.5rem;padding:.65rem;background:#ffffff1a;border-radius:8px}.name-input{width:100%;padding:.9rem;font-size:1.1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffffe6;margin-bottom:1.25rem;text-align:center;color:#000;min-height:52px;box-sizing:border-box;-webkit-appearance:none;appearance:none}.name-input::placeholder{color:#00000080}.name-input:focus{outline:none;border-color:#667eea;background:#fff}.name-input.error{border-color:#ef4444;background:#ef44441a}.name-input.error:focus{border-color:#dc2626;background:#ef444426}.join-error-message{color:#ef4444;font-size:.9rem;margin-top:.5rem;margin-bottom:.5rem;padding:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;text-align:center}.join-button{width:100%;padding:1rem;min-height:56px;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533;-webkit-tap-highlight-color:rgba(255,107,53,.3);display:flex;align-items:center;justify-content:center}.join-button:hover:not(:disabled),.join-button:active:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #ff6b3566,inset 0 0 20px #ff6b3540}.join-button:disabled{opacity:.5;cursor:not-allowed}.error-message{text-align:center;color:#fff}.error-message h2{margin-bottom:1rem}.error-message button{margin-top:1rem;padding:.75rem 2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;font-size:1rem}.waiting-screen{text-align:center;padding:1.5rem .5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.waiting-icon{font-size:4rem;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,107,53,.4))}.waiting-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.3;padding:0 .5rem}.waiting-subtitle{color:#ffffffb3;font-size:.9rem;margin:-.5rem 0 0;font-weight:400;padding:0 .5rem}.waiting-guest-hint{color:#a7f3d0f2;font-size:.82rem;line-height:1.45;margin:.75rem 1rem 0;padding:.65rem .85rem;background:#00000040;border-radius:10px;border:1px solid rgba(74,222,128,.35);max-width:22rem;text-align:center}.player-guest-non-ecos-block{max-width:22rem;margin-left:auto;margin-right:auto}.player-score-display{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin:0;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#4ade8026,#4ade8014);border:2px solid rgba(74,222,128,.4);border-radius:16px;box-shadow:0 0 30px #4ade8033,inset 0 0 20px #4ade801a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:280px}.score-label{color:#ffffffe6;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.score-value{color:#4ade80;font-size:2.25rem;font-weight:700;text-shadow:0 0 25px rgba(74,222,128,.6)}.loading-spinner-container{display:flex;justify-content:center;align-items:center;margin-top:.5rem;margin-bottom:0;border:none;border-top:none;border-bottom:none}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,107,53,.2);border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 20px #ff6b354d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.game-screen{display:flex;flex-direction:column;gap:1.25rem}.question-text{color:#fff;font-size:1.3rem;text-align:center;margin-bottom:.75rem;line-height:1.4;padding:0 .5rem}.options-list{display:flex;flex-direction:column;gap:.85rem}.option-button{padding:1.1rem 1rem;min-height:56px;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:8px;box-shadow:0 0 15px #ff6b3526,inset 0 0 10px #ff6b3514;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;-webkit-tap-highlight-color:rgba(255,107,53,.3)}.option-button:hover:not(:disabled),.option-button:active:not(:disabled){background:#323232e6;border-color:#ff6b3580;box-shadow:0 0 20px #ff6b3540,inset 0 0 15px #ff6b351f;transform:translate(5px)}.option-button.selected{background:#ff6b3526;border-color:#ff6b3580;box-shadow:0 0 25px #ff6b354d,inset 0 0 20px #ff6b3526}.option-button:disabled{opacity:.5;cursor:not-allowed}.submit-button{padding:1rem 2rem;min-height:56px;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533;-webkit-tap-highlight-color:rgba(255,107,53,.3);width:100%;display:flex;align-items:center;justify-content:center}.submit-button:hover:not(:disabled),.submit-button:active:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #ff6b3566,inset 0 0 20px #ff6b3540}.submit-button:disabled{opacity:.5;cursor:not-allowed}.song-screen{text-align:center}.music-player-small{padding:3rem 2rem;background:#ffffff26;border-radius:12px;margin-bottom:2rem}.music-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}.music-player-small p{color:#fffc;font-size:1.2rem}.guess-input{width:100%;padding:1rem;font-size:1.1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffffe6;text-align:center;margin-bottom:1rem;color:#000;min-height:52px;box-sizing:border-box;-webkit-appearance:none;appearance:none}.guess-input::placeholder{color:#00000080}.guess-input:focus{outline:none;border-color:#667eea;background:#fff}.guess-input:disabled{opacity:.5;cursor:not-allowed}.finished-screen{text-align:center;padding:3rem 1rem;color:#fff}.finished-screen h2{font-size:2rem;margin-bottom:1.5rem}.finished-screen .player-score-display{margin-bottom:1.5rem}.finished-screen p{font-size:1.2rem;opacity:.8}.countdown-screen{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem 1rem;text-align:center}.countdown-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:400px}.countdown-number-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.countdown-number-player{font-size:8rem;font-weight:900;color:#ff6b35;line-height:1;position:relative;z-index:2;text-shadow:0 0 40px rgba(255,107,53,.9),0 0 80px rgba(255,107,53,.6),0 0 120px rgba(255,107,53,.3);animation:countdownPulse 1s ease-in-out infinite;letter-spacing:-.05em}.countdown-glow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,53,.4) 0%,transparent 70%);animation:glowPulse 1s ease-in-out infinite;z-index:1}.countdown-info{display:flex;flex-direction:column;gap:.75rem;align-items:center}.countdown-title-player{font-size:1.75rem;color:#fff;margin:0;font-weight:700;padding:0 .5rem;text-shadow:0 2px 10px rgba(0,0,0,.5);letter-spacing:.02em}.countdown-subtitle-player{font-size:1.1rem;color:#ffffffbf;margin:0;padding:0 .5rem;font-weight:400}@keyframes countdownPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.95}}@keyframes glowPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.8}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.2);gap:.75rem}.question-counter-player{color:#fffc;font-size:.85rem;font-weight:500;flex:1;min-width:0}.answer-confirmation{margin-top:1rem;color:#4ade80;font-size:.9rem;text-align:center;font-weight:500}.loading-question{text-align:center;padding:3rem;color:#ffffffb3}.player-footer{margin-top:2rem;padding:1.5rem 0;display:flex;justify-content:center;align-items:center;border:none!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;position:relative}.player-footer:before,.player-footer:after{display:none!important;content:none!important;border:none!important}.powered-by{display:flex;align-items:center;gap:.75rem;border:none!important;border-top:none!important;border-bottom:none!important}.powered-by:before,.powered-by:after{display:none!important;content:none!important;border:none!important}.powered-by-text{color:#ffffffb3;font-size:.9rem;font-weight:500}.sprinticket-logo{height:30px;width:auto;object-fit:contain;filter:brightness(1.1);transition:transform .2s}.roulette-screen{text-align:center;align-items:center;justify-content:center}.roulette-player-message{display:flex;flex-direction:column;gap:.75rem;background:#ffffff1f;border-radius:16px;padding:2rem 1.5rem;border:1px solid rgba(255,255,255,.25)}.roulette-player-message h3{margin:0;font-size:1.6rem;color:#fff;display:flex;align-items:center;gap:.75rem}.roulette-player-message p{margin:0;color:#ffffffd9;font-size:1rem}.roulette-tip{font-style:italic;color:#facc15e6}.roulette-icon-inline{width:2.25rem;height:auto;display:block;filter:drop-shadow(0 5px 10px rgba(0,0,0,.35))}.roulette-player-block-notice{margin-top:1rem;padding:1rem 1.15rem;border-radius:14px;background:#1e3a8a59;border:1px solid rgba(129,140,248,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.roulette-player-block-notice p{margin:0;color:#e0e7ff;font-size:.95rem;line-height:1.5;text-align:center}.roulette-player-block-notice strong{color:#fef08a}.roulette-participation-info{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.roulette-warning{margin:0;padding:.75rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fee2e2f2;font-size:.9rem;line-height:1.5;text-align:center}.roulette-warning strong{color:#fca5a5}.participate-roulette-button{padding:1rem 1.5rem;border-radius:12px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f97316);color:#111827;box-shadow:0 4px 15px #f9731659;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.participate-roulette-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f9731673}.participate-roulette-button:disabled{opacity:.5;cursor:not-allowed;background:#6b728080!important}.participate-roulette-button:active{transform:translateY(0)}.participate-roulette-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.ecos-screen{display:flex;align-items:center;justify-content:center;padding:24px}.ecos-player-content{width:100%;max-width:420px;background:#0009;border-radius:16px;padding:20px 22px;box-shadow:0 0 20px #0009;border:1px solid rgba(255,255,255,.15)}.ecos-title{margin:0 0 6px;font-size:1.4rem}.ecos-subtitle{margin:0 0 14px;font-size:.95rem;opacity:.9}.ecos-input{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.2);padding:10px 12px;background:#000000b3;color:#fff;resize:none;font-size:.98rem;box-sizing:border-box}.ecos-input:focus{outline:none;border-color:#4fd1ff;box-shadow:0 0 10px #4fd1ff66}.ecos-send-button{margin-top:12px;width:100%;padding:10px 16px;border-radius:999px;border:none;background:linear-gradient(90deg,#4fd1ff,#805ad5);color:#fff;font-weight:600;font-size:.98rem;cursor:pointer;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 0 16px #000000b3}.ecos-send-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.ecos-send-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 0 20px #805ad5b3}.ecos-hint{margin-top:8px;font-size:.85rem;opacity:.8;text-align:center}.ecos-tabs{display:flex;gap:8px;margin-bottom:16px}.ecos-tab{flex:1;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#00000059;color:#ffffffd9;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.ecos-tab--active{background:#4fd1ff40;border-color:#4fd1ffb3;color:#fff}.ecos-live-intro{margin:0 0 12px;font-size:.88rem;opacity:.88;line-height:1.35}.ecos-live-empty{margin:20px 0;text-align:center;opacity:.75;font-size:.95rem}.ecos-live-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;max-height:min(55vh,420px);overflow-y:auto}.ecos-live-item{padding:12px 14px;border-radius:12px;background:#00000073;border:1px solid rgba(255,255,255,.12)}.ecos-live-item-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px}.ecos-live-author{font-weight:700;font-size:.92rem;color:#c7d2fef2}.ecos-live-age{font-size:.78rem;opacity:.65;white-space:nowrap}.ecos-live-text{margin:0 0 10px;font-size:.95rem;line-height:1.35;word-break:break-word}.ecos-live-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.ecos-live-count{font-size:.95rem;font-weight:600;color:#fb7185}.ecos-like-button{padding:8px 14px;border-radius:999px;border:1px solid rgba(251,113,133,.5);background:#fb718526;color:#fda4af;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease}.ecos-like-button:disabled{opacity:.55;cursor:not-allowed}.ecos-like-button:not(:disabled):hover{background:#fb718547}.scan-qr-button-secondary{padding:.75rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.3);font-size:.95rem;font-weight:500;cursor:pointer;background:transparent;color:#ffffffe6;transition:background .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.scan-qr-button-secondary:hover{background:#ffffff1a;color:#fff}.roulette-participation-success{margin-top:1rem;padding:1rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:12px;text-align:center;display:flex;flex-direction:column;gap:.75rem}.roulette-success-message{margin:0;color:#4ade80;font-size:1.1rem;font-weight:600}.roulette-participations-count{margin:0;color:#fffc;font-size:.95rem;font-weight:500}.roulette-participation-limit{margin-top:1rem;padding:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:12px;text-align:center;display:flex;flex-direction:column;gap:.75rem}.roulette-limit-message{margin:0;color:#fca5a5;font-size:1.1rem;font-weight:600}.scan-qr-button{margin-top:1rem;padding:.9rem 1.5rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#4ade80,#22c55e);color:#111827;box-shadow:0 4px 15px #22c55e59;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.scan-qr-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e73}.scan-qr-button:active{transform:translateY(0)}.qr-scanner-modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.qr-scanner-modal{position:relative;background:#282828f2;border:2px solid rgba(255,107,53,.4);border-radius:20px;box-shadow:0 0 50px #ff6b354d,inset 0 0 30px #ff6b351a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:90vw;width:100%;max-width:500px;padding:2rem;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.qr-scanner-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;font-size:1.5rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.qr-scanner-close:hover{background:#fff3}.qr-scanner-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.qr-scanner-content h3{margin:0;color:#fff;font-size:1.5rem;text-align:center}.qr-scanner-instructions{color:#ffffffd9;font-size:1rem;text-align:center;line-height:1.5;margin:0}.qr-scanner-container{width:100%;display:flex;justify-content:center;background:#0000004d;border-radius:12px;padding:1rem;min-height:300px}.qr-scanner-container video{width:100%;max-width:400px;border-radius:8px}.camera-error-message{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;text-align:center}.camera-error-icon{font-size:3rem;margin-bottom:.5rem}.camera-error-text{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0;max-width:400px;white-space:pre-line}.camera-error-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px;margin-top:.5rem}.retry-camera-button{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#4ade80,#22c55e);color:#111827;box-shadow:0 4px 15px #22c55e59;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.retry-camera-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e73}.retry-camera-button:active{transform:translateY(0)}.close-scanner-button{padding:.65rem 1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.3);font-size:.9rem;font-weight:500;cursor:pointer;background:transparent;color:#fffc;transition:background .2s ease,color .2s ease;width:100%}.close-scanner-button:hover{background:#ffffff1a;color:#fff}@media(max-width:480px){.player-view{padding:0;align-items:flex-start}.player-container{padding:1rem;border-radius:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:100%}.player-header{margin-bottom:1.25rem;padding-bottom:.65rem}.player-header h2{font-size:1.1rem}.player-score-badge{font-size:.75rem;padding:.25rem .55rem}.timer-badge{font-size:.9rem;padding:.4rem .75rem}.player-header-logo{height:20px}.waiting-screen{padding:1.25rem .25rem;gap:1.25rem}.waiting-icon{font-size:3.5rem}.waiting-title{font-size:1.3rem}.waiting-subtitle{font-size:.85rem}.player-score-display{padding:1rem 1.25rem;max-width:100%}.score-value{font-size:2rem}.loading-spinner{width:45px;height:45px}.question-text{font-size:1.15rem}.option-button{padding:1rem .85rem;font-size:.95rem;min-height:52px}.submit-button{font-size:1rem;padding:.9rem 1.5rem;min-height:52px}.countdown-screen{padding:1.5rem .5rem;min-height:50vh}.countdown-content{gap:1.5rem}.countdown-number-player{font-size:6rem}.countdown-glow{width:150px;height:150px}.countdown-title-player{font-size:1.5rem}.countdown-subtitle-player{font-size:1rem}.music-player-small{padding:2rem 1.5rem}.music-icon{font-size:3.5rem}.roulette-player-message{padding:1.5rem 1rem}.roulette-player-message h3{font-size:1.4rem;flex-direction:column;gap:.5rem}.finished-screen{padding:2rem .5rem}.finished-screen h2{font-size:1.75rem}.player-footer{margin-top:1.5rem;padding:1rem 0}.join-form h1{font-size:1.5rem}.name-input{font-size:1rem;padding:.85rem}.join-button{font-size:1rem;padding:.9rem;min-height:52px}.app-logo-join{height:70px;margin-bottom:1.25rem}}@media(max-width:375px){.player-view{padding:0;align-items:flex-start}.player-container{padding:.85rem;border-radius:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:100%}.player-header{margin-bottom:1rem;padding-bottom:.6rem}.player-header h2{font-size:1.05rem}.player-score-badge{font-size:.7rem;padding:.25rem .5rem}.timer-badge{font-size:.85rem;padding:.35rem .65rem}.player-header-logo{height:18px}.waiting-screen{padding:1rem .25rem;gap:1rem}.waiting-icon{font-size:3rem}.waiting-title{font-size:1.2rem}.waiting-subtitle{font-size:.8rem;margin-top:-.25rem}.player-score-display{padding:1rem 1.15rem;gap:.5rem}.score-label{font-size:.8rem}.score-value{font-size:1.85rem}.loading-spinner{width:40px;height:40px;border-width:3px}.game-screen{gap:1rem}.question-header{margin-bottom:1rem;padding-bottom:.6rem}.question-counter-player{font-size:.8rem}.question-text{font-size:1.1rem;margin-bottom:.6rem}.options-list{gap:.7rem}.option-button{padding:.9rem .75rem;font-size:.9rem;min-height:50px}.submit-button{font-size:.95rem;padding:.85rem 1.25rem;min-height:50px;margin-top:.4rem}.countdown-screen{padding:1.25rem .4rem;min-height:45vh}.countdown-content{gap:1.25rem}.countdown-number-player{font-size:5.5rem}.countdown-glow{width:130px;height:130px}.countdown-title-player{font-size:1.3rem}.countdown-subtitle-player{font-size:.95rem}.music-player-small{padding:1.5rem 1.25rem;margin-bottom:1.5rem}.music-icon{font-size:3rem;margin-bottom:.75rem}.music-player-small p{font-size:1.05rem}.roulette-player-message{padding:1.25rem .85rem;gap:.6rem}.roulette-player-message h3{font-size:1.3rem}.roulette-player-message p{font-size:.9rem}.finished-screen{padding:1.5rem .4rem}.finished-screen h2{font-size:1.6rem;margin-bottom:1.25rem}.finished-screen p{font-size:1.05rem}.player-footer{margin-top:1.25rem;padding:.85rem 0}.join-form h1{font-size:1.4rem;margin-bottom:.75rem}.app-logo-join{height:65px;margin-bottom:1rem}.room-display{font-size:.95rem;margin-bottom:1.25rem;padding:.55rem}.name-input{font-size:.95rem;padding:.8rem;margin-bottom:1rem;min-height:50px}.join-button{font-size:.95rem;padding:.85rem;min-height:50px}.answer-confirmation{font-size:.85rem;margin-top:.75rem}.scan-qr-button{font-size:.9rem;padding:.75rem 1.25rem}.qr-scanner-modal{max-width:95vw;padding:1.5rem}.qr-scanner-content h3{font-size:1.25rem}.qr-scanner-instructions{font-size:.9rem}.qr-scanner-container{min-height:250px}.camera-error-message{padding:1.5rem .75rem}.camera-error-icon{font-size:2.5rem}.camera-error-text{font-size:.9rem}.camera-error-actions{max-width:100%}.retry-camera-button{font-size:.9rem;padding:.65rem 1.25rem}.close-scanner-button{font-size:.85rem;padding:.6rem 1.25rem}}@media(max-width:360px){.player-header h2{font-size:1rem}.waiting-title{font-size:1.15rem}.question-text{font-size:1.05rem}.countdown-number-player{font-size:3.75rem}}.login-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{width:100%;max-width:450px;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;padding:3rem 2rem;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-header{text-align:center;margin-bottom:2rem}.app-logo-login{height:80px;width:auto;max-width:300px;object-fit:contain;filter:brightness(1.1);margin-bottom:1rem}.login-header h1{font-size:2.5rem;margin:0 0 .5rem;color:#fff}.login-header .login-title-main{font-size:1.35rem;margin:0;color:#fff;font-weight:700}.login-mode-badge{display:inline-block;margin:0 0 .5rem;padding:.25rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e9d5ff;background:#7e22ce73;border:1px solid rgba(216,180,254,.4)}.login-subtitle{margin:.65rem 0 0;font-size:.88rem;line-height:1.45;color:#ffffffb8}.login-view--admin .login-container{border-color:#a855f773;box-shadow:0 0 28px #a855f733,inset 0 0 15px #a855f714}.login-view--admin .form-group input:focus{border-color:#a855f7;box-shadow:0 0 10px #a855f759}.login-view--admin .submit-button{background:#a855f7e0;border-color:#c084fc8c;box-shadow:0 0 18px #a855f747}.login-view--admin .submit-button:hover:not(:disabled){background:#c084fcf2;box-shadow:0 0 26px #a855f76b}.login-alt-portal{margin-top:1.75rem;text-align:center;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.login-alt-portal--compact{margin-top:1rem;padding-top:0;border-top:none}.login-alt-portal-label{margin:0 0 .5rem;font-size:.82rem;color:#ffffff8c}.login-alt-portal-link{background:none;border:1px solid rgba(255,255,255,.28);color:#f1f5f9;font-size:.88rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:999px;transition:border-color .2s,color .2s,background .2s}.login-alt-portal-link:hover:not(:disabled){border-color:#ff6b35a6;color:#ff8c5a}.login-view--admin .login-alt-portal-link:hover:not(:disabled){border-color:#c4b5fdbf;color:#e9d5ff}.login-alt-portal-link--muted{border:none;text-decoration:underline;font-weight:500;color:#ffffff80;padding:.25rem}.login-alt-portal-link--muted:hover:not(:disabled){color:#ff8c5a}.login-type-selector{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.login-type-selector button{flex:1;padding:.75rem;background:none;border:none;border-bottom:2px solid transparent;color:#fff9;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.login-type-selector button:hover:not(:disabled){color:#ff6b35}.login-type-selector button.active{color:#ff6b35;border-bottom-color:#ff6b35}.login-type-selector button:disabled{opacity:.5;cursor:not-allowed}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#fff!important}.form-group input{padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,107,53,.3);border-radius:8px;font-size:1rem;color:#000;transition:all .2s;font-family:inherit}.form-group input::placeholder{color:#000}.form-group input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 10px #ff6b354d}.form-group input:disabled{background-color:#ffffff0d;cursor:not-allowed;opacity:.5}.error-message{padding:.75rem 1rem;background-color:#f003;border:1px solid rgba(255,0,0,.5);border-radius:8px;color:#ff6b6b;font-size:.9rem;text-align:center}.submit-button{padding:.75rem 1.5rem;background:#ff6b35cc;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem;box-shadow:0 0 15px #ff6b3533}.submit-button:hover:not(:disabled){transform:translateY(-2px);background:#ff6b35;box-shadow:0 0 25px #ff6b3566}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{margin-top:2rem;text-align:center}.register-link-button{background:none;border:none;color:#ff6b35;font-size:.9rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s}.register-link-button:hover:not(:disabled){color:#ff8c5a}.register-link-button:disabled{opacity:.5;cursor:not-allowed}.login-powered-by{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.powered-by-text{color:#ffffffb3;font-size:1rem;font-weight:500}.sprinticket-logo{height:60px;width:auto;max-width:200px;object-fit:contain;filter:brightness(1.1);transition:transform .2s}.toggle-button{background:none;border:none;color:#ff6b35;font-size:.9rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s}.toggle-button:hover:not(:disabled){color:#ff8c5a}.toggle-button:disabled{opacity:.5;cursor:not-allowed}.register-host-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);display:flex;align-items:center;justify-content:center;padding:2rem}.register-host-container{background:#fffffff2;border:1px solid rgba(255,107,53,.3);border-radius:16px;box-shadow:0 0 40px #ff6b354d,inset 0 0 20px #ff6b3526;padding:3rem;width:100%;max-width:500px}.register-host-header{text-align:center;margin-bottom:2rem}.app-logo-register{height:80px;width:auto;max-width:300px;object-fit:contain;filter:brightness(1.1);margin-bottom:1rem}.register-host-header h1{margin:0 0 .5rem;color:#667eea;font-size:2.5rem}.register-host-header h2{margin:0;color:#333;font-size:1.5rem;font-weight:500}.register-host-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-size:1rem;font-weight:500}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#fff;color:#000;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#ff6b35}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-group input[type=file]{padding:.5rem;border:1px dashed rgba(0,0,0,.3);border-radius:8px;background:#ffffff80;cursor:pointer}.form-group input[type=file]:disabled{cursor:not-allowed}.form-group small{color:#0009;font-size:.85rem}.logo-preview{margin-top:1rem;padding:1rem;background:#fffc;border:1px solid rgba(0,0,0,.2);border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:1rem}.logo-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:8px}.remove-image-button{padding:.5rem 1rem;background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.5);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.remove-image-button:hover{background:#ef44444d}.error-message{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.9rem;text-align:center}.submit-button{padding:1rem 2rem;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #ff6b3566,inset 0 0 20px #ff6b3540}.submit-button:disabled{opacity:.6;cursor:not-allowed}.register-host-footer{margin-top:2rem;text-align:center}.back-button{background:none;border:none;color:#667eea;font-size:1rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s}.back-button:hover:not(:disabled){color:#5568d3}.back-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);padding:2rem}.dashboard-container{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-header .header-left{display:flex;align-items:center;gap:1.5rem}.app-logo-header{height:60px;width:auto;max-width:250px;object-fit:contain;filter:brightness(1.1)}.dashboard-header .header-left h1{margin:0;color:#fff;font-size:2rem}.dashboard-header .header-right{display:flex;align-items:center;gap:1.5rem}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-actions{display:flex;justify-content:flex-end}.create-host-button{padding:1rem 2rem;background:#ff6b35;color:#fff;border:1px solid rgba(255,107,53,.5);border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 0 20px #ff6b354d,inset 0 0 15px #ff6b3533}.create-host-button:hover{transform:translateY(-2px);box-shadow:0 0 30px #ff6b3566,inset 0 0 20px #ff6b3540}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{padding:2rem;background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#ff6b35;margin-bottom:.5rem}.stat-label{color:#ffffffb3;font-size:1rem}.hosts-section{background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:12px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;padding:2rem}.hosts-section h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#ffffffb3}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem;color:#ffffffb3}.hosts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.host-card{background:#3c3c3c99;border:1px solid rgba(255,107,53,.3);border-radius:12px;padding:2rem;transition:all .3s}.host-card:hover{transform:translateY(-5px);box-shadow:0 0 35px #ff6b3559,inset 0 0 20px #ff6b3526}.host-card-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.host-logo{max-width:120px;max-height:120px;object-fit:contain;border-radius:8px}.host-name{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-align:center}.host-card-info{margin-bottom:1.5rem}.host-card-info p{color:#ffffffb3;font-size:.9rem;margin:.5rem 0}.host-card-info strong{color:#fff}.host-card-actions{display:flex;gap:.75rem}.action-button{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.delete-button{background:#ef44444d;color:#fff;border-color:#ef444480}.delete-button:hover{background:#ef444480;transform:translateY(-2px)}.powered-by{display:flex;align-items:center;gap:.5rem;padding-right:1.5rem;border-right:1px solid rgba(255,255,255,.2)}.powered-by-text{color:#ffffffb3;font-size:1.2rem;font-weight:500}.sprinticket-logo{height:150px!important;width:auto;max-height:none!important;max-width:none;object-fit:contain;filter:brightness(1.1);transition:transform .2s;display:block}.sprinticket-logo:hover{transform:scale(1.05)}.logout-button{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;margin-left:1.5rem}.logout-button:hover{background:#ffffff4d;border-color:#ffffff80}.create-host-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.create-host-modal{background:#282828f2;border:1px solid rgba(255,107,53,.4);border-radius:16px;box-shadow:0 0 40px #ff6b354d,inset 0 0 20px #ff6b3526;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;padding:2rem}.create-host-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.create-host-modal-header h2{margin:0;color:#fff;font-size:1.8rem}.close-modal-button{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.close-modal-button:hover{color:#fff}.create-host-form{display:flex;flex-direction:column;gap:1.5rem}.create-host-form .form-group{display:flex;flex-direction:column;gap:.5rem}.create-host-form .form-group label{color:#fff;font-size:1rem;font-weight:500}.create-host-form .form-group input[type=text],.create-host-form .form-group input[type=email],.create-host-form .form-group input[type=password]{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffffe6;color:#000;font-size:1rem;font-family:inherit;transition:border-color .2s}.create-host-form .form-group input:focus{outline:none;border-color:#ff6b35;background:#fff}.create-host-form .form-group input:disabled{opacity:.6;cursor:not-allowed}.create-host-form .form-group input[type=file]{padding:.5rem;border:1px dashed rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;cursor:pointer}.create-host-form .form-group input[type=file]:disabled{cursor:not-allowed}.create-host-form .form-group small{color:#fff9;font-size:.85rem}.create-host-form .logo-preview{margin-top:1rem;padding:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:1rem}.create-host-form .logo-preview img{max-width:100%;max-height:150px;object-fit:contain;border-radius:8px}.create-host-form .remove-image-button{padding:.5rem 1rem;background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.5);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.create-host-form .remove-image-button:hover{background:#ef44444d}.create-host-form .error-message{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.9rem;text-align:center}.create-host-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.create-host-form .cancel-button,.create-host-form .submit-button{padding:.75rem 2rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.create-host-form .cancel-button{background:#fff3;color:#fff}.create-host-form .cancel-button:hover:not(:disabled){background:#ffffff4d}.create-host-form .submit-button{background:#ff6b35;color:#fff;border-color:#ff6b3580;box-shadow:0 0 15px #ff6b354d}.create-host-form .submit-button:hover:not(:disabled){background:#ff8555;box-shadow:0 0 20px #ff6b3566;transform:translateY(-2px)}.create-host-form .cancel-button:disabled,.create-host-form .submit-button:disabled{opacity:.5;cursor:not-allowed}.host-service-view{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#000);padding:2rem;display:flex;align-items:center;justify-content:center}.host-service-container{width:100%;max-width:900px}.host-service-header{text-align:center;margin-bottom:3rem}.app-logo-service{height:120px;width:auto;max-width:400px;object-fit:contain;filter:brightness(1.1);margin-bottom:2rem;display:block;margin-left:auto;margin-right:auto}.host-service-header h1{color:#fff;font-size:2.5rem;margin:0 0 1rem;font-weight:700}.host-service-header .subtitle{color:#fffc;font-size:1.2rem;margin:0;font-weight:400}.service-card{background:#282828cc;border:1px solid rgba(255,107,53,.3);border-radius:16px;box-shadow:0 0 25px #ff6b3533,inset 0 0 15px #ff6b351a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;margin-bottom:2rem}.card-header{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.pack-title{color:#fff;font-size:2.5rem;margin:0;font-weight:700;text-align:center}.card-content{display:flex;flex-direction:column;gap:3rem}.features-section h3,.benefits-section h3,.cta-section h3{color:#fff;font-size:1.5rem;margin:0 0 1.5rem;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{background:#ffffff0d;border:1px solid rgba(255,107,53,.2);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s}.feature-item:hover{transform:translateY(-5px);border-color:#ff6b3580;box-shadow:0 5px 20px #ff6b3533}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h4{color:#fff;font-size:1.2rem;margin:0 0 .75rem;font-weight:600}.feature-item p{color:#ffffffb3;font-size:.95rem;margin:0;line-height:1.5}.benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.benefits-list li{color:#ffffffe6;font-size:1.1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;border-left:3px solid #ff6b35}.cta-section{text-align:center;padding:2rem;background:#ff6b351a;border-radius:12px;border:1px solid rgba(255,107,53,.3)}.cta-section p{color:#fffc;font-size:1.1rem;margin:0 0 2rem}.whatsapp-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#25d366;color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #25d3664d}.whatsapp-button:hover{transform:translateY(-3px);background:#20ba5a;box-shadow:0 6px 25px #25d36666}.whatsapp-icon{font-size:1.5rem}.back-section{text-align:center;margin-top:2rem}.back-button{background:none;border:none;color:#ff6b35;font-size:1rem;cursor:pointer;text-decoration:underline;padding:.75rem 1.5rem;transition:color .2s;border-radius:8px}.back-button:hover{color:#ff8c5a;background:#ff6b351a}@media(max-width:768px){.host-service-header h1{font-size:2rem}.host-service-header .subtitle{font-size:1rem}.service-card{padding:2rem 1.5rem}.features-grid,.benefits-list{grid-template-columns:1fr}.card-header{flex-direction:column;gap:1rem;align-items:flex-start}}.table-private-view{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1f2937 0,#020617 45%,#000);color:#f9fafb;padding:24px;box-sizing:border-box}.table-private-card{max-width:900px;width:100%;background:#0f172af5;border-radius:16px;padding:24px 24px 28px;box-shadow:0 18px 50px #0009;border:1px solid rgba(148,163,184,.3)}.table-private-error{border-color:#f8717199}.table-private-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.table-private-header h1{font-size:1.8rem;margin:0}.table-private-subtitle{margin:4px 0 0;color:#cbd5f5;font-size:.95rem}.table-private-badge{align-self:center;padding:6px 12px;border-radius:999px;background:#f9fafb14;border:1px solid rgba(248,250,252,.25);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.table-private-info{margin-bottom:20px;font-size:.95rem;color:#e5e7eb}.table-private-games h2{margin:0 0 12px;font-size:1.2rem}.table-private-empty{margin-top:12px;color:#9ca3af}.table-private-games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:8px}.table-private-game-card{text-align:left;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#0f172ae6;color:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.table-private-game-card:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #0f172ae6;border-color:#818cf8cc}.table-private-game-card.active{border-color:#34d399e6;background:radial-gradient(circle at top left,#10b98140,#0f172af2)}.table-private-game-title{font-weight:600;margin-bottom:4px}.table-private-game-description{font-size:.9rem;color:#d1d5db}.table-private-game-status{margin-top:8px;font-size:.8rem;color:#bbf7d0}@media(max-width:640px){.table-private-card{padding:18px 16px 22px}.table-private-header{flex-direction:column;align-items:flex-start}}.app{width:100%;min-height:100vh}
