:root{--bg-dark: #090714;--bg-surface: rgba(22, 19, 44, .65);--bg-surface-solid: #16132c;--primary: #8b5cf6;--primary-glow: rgba(139, 92, 246, .3);--secondary: #ec4899;--color-red: #ef4444;--color-red-glow: rgba(239, 68, 68, .4);--color-blue: #3b82f6;--color-blue-glow: rgba(59, 130, 246, .4);--color-yellow: #f59e0b;--color-yellow-glow: rgba(245, 158, 11, .4);--color-green: #10b981;--color-green-glow: rgba(16, 185, 129, .4);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-color: rgba(255, 255, 255, .08);--border-focus: rgba(139, 92, 246, .5);--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title: "Outfit", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}*:-webkit-autofill,*:-webkit-autofill:hover,*:-webkit-autofill:focus,*:-webkit-autofill:active,*:-internal-autofill-selected,*:-internal-autofill-previewed,*:autofill,*:-autofill,*[data-autocompleted],input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:-internal-autofill-selected,input:-internal-autofill-previewed,input:autofill,input:-autofill,input[data-autocompleted]{-webkit-box-shadow:0 0 0 1000px #1e293b inset!important;box-shadow:0 0 0 1000px #1e293b inset!important;-webkit-text-fill-color:#f8fafc!important;color:#f8fafc!important;caret-color:#f8fafc!important;background-color:#1e293b!important;background-image:none!important;filter:none!important;transition:background-color 999999s ease-in-out 0s,color 999999s ease-in-out 0s!important}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden;min-height:100vh;position:relative;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}body:before,body:after{content:"";position:fixed;width:400px;height:400px;border-radius:50%;filter:blur(150px);z-index:-1;pointer-events:none;opacity:.5}body:before{background:radial-gradient(circle,var(--primary) 0%,transparent 70%);top:-100px;left:-100px}body:after{background:radial-gradient(circle,var(--secondary) 0%,transparent 70%);bottom:-100px;right:-100px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a081699}::-webkit-scrollbar-thumb{background:#8b5cf659;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8b5cf699}.dashboard-tab-container,.showcase-tab-bar,.host-top-controls-bar,.tabs-container,.no-scrollbar,.hide-scrollbar,.horizontal-scroll-tabs{scrollbar-width:none!important;-ms-overflow-style:none!important}.dashboard-tab-container::-webkit-scrollbar,.showcase-tab-bar::-webkit-scrollbar,.host-top-controls-bar::-webkit-scrollbar,.tabs-container::-webkit-scrollbar,.no-scrollbar::-webkit-scrollbar,.hide-scrollbar::-webkit-scrollbar,.horizontal-scroll-tabs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:700;letter-spacing:-.02em}a{color:var(--primary);text-decoration:none;transition:all .2s ease}a:hover{filter:brightness(1.2)}.glass-card{background:var(--bg-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px;box-shadow:0 8px 32px #0000005e;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.glass-card:hover{border-color:#ffffff26}.btn{font-family:var(--font-title);font-weight:600;font-size:16px;padding:12px 24px;border-radius:var(--radius-sm);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0003;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;-webkit-tap-highlight-color:transparent!important}button,.btn,.answer-btn,.choice-card,input[type=submit]{touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer}button:active,.btn:active,.answer-btn:active{transform:scale(.96);opacity:.88}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#7c3aed 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--primary-glow)}.btn-secondary{background:transparent;border:1px solid var(--border-color);color:var(--text-primary)}.btn-secondary:hover{background:#ffffff0d;border-color:var(--text-secondary)}.btn-danger{background:var(--color-red);color:#fff}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--color-red-glow)}.btn-success{background:var(--color-green);color:#fff}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--color-green-glow)}.btn:active{transform:translateY(1px)}.form-group{margin-bottom:20px}.form-label{display:block;font-size:15px;font-weight:700;margin-bottom:8px;color:#fff!important;letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.8)}.input-field{width:100%;background:#1e293b!important;border:1.5px solid rgba(255,255,255,.3)!important;border-radius:var(--radius-sm);padding:14px 16px;color:#fff!important;font-family:var(--font-body);font-size:15px;font-weight:600;outline:none;transition:all .2s ease;box-shadow:inset 0 2px 4px #0000004d}.input-field:focus{border-color:#a855f7!important;box-shadow:0 0 0 4px #a855f766,inset 0 2px 4px #0000004d!important;background:#0f172a!important}.input-field::placeholder{font-size:15px!important;font-weight:500!important;letter-spacing:normal!important;color:#cbd5e1!important;opacity:1!important}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #8b5cf666}70%{box-shadow:0 0 0 10px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}@keyframes slide-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-float{animation:float 4s ease-in-out infinite}.animate-slide-in{animation:slide-in .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes score-popup{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-20px);opacity:1}to{transform:translateY(-40px);opacity:0}}@keyframes streak-flame{0%{filter:drop-shadow(0 0 4px #f59e0b);transform:scale(1)}50%{filter:drop-shadow(0 0 12px #f59e0b);transform:scale(1.3)}to{filter:drop-shadow(0 0 4px #f59e0b);transform:scale(1)}}@keyframes rank-up{0%{color:var(--color-green);transform:scale(1)}50%{color:var(--color-green);transform:scale(1.2)}to{color:var(--color-green);transform:scale(1)}}@keyframes rank-down{0%{color:var(--color-red);transform:scale(1)}50%{color:var(--color-red);transform:scale(.9)}to{color:var(--color-red);transform:scale(1)}}.score-popup{animation:score-popup 1.5s ease-out forwards;position:absolute;font-weight:800;font-size:20px;pointer-events:none;z-index:100}.streak-flame-anim{animation:streak-flame .5s ease-in-out infinite;display:inline-block}.rank-up-anim{animation:rank-up .5s ease-in-out}.rank-down-anim{animation:rank-down .5s ease-in-out}.answers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;max-width:800px;margin:0 auto}.answer-btn{aspect-ratio:16/9;border-radius:var(--radius-md);border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;font-family:var(--font-title);font-weight:700;font-size:20px;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #0003}.answer-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff26,#fff0);pointer-events:none}.answer-btn.red{background-color:var(--color-red);box-shadow:0 8px 24px var(--color-red-glow)}.answer-btn.blue{background-color:var(--color-blue);box-shadow:0 8px 24px var(--color-blue-glow)}.answer-btn.yellow{background-color:var(--color-yellow);box-shadow:0 8px 24px var(--color-yellow-glow)}.answer-btn.green{background-color:var(--color-green);box-shadow:0 8px 24px var(--color-green-glow)}.answer-btn:hover{transform:scale(1.03);filter:brightness(1.08)}.answer-btn:active{transform:scale(.97)}.answer-shape{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.answer-shape svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));fill:currentColor}.timer-container{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.timer-svg{width:100%;height:100%;transform:rotate(-90deg);overflow:visible}.timer-bg{fill:none;stroke:#ffffff1a;stroke-width:6}.timer-bar{fill:none;stroke:var(--primary);stroke-width:6;stroke-dasharray:220;stroke-dashoffset:0;stroke-linecap:round;transition:stroke-dashoffset .1s linear,stroke .3s ease}.timer-text{position:absolute;font-family:var(--font-title);font-size:24px;font-weight:800;color:#fff}.leaderboard-list{display:flex;flex-direction:column;gap:12px;position:relative}.leaderboard-row{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:var(--radius-sm);background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:transform .85s cubic-bezier(.34,1.45,.64,1),opacity .4s ease,background .5s ease,border-color .5s ease,box-shadow .5s ease;will-change:transform,background,box-shadow}.leaderboard-row.top-three{background:linear-gradient(90deg,#8b5cf61f,#ffffff05);border-left:4px solid var(--primary)}.leaderboard-row.rank-first{background:linear-gradient(90deg,#eab30829,#ffffff08);border-left:4px solid #eab308;box-shadow:0 4px 20px #eab30826}.leaderboard-row.rank-second{background:linear-gradient(90deg,#94a3b824,#ffffff08);border-left:4px solid #94a3b8}.leaderboard-row.rank-third{background:linear-gradient(90deg,#d9770624,#ffffff08);border-left:4px solid #d97706}.leaderboard-row.rank-up{border-color:#34d39980;box-shadow:0 0 16px #34d39933}.leaderboard-row.rank-down{border-color:#ef44444d}.leaderboard-player{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.leaderboard-rank{font-family:var(--font-title);font-weight:900;font-size:18px;color:var(--primary);min-width:54px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0}.rank-badge-first{color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.6);display:inline-flex;align-items:center;gap:4px}.rank-badge-second{color:#cbd5e1;display:inline-flex;align-items:center;gap:4px}.rank-badge-third{color:#f59e0b;display:inline-flex;align-items:center;gap:4px}.leaderboard-name{font-weight:700;font-size:16px;color:#f8fafc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1}.leaderboard-score-container{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.leaderboard-score{font-family:var(--font-title);font-weight:800;font-size:18px;color:#fff;min-width:85px;text-align:right}.rank-delta-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:900;letter-spacing:.3px;transition:all .3s ease}.rank-delta-up{background:#10b98138;color:#34d399;border:1px solid rgba(16,185,129,.45);box-shadow:0 0 10px #34d39959;animation:rank-pop .4s cubic-bezier(.175,.885,.32,1.275)}.rank-delta-down{background:#ef444429;color:#f87171;border:1px solid rgba(239,68,68,.35);animation:rank-pop .4s cubic-bezier(.175,.885,.32,1.275)}.rank-delta-same{background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.1)}.score-gained-badge{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:800;color:#fbbf24;background:#fbbf2429;border:1px solid rgba(251,191,36,.35);padding:2px 8px;border-radius:8px;animation:score-pop .5s ease}@keyframes rank-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.18)}to{transform:scale(1);opacity:1}}@keyframes score-pop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.host-results-state{max-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center}.host-chart-card{box-sizing:border-box}.results-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;width:100%;margin-bottom:24px}.results-hero-stat{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 4px 20px #00000040;backdrop-filter:blur(12px);transition:transform .2s ease,border-color .2s ease}.results-hero-stat:hover{transform:translateY(-2px);border-color:#ffffff29}.results-stat-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.results-stat-val{font-family:var(--font-title);font-size:22px;font-weight:900;line-height:1.1;color:#fff}.results-stat-label{font-size:11.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.results-question-banner{padding:20px 24px;background:#8b5cf60f;border:1px solid rgba(139,92,246,.25);border-radius:16px;margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.results-q-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:20px;background:#8b5cf633;color:#c4b5fd;border:1px solid rgba(139,92,246,.35);align-self:flex-start}.results-q-text{font-size:19px;font-weight:700;line-height:1.35;color:#fff}.results-bars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px;width:100%;align-items:end;min-height:210px;margin:10px 0 6px}.results-bar-column{display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end;position:relative}.results-bar-track{width:100%;max-width:130px;height:170px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:14px;display:flex;align-items:flex-end;padding:4px;position:relative;box-sizing:border-box}.results-bar-fill{width:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:6px 4px;box-sizing:border-box;transition:height .85s cubic-bezier(.34,1.45,.64,1);min-height:28px;position:relative}.results-bar-count-badge{font-family:var(--font-title);font-size:16px;font-weight:900;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.results-bar-percent-badge{font-size:11px;font-weight:800;color:#ffffffe6;background:#00000040;padding:2px 6px;border-radius:8px}.results-choice-card{width:100%;padding:12px 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box;transition:all .3s ease}.results-choice-card.is-correct{background:linear-gradient(135deg,#10b98138,#0596691f);border:2px solid #10b981;box-shadow:0 0 20px #10b98159,inset 0 0 12px #10b98126}.results-correct-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#10b981;color:#000;font-family:var(--font-title);font-size:10.5px;font-weight:900;padding:3px 8px;border-radius:20px;box-shadow:0 0 12px #10b981b3;position:absolute;top:-28px;left:50%;transform:translate(-50%);white-space:nowrap;z-index:5}.results-slider-card{padding:24px 32px;background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:18px;margin:20px 0}.results-slider-line-wrap{position:relative;height:16px;background:#ffffff14;border-radius:8px;margin:40px 0 24px}.results-slider-line-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:8px;opacity:.7}.results-slider-marker{position:absolute;top:-32px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;white-space:nowrap;pointer-events:none}.results-marker-pill{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:900;display:flex;align-items:center;gap:4px}.results-marker-correct{background:#10b981;color:#000;box-shadow:0 0 16px #10b98199}.results-marker-avg{background:#3b82f6;color:#fff;box-shadow:0 0 16px #3b82f699}.results-marker-stem{width:2px;height:14px;margin-top:2px}.results-matching-grid{display:flex;flex-direction:column;gap:12px;max-width:680px;width:100%;margin:16px auto}.results-matching-item{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#ffffff08;border:1px solid rgba(139,92,246,.25);border-radius:14px;gap:16px;box-shadow:0 4px 16px #0003;transition:border-color .2s ease,transform .2s ease}.results-matching-item:hover{border-color:#a78bfa80;transform:translateY(-1px)}.results-match-left{font-weight:800;color:#fff;font-size:15px;flex:1;text-align:left;word-break:break-word}.results-match-right{font-weight:800;color:#34d399;font-size:15px;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:1;text-align:right;word-break:break-word}.results-word-cloud{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:16px 0}.results-cloud-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:14px;font-size:14px;font-weight:700;transition:transform .2s ease}.results-cloud-chip.is-correct{background:#10b9812e;border:1.5px solid rgba(16,185,129,.45);color:#6ee7b7}.results-cloud-chip.is-wrong{background:#ef444424;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.podium-container{display:flex;align-items:flex-end;justify-content:center;gap:24px;height:300px;margin-top:48px}.podium-column{display:flex;flex-direction:column;align-items:center;width:140px;position:relative}.podium-box{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius-sm) var(--radius-sm) 0 0;box-shadow:inset 0 1px #ffffff1a,0 8px 32px #00000080;position:relative}.podium-first{height:180px;background:linear-gradient(180deg,#f59e0b,#d97706);border:1px solid rgba(245,158,11,.3)}.podium-second{height:130px;background:linear-gradient(180deg,#94a3b8,#475569);border:1px solid rgba(148,163,184,.3)}.podium-third{height:90px;background:linear-gradient(180deg,#b45309,#78350f);border:1px solid rgba(180,83,9,.3)}.podium-num{font-family:var(--font-title);font-size:48px;font-weight:900;color:#fffc;line-height:1}.btn-text-mobile{display:none}.btn-text-desktop{display:inline}.podium-name{font-family:var(--font-title);font-weight:700;font-size:16px;color:#fff;margin-bottom:8px;text-align:center;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important;padding:0 4px;line-height:1.25}.podium-score{font-size:14px;color:#ffffffb3;margin-top:4px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.flex-center{display:flex;align-items:center;justify-content:center}.grid-cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 768px){.grid-cols-2{grid-template-columns:1fr}.answers-grid{grid-template-columns:1fr;padding:0 16px}.podium-container{gap:12px}.podium-column{width:100px}}.quiz-editor-layout{display:grid;grid-template-columns:300px 1fr;gap:24px;flex:1}.quiz-editor-sidebar{display:flex;flex-direction:column;max-height:calc(100vh - 160px);overflow:hidden;border-radius:16px;padding:20px}.quiz-editor-decklist{display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1;padding-right:4px}.quiz-editor-add-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}button,.btn,.input-field,.answer-btn{min-height:44px}@media (max-width: 900px){.quiz-editor-layout{grid-template-columns:1fr!important;gap:16px!important}.quiz-editor-sidebar{max-height:none!important;padding:12px 14px!important}.quiz-editor-sidebar h4{display:block!important;font-size:13px!important}.quiz-editor-decklist{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;gap:8px!important;padding:6px 4px 8px!important;align-items:center!important;-webkit-overflow-scrolling:touch}.quiz-editor-decklist>div{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:44px!important;padding:0 10px!important;border-radius:12px!important;flex:0 0 auto!important}.quiz-editor-decklist input[type=number],.quiz-editor-decklist .deck-question-text,.quiz-editor-decklist .deck-order-btns,.quiz-editor-decklist .deck-footer{display:none!important}.deck-mobile-number{display:inline-block!important}.question-settings-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}.question-settings-grid select{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important}.quiz-editor-add-grid{display:flex!important;flex-direction:row!important;margin-top:10px!important;padding-top:10px!important}.quiz-editor-add-grid button{flex:0 0 auto!important;padding:8px 12px!important;font-size:12px!important;min-height:40px!important}}@media (max-width: 1024px){.container{padding:0 16px}}@media (max-width: 480px){h1{font-size:28px!important}h2{font-size:22px!important}h3{font-size:18px!important}.btn{padding:10px 20px;font-size:14px}.glass-card{padding:16px}}.editor-responsive-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 900px){.editor-responsive-grid{grid-template-columns:1fr!important;gap:16px!important}}.lobby-player-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 24px;font-size:18px;font-weight:700;text-align:center;box-shadow:0 4px 12px #00000026;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s ease,background-color .2s ease}.lobby-player-card:hover{border-color:var(--primary);background:#ffffff14;transform:translateY(-2px)}@media (max-width: 768px){.player-game-container{padding:12px!important;gap:12px!important}.player-question-title{font-size:18px!important;margin-bottom:12px!important;line-height:1.3!important}.player-media-container{height:100px!important;margin-bottom:8px!important}.answers-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;padding:0!important}.answer-btn{aspect-ratio:auto!important;min-height:48px!important;height:auto!important;padding:8px 10px!important;font-size:13px!important;flex-direction:row!important;justify-content:flex-start!important;gap:8px!important}.answer-shape{width:24px!important;height:24px!important}}.quiz-editor-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:nowrap}.quiz-editor-header-left{display:flex;align-items:center;gap:20px;flex:1;min-width:0;overflow:hidden}.quiz-editor-header-right{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;flex-shrink:0}@media (max-width: 900px){.quiz-editor-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:16px!important}.quiz-editor-header-left{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.quiz-editor-header-right{justify-content:flex-end!important;width:100%!important}}.slider-responsive-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:14px}@media (max-width: 600px){.slider-responsive-grid{grid-template-columns:1fr!important;gap:12px!important}}.quiz-editor-workspace{display:flex;flex-direction:column;padding:12px 16px;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0006;height:calc(100vh - 150px);overflow:hidden}.question-settings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;box-sizing:border-box}.quiz-editor-two-col{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px;min-height:0}.quiz-editor-col-left,.quiz-editor-col-right{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:6px}.quiz-editor-col-left::-webkit-scrollbar,.quiz-editor-col-right::-webkit-scrollbar{width:5px}.quiz-editor-col-left::-webkit-scrollbar-thumb,.quiz-editor-col-right::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.quiz-editor-col-left::-webkit-scrollbar-thumb:hover,.quiz-editor-col-right::-webkit-scrollbar-thumb:hover{background:#ffffff40}@media (max-width: 900px){.quiz-editor-workspace{height:auto!important;overflow:visible!important}.quiz-editor-two-col{grid-template-columns:1fr!important;overflow:visible!important}.quiz-editor-col-left,.quiz-editor-col-right{overflow-y:visible!important;padding-right:0!important}}.editor-textarea,.editor-input{width:100%;background:#090714cc!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;color:#fff!important;outline:none!important;font-family:var(--font-body)!important;font-size:13.5px!important;font-weight:500!important;line-height:1.5!important;letter-spacing:.1px!important;transition:all .2s ease-in-out!important}.editor-textarea::placeholder,.editor-input::placeholder{color:#ffffff40!important}.editor-textarea:focus,.editor-input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 2px var(--primary-glow)!important;background:#090714f2!important}.editor-select{background:#090714bf!important;border:1px solid rgba(139,92,246,.2)!important;border-radius:6px!important;color:#fff!important;outline:none!important;cursor:pointer!important;font-family:var(--font-title)!important;font-weight:700!important;transition:all .2s ease-in-out!important}.editor-select:focus,.editor-select:hover{border-color:var(--primary)!important;box-shadow:0 0 0 2px var(--primary-glow)!important}.choice-input{background:none!important;border:none!important;color:#fff!important;outline:none!important;font-family:var(--font-body)!important;font-size:14.5px!important;font-weight:600!important;letter-spacing:.1px!important;transition:all .2s!important}.choice-input::placeholder{color:#ffffff4d!important}.editor-choice-card{transition:all .2s cubic-bezier(.16,1,.3,1)!important;position:relative;overflow:hidden}.editor-choice-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.editor-choice-card:focus-within{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf626}.tf-choice-card{transition:all .2s cubic-bezier(.16,1,.3,1)!important}.tf-choice-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.jumble-choice-card{transition:all .2s cubic-bezier(.16,1,.3,1)!important}.jumble-choice-card:hover,.jumble-choice-card:focus-within{border-color:#8b5cf64d!important;background:#ffffff05!important;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.quiz-editor-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1;min-height:180px}.editor-detail-card{background:#ffffff03;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:6px;min-height:0}.media-card{overflow:visible!important;height:auto!important}.media-delete-btn{position:absolute;top:6px;right:6px;background:#0009!important;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15)!important;color:#ef4444!important;border-radius:50%!important;width:24px!important;height:24px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;min-height:0!important;padding:0!important}.media-delete-btn:hover{background:#ef4444!important;color:#fff!important;transform:scale(1.1);box-shadow:0 0 8px #ef444480}.host-header-timer-pill,.host-top-timer-bar-wrapper,.host-mobile-timer-bar-wrapper{display:none}@media (max-width: 900px){.quiz-editor-details-grid{grid-template-columns:1fr!important;gap:12px!important;min-height:auto!important;flex:none!important}}@media (max-width: 768px){.dashboard-navbar{padding:14px 16px!important;margin-bottom:16px!important}@media (max-width: 480px){.dashboard-btn-label{display:none!important}}.dashboard-logout-btn:hover,.dashboard-settings-btn:hover{background:#ffffff14!important;color:#fff!important}.dashboard-join-btn{grid-column:1 / 4!important;grid-row:3 / 4!important;width:100%!important;padding:10px 12px!important;font-size:13px!important;border-radius:8px!important;margin-top:4px!important;justify-content:center!important;display:flex!important;align-items:center!important;gap:6px!important}.dashboard-tab-container{overflow-x:auto!important;white-space:nowrap!important;display:flex!important;flex-wrap:nowrap!important;gap:2px!important;-webkit-overflow-scrolling:touch!important;border-bottom:1px solid var(--border-color)!important;margin-bottom:24px!important;padding-bottom:4px!important}.dashboard-tab-btn{flex:0 0 auto!important;padding:8px 12px!important;font-size:13.5px!important}.host-game-container{padding:12px!important;justify-content:flex-start!important}.host-top-controls-bar{top:6px!important;left:6px!important;right:6px!important;gap:6px!important;flex-wrap:nowrap!important;max-width:calc(100vw - 12px)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding:4px 8px!important;background:#090714f2!important;border:1px solid rgba(139,92,246,.3)!important;border-radius:12px!important;backdrop-filter:blur(12px)!important;box-shadow:0 4px 20px #00000080!important;scrollbar-width:none!important}.host-top-controls-bar::-webkit-scrollbar{display:none!important}.host-top-controls-bar button{padding:6px 10px!important;font-size:11px!important;border-radius:8px!important;white-space:nowrap!important;flex-shrink:0!important;gap:4px!important}.host-top-controls-bar button svg{width:13px!important;height:13px!important}.btn-text-mobile{display:inline!important;font-weight:700!important;font-size:11px!important;white-space:nowrap!important}.btn-text-desktop{display:none!important}.host-lobby-state{margin-top:56px!important;padding-top:10px!important}.host-podium-state{margin-top:10px!important;padding-top:0!important;min-height:calc(100vh - 40px)!important}.host-lobby-header{padding:18px!important;margin-bottom:16px!important;gap:16px!important;flex-direction:column!important;align-items:stretch!important}.host-lobby-pin-qr-row{gap:12px!important;justify-content:space-between!important;align-items:center!important;width:100%!important;flex-direction:row!important}.host-lobby-header .lobby-pin-box{margin-bottom:0!important}.host-lobby-header h1{font-size:28px!important;letter-spacing:2px!important}.host-qr-box{align-items:flex-end!important}.host-lobby-stats{width:100%!important;justify-content:space-between!important;gap:12px!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:12px!important}.host-lobby-stats button{padding:10px 20px!important;font-size:14px!important}.host-players-roster{margin-top:16px!important}.host-players-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))!important;gap:8px!important}.lobby-player-card{padding:8px 12px!important;font-size:14px!important}.host-question-state{margin-top:56px!important;padding-top:12px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:calc(100vh - 70px)!important;box-sizing:border-box!important}.host-question-middle{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important;width:100%!important;margin:auto 0!important}.host-question-header{margin-bottom:12px!important;gap:4px!important;padding-top:8px!important;width:100%!important}.host-question-header h1{font-size:18px;margin-top:4px!important}.host-question-left{display:none!important}.host-header-timer-pill{display:flex!important;align-items:center!important;gap:6px!important;padding:4px 12px!important;border-radius:20px!important;transition:all .3s ease!important}.host-top-timer-bar-wrapper{display:block!important;width:100%!important;height:4px!important;background:#ffffff0f!important;border-radius:4px!important;margin-bottom:12px!important;overflow:hidden!important}.host-mobile-timer-bar-wrapper{display:none!important}.host-question-right{order:2!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important}.host-answers-counter-box{padding:6px 14px!important;border-radius:8px!important;margin-bottom:0!important}.host-answers-counter-box span:first-of-type{font-size:18px!important}.host-image-container{order:3!important;max-width:240px!important;margin:8px auto!important;flex-direction:column!important}.host-question-image{max-height:120px!important}.host-answers-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important}.host-answers-grid .answer-btn{padding:8px 12px!important;font-size:13px!important;height:auto!important;min-height:44px!important;gap:8px!important}.host-answers-grid .answer-shape{width:20px!important;height:20px!important}.host-text-answer-info,.host-slider-answer-info{padding:16px!important;margin-top:16px!important}.host-text-answer-info h2,.host-slider-answer-info h2{font-size:16px!important}.host-slider-answer-info p{font-size:13px!important;margin-top:4px!important}.host-results-state{margin-top:56px!important;padding-top:12px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:calc(100vh - 70px)!important;box-sizing:border-box!important}.host-results-header{text-align:center!important;align-items:center!important;gap:4px!important;margin-bottom:12px!important;padding-bottom:6px!important}.host-results-header h1{font-size:18px!important;margin:2px 0!important}.host-chart-card{padding:16px 12px 20px!important;border-radius:16px!important;margin-top:8px!important}.host-bars-container{height:210px!important;gap:6px!important;margin-top:28px!important;padding-top:24px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(0,1fr))!important;width:100%!important;box-sizing:border-box!important;align-items:flex-end!important}.host-bar-column{width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;height:100%!important}.host-bar-outer{height:120px!important;width:100%!important;max-width:32px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;margin:0 auto!important}.host-bar-count{font-size:12px!important;top:-20px!important}.host-bar-label{padding:3px 2px!important;margin-top:4px!important;width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;border-radius:6px!important;min-width:0!important}.host-bar-label div{width:14px!important;height:14px!important;flex-shrink:0!important}.host-bar-label span{display:block!important;font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;min-width:0!important}.host-explanation-box{margin-top:16px!important;position:relative!important;width:100%!important;box-sizing:border-box!important;padding:12px!important;font-size:12px!important}.host-leaderboard-state{margin-top:50px!important;padding-top:10px!important}.host-leaderboard-columns{grid-template-columns:1fr!important;gap:16px!important}.host-leaderboard-card{padding:12px!important}.host-leaderboard-card h3{font-size:15px!important;margin-bottom:12px!important}.leaderboard-row{padding:8px 12px!important;margin-bottom:6px!important;font-size:13px!important}}@media (min-width: 769px){.player-game-container{padding:16px!important;justify-content:center!important}.player-question-title{font-size:20px!important;margin-bottom:12px!important}.player-media-container{height:140px!important;margin-bottom:12px!important}.player-game-state .answers-grid{gap:12px!important;max-width:600px!important}.player-game-state .answer-btn{aspect-ratio:auto!important;min-height:80px!important;height:auto!important;padding:16px 20px!important;font-size:16px!important;gap:8px!important}.player-game-state .answer-shape{width:32px!important;height:32px!important}}@media (min-width: 769px){.host-game-container{height:100vh!important;min-height:100vh!important;overflow:hidden!important;padding:24px 40px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.host-question-state{height:calc(100vh - 120px)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:0!important}.host-question-header{margin-bottom:12px!important;flex-shrink:0!important}.host-question-header h1{font-size:28px;margin-top:4px!important;line-height:1.3!important}.host-question-middle{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:40px!important;flex:1!important;min-height:0!important;width:100%!important;max-width:1100px!important;margin:0 auto!important}.host-question-left{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:120px!important;flex-shrink:0!important}.host-question-right{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:20px!important;width:160px!important;flex-shrink:0!important}.host-image-container{flex:1!important;width:100%!important;height:100%!important;max-height:420px!important;margin:0!important;border-radius:16px!important;overflow:hidden!important;border:1px solid var(--border-color)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#00000026!important;min-height:0!important;padding:12px!important}.host-question-image{max-height:100%!important;max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;border-radius:12px!important}.host-answers-grid{margin-top:12px!important;flex-shrink:0!important}.host-answers-grid .answer-btn{aspect-ratio:auto!important;height:96px!important;font-size:20px!important;padding:16px 24px!important;gap:16px!important;justify-content:flex-start!important;flex-direction:row!important}.host-answers-grid .answer-shape{width:36px!important;height:36px!important;flex-shrink:0!important}.host-results-state{height:calc(100vh - 120px)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:0!important}.host-results-header{margin-bottom:12px!important;padding-bottom:8px!important;flex-shrink:0!important}.host-chart-card{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:16px 24px!important;min-height:0!important;margin-bottom:0!important;overflow-y:auto!important}.host-jumble-correct-box,.host-type-correct-box,.host-slider-correct-box{margin-bottom:12px!important;padding:10px 16px!important;flex-shrink:0!important}.host-jumble-correct-box div{gap:6px!important}.host-jumble-correct-box div>div{padding:4px 10px!important}.host-open-chart-container{margin-top:8px!important;gap:40px!important;flex-shrink:0!important;justify-content:center!important}.host-open-chart-container>div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important}.host-open-chart-container h4{margin-top:0!important;font-size:14px!important}.host-open-chart-container span{font-size:16px!important}.host-open-chart-container div[style*="height: 120px"]{height:60px!important;width:32px!important}.host-explanation-box{margin-top:16px!important;padding:10px 14px!important;position:relative!important;z-index:2!important;width:100%!important;box-sizing:border-box!important;flex-shrink:0!important}.host-explanation-box p{margin-top:4px!important;font-size:12px!important;line-height:1.4!important}.host-bars-container{height:180px!important;min-height:180px!important;margin-top:12px!important;gap:8px!important}.host-bar-outer{height:100%!important}.host-bar-inner{transition:height .6s ease-out!important}.host-leaderboard-state{height:calc(100vh - 120px)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:0!important}.host-leaderboard-columns{flex:1!important;height:auto!important;min-height:0!important;gap:24px!important}.host-leaderboard-card{height:100%!important;display:flex!important;flex-direction:column!important;min-height:0!important;padding:24px!important}.host-leaderboard-list{flex:1!important;overflow-y:auto!important;padding-right:4px!important}.host-podium-state{min-height:calc(100vh - 120px)!important;height:auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;box-sizing:border-box!important;padding-bottom:40px!important}.host-podium-state h1{font-size:30px!important;margin-bottom:4px!important;margin-top:0!important;flex-shrink:0!important}.host-podium-state p{font-size:13px!important;margin-bottom:12px!important;flex-shrink:0!important}.host-podium-state .podium-container{height:180px!important;margin-top:12px!important;margin-bottom:12px!important;flex-shrink:0!important;gap:16px!important}.host-podium-state .podium-column{gap:6px!important}.host-podium-state .podium-first{height:100px!important}.host-podium-state .podium-second{height:70px!important}.host-podium-state .podium-third{height:50px!important}.host-podium-state .podium-name{font-size:13px!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important;max-width:110px!important;line-height:1.2!important}.host-podium-state .podium-score{font-size:13px!important}.host-podium-state .podium-rewards-card{padding:24px!important;margin-top:24px!important;width:100%!important;display:flex!important;flex-direction:column!important;border-radius:16px!important;box-sizing:border-box!important}.host-podium-state .podium-rewards-card h2{font-size:18px!important;margin-bottom:4px!important}.host-podium-state .podium-rewards-card p{font-size:12px!important;margin-bottom:12px!important}.host-podium-state .podium-rewards-card>div{gap:16px!important}.host-podium-state .reward-reveal-box{padding:16px!important;width:185px!important;min-height:120px!important;gap:8px!important;border-radius:12px!important;box-sizing:border-box!important}.host-podium-state .reward-reveal-box span{font-size:13px!important}.host-podium-state .reward-reveal-box strong{font-size:14px!important}.host-podium-state .reward-reveal-box div{font-size:24px!important}.host-podium-state .podium-back-btn{margin-top:12px!important;padding:8px 24px!important;border-radius:8px!important;font-size:14px!important;flex-shrink:0!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes emoji-float{0%{transform:translateY(0) scale(.5);opacity:1}50%{transform:translateY(-80px) scale(1.2);opacity:.8}to{transform:translateY(-160px) scale(.8);opacity:0}}@keyframes question-transition-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes question-transition-out{0%{transform:translate(0);opacity:1}to{transform:translate(-40px);opacity:0}}@keyframes countdown-pop{0%{transform:scale(2);opacity:0}50%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.emoji-reaction{animation:emoji-float 2s ease-out forwards;font-size:32px;pointer-events:none;z-index:2000}.question-transition-in{animation:question-transition-in .4s cubic-bezier(.16,1,.3,1) forwards}.question-transition-out{animation:question-transition-out .3s cubic-bezier(.16,1,.3,1) forwards}.countdown-overlay{position:fixed;inset:0;background:#05030f;display:flex;align-items:center;justify-content:center;z-index:99999;backdrop-filter:blur(20px)}.countdown-number{font-family:Outfit,sans-serif;font-size:120px;font-weight:900;color:var(--primary);animation:countdown-pop .8s ease-out forwards;text-shadow:0 0 40px var(--primary-glow);user-select:none;-webkit-user-select:none;outline:none!important;border:none!important;text-decoration:none!important;box-shadow:none!important}.light-theme{--bg-dark: #f8fafc;--bg-surface: rgba(255, 255, 255, .75);--bg-surface-solid: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: rgba(0, 0, 0, .08);--border-focus: rgba(139, 92, 246, .5);--primary-glow: rgba(139, 92, 246, .15)}body.light-theme:before,body.light-theme:after{opacity:.2}.light-theme .glass-card{background:#ffffffb3;box-shadow:0 4px 16px #0000000f}.light-theme .btn{color:#fff}.light-theme .btn-secondary{background:#0000000a;color:var(--text-primary);border:1px solid rgba(0,0,0,.1)}.light-theme .btn-secondary:hover{background:#00000014}.light-theme .btn-danger{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.light-theme .input-field{background:#00000005;color:var(--text-primary);border-color:#0000001a}.light-theme .input-field:focus{border-color:var(--border-focus);background:#ffffffe6}.light-theme .leaderboard-row{background:#00000005;border-color:#0000000d}.light-theme .leaderboard-row.top-three{background:linear-gradient(90deg,#8b5cf614,#ffffff05)}.light-theme .answer-btn{color:#fff}.light-theme .answer-btn .answer-shape{opacity:.9}.light-theme .answer-btn.red{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626}.light-theme .answer-btn.blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:2px solid #2563eb}.light-theme .answer-btn.yellow{background:linear-gradient(135deg,#d97706,#b45309);border:2px solid #d97706}.light-theme .answer-btn.green{background:linear-gradient(135deg,#059669,#047857);border:2px solid #059669}.light-theme .lobby-player-card{background:#00000005;border-color:#0000000f;color:var(--text-primary)}.light-theme .lobby-player-card:hover{border-color:var(--primary);background:#8b5cf60f}.light-theme .timer-container .timer-text,.light-theme .leaderboard-score{color:var(--text-primary)}.light-theme .leaderboard-rank{color:var(--primary)}.light-theme .host-lobby-header{background:#ffffffb3}.light-theme .host-lobby-pin-qr-row,.light-theme .host-question-header h1,.light-theme .host-players-roster h3{color:var(--text-primary)}.light-theme .host-chart-card{background:#ffffffb3}.light-theme .form-label{color:var(--text-secondary)}.light-theme .player-question-title{color:var(--text-primary)!important;text-shadow:none!important}.light-theme .host-results-header h1,.light-theme .host-game-container,.light-theme .player-game-container,.light-theme .podium-container h2,.light-theme .podium-container h3{color:var(--text-primary)}.light-theme select{color:var(--text-primary);background:#00000005;border-color:#0000001a}.light-theme select option{background:#fff;color:#0f172a}.light-theme textarea,.light-theme .editor-textarea,.light-theme .editor-input,.light-theme .editor-select{background:#00000005;color:var(--text-primary);border-color:#0000001a}.light-theme .editor-choice-card{color:var(--text-primary)}.light-theme .choice-input{color:var(--text-primary)!important}.light-theme .deck-question-text{color:var(--text-secondary)}.light-theme .type-badge{background:#0000000d;color:var(--text-secondary)}.light-theme .quiz-editor-header input{background:#00000005;color:var(--text-primary);border-color:#0000001a}.light-theme .loading-fallback,.light-theme .error-boundary{background:#f8fafc!important;color:var(--text-primary)}.light-theme .font-style-husrev,.light-theme .font-style-rika{color:#0f172a!important}.light-theme [style*="color: white"],.light-theme [style*="color: #fff"],.light-theme [style*="color: rgb(255, 255, 255)"],.light-theme [style*="color:rgb(255, 255, 255)"],.light-theme [style*="color: '#fff'"]{color:var(--text-primary)!important}.theme-toggle{position:fixed;top:calc(14px + env(safe-area-inset-top,0px));right:16px;width:40px;height:40px;border-radius:50%;background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:10000;transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.theme-toggle:hover{transform:scale(1.1);border-color:var(--primary)}@font-face{font-family:HusrevOsmanlica;src:url(/assets/HusrevOsmanlica-gLeid7dS.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AhrufRika;src:url(/assets/AhrufRika-C3jDYOQu.ttf) format("truetype");font-weight:400;font-style:normal}.font-style-husrev{font-family:HusrevOsmanlica,Georgia,serif!important;direction:rtl!important;font-size:4.5em;line-height:1.5!important;unicode-bidi:embed!important;font-weight:400!important;letter-spacing:normal!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.6)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important}.font-style-rika{font-family:AhrufRika,Georgia,serif!important;direction:rtl!important;font-size:4.8em;line-height:1.5!important;unicode-bidi:embed!important;font-weight:400!important;letter-spacing:normal!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.6)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important}.editor-textarea.font-style-husrev,.editor-input.font-style-husrev,.editor-textarea.font-style-rika,.editor-input.font-style-rika{background:#090714cc!important;border-radius:6px!important;padding:8px 12px!important;display:block!important;text-align:right!important;font-size:1.8em!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.9)!important}.choice-input.font-style-husrev,.choice-input.font-style-rika{font-size:1.5em!important;text-align:right!important;line-height:1.2!important}.choice-text-display.font-style-husrev,.choice-text-display.font-style-rika{font-size:1.6em!important;line-height:1.3!important;text-align:center!important;display:inline-block!important;width:100%!important}.preview-choice-text.choice-text-display.font-style-husrev,.preview-choice-text.choice-text-display.font-style-rika{text-align:right!important}.player-question-title.font-style-rika,.player-question-title.font-style-husrev{font-size:2.2rem!important;line-height:1.4!important}.host-question-title{font-size:2.5rem;max-width:900px;line-height:1.3;word-break:break-word;overflow-wrap:break-word}.host-question-title.font-style-rika,.host-question-title.font-style-husrev{line-height:1.35!important}@keyframes pulse-countdown{0%{transform:scale(.6);opacity:.3}50%{transform:scale(1.2);opacity:1;text-shadow:0 0 24px rgba(245,158,11,.8)}to{transform:scale(1);opacity:1}}.reveal-countdown-num{font-size:54px;font-weight:900;color:#facc15;animation:pulse-countdown 1s ease-out infinite;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.reward-fullscreen-overlay{position:fixed;inset:0;background:#04020af7;backdrop-filter:blur(15px);z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;animation:fade-in-overlay .4s ease-out forwards}@keyframes fade-in-overlay{0%{opacity:0}to{opacity:1}}.countdown-ring-container{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center}.countdown-ring-bg{position:absolute;width:100%;height:100%;border-radius:50%;border:4px dashed rgba(234,179,8,.15);animation:spin-clockwise 20s linear infinite}.countdown-ring-glow{position:absolute;width:100%;height:100%;border-radius:50%;border:4px solid #eab308;box-shadow:0 0 40px #eab30866,inset 0 0 40px #eab30833;animation:pulse-ring 1s ease-in-out infinite}@keyframes spin-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.05);opacity:1;box-shadow:0 0 60px #eab30899,inset 0 0 40px #eab3084d}to{transform:scale(.95);opacity:.8}}.countdown-giant-number{font-size:120px;font-weight:900;color:#fbbf24;text-shadow:0 0 35px rgba(251,191,36,.8);animation:scale-countdown-num 1s ease-out infinite;z-index:10}@keyframes scale-countdown-num{0%{transform:scale(.4);opacity:0}25%{opacity:1}50%{transform:scale(1.2);text-shadow:0 0 50px rgba(251,191,36,1)}to{transform:scale(1);opacity:1}}.reward-unveiled-card{background:radial-gradient(circle at top,#eab30826,#090714f2);border:2px solid #eab308;box-shadow:0 0 60px #eab30866;padding:48px;width:90%;max-width:500px;text-align:center;animation:unveil-zoom-in .6s cubic-bezier(.34,1.56,.64,1) forwards;display:flex;flex-direction:column;align-items:center;gap:20px;border-image:linear-gradient(135deg,#facc15,#eab308,#ca8a04) 1;border-radius:28px;border-style:solid}@keyframes unveil-zoom-in{0%{transform:scale(.5);opacity:0;filter:blur(10px)}to{transform:scale(1);opacity:1;filter:blur(0)}}.reward-trophy-icon{font-size:90px;animation:trophy-bounce 2s ease-in-out infinite}@keyframes trophy-bounce{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(8deg)}to{transform:translateY(0) rotate(0)}}.reward-shine-text{background:linear-gradient(135deg,#fff,#facc15,#eab308);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900;text-shadow:0 4px 20px rgba(234,179,8,.25)}.preview-question-title.font-style-rika,.preview-question-title.font-style-husrev{font-size:1.6rem!important;line-height:1.3!important}.preview-choice-text.font-style-rika,.preview-choice-text.font-style-husrev{font-size:1.1rem!important;line-height:1.2!important}@media (min-width: 769px){.preview-question-title.font-style-rika,.preview-question-title.font-style-husrev{font-size:2.5rem!important;line-height:1.4!important}.preview-choice-text.font-style-rika,.preview-choice-text.font-style-husrev{font-size:1.5rem!important;line-height:1.3!important}}.host-game-container.host-podium-scrollable{height:auto!important;min-height:100vh!important;overflow:auto!important}@media (max-width: 768px){.preview-header-btn .btn-text{display:none!important}.preview-header-btn{padding:8px!important}.preview-header-title-box,.preview-header-progress{display:none!important}.preview-viewport{padding:10px!important}.preview-card{padding:12px!important}.preview-question-text{font-size:18px!important;margin-bottom:12px!important}.preview-choice-text-node{font-size:13px!important}.preview-choices-grid{grid-template-columns:1fr!important;gap:8px!important}.preview-footer-btn .btn-text{display:none!important}.preview-footer-btn{padding:8px 12px!important}.preview-footer{padding:0 12px!important}.preview-footer-progress{font-size:13px!important}.dashboard-tab-container{overflow-x:auto!important;white-space:nowrap!important;display:flex!important;gap:4px!important;padding-bottom:6px!important;border-bottom:1px solid var(--border-color)!important;-webkit-overflow-scrolling:touch}.dashboard-tab-btn{padding:10px 14px!important;font-size:14px!important;flex-shrink:0!important;float:none!important}.dashboard-quiz-card{padding:16px!important;height:auto!important;min-height:170px!important}.dashboard-quiz-actions{flex-wrap:wrap!important;gap:6px!important}.dashboard-quiz-actions button,.dashboard-quiz-actions a{padding:6px 10px!important;font-size:12px!important;flex:1 1 auto;text-align:center;justify-content:center}.theme-toggle{top:auto!important;bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;right:16px!important;width:44px!important;height:44px!important;box-shadow:0 6px 20px #0009!important}html,body,#root{overflow-x:hidden!important;max-width:100vw!important}.group-detail-container{width:100%!important;max-width:100vw!important;box-sizing:border-box!important;overflow-x:hidden!important}.group-detail-header{flex-wrap:wrap!important;gap:12px!important}.group-detail-share-box{position:relative!important;right:auto!important;top:auto!important;width:100%!important;margin-top:8px!important}.group-quiz-actions-bar{flex-wrap:wrap!important;gap:6px!important;width:100%!important}.group-quiz-actions-bar button{flex:1 1 calc(33% - 6px)!important;min-width:70px!important;padding:6px 8px!important;font-size:11px!important}.quiz-editor-header-bar{flex-wrap:wrap!important;gap:8px!important;padding:12px!important}.quiz-editor-header-actions,.quiz-editor-header-right{flex-wrap:wrap!important;gap:6px!important;width:100%!important;justify-content:flex-start!important;box-sizing:border-box!important}.quiz-editor-header-actions button,.quiz-editor-header-right button{flex:1 1 calc(50% - 6px)!important;min-width:0!important;padding:8px 6px!important;font-size:11px!important;justify-content:center!important;box-sizing:border-box!important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important}.question-settings-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}.question-toolbar-bar{flex-wrap:wrap!important;gap:8px!important;width:100%!important}.question-toolbar-item{flex:1 1 auto!important}.jumble-choice-card{width:100%!important;box-sizing:border-box!important}.matching-pair-row{grid-template-columns:1fr!important}.report-card-row{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:16px 14px!important}.report-card-row button{width:100%!important;justify-content:center!important}.game-report-card{padding:20px 14px!important;border-radius:16px!important}.game-report-table th,.game-report-table td{padding:10px 8px!important;font-size:12px!important;white-space:nowrap!important}.admin-metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.admin-metrics-grid>div:last-child{grid-column:span 2!important}.admin-metrics-grid>div{padding:14px 16px!important}.admin-metrics-grid>div>div:nth-child(2){font-size:24px!important}.admin-filter-bar{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:14px!important}.admin-filter-pills-wrap{display:flex!important;width:100%!important;gap:6px!important;flex-wrap:wrap!important}.admin-filter-pills-wrap button{flex:1 1 auto!important;text-align:center!important;justify-content:center!important;padding:7px 10px!important;font-size:11.5px!important}.admin-sort-wrap,.admin-sort-wrap select{width:100%!important}.admin-feedback-summary-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.admin-feedback-summary-card{padding:12px 6px!important;text-align:center!important;align-items:center!important}.admin-feedback-summary-card span:first-child{font-size:20px!important}.admin-feedback-summary-card span:last-child{font-size:11px!important;white-space:nowrap!important}.admin-feedback-filter-bar{display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important}.admin-feedback-filter-bar button{flex:1 1 auto!important;padding:7px 12px!important;font-size:11.5px!important;text-align:center!important;justify-content:center!important}}input,textarea,select,.input-field,[role=textbox]{border:none!important;outline:none!important;box-shadow:none!important}*:-webkit-autofill,*:-webkit-autofill:hover,*:-webkit-autofill:focus,*:-webkit-autofill:active,*:-internal-autofill-selected,*:-internal-autofill-previewed,*:autofill,*:-autofill,*[data-autocompleted],input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:-internal-autofill-selected,input:-internal-autofill-previewed,input:autofill,input:-autofill,input[data-autocompleted]{-webkit-box-shadow:0 0 0 1000px #1e293b inset!important;box-shadow:0 0 0 1000px #1e293b inset!important;-webkit-text-fill-color:#f8fafc!important;color:#f8fafc!important;caret-color:#fff!important;border:none!important;outline:none!important;filter:none!important;background-color:#1e293b!important;background-image:none!important;transition:background-color 999999s ease-in-out 0s,color 999999s ease-in-out 0s!important}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.shake-element{animation:shake .4s ease-in-out}@media (max-width: 640px){.floating-feedback-btn{bottom:14px!important;right:14px!important;width:44px!important;height:44px!important;box-shadow:0 4px 16px #8b5cf666!important}}.host-results-stats-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:12px 18px;margin-bottom:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000040}.host-stat-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:24px;font-weight:800;font-size:14px;transition:transform .2s ease,box-shadow .2s ease;user-select:none}.host-stat-pill:hover{transform:translateY(-2px)}.host-stat-pill-correct{background:#10b98126;border:1.5px solid rgba(16,185,129,.5);color:#34d399;box-shadow:0 0 16px #10b98133}.host-stat-pill-wrong{background:#ef444426;border:1.5px solid rgba(239,68,68,.5);color:#f87171;box-shadow:0 0 16px #ef444433}.host-stat-pill-accuracy{background:#8b5cf626;border:1.5px solid rgba(139,92,246,.5);color:#c4b5fd;box-shadow:0 0 16px #8b5cf633}.host-stat-pill-total{background:#3b82f61f;border:1.5px solid rgba(59,130,246,.4);color:#93c5fd;box-shadow:0 0 16px #3b82f626}.host-stat-pill-time{background:#f59e0b1f;border:1.5px solid rgba(245,158,11,.4);color:#fcd34d;box-shadow:0 0 16px #f59e0b26}@media (max-width: 768px){.host-results-stats-banner{padding:8px 10px!important;gap:6px!important;margin-bottom:12px!important}.host-stat-pill{padding:5px 10px!important;font-size:12px!important;gap:5px!important}}.ai-inline-config-bar{background:#120e26e6;backdrop-filter:blur(12px);border-bottom:1px solid rgba(139,92,246,.18);padding:10px 16px;display:flex;flex-direction:column;gap:8px}.ai-config-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-config-label{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;min-width:65px;display:flex;align-items:center;gap:4px}.ai-pill-group{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.ai-config-pill{padding:5px 10px;border-radius:20px;font-size:11.5px;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#94a3b8;transition:all .18s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:5px;user-select:none}.ai-config-pill:hover{background:#8b5cf626;border-color:#8b5cf659;color:#ddd6fe;transform:translateY(-1px)}.ai-config-pill.active{background:linear-gradient(135deg,#8b5cf659,#7c3aed80);border-color:#8b5cf6;color:#fff;box-shadow:0 0 12px #8b5cf659}.ai-config-pill.active-green{background:linear-gradient(135deg,#10b98159,#05966980);border-color:#10b981;color:#fff;box-shadow:0 0 12px #10b98159}.ai-config-pill.active-yellow{background:linear-gradient(135deg,#f59e0b59,#d9770680);border-color:#f59e0b;color:#fff;box-shadow:0 0 12px #f59e0b59}.ai-config-pill.active-red{background:linear-gradient(135deg,#ef444459,#dc262680);border-color:#ef4444;color:#fff;box-shadow:0 0 12px #ef444459}.ai-smart-chip{padding:6px 12px;border-radius:14px;font-size:11.5px;font-weight:700;cursor:pointer;background:#8b5cf61f;border:1px solid rgba(139,92,246,.28);color:#c4b5fd;display:inline-flex;align-items:center;gap:5px;transition:all .18s ease;white-space:nowrap}.ai-smart-chip:hover{background:#8b5cf640;border-color:#a78bfa99;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}@keyframes aiMicPulse{0%{box-shadow:0 0 #ef4444b3;background:#ef4444}70%{box-shadow:0 0 0 12px #ef444400;background:#dc2626}to{box-shadow:0 0 #ef444400;background:#ef4444}}.ai-mic-btn-recording{animation:aiMicPulse 1.5s infinite!important;color:#fff!important;border-color:#ef4444!important}.ai-draft-card{background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px;transition:all .2s ease}.ai-draft-card:hover{background:#ffffff0f;border-color:#8b5cf64d}.ai-draft-card.expanded{background:#1a1434d9;border-color:#8b5cf680;box-shadow:0 4px 20px #00000059}.ai-markdown-body{font-size:13.5px;line-height:1.6}.ai-markdown-body p{margin-bottom:8px}.ai-markdown-body p:last-child{margin-bottom:0}.ai-markdown-body strong{color:#fff;font-weight:800}.ai-markdown-body ul,.ai-markdown-body ol{margin:6px 0 8px 18px}.ai-markdown-body li{margin-bottom:4px}.ai-markdown-body code{background:#00000059;padding:2px 6px;border-radius:6px;font-size:12px;color:#fbcfe8;font-family:monospace}
