*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#14141f;--accent:#7c5cfc;--accent-glow:#7c5cfc73;--text:#e8e6f0;--text-muted:#8a8697;--radius:50%;--font:"Inter", system-ui, -apple-system, sans-serif}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.app-root-container{background:var(--bg);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.promo-banner{z-index:100;background:#0d0c15;border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:28px;display:flex;position:relative}.promo-url{color:var(--text-muted);letter-spacing:.06em;opacity:.7;font-size:.75rem;font-weight:500}.screen-container{flex:1;width:100%;height:calc(100% - 28px);position:relative;overflow:hidden}.app{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;height:100%;padding:1.5rem 1.5rem 3.25rem;display:flex;position:relative;overflow:hidden}.app:before{content:"";background:var(--accent-glow);filter:blur(100px);opacity:.35;pointer-events:none;border-radius:50%;width:340px;height:340px;transition:opacity .6s;position:absolute}.title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:1.25rem;font-weight:600}.play-btn{border-radius:var(--radius);cursor:pointer;background:linear-gradient(135deg, var(--accent), #a78bfa);width:120px;height:120px;box-shadow:0 0 40px var(--accent-glow), 0 8px 30px #0006;-webkit-tap-highlight-color:transparent;z-index:1;border:none;outline:none;justify-content:center;align-items:center;transition:transform .2s,box-shadow .3s;display:flex;position:relative}.play-btn:active{box-shadow:0 0 20px var(--accent-glow), 0 4px 16px #0006;transform:scale(.92)}@media (hover:hover){.play-btn:hover{box-shadow:0 0 60px var(--accent-glow), 0 10px 40px #00000080;transform:scale(1.06)}}.play-icon{border:22px solid #0000;border-left:38px solid #fff;border-right-width:0;width:0;height:0;margin-left:6px}.pulse-ring{border:2px solid var(--accent);opacity:0;pointer-events:none;border-radius:50%;width:120px;height:120px;animation:2.4s ease-out infinite pulse;position:absolute}@keyframes pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.players-screen,.settings-screen{justify-content:flex-start;gap:0;padding:0;overflow-y:auto}.players-screen:before,.settings-screen:before{display:none}.players-header{background:var(--surface);border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;display:flex}.back-btn{color:var(--accent);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1}.players-title{letter-spacing:.04em;color:var(--text);font-size:1.1rem;font-weight:600}.player-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.85rem}.players-input-row{flex-shrink:0;gap:.625rem;width:100%;padding:1.25rem 1.25rem .75rem;display:flex}.player-input{background:var(--surface);height:48px;color:var(--text);font-family:var(--font);border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:0 1rem;font-size:1rem;transition:border-color .2s}.player-input::placeholder{color:var(--text-muted)}.player-input:focus{border-color:var(--accent)}.add-btn{background:linear-gradient(135deg, var(--accent), #a78bfa);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:600;transition:opacity .2s,transform .15s;display:flex}.add-btn:active{transform:scale(.92)}.add-btn:disabled{opacity:.35;cursor:default}.player-list{flex-direction:column;flex:1;gap:.5rem;width:100%;padding:.5rem 1.25rem;list-style:none;display:flex;overflow-y:auto}.player-item{background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;animation:.25s ease-out slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.player-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:500;overflow:hidden}.remove-btn{color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;padding:.35rem .5rem;font-size:.9rem;transition:color .15s,background .15s}.remove-btn:active,.remove-btn:hover{color:#f87171;background:#f871711a}.empty-hint{color:var(--text-muted);text-align:center;padding:2rem 1rem;font-size:.9rem}.play-now-btn{width:calc(100% - 2.5rem);font-family:var(--font);letter-spacing:.03em;color:#fff;background:linear-gradient(135deg, var(--accent), #a78bfa);box-shadow:0 4px 24px var(--accent-glow);cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:center;border:none;border-radius:14px;flex-shrink:0;margin:auto 1.25rem 1.5rem;padding:1rem;font-size:1.05rem;font-weight:600;transition:opacity .2s,transform .15s}.play-now-btn:active{transform:scale(.97)}.play-now-btn:disabled{opacity:.3;cursor:default;box-shadow:none}.settings-container{flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem 1.25rem;display:flex}.setting-card{background:var(--surface);border:1px solid #ffffff0a;border-radius:16px;padding:1.25rem}.setting-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.setting-label{color:var(--text);font-size:1.05rem;font-weight:600}.setting-value-badge{color:#a78bfa;background:#7c5cfc26;border-radius:20px;padding:.2rem .6rem;font-size:.9rem;font-weight:700}.setting-description{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.4}.setting-description.font-small{margin-bottom:0}.multiplier-slider{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px;margin-bottom:.5rem}.multiplier-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);width:20px;height:20px;box-shadow:0 0 10px var(--accent-glow);cursor:pointer;border-radius:50%;transition:transform .1s}.multiplier-slider::-webkit-slider-thumb:active{transform:scale(1.2)}.slider-ticks{color:var(--text-muted);justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.toggle-switch{width:48px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#ffffff1a;border-radius:34px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;bottom:4px;left:4px}input:checked+.toggle-slider{background-color:var(--accent)}input:checked+.toggle-slider:before{transform:translate(22px)}.start-game-cta{margin-top:auto}.game-screen{background:radial-gradient(circle at center, #131224 0%, var(--bg) 100%);justify-content:space-between;padding:2rem 1.5rem 1.5rem}.game-screen:before{display:none}.category-tag{text-transform:uppercase;letter-spacing:.1em;border-radius:30px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:700;box-shadow:0 4px 12px #00000040}.tag-dare{background:linear-gradient(135deg, var(--accent), #a78bfa);color:#fff}.tag-truth{color:#fff;background:linear-gradient(135deg,#ec4899,#f472b6)}.game-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:24px;flex:1;justify-content:center;align-items:center;width:100%;min-height:280px;max-height:380px;margin-bottom:2rem;padding:2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) popIn;display:flex;box-shadow:0 10px 40px #0006,inset 0 1px #ffffff14}@keyframes popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.card-inner{text-align:center}.dare-text{color:var(--text);font-size:1.35rem;font-weight:500;line-height:1.55}.game-footer{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.multiplier-indicator-badge{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b33;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.progress-container{flex-direction:column;align-items:center;gap:.35rem;width:100%;display:flex}.progress-text{color:var(--text-muted);font-size:.8rem;font-weight:500}.progress-bar-bg{background:#ffffff14;border-radius:10px;width:80%;max-width:260px;height:5px;overflow:hidden}.progress-bar-fill{background:var(--accent);height:100%;box-shadow:0 0 8px var(--accent);border-radius:10px;transition:width .3s}.next-card-btn{width:100%;margin:0}.game-over-screen{text-align:center;background:radial-gradient(circle at center, #1b1735 0%, var(--bg) 100%);gap:1rem}.game-over-screen:before{display:none}.celebration-emoji{font-size:4rem;animation:2s infinite pulseEmoji}@keyframes pulseEmoji{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.game-over-title{color:var(--text);margin-top:1rem;font-size:1.8rem;font-weight:700}.game-over-desc{color:var(--text-muted);max-width:280px;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.game-play-header{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1.25rem 0;display:flex}.game-menu-trigger-btn{color:var(--text);font-family:var(--font);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.82rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.game-menu-trigger-btn:active{background:#ffffff1a;transform:scale(.96)}.game-id-tag{color:var(--text-muted);letter-spacing:.05em;opacity:.75;font-family:monospace;font-size:.8rem}.midgame-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#08080cbf;align-items:flex-end;display:flex;position:absolute;inset:0}.midgame-drawer-card{background:var(--surface);box-sizing:border-box;border-top:1px solid #ffffff14;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:85%;padding:1.25rem 1.25rem 1.5rem;animation:.28s cubic-bezier(.16,1,.3,1) slideDrawerUp;display:flex;box-shadow:0 -10px 45px #00000080}@keyframes slideDrawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.drawer-title{color:var(--text);font-size:1.15rem;font-weight:700}.drawer-close-btn{width:32px;height:32px;color:var(--text);cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .15s;display:flex}.drawer-close-btn:active{background:#ffffff1f}.drawer-body{flex-direction:column;flex:1;gap:1.25rem;margin-bottom:1.25rem;padding-right:.15rem;display:flex;overflow-y:auto}.drawer-section{flex-direction:column;gap:.65rem;display:flex}.section-label-mid{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.card-compact{padding:.85rem 1rem}.card-compact .setting-header{margin-bottom:.35rem}.card-compact .setting-label{font-size:.95rem}.margin-top-sm{margin-top:.35rem}.switch-small{transform-origin:100%;transform:scale(.9)}.row-compact{margin-bottom:.25rem;padding:0}.btn-compact{width:42px;height:42px}.list-compact{flex:none;max-height:160px;padding:0}.item-compact{border-radius:10px;padding:.5rem .75rem}.item-compact .player-name{font-size:.9rem}.btn-remove-compact{padding:.25rem .4rem}.drawer-save-btn{flex-shrink:0;width:100%;margin:0}.game-navigation-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.back-link-action{color:var(--text-muted);font-family:var(--font);text-underline-offset:4px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;padding:.35rem 1rem;font-size:.92rem;font-weight:500;-webkit-text-decoration:underline #ffffff26;text-decoration:underline #ffffff26;transition:color .15s,opacity .15s}.back-link-action:active{color:#fff;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.interactive-swipe-card{-webkit-user-select:none;user-select:none;touch-action:pan-y}.game-header-right{align-items:center;gap:.65rem;display:flex}.game-qr-trigger-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,transform .1s;display:flex}.game-qr-trigger-btn:active{background:#ffffff1a;transform:scale(.94)}.qr-icon-svg{width:17px;height:17px;stroke:var(--text-muted);transition:stroke .15s}.game-qr-trigger-btn:active .qr-icon-svg{stroke:#fff}.qr-drawer-card{padding-bottom:2rem}.qr-desc-text{color:var(--text-muted);text-align:center;margin-bottom:1.25rem;font-size:.9rem;line-height:1.45}.qr-image-container{justify-content:center;align-items:center;padding:.5rem 0 1.25rem;display:flex}.qr-img-tag{background:#fff;border:4px solid #ffffff14;border-radius:16px;width:170px;height:170px;box-shadow:0 10px 30px #0006,0 0 20px #7c5cfc26}.copy-game-link-btn{width:100%;margin:.5rem 0 0!important}.rect-play-btn{gap:.75rem;border-radius:16px!important;width:220px!important;height:60px!important}.play-btn-text{color:#fff;letter-spacing:.03em;text-transform:uppercase;font-size:1.05rem;font-weight:700}.play-btn-arrow-svg{fill:#fff;width:18px;height:18px}.rect-pulse-ring{border-radius:16px!important;width:220px!important;height:60px!important}.suggest-trigger-btn{color:var(--text-muted);font-family:var(--font);text-underline-offset:4px;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:2;background:0 0;border:none;outline:none;margin-top:1.5rem;padding:.5rem 1rem;font-size:.92rem;font-weight:500;-webkit-text-decoration:underline #ffffff26;text-decoration:underline #ffffff26;transition:color .15s}.suggest-trigger-btn:active{color:#fff;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.suggest-hint-text{color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:.88rem;line-height:1.4}.suggest-type-selector{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;gap:.5rem;margin-bottom:.75rem;padding:.25rem;display:flex}.suggest-type-btn{color:var(--text-muted);font-family:var(--font);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:11px;flex:1;padding:.55rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.suggest-type-btn.active{background:var(--accent);color:#fff;box-shadow:0 4px 15px #7c5cfc40}.suggest-textarea{min-height:80px}.char-counter{color:var(--text-muted);text-align:right;margin-top:.25rem;font-size:.75rem;display:block}.suggest-error{color:#f87171;text-align:center;margin:.5rem 0 0;font-size:.82rem}.suggest-success-body{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.success-emoji{margin-bottom:.5rem;font-size:3rem;animation:1.2s infinite bounceSuccess}@keyframes bounceSuccess{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.success-title{color:#fff;font-size:1.15rem;font-weight:700}.success-desc{color:var(--text-muted);max-width:240px;margin-top:.35rem;font-size:.88rem;line-height:1.45}.admin-page{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:1.5rem;display:flex}.admin-card{background:var(--surface);border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:360px;padding:2.5rem 1.5rem;display:flex}.admin-icon{font-size:2.5rem}.admin-title{letter-spacing:.04em;color:var(--text);font-size:1.3rem;font-weight:600}.admin-input{background:var(--bg);width:100%;height:48px;color:var(--text);font-family:var(--font);border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:0 1rem;font-size:1rem;transition:border-color .2s}.admin-input::placeholder{color:var(--text-muted)}.admin-input:focus{border-color:var(--accent)}.admin-input.input-error{border-color:#f87171}.error-text{color:#f87171;margin-top:-.5rem;font-size:.85rem}.admin-login-btn{width:100%;font-family:var(--font);color:#fff;background:linear-gradient(135deg, var(--accent), #a78bfa);box-shadow:0 4px 20px var(--accent-glow);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;padding:.875rem;font-size:1rem;font-weight:600;transition:transform .15s,opacity .2s}.admin-login-btn:active{transform:scale(.97)}.shake{animation:.4s shake}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.admin-page.dashboard-layout{justify-content:flex-start;height:100%;padding:0;overflow:hidden}.admin-dash-header{background:var(--surface);z-index:10;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1.25rem;display:flex}.header-left{align-items:center;gap:.5rem;display:flex}.admin-logo-emoji{font-size:1.3rem}.admin-dash-title{letter-spacing:.02em;color:var(--text);font-size:1.1rem;font-weight:700}.logout-btn{color:var(--text-muted);font-family:var(--font);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #ffffff1f;border-radius:8px;padding:.4rem .75rem;font-size:.8rem;transition:color .15s,border-color .15s}.logout-btn:hover,.logout-btn:active{color:#f87171;border-color:#f87171}.dashboard-content{flex-direction:column;width:100%;height:calc(100% - 53px);display:flex;overflow:hidden}.tab-container{background:var(--bg);border-bottom:1px solid #ffffff0a;gap:.5rem;padding:.75rem 1rem 0;display:flex}.tab-button{color:var(--text-muted);font-family:var(--font);cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;flex:1;padding:.75rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.tab-button.active{color:var(--accent);background:#7c5cfc14}.tab-button.active:after{content:"";background:var(--accent);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.action-section{background:var(--bg);border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.add-item-form{background:var(--surface);border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.admin-textarea{background:var(--bg);width:100%;color:var(--text);font-family:var(--font);resize:none;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.6rem;font-size:.9rem;line-height:1.4;transition:border-color .2s}.admin-textarea:focus{border-color:var(--accent)}.form-actions{justify-content:space-between;gap:.5rem;display:flex}.btn-primary{background:linear-gradient(135deg, var(--accent), #a78bfa);color:#fff;font-family:var(--font);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-primary:disabled{opacity:.4;cursor:default}.btn-secondary{color:var(--text-muted);font-family:var(--font);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-secondary:hover{color:var(--text);background:#ffffff0a}.search-container{width:100%;position:relative}.search-input{border-radius:10px;height:40px;padding-right:2.5rem;font-size:.9rem}.clear-search{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.database-list-section{flex-direction:column;flex:1;padding:1rem;display:flex;overflow-y:auto}.section-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.admin-item-list{flex-direction:column;gap:.75rem;padding-bottom:2rem;list-style:none;display:flex}.admin-db-item{background:var(--surface);border:1px solid #ffffff0a;border-radius:12px;padding:.85rem 1rem;transition:border-color .2s;position:relative}.admin-db-item:hover{border-color:#7c5cfc33}.item-display-mode{flex-direction:column;gap:.5rem;display:flex}.item-text{color:var(--text);word-break:break-word;font-size:.95rem;line-height:1.45}.player-placeholder{color:#a78bfa;background:#a78bfa1a;border-radius:4px;padding:.1rem .3rem;font-size:.85rem;font-weight:700}.item-actions{justify-content:flex-end;gap:1rem;margin-top:.25rem;display:flex}.btn-text-action{font-family:var(--font);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;transition:background .15s}.btn-edit{color:var(--accent)}.btn-edit:hover{background:#7c5cfc14}.btn-delete{color:#f87171}.btn-delete:hover{background:#f8717114}.item-edit-mode{flex-direction:column;gap:.5rem;display:flex}.edit-textarea{min-height:70px}.edit-actions{justify-content:flex-end;gap:.5rem;display:flex}.btn-icon{font-family:var(--font);cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.btn-cancel{color:var(--text);background:#ffffff14}.btn-save{background:var(--accent);color:#fff}.no-items-placeholder{color:var(--text-muted);text-align:center;padding:3rem 1rem;font-size:.9rem}.history-section{padding-bottom:2.5rem}.admin-session-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.admin-session-card{background:var(--surface);border:1px solid #ffffff0d;border-radius:16px;transition:border-color .2s;overflow:hidden}.admin-session-card:hover{border-color:#7c5cfc2e}.session-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.5rem;padding:1.1rem 1.25rem;display:flex}.session-meta-main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.session-date{color:var(--text);font-size:.95rem;font-weight:700}.session-badge{color:#a78bfa;background:#7c5cfc26;border-radius:6px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.session-badge.badge-repeat{color:#f472b6;background:#ec489926}.session-players-summary{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.session-expand-indicator{color:var(--accent);align-self:flex-start;margin-top:.25rem;font-size:.75rem;font-weight:600}.session-card-body{background:#00000026;border-top:1px solid #ffffff0a;padding:0 1.25rem 1.25rem}.session-tech-meta{color:var(--text-muted);border-bottom:1px solid #ffffff0a;flex-direction:column;gap:.35rem;margin-bottom:.85rem;padding:.75rem 0;font-size:.8rem;display:flex}.session-tech-meta strong{color:var(--text)}.ua-text{word-break:break-all;font-family:monospace}.history-dares-heading{text-transform:uppercase;color:var(--text-muted);letter-spacing:.03em;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.history-dares-list{flex-direction:column;gap:.85rem;list-style:none;display:flex}.history-dare-item{align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.history-dare-num{color:var(--accent);min-width:18px;font-size:.85rem;font-weight:700}.history-dare-texts{flex-direction:column;gap:.15rem;display:flex}.history-dare-formatted{color:var(--text);line-height:1.4}.history-dare-raw{color:var(--text-muted);font-size:.75rem;font-style:italic}.history-empty-dares{color:var(--text-muted);padding:.5rem 0;font-size:.85rem;font-style:italic}.no-click{cursor:default!important}.suggestion-text-quote{color:var(--text);border-left:3px solid var(--accent);margin:.75rem 0;padding-left:.85rem;font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.45}.badge-truth{color:#10b981!important;background:#10b98126!important}.text-left{text-align:left}.suggestion-action-footer{border-top:1px solid #ffffff0d;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:.85rem;display:flex}.suggestion-approve-btn{color:var(--accent)!important;background:#7c5cfc1f!important;font-weight:600!important}.suggestion-approve-btn:hover{background:var(--accent)!important;color:#fff!important}.spec-screen{background:radial-gradient(circle at center, #11142e 0%, var(--bg) 100%)!important}.spectator-badge-pill{color:#60a5fa;letter-spacing:.02em;background:#3b82f626;border:1px solid #3b82f640;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.text-error{font-weight:600;color:#f87171!important}.spec-error-sub{color:var(--text-muted);margin-top:.75rem;font-size:.85rem;line-height:1.4}.waiting-spinner-container{flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.waiting-text{color:var(--text-muted);max-width:200px;font-size:1rem;line-height:1.5}.spinner{border:3px solid #ffffff14;border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spec-footer{margin-bottom:2rem!important}.spectator-players-list{color:var(--text-muted);text-align:center;max-width:280px;margin-top:.25rem;font-size:.85rem;line-height:1.4}.spectator-players-list strong{color:var(--text)}
