:root{color:#0b0b0b;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #0b0b0b;--muted: #707070;--line: #e6e6e6;--panel: #ffffff;--surface: #ffffff;--surface-strong: #f4f4f4;--green: #050505;--green-dark: #050505;--teal-deep: #151515;--mint: #eeeeee;--mint-soft: #f7f7f7;--yellow: #f2f2f2;--yellow-soft: #f7f7f7;--coral: #ef4f52;--coral-soft: #fff0ef;--blue: #2f2f2f;--shadow-soft: 0 22px 56px rgba(0, 0, 0, .12);--shadow-tight: 0 10px 26px rgba(0, 0, 0, .08)}.daily-challenge-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.9fr);gap:0;margin-bottom:18px;overflow:hidden;border:1px solid #d9d9d9;border-radius:20px;color:#050505;background:#fff;box-shadow:0 16px 36px #0000000f}.daily-challenge-card.completed{border-color:#b8d9c4}.daily-challenge-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px}.daily-challenge-main h2,.daily-challenge-main p{margin:0}.daily-challenge-main h2{margin-bottom:7px;font-size:23px}.daily-challenge-main p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:14px;line-height:1.45}.daily-challenge-icon,.daily-result-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:#6d3c08;background:#fff0d8}.daily-challenge-card.completed .daily-challenge-icon{color:#166534;background:#e9f8ee}.daily-week-summary{display:grid;align-content:center;gap:14px;padding:18px 20px;border-left:1px solid #e3e3e3;background:#fafafa}.daily-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.daily-stats span{display:inline-flex;align-items:center;gap:5px;color:#666;font-size:11px;font-weight:750}.daily-stats strong{color:#050505}.daily-week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.daily-day{min-width:0;display:grid;place-items:center;gap:4px;padding:7px 2px;border:1px solid #e3e3e3;border-radius:9px;color:#9a9a9a;background:#fff}.daily-day span{font-size:9px;font-weight:900;text-transform:uppercase}.daily-day strong{font-size:13px}.daily-day.complete{color:#166534;border-color:#b8d9c4;background:#edf9f1}.daily-day.today{color:#050505;border-color:#050505}.daily-challenge-backdrop{z-index:80;padding:28px}.daily-challenge-modal{width:min(900px,100%);max-height:min(820px,calc(100vh - 56px));overflow-y:auto;border:1px solid #d8d8d8;border-radius:24px;background:#fff;box-shadow:0 30px 90px #0003}.daily-challenge-modal .practice-modal-header{position:sticky;top:0;z-index:2;border-bottom:1px solid #e5e5e5;border-radius:24px 24px 0 0;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.daily-play-card{position:relative;padding:24px}.daily-result-popup{z-index:6}.daily-progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;color:#686868;font-size:12px;font-weight:850;text-transform:capitalize}.daily-progress-row strong{color:#050505}.daily-progress-track{height:7px;margin-bottom:28px;overflow:hidden;border-radius:999px;background:#ededed}.daily-progress-track span{height:100%;display:block;border-radius:inherit;background:#050505;transition:width .2s ease}.daily-answer-note{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 16px;margin-top:20px;padding:14px;border:1px solid #d7d7d7;border-radius:14px;background:#f8f8f8}.daily-answer-note.correct{border-color:#abd6b9;background:#eefaf2}.daily-answer-note.wrong{border-color:#e6b9b9;background:#fff2f2}.daily-answer-note span{grid-column:1;color:#606060;font-size:12px;line-height:1.4}.daily-answer-note button{grid-column:2;grid-row:1 / span 2}.daily-loading{min-height:360px;display:grid;place-content:center;justify-items:center;gap:14px;padding:30px;text-align:center}.daily-result-layout{display:grid;justify-items:center;gap:22px;padding:34px}.daily-result-hero{display:grid;justify-items:center;text-align:center}.daily-result-hero h2{margin:4px 0;font-size:clamp(38px,7vw,62px)}.daily-result-hero p:not(.eyebrow){margin:4px 0 0;color:var(--muted)}.daily-result-icon{margin-bottom:16px}.daily-result-stats{width:min(620px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.daily-result-stats div{display:grid;gap:5px;padding:13px;border:1px solid #e1e1e1;border-radius:12px;background:#fafafa}.daily-result-stats span{color:var(--muted);font-size:10px;font-weight:850;text-transform:uppercase}.daily-result-stats strong{font-size:15px}@media (max-width: 900px){.daily-challenge-card{grid-template-columns:1fr}.daily-week-summary{border-top:1px solid #e3e3e3;border-left:0}}@media (max-width: 640px){.daily-challenge-main{grid-template-columns:auto minmax(0,1fr);padding:18px}.daily-challenge-main>button{grid-column:1 / -1;width:100%}.daily-challenge-backdrop{padding:0}.daily-challenge-modal{min-height:100dvh;max-height:100dvh;border:0;border-radius:0}.daily-challenge-modal .practice-modal-header{border-radius:0}.daily-play-card{padding:18px}.daily-answer-note{grid-template-columns:1fr}.daily-answer-note button,.daily-answer-note span{grid-column:1;grid-row:auto}.daily-result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,input,select{font:inherit}button{cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease,box-shadow .16s ease}.shell,.dashboard,.auth-layout,.join-layout{min-height:100vh}.center-shell,.loading-shell{display:grid;place-items:center;gap:16px}.loading-shell{padding:24px;color:#050505;background:linear-gradient(135deg,rgba(255,178,91,.12),transparent 32%),#f5f5f5}.loading-card{width:min(440px,100%);display:grid;justify-items:center;gap:20px;padding:42px 32px;border:1px solid #e2e2e2;border-radius:18px;background:#ffffffeb;box-shadow:0 28px 70px #0000001f;text-align:center}.loading-brand-mark{width:72px;height:72px;border-radius:20px}.loading-card h1{margin:5px 0 10px;font-size:clamp(30px,8vw,44px);line-height:.98;letter-spacing:0}.loading-card p{margin:0;color:var(--muted);line-height:1.45}.loading-progress{width:min(260px,100%);height:8px;padding:2px;border:1px solid #dedede;border-radius:999px;background:#f3f3f3;overflow:hidden}.loading-progress span{width:42%;height:100%;display:block;border-radius:inherit;background:#050505;animation:loading-slide 1.35s ease-in-out infinite}.loading-dots{display:inline-flex;align-items:center;justify-content:center;gap:6px}.loading-dots span{width:7px;height:7px;border-radius:50%;background:#050505;animation:dot-pulse 1s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.12s}.loading-dots span:nth-child(3){animation-delay:.24s}.auth-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:32px;width:min(1120px,calc(100% - 48px));min-height:100vh;margin:0 auto;align-items:center;padding:48px 0}.auth-intro{color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:center;min-height:620px;border-radius:8px;background:var(--green);box-shadow:var(--shadow-soft)}.auth-intro h1{max-width:680px;font-size:clamp(42px,7vw,72px);line-height:.98;margin:120px 0 20px;letter-spacing:0}.auth-intro p{max-width:560px;color:#ffffffd1;font-size:18px;line-height:1.55;margin:0}.auth-intro-copy{position:relative;z-index:2}.auth-showcase{position:relative;z-index:1;width:min(540px,100%);min-height:330px;margin-top:28px}.auth-quiz-card,.auth-mini-card{position:absolute;border:1px solid rgba(5,5,5,.08);border-radius:28px;background:#ffffffeb;box-shadow:0 26px 70px #22190f24}.auth-quiz-card.primary{inset:12px auto auto 6%;width:min(360px,64%);min-height:300px;display:grid;align-content:space-between;gap:22px;padding:30px;transform:rotate(-4deg)}.auth-quiz-card.primary span,.auth-quiz-card.score span{color:#777;font-size:13px;font-weight:950;text-transform:uppercase}.auth-quiz-card.primary strong{color:#050505;font-size:clamp(26px,3.4vw,38px);line-height:.96}.auth-answer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.auth-answer-list button{min-height:34px;display:flex;align-items:center;padding:0 13px;border:1px solid #e4dfd5;border-radius:999px;color:#050505;background:#fffaf0;font-size:14px;font-weight:900;text-align:left}.auth-answer-list button:first-child{grid-column:1 / -1}.auth-answer-list button:hover:not(:disabled){border-color:#050505;transform:translateY(-1px)}.auth-answer-list button.correct{color:#fff;border-color:#050505;background:#050505}.auth-answer-list button.wrong{color:#9d2024;border-color:#d93f4661;background:#fff0f1}.auth-answer-list button.muted{color:#888;background:#f6f2e9}.auth-answer-list button:not(.correct):not(.wrong):not(.muted){color:#050505;border-color:#e4dfd5;background:#fffaf0}.auth-answer-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center;padding:10px 12px;border-radius:18px;background:#f7f7f7}.auth-answer-result.correct{color:#125f4c;background:#eafaf2}.auth-answer-result.wrong{color:#9d2024;background:#fff0f1}.auth-answer-result strong,.auth-answer-result span{display:block}.auth-answer-result strong{color:inherit;font-size:14px;text-transform:uppercase}.auth-answer-result span{color:#555;font-size:13px;font-weight:850}.auth-answer-result button{grid-row:1 / span 2;grid-column:2;min-height:34px;padding:0 12px;border:1px solid rgba(5,5,5,.12);border-radius:999px;color:#050505;background:#fff;font-size:12px;font-weight:950}.auth-quiz-card.score{right:4%;bottom:10px;width:min(190px,36%);display:grid;gap:6px;padding:24px;transform:rotate(5deg)}.auth-quiz-card.score strong{color:#050505;font-size:clamp(36px,5vw,56px);line-height:.9}.auth-quiz-card.score small{color:#777;font-weight:850}.auth-mini-card{min-height:48px;display:grid;place-items:center;padding:0 18px;color:#050505;font-size:13px;font-weight:950}.auth-mini-card.top{top:0;right:9%;transform:rotate(7deg)}.auth-form-heading{display:grid;gap:10px;margin-bottom:24px;text-align:center}.auth-form-heading span{color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.auth-form-heading h2{margin:0;color:#050505;font-size:clamp(34px,5vw,52px);line-height:.96}.brand-row{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}.brand-mark{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;color:#fff;background:#050505;box-shadow:0 14px 34px #0003}.quizo-logo-mark{overflow:visible;animation:mark-pop 4.8s ease-in-out infinite}.quizo-logo-ring,.quizo-logo-tail,.quizo-logo-check{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.quizo-logo-ring,.quizo-logo-tail{stroke-width:7}.quizo-logo-check{stroke-width:5.5}.quizo-logo-dot{fill:#ffb25b;stroke:currentColor;stroke-width:3}.auth-intro .brand-mark{color:#050505;background:#fff;box-shadow:0 18px 44px #00000047}.brand-mark.small{width:42px;height:42px;border-radius:12px}.auth-panel{background:var(--panel);padding:28px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-soft)}.mode-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;border:1px solid var(--line);border-radius:8px;margin-bottom:24px;background:var(--surface-strong)}.mode-switch button{border:0;border-radius:6px;color:var(--muted);background:transparent;min-height:42px;font-weight:800}.mode-switch button.active{color:#fff;background:var(--green);border:1px solid var(--green)}.stack,.form-grid{display:grid;gap:16px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wide{grid-column:1 / -1}label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:800}.check-row{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.check-row input{width:18px;min-height:18px;height:18px;margin:2px 0 0;accent-color:var(--green)}.check-row strong,.check-row small{display:block}.check-row strong{color:var(--ink);font-size:14px}.check-row small{color:var(--muted);font-size:12px;line-height:1.4;margin-top:3px}input,select,textarea{width:100%;border-radius:8px;border:1px solid var(--line);color:var(--ink);background:#fff;padding:0 12px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input,select{min-height:46px}textarea{min-height:132px;padding:12px;resize:vertical;line-height:1.45}input:focus,select:focus,textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #32b6a62b}.primary-button,.ghost-button,.icon-button{border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;min-height:46px}.primary-button{background:var(--green);color:#fff;padding:0 18px;box-shadow:0 8px 16px #11908133}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}.primary-button.danger-action{background:var(--coral);box-shadow:0 8px 16px #9d20242e}.primary-button.danger-action:hover{background:#d63f42}.primary-button:disabled{opacity:.65;cursor:not-allowed}.ghost-button{background:#fff;color:var(--green-dark);border:1px solid rgba(50,182,166,.28);padding:0 14px}.ghost-button:hover:not(:disabled),.select-button:hover:not(:disabled){border-color:#20734f52;color:var(--green-dark);transform:translateY(-1px)}.ghost-button.danger-action{color:#9d2024;border-color:#ef4f5242;background:var(--coral-soft)}.icon-button{width:40px;height:40px;color:var(--green-dark);background:var(--surface-strong)}.icon-button.danger{color:#9d2024;background:var(--coral-soft)}.icon-button.neutral{color:var(--ink);background:var(--surface)}.icon-button:disabled{opacity:.55;cursor:not-allowed}.form-message{color:var(--teal-deep);line-height:1.45;margin:0;padding:10px 12px;border-radius:8px;background:#32b6a61f}.form-helper{color:var(--muted);font-size:13px;line-height:1.45;margin:-8px 0 0}.field-hint{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.toast{position:fixed;z-index:80;right:clamp(14px,2vw,28px);bottom:clamp(14px,2vw,28px);width:min(360px,calc(100vw - 28px));display:grid;grid-template-columns:34px minmax(0,1fr) 32px;gap:10px;align-items:center;padding:12px;border:1px solid rgba(50,182,166,.22);border-radius:8px;color:var(--green-dark);background:#fff;box-shadow:0 16px 36px #22313a24;animation:toast-in .22s ease both}.toast>span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#32b6a61f}.toast strong{min-width:0;color:var(--ink);font-size:14px;line-height:1.35}.toast.error{border-color:#ef4f523d;color:#9d2024}.toast.error>span{background:var(--coral-soft)}.toast-close{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--muted);background:transparent}.toast-close:hover{color:var(--ink);background:#f7faf9}.dashboard{padding:0 0 48px}.topbar,.dashboard-hero,.dashboard-grid,.host-shell,.game-table-shell{width:100%;max-width:none;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;padding:4px 0 18px}.dashboard .topbar{margin:0 0 22px;padding:16px clamp(14px,2vw,28px);color:#fff;background:var(--green)}.dashboard .topbar .brand-mark{color:var(--green-dark);background:#fff;box-shadow:none}.dashboard .topbar .ghost-button{color:#fff;border-color:#ffffff57;background:#ffffff1f}.dashboard .topbar .ghost-button:hover:not(:disabled){color:var(--teal-deep);background:#fff}.account-area{display:flex;align-items:center;gap:12px}.topbar-upgrade-button{min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:#050505;background:#fff;font-size:13px;font-weight:950}.topbar-upgrade-button:hover{transform:translateY(-1px)}.account-menu{position:relative}.plan-badge{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:999px;color:#050505;background:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px #05050514}.plan-badge.large{color:#050505;border-color:#d8d8d8;background:#f7f7f7}.account-trigger{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;border:2px solid rgba(255,255,255,.72);border-radius:999px;background:#fff;padding:0;box-shadow:0 8px 18px #074a452e}.account-trigger:hover{border-color:var(--yellow);background:#fff;transform:translateY(-1px) scale(1.02)}.account-avatar{width:42px;height:42px;display:inline-grid;place-items:center;flex:0 0 42px;border-radius:999px;color:var(--green-dark);background:var(--mint-soft);font-size:13px;line-height:1;font-weight:900;text-align:center;overflow:hidden;white-space:nowrap}.account-avatar img{width:100%;height:100%;display:block;object-fit:cover}.account-avatar.large{width:46px;height:46px;flex-basis:46px;font-size:16px;color:#fff;background:var(--green)}.account-dropdown{position:absolute;z-index:50;top:calc(100% + 10px);right:0;width:min(340px,calc(100vw - 28px));display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;box-shadow:var(--shadow-soft)}.account-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--line)}.account-summary>div strong,.account-summary>div span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-summary>div strong{font-size:16px}.account-summary>div span{color:var(--muted);font-size:13px;margin-top:3px}.account-menu-action,.account-logout{min-height:40px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:8px}.account-menu-action,.account-logout{border:0;color:var(--ink);background:var(--surface);font-weight:900;justify-content:flex-start}.account-menu-action:hover,.account-logout:hover{color:var(--green-dark);background:var(--surface-strong)}.profile-page{width:min(1040px,calc(100% - 32px));margin:0 auto;padding:6px 0 52px}.profile-toolbar{display:flex;align-items:center;justify-content:flex-start;margin:0 0 16px}.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:16px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.profile-avatar{width:76px;height:76px;display:grid;place-items:center;flex:0 0 76px;border-radius:999px;color:#fff;background:#050505;font-size:24px;line-height:1;font-weight:950;text-align:center;white-space:nowrap}.profile-hero h1{margin:0 0 6px;color:#050505;font-size:clamp(34px,6vw,58px);line-height:.95;letter-spacing:0}.profile-hero span:not(.plan-badge){color:var(--muted);font-weight:800}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.profile-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.profile-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.profile-card-header h2{margin:0;color:#050505;font-size:22px;line-height:1}.profile-card-header svg{color:#050505}.profile-form{display:grid;gap:14px}.billing-card{grid-column:1 / -1}.subscription-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.subscription-detail-list div{min-width:0;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.subscription-detail-list span,.billing-note span{display:block;color:var(--muted);font-size:12px;font-weight:800}.subscription-detail-list strong{display:block;margin-top:5px;color:#050505;font-size:18px;text-transform:capitalize}.billing-note{display:grid;gap:4px;margin-bottom:14px;padding:14px;border:1px solid #dedede;border-radius:8px;background:#fafafa}.billing-note strong{color:#050505;font-size:14px}.compact-button{width:fit-content;margin-top:8px}.profile-form label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.profile-form input{width:100%;min-height:46px;color:var(--ink);background:#fff;font-size:15px;font-weight:850;text-transform:none}.profile-form input[readonly]{color:#626262;background:#f6f6f6}.profile-form .primary-button{justify-self:start;margin-top:2px}.practice-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:6px 0 52px}.practice-backdrop{align-items:center;padding:20px}.practice-modal{position:relative;width:min(1120px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;display:grid;gap:16px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7;box-shadow:0 28px 80px #00000038;animation:modal-rise .22s ease both}.practice-modal-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.practice-modal-header h2{margin:0 0 6px;color:#050505;font-size:clamp(28px,5vw,44px);line-height:.95}.practice-modal-header span{color:var(--muted);font-weight:800}.practice-modal-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.practice-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.practice-hero h1{margin:0 0 8px;color:#050505;font-size:clamp(34px,6vw,58px);line-height:.95;letter-spacing:0}.practice-hero span:not(.plan-badge){color:var(--muted);font-weight:800}.practice-grid,.practice-results{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:16px;align-items:start}.practice-results{grid-template-columns:1fr}.practice-card,.practice-play-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.practice-pack-list,.practice-settings,.practice-review-list{display:grid;gap:10px}.practice-pack-button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#f7f7f7;text-align:left}.practice-pack-button.locked{color:#555;background:#f2f2f2}.practice-pack-button.selected{border-color:#050505;background:#fff;box-shadow:inset 4px 0 #050505}.practice-pack-button strong,.practice-pack-button span{display:block}.practice-pack-button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.practice-pack-button span{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.35}.practice-pack-meta{min-width:0;display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.practice-pack-button em,.practice-pack-button b{font-style:normal;font-weight:950}.practice-pack-button em{min-width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505}.practice-pack-button b{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;color:#fff;background:#050505;font-size:12px;white-space:nowrap}.practice-pack-button.locked em,.practice-pack-button.locked b{color:#050505;background:#fff;border:1px solid #d8d8d8}.practice-stat-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}.practice-count-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.practice-count-options button{min-height:46px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#f7f7f7;font-weight:950}.practice-count-options button.active{color:#fff;border-color:#050505;background:#050505}.practice-play-card{display:grid;gap:16px;position:relative;min-height:min(620px,calc(100vh - 220px));align-content:start}.practice-progress{display:flex;justify-content:space-between;gap:14px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}.practice-progress span{color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase}.practice-progress strong{color:#050505}.practice-question h2{max-width:900px;margin:0 0 18px;color:#050505;font-size:clamp(30px,5vw,56px);line-height:1;letter-spacing:0}.practice-answer-grid{display:grid;gap:10px}.practice-answer-button{width:100%;min-height:66px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#f7f7f7;font-size:16px;font-weight:900;text-align:left}.practice-answer-button span{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505}.practice-answer-button.correct{border-color:#1f93676b;background:#eafaf2}.practice-answer-button.wrong{border-color:#d93f466b;background:#fff0f1}.practice-answer-button.muted{opacity:.58}.practice-answer-feedback{display:grid;gap:6px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7}.practice-answer-feedback.correct{border-color:#1f936757;background:#eafaf2}.practice-answer-feedback.wrong{border-color:#d93f4657;background:#fff0f1}.practice-answer-feedback strong{color:#050505;font-size:22px}.practice-answer-feedback span{color:var(--muted);font-weight:850}.practice-result-popup{position:absolute;z-index:5;inset:50% auto auto 50%;width:min(520px,calc(100% - 28px));display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;padding:18px;border:2px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 60px #0000002e;transform:translate(-50%,-50%);animation:result-toast-pop 3.6s ease both}.practice-result-popup.correct{color:#125f4c;border-color:#1f936761;background:#eafaf2}.practice-result-popup.wrong{color:#9d2024;border-color:#d93f4661;background:#fff0f1}.practice-result-popup strong,.practice-result-popup span{display:block}.practice-result-popup strong{color:inherit;font-size:clamp(28px,5vw,42px);line-height:.95;text-transform:uppercase}.practice-result-popup span{margin-top:7px;color:var(--muted);font-weight:850;line-height:1.35}.practice-result-popup button{grid-column:2;justify-self:start}.practice-results-card{display:grid;gap:16px}.practice-score-strip{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(2,minmax(130px,.75fr)) auto;gap:12px;align-items:stretch;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7}.practice-score-main,.practice-score-stat{min-width:0;display:grid;align-content:center;gap:5px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.practice-score-main span,.practice-score-stat span{color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase}.practice-score-main strong{margin:0;color:#050505;font-size:clamp(42px,7vw,72px);line-height:.9}.practice-score-stat strong{color:#050505;font-size:clamp(22px,4vw,34px);line-height:1}.practice-score-strip .primary-button{align-self:center;min-height:52px}.practice-results-card .practice-review-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.practice-review-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7}.practice-review-row>span{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505;font-weight:950}.practice-review-row.correct{background:#eafaf2}.practice-review-row.wrong{background:#fff0f1}.practice-review-row strong,.practice-review-row small{display:block}.practice-review-row strong{color:#050505}.practice-review-row small{margin-top:5px;color:var(--muted);font-weight:800;line-height:1.35}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:22px 0;margin-bottom:4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dashboard-hero h1{font-size:40px;line-height:1;margin:0;letter-spacing:0}.eyebrow{color:var(--green-dark);text-transform:uppercase;letter-spacing:0;font-size:12px;font-weight:900;margin:0 0 8px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:12px}.metric,.panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;box-shadow:var(--shadow-tight)}.metric{min-height:78px;padding:12px 14px;background:#fff;animation:menu-pop .18s ease both}.metric span,.metric small{color:var(--muted);display:block;font-size:12px;font-weight:800}.metric strong{display:block;font-size:24px;line-height:1.2;margin:4px 0;text-transform:capitalize}.dashboard-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:16px}.host-shell{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.host-sidebar,.host-workspace{min-width:0}.host-sidebar{display:grid;gap:14px;position:sticky;top:18px}.host-sidebar-header{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:12px;align-items:end;padding-bottom:14px;border-bottom:1px solid var(--line)}.host-sidebar-header h1,.workspace-header h1,.empty-workspace h1{margin:0;line-height:1;letter-spacing:0}.host-sidebar-header h1{font-size:34px}.new-game-drawer{border:1px solid var(--line);border-radius:8px;background:#fff}.new-game-drawer summary{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;font-weight:900;cursor:pointer;list-style:none}.new-game-drawer summary::-webkit-details-marker{display:none}.new-game-drawer[open] summary{border-bottom:1px solid var(--line)}.compact-form{padding:14px;gap:12px}.sidebar-game-list{display:grid;gap:10px}.host-sidebar .game-row{grid-template-columns:1fr;gap:10px}.host-sidebar .join-code{justify-content:flex-start}.host-sidebar .select-button{min-width:94px}.host-workspace{display:grid;gap:16px}.game-table-shell{display:grid;gap:16px;padding:0 clamp(14px,2vw,28px)}.table-toolbar{display:flex;justify-content:space-between;align-items:end;gap:18px;padding:8px 0 14px;border-bottom:1px solid var(--line);color:var(--ink)}.table-toolbar h1{margin:0;font-size:40px;line-height:1}.table-toolbar .eyebrow,.table-toolbar .metric span,.table-toolbar .metric small{color:var(--muted)}.table-toolbar .metric{color:var(--ink);border-color:var(--line);background:#fff;box-shadow:var(--shadow-tight)}.table-toolbar .metric strong{color:var(--ink)}.table-toolbar .primary-button{color:#fff;background:var(--green);box-shadow:0 8px 16px #11908133}.table-toolbar .primary-button:hover{color:#fff;background:var(--green-dark)}.table-toolbar-actions{display:flex;align-items:end;justify-content:flex-end;gap:12px;flex-wrap:wrap}.table-toolbar-actions .metric{width:124px}.table-toolbar-actions .toolbar-packs-button{min-height:46px;padding:0 18px;font-size:14px}.play-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.play-choice-card{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.play-choice-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505}.play-choice-card h2{margin:0 0 8px;color:#050505;font-size:clamp(26px,4vw,38px);line-height:.96}.play-choice-card p:not(.eyebrow){max-width:520px;margin:0;color:var(--muted);font-size:14px;font-weight:800;line-height:1.45}.play-choice-card>button{grid-column:2;justify-self:start;margin-top:6px}.play-choice-card>.primary-button{min-height:44px}.dashboard-main-grid{display:grid;grid-template-columns:minmax(260px,.32fr) minmax(0,1fr);gap:16px;align-items:start}.dashboard-loading-state{align-items:stretch}.loading-panel{min-height:310px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 24px #22313a0f}.loading-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px}.loading-panel-header h2{margin:2px 0 0;font-size:20px;line-height:1.1}.skeleton-stack,.skeleton-table{display:grid;gap:12px;padding:0 16px 16px}.skeleton-line,.skeleton-card,.skeleton-dot,.skeleton-button{display:block;border-radius:999px;background:linear-gradient(90deg,#eee,#f8f8f8,#eee 88%);background-size:220% 100%;animation:skeleton-sheen 1.35s ease-in-out infinite}.skeleton-line{width:100%;height:14px}.skeleton-line.short{width:58%}.skeleton-line.tiny{width:96px}.skeleton-card{height:116px;border-radius:8px}.skeleton-card.compact{height:82px}.skeleton-row{display:grid;grid-template-columns:36px minmax(0,1fr) 110px 92px;gap:14px;align-items:center;padding:14px 0;border-top:1px solid #eeeeee}.skeleton-dot{width:34px;height:34px}.skeleton-button{width:86px;height:34px;border-radius:8px}.games-table-wrap{width:100%;overflow-x:auto;border:1px solid #e3eee9;border-radius:8px;background:#fff;box-shadow:0 8px 24px #22313a0f}.games-table-stack{display:grid;gap:16px}.games-section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 16px 10px}.games-section-heading h2{margin:2px 0 0;color:#050505;font-size:20px;line-height:1.1}.games-section-heading>span{color:var(--muted);font-size:13px;font-weight:850}.completed-games-wrap{background:#fbfbfb}.completed-games-wrap .games-table th{background:#f7f7f7}.current-games-empty{display:grid;place-content:center;gap:4px;min-height:88px;padding:16px;text-align:center}.current-games-empty h1{margin:0;color:#050505;font-size:20px;line-height:1.1}.current-games-empty p{margin:0;color:var(--muted);font-size:13px;font-weight:800}.empty-table-row td{background:#fff}.games-table{width:100%;min-width:720px;border-collapse:collapse;color:var(--ink)}.games-table th,.games-table td{padding:15px 16px;border-bottom:1px solid #edf3f1;text-align:left;vertical-align:middle}.games-table th{color:var(--muted);background:#fbfdfc;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.games-table td{font-size:14px}.games-table tbody tr{transition:background .16s ease}.games-table tbody tr.selected{background:#fbfdfc;box-shadow:inset 3px 0 0 var(--green)}.games-table tbody tr:last-child td{border-bottom:0}.games-table td>strong,.games-table td>span{display:block}.table-subline{color:var(--muted);font-size:12px;line-height:1.4;margin-top:4px}.pack-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;display:flex;justify-content:flex-end;padding:16px;background:#05050552;animation:drawer-backdrop-in .2s ease both}.pack-drawer{width:min(100%,920px);max-height:100%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:12px;overflow:hidden;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 80px #0000003d;animation:pack-drawer-in .24s cubic-bezier(.2,.8,.2,1) both}.pack-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pack-drawer-header h2{margin:0;font-size:26px;line-height:1}.pack-plan-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pack-library-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pack-library-stats div{display:grid;gap:4px;min-height:72px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.pack-library-stats span{color:var(--muted);font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.pack-library-stats strong{font-size:28px;line-height:1}.pack-browser-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:12px}.pack-browser{min-height:0;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.pack-browser-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pack-browser-heading strong,.pack-browser-heading span{display:block}.pack-browser-heading strong{font-size:15px}.pack-browser-heading span{margin-top:2px;color:var(--muted);font-size:12px;font-weight:800}.pack-search{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #d9d9d9;border-radius:8px;color:var(--muted);background:#fafafa}.pack-search button{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:999px;color:#555;background:#eee;cursor:pointer}.pack-search input{width:100%;border:0;outline:0;color:#050505;background:transparent;font:inherit;font-size:14px;font-weight:800}.pack-filter-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.pack-filter-tabs button{min-height:34px;border:1px solid #dcdcdc;border-radius:8px;color:#555;background:#fff;font-size:12px;font-weight:900;cursor:pointer}.pack-filter-tabs button.active{color:#fff;border-color:#050505;background:#050505}.pack-compact-list{min-height:0;display:grid;align-content:start;gap:8px;overflow-y:auto;padding-right:2px}.pack-empty-state{margin:0;padding:18px;border:1px dashed #d8d8d8;border-radius:8px;color:var(--muted);font-size:13px;font-weight:850;text-align:center}.pack-compact-row{box-sizing:border-box;width:auto;min-height:88px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:10px;padding:13px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#fff;text-align:left;box-shadow:var(--shadow-tight);cursor:pointer;transition:border-color .16s ease,transform .16s ease}.pack-compact-row:hover{border-color:#adadad;transform:translateY(-1px)}.pack-compact-row.locked{color:#4f4f4f;background:#f7f7f7}.pack-compact-row.included{border-color:#d8d8d8;box-shadow:var(--shadow-tight)}.pack-compact-row.selected{border-color:#050505}.pack-compact-row strong{display:block;margin:0;font-size:15px}.pack-row-icon{width:34px;height:34px;display:grid;place-items:center;grid-row:1 / span 2;border-radius:999px;color:#050505;background:#fff4df}.pack-compact-row.locked .pack-row-icon{color:#555;background:#eee}.pack-compact-row span,.pack-compact-row em{color:var(--muted);font-size:13px;line-height:1.4}.pack-compact-row span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.pack-card-footer{grid-column:2;display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:nowrap;min-width:0}.pack-compact-row em{white-space:nowrap;padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;font-style:normal;font-weight:900}.pack-compact-row b{min-height:28px;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;color:#fff;background:#050505;font-size:12px}.pack-compact-row.locked b{color:#050505;border:1px solid #d8d8d8;background:#fff}.pack-details-panel{min-height:0;display:grid;align-content:start;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#f7f7f7;overflow-y:auto}.pack-details-panel.empty-details{place-content:center;text-align:center}.pack-details-panel.empty-details>svg{justify-self:center;color:#777}.pack-details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.pack-details-header h2{margin:2px 0 0;font-size:28px;line-height:1}.pack-details-panel>p{margin:0;color:var(--muted);line-height:1.5;font-weight:750}.pack-details-meta{display:flex;gap:8px;flex-wrap:wrap}.pack-details-meta span{min-height:32px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #dedede;border-radius:999px;color:#555;background:#fafafa;font-size:12px;font-weight:900}@keyframes pack-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.table-code,.row-actions,.selected-game-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.table-code span{min-width:82px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:800;color:var(--ink);background:#f7faf9;border:1px solid #e3eee9;padding:7px 9px;border-radius:6px}.copy-icon-button.copied{position:relative;color:#050505;border-color:#f0c27b;background:#fff6e8}.copy-confirm{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);pointer-events:none;padding:5px 8px;border-radius:999px;color:#fff;background:#050505;font-size:11px;font-weight:900;line-height:1;box-shadow:0 8px 18px #00000024;animation:toast-in .16s ease both}.copy-confirm:after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;background:#050505;transform:translate(-50%,-5px) rotate(45deg)}.copy-link-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #d8d8d8;border-radius:8px;color:#050505;background:#fff;font-size:13px;font-weight:900;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.copy-link-button:hover{border-color:#050505;transform:translateY(-1px)}.copy-link-button.copied{color:#050505;border-color:#cfcfcf;background:#f7f7f7}.lobby-state{display:flex;align-items:baseline;gap:5px}.lobby-state strong{font-size:18px;line-height:1}.lobby-state span{color:var(--muted);font-size:12px;font-weight:800}.final-player-state{display:flex;align-items:baseline;gap:6px}.final-player-state strong{color:#050505;font-size:18px;line-height:1}.final-player-state span{color:var(--muted);font-size:12px;font-weight:800}.result-state{display:grid;gap:3px}.result-state strong{color:#050505;font-size:14px;line-height:1.2}.result-state span{color:var(--muted);font-size:12px;font-weight:800}.lobby-breakdown{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px}.lobby-breakdown span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.lobby-breakdown span:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.lobby-breakdown .joined{color:var(--green-dark)}.lobby-breakdown .waiting{color:#9a7a12}.table-button{min-height:36px;padding:0 11px;font-size:13px}.row-actions{justify-content:flex-end}.row-actions .icon-button{width:36px;height:36px;background:#f7faf9;border:1px solid #e3eee9}.row-actions .icon-button.danger{color:#9d2024;background:#fff;border-color:#f1d8d6}.row-actions .primary-button:hover,.row-actions .ghost-button:hover,.row-actions .icon-button:hover:not(:disabled){transform:translateY(-1px)}.selected-game-management{display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.selected-game-management h2{margin:0;font-size:28px;line-height:1}.selected-game-actions{justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}.host-player-note{margin:0;color:var(--green-dark);font-weight:900}.setup-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lobby-readiness{display:grid;gap:12px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7}.readiness-summary{display:flex;justify-content:space-between;gap:12px;align-items:center}.readiness-summary span,.lobby-stats-grid span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.readiness-summary strong{font-size:18px}.readiness-summary.ready strong{color:#7a4700}.lobby-progress{height:10px;overflow:hidden;border-radius:999px;background:#e7e7e7}.lobby-progress span{display:block;height:100%;border-radius:inherit;background:#f2b35d;transition:width .22s ease}.lobby-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.lobby-stats-grid div{display:grid;gap:4px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.lobby-stats-grid strong{font-size:22px;line-height:1}.compact-empty{min-height:320px;border:0}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;display:flex;justify-content:flex-end;background:#06413b52}.drawer-backdrop.open{animation:drawer-backdrop-in .22s ease both}.drawer-backdrop.closing{pointer-events:none;animation:drawer-backdrop-out .22s ease both}.game-drawer{width:min(720px,100%);height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;border-left:1px solid var(--line);box-shadow:-18px 0 48px #0c74682e}.game-drawer.open{animation:drawer-in .24s cubic-bezier(.2,.8,.2,1) both}.game-drawer.closing{animation:drawer-out .22s ease both}.drawer-header,.drawer-footer{padding:18px;background:#fff}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid rgba(255,255,255,.18);color:#fff;background:var(--green)}.drawer-header .eyebrow,.drawer-header .workspace-meta{color:#ffffffd1}.drawer-header h2{margin:0;font-size:30px;line-height:1}.drawer-content{overflow:auto;padding:16px 18px;display:grid;align-content:start;gap:16px;background:var(--surface)}.drawer-section{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.drawer-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#06413b57;animation:backdrop-in .18s ease both}.wizard-modal,.control-room-modal{width:min(760px,100%);max-height:min(860px,calc(100vh - 48px));overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft);animation:modal-rise .24s cubic-bezier(.2,.8,.2,1) both}.upgrade-modal{width:min(920px,100%);max-height:min(860px,calc(100vh - 48px));overflow:auto;display:grid;gap:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#f7f7f7;box-shadow:var(--shadow-soft);animation:modal-rise .24s cubic-bezier(.2,.8,.2,1) both}.upgrade-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.upgrade-modal-header h1{margin:0 0 8px;color:#050505;font-size:clamp(34px,5vw,54px);line-height:.95}.upgrade-modal-header span{color:var(--muted);font-weight:800}.billing-interval-toggle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;border:1px solid var(--line);border-radius:999px;background:#fff}.billing-interval-toggle button{min-height:40px;border:0;border-radius:999px;color:var(--muted);background:transparent;font-weight:950}.billing-interval-toggle button.active{color:#fff;background:#050505}.upgrade-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.upgrade-plan-card{display:grid;gap:18px;align-content:space-between;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight)}.upgrade-plan-card.current{border-color:#050505;box-shadow:inset 4px 0 #050505,var(--shadow-tight)}.upgrade-plan-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.upgrade-plan-heading h2{margin:0;color:#050505;font-size:28px}.upgrade-plan-heading span{padding:6px 10px;border-radius:999px;color:#fff;background:#050505;font-size:12px;font-weight:950}.upgrade-plan-card p{margin:0;color:var(--muted);line-height:1.45}.upgrade-price{display:flex;align-items:flex-end;gap:8px}.upgrade-price strong{color:#050505;font-size:38px;line-height:.95}.upgrade-price span{color:var(--muted);font-weight:900}.upgrade-plan-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.upgrade-plan-card li{display:flex;align-items:center;gap:8px;color:#050505;font-weight:850}.confirm-backdrop{z-index:60}.summary-backdrop{z-index:55;background:#f5f7f6c7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.summary-modal{width:min(1100px,100%);max-height:min(860px,calc(100vh - 48px));overflow:auto;display:grid;gap:16px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft);animation:modal-rise .24s cubic-bezier(.2,.8,.2,1) both}.summary-header,.summary-hero,.summary-grid,.summary-stats{display:grid;gap:14px}.summary-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;padding-bottom:14px;border-bottom:1px solid var(--line)}.summary-header h2{margin:2px 0 8px;color:#050505;font-size:clamp(28px,4vw,44px);line-height:1}.summary-loading{min-height:220px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);font-weight:850}.summary-hero{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}.summary-winner{min-height:180px;display:grid;align-content:end;gap:8px;padding:22px;border-radius:8px;color:#fff;background:#050505}.summary-winner span,.summary-winner p{margin:0;color:#ffffffad;font-size:13px;font-weight:850;text-transform:uppercase}.summary-winner strong{font-size:clamp(32px,5vw,58px);line-height:.95}.summary-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-stats div,.summary-panel{border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.summary-stats div{display:grid;gap:8px;padding:18px}.summary-stats span,.summary-leader-row small,.answer-history-row span{color:var(--muted);font-size:12px;font-weight:800}.summary-stats strong{color:#050505;font-size:28px;line-height:1}.summary-grid{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}.summary-panel{display:grid;align-content:start;gap:12px;padding:16px}.compact-heading{margin-bottom:2px}.summary-leaderboard,.answer-history-list{display:grid;gap:8px}.summary-leader-row,.answer-history-row{display:grid;align-items:center;gap:12px;padding:12px;border:1px solid #ececec;border-radius:8px;background:#fff}.summary-leader-row{grid-template-columns:54px minmax(0,1fr) auto}.summary-leader-row.winner{border-color:#f4994852;background:#fff8f1}.summary-leader-row>span{color:#050505;font-weight:950}.summary-leader-row strong,.answer-history-row strong{display:block;color:#050505;line-height:1.25}.summary-leader-row b{font-size:18px}.answer-history-row{grid-template-columns:36px minmax(0,1fr)}.answer-history-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#f2f2f2}.answer-history-row.correct .answer-history-icon{color:#12745a;background:#eafaf2}.answer-history-row.wrong .answer-history-icon{color:#9d2024;background:#fff0f1}.confirm-modal{width:min(430px,100%);display:grid;gap:16px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft);animation:modal-rise .24s cubic-bezier(.2,.8,.2,1) both}.confirm-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:999px;color:var(--green-dark);background:var(--mint-soft)}.confirm-icon.danger{color:#9d2024;background:var(--coral-soft)}.confirm-modal h2{margin:0;font-size:28px;line-height:1}.confirm-modal p:not(.eyebrow){margin:10px 0 0;color:var(--muted);line-height:1.5}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.wizard-modal{display:grid;gap:14px;padding:18px}.wizard-header{margin:-18px -18px 0;padding:18px;color:#fff;border-radius:8px 8px 0 0;background:var(--green)}.wizard-header .eyebrow{color:#ffffffc7}.wizard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.wizard-header h2{margin:0;font-size:30px;line-height:1}.wizard-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.wizard-step{min-height:48px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.wizard-step span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--muted);font-size:12px}.wizard-step.active,.wizard-step.done{color:var(--green-dark);border-color:#32b6a652;background:var(--mint-soft)}.wizard-step.active{transform:translateY(-1px);box-shadow:0 8px 18px #0c74681a}.wizard-step.active span,.wizard-step.done span{background:var(--green)}.wizard-step.locked{cursor:not-allowed;opacity:.52}.wizard-body{min-height:280px;display:grid;align-content:start}.player-setup{display:grid;gap:14px}.host-player-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;text-align:left}.host-player-card:hover{border-color:#b8b8b8;background:var(--surface)}.host-player-card.selected{border-color:#050505;background:#fff7ec;box-shadow:0 10px 24px #bf69151f}.host-player-avatar,.host-player-state{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505;font-size:13px;font-weight:950}.host-player-card.selected .host-player-avatar,.host-player-card.selected .host-player-state{color:#050505;background:#ffdca6}.host-player-card strong,.host-player-card small{display:block;min-width:0}.host-player-card strong{font-size:16px}.host-player-card small{color:var(--muted);font-size:13px;margin-top:3px}.single-player-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.single-player-form label{min-width:0}.single-player-form .primary-button{min-height:46px}.wizard-pack-picker,.mode-choice-wrap{display:grid;gap:9px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.wizard-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wizard-section-heading span{display:block;color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase}.wizard-section-heading strong{display:block;margin-top:3px;font-size:17px}.wizard-section-heading em{color:var(--muted);font-size:12px;font-style:normal;font-weight:850;text-align:right}.wizard-pack-list{max-height:360px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;overflow-y:auto;padding-right:2px}.wizard-pack-row{width:100%;min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:8px;align-items:start;padding:11px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#fff;text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.wizard-pack-row>div{display:grid;gap:4px}.wizard-pack-check{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;color:#050505;background:#f1f1f1}.wizard-pack-row strong{font-size:14px}.wizard-pack-row>div span{color:var(--muted);font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wizard-pack-check svg{display:block}.wizard-pack-row:hover{border-color:#050505;transform:translateY(-1px)}.wizard-pack-row.selected{border-color:#050505;background:#fffdf9;box-shadow:inset 4px 0 #050505}.wizard-pack-row.selected .wizard-pack-check{color:#7b450d;background:#fff0d8}.wizard-pack-row .pack-card-footer{grid-column:2;align-self:end;width:100%;display:flex;justify-content:space-between;align-items:center;gap:6px}.wizard-pack-row .pack-card-footer em,.wizard-pack-row .pack-card-footer b{min-height:26px;display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;font-size:11px;font-style:normal;font-weight:950}.wizard-pack-row .pack-card-footer em{order:2;padding:0 8px;color:#333;border:1px solid #e2e2e2;background:#fbfbfb}.wizard-pack-row .pack-card-footer b{order:1;padding:0 9px;color:#fff;background:#050505}.mode-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mode-choice-card{min-height:112px;display:grid;gap:8px;align-content:start;padding:16px;border:1px solid var(--line);border-radius:8px;color:#050505;background:#fff;text-align:left}.mode-choice-card:hover{border-color:#050505;transform:translateY(-1px)}.mode-choice-card.locked{background:#f7f7f7}.mode-choice-card.locked:hover{border-color:#bcbcbc}.mode-choice-card.selected{border-color:#050505;box-shadow:inset 4px 0 #050505}.mode-choice-card strong{font-size:17px}.mode-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mode-card-top em{padding:4px 7px;border-radius:999px;color:#7b450d;background:#fff0d8;font-size:11px;font-style:normal;font-weight:950;text-transform:uppercase}.mode-choice-card span{color:var(--muted);font-size:13px;line-height:1.4}.mode-lock-note{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;color:#050505;background:#fff;font-size:12px;font-weight:950}.mode-helper{margin:0;padding:11px 12px;border:1px solid #e2e2e2;border-radius:8px;color:#333;background:#fff;font-size:13px;font-weight:750;line-height:1.45}.wizard-player-list{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.wizard-player-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.wizard-player-list-header span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.wizard-player-list-header strong{min-width:30px;height:30px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#050505;font-size:13px}.wizard-player-chips{display:flex;flex-wrap:wrap;gap:8px}.wizard-player-chip{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 12px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fff;font-size:14px;font-weight:900}.wizard-player-chip.host{border-color:#bf691547;background:#fff7ec}.wizard-player-chip small{color:#9a5b11;font-size:11px;font-weight:950;text-transform:uppercase}.wizard-player-chip button{width:26px;height:26px;display:grid;place-items:center;border:0;border-radius:999px;color:var(--muted);background:var(--surface);padding:0}.wizard-player-chip button:hover{color:#050505;background:#ececec}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-grid div,.review-card{min-height:86px;display:grid;align-content:center;gap:6px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfbfb}.review-grid span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.review-grid strong{line-height:1.35}.review-grid small{color:var(--muted);font-size:13px;font-weight:750;line-height:1.35}.review-grid .wide{grid-column:1 / -1}.review-player-list strong{color:var(--muted);font-size:14px;font-weight:800}.control-room-backdrop{align-items:stretch;background:#f5f7f6b8;-webkit-backdrop-filter:blur(18px) saturate(.92);backdrop-filter:blur(18px) saturate(.92)}.control-room-modal{width:min(1180px,100%);margin:auto;position:relative;padding:0;border:0;background:transparent;box-shadow:none}.control-room-modal .game-room{margin-top:0}.host-live-section.game-stage{position:relative;overflow:hidden;padding:58px 22px 22px;border-radius:8px;color:#fff;background:radial-gradient(circle at 18% 8%,rgba(255,227,125,.18),transparent 26%),radial-gradient(circle at 90% 22%,rgba(255,255,255,.12),transparent 22%),linear-gradient(155deg,#43b9aa,#13a190 48%,#0b8f80);box-shadow:0 24px 70px #05534b47}.control-room-close{position:absolute;z-index:2;top:14px;right:14px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;background:#ffffff24}.control-room-close:hover{color:var(--green-dark);background:#fff}.control-room-modal .game-stage .game-room-header{margin:0;padding:0 0 14px;color:#fff;background:transparent;border-radius:0}.workspace-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.workspace-header h1{font-size:34px}.workspace-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:13px;font-weight:800}.status-pill{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:12px;font-weight:800;text-transform:capitalize}.status-pill:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:#a8b8b4}.status-pill.active{color:var(--green-dark)}.status-pill.active:before{background:var(--green)}.status-pill.finished{color:var(--blue)}.status-pill.finished:before{background:var(--blue)}.status-pill.cancelled{color:#9d2024}.status-pill.cancelled:before{background:var(--coral)}.workspace-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.setup-workspace{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:16px;align-items:start}.readiness-panel,.players-panel{display:grid;gap:14px}.readiness-grid{display:grid;gap:8px}.readiness-item{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fff;font-weight:800}.readiness-item.done{color:var(--green-dark);background:var(--mint-soft);border-color:#32b6a64d}.primary-action-row{display:grid;gap:10px}.add-player-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.add-player-bar textarea{min-height:88px}.empty-workspace{min-height:420px;display:grid;place-content:center;gap:10px;text-align:center;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight);padding:32px}.empty-workspace p{margin:0;color:var(--muted)}.lower-grid{margin-top:16px}.host-live-section{max-width:none;margin:0}.wide-action{width:100%;margin-bottom:16px}.panel{padding:18px}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.section-heading h2{margin:0;font-size:20px;line-height:1.1}.section-helper{max-width:430px;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.game-list{display:grid;gap:10px}.empty-state{color:var(--muted);margin:0}.game-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;position:relative;overflow:hidden}.game-row:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:transparent}.game-row.selected{border-color:#32b6a673;background:var(--mint-soft)}.game-row.selected:before{background:var(--green)}.game-row h3{margin:0 0 6px;font-size:17px}.game-row p{margin:0;color:var(--muted);font-size:13px}.join-code{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.join-code span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:900;color:var(--green-dark);background:var(--yellow-soft);padding:9px 11px;border-radius:8px}.share-code{align-self:stretch;justify-content:flex-end}.share-code span{min-height:42px;display:inline-flex;align-items:center;font-size:16px;letter-spacing:.04em}.select-button{border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;min-height:40px;padding:0 12px;font-weight:900}.game-row.selected .select-button{color:#fff;background:var(--green);border-color:var(--green)}.selected-game-strip{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;margin-bottom:16px}.lobby-actions{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);margin-bottom:16px}.lobby-actions span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:4px}.lobby-actions strong{display:block;font-size:18px;text-transform:capitalize}.selected-game-strip span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:4px}.selected-game-strip strong{display:block;font-size:17px}.member-list{display:grid;gap:9px}.member-list.grouped{gap:14px}.member-group{display:grid;gap:8px}.member-group-header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:0 2px}.member-group-header h3{margin:0;font-size:13px;letter-spacing:0;text-transform:uppercase}.member-group-header span{min-width:28px;min-height:24px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:#050505;background:#f7f7f7;font-size:12px;font-weight:900}.small-empty{min-height:44px;display:grid;align-items:center;padding:0 12px;border:1px dashed var(--line);border-radius:8px;background:#fafafa}.member-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.member-row.editing{grid-template-columns:82px minmax(0,1fr) auto;align-items:end}.member-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px}.member-actions{display:flex;align-items:center;gap:8px}.turn-order{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--green-dark);background:var(--surface-strong);font-weight:900}.member-row h3{margin:0 0 5px;font-size:16px}.member-row p{margin:0;color:var(--muted);font-size:13px}.member-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px}.member-status{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 9px;border-radius:999px;color:#9a7a12;background:#fff8dc;font-size:12px;font-weight:900}.member-status:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.member-status.joined{color:var(--green-dark);background:#32b6a61f}.member-status.cancelled,.member-status.removed{color:#9d2024;background:var(--coral-soft)}.join-layout{display:grid;place-items:center;padding:84px 24px 24px;color:#fff;background:radial-gradient(circle at 22% 14%,rgba(255,227,125,.18),transparent 24%),radial-gradient(circle at 85% 18%,rgba(255,255,255,.14),transparent 22%),linear-gradient(155deg,#43b9aa,#13a190 48%,#0b8f80);overflow:hidden;position:relative}.member-corner-logo{position:fixed;z-index:3;top:18px;left:24px;right:24px;max-width:none;display:flex;align-items:center;gap:10px;color:#fff;font-weight:900;text-transform:uppercase}.member-corner-logo span,.member-corner-logo strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-corner-logo strong{min-width:0;text-transform:none}.member-corner-logo b{min-height:42px;display:inline-flex;align-items:center;margin-left:auto;padding:0 14px;border:1px solid #d9d9d9;border-radius:999px;color:#050505;background:#fff;font-size:12px;white-space:nowrap;box-shadow:0 10px 26px #0000000f}.member-corner-logo i{width:1px;height:22px;display:block;flex:0 0 auto;background:currentColor;opacity:.24}.member-corner-logo .brand-mark{color:var(--green-dark);background:#fff;box-shadow:0 12px 24px #05534b2e}.join-layout:before,.join-layout:after{content:"";position:fixed;pointer-events:none;border-radius:999px;background:#ffffff17}.join-layout:before{width:420px;height:420px;left:-140px;top:120px}.join-layout:after{width:520px;height:520px;right:-220px;bottom:-150px}.join-panel{width:min(960px,100%);position:relative;z-index:1;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#098b7e8a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:24px;box-shadow:0 24px 70px #05534b47}.join-heading{padding:18px 0 22px;border-bottom:1px solid rgba(255,255,255,.18);margin-bottom:22px;text-align:center}.join-heading h1{color:#fff;font-size:clamp(38px,8vw,72px);line-height:1;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.join-heading p{color:#ffffffc7;margin:0}.join-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff;text-align:center}.join-state>div:not(.brand-mark):not(.loading-dots){display:grid;gap:4px}.join-state span{color:#fff;font-size:18px;font-weight:900}.join-state p{max-width:260px;margin:0;color:#ffffffb8;line-height:1.45}.join-state .loading-dots span{background:#fff}.join-panel .eyebrow{color:#ffffffc7}.claimed-box{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.24);border-radius:8px;color:#fff;background:#ffffff24;margin-bottom:16px}.claimed-box strong,.claimed-box span{display:block}.claimed-box strong{font-size:18px}.claimed-box span{color:#ffffffbd;margin-top:3px}.lobby-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.lobby-columns h2{color:#fff;font-size:18px;margin:0 0 12px}.member-list.compact .member-row{padding:10px}.join-layout .member-row{color:#fff;border-color:#ffffff2e;background:#ffffff1f}.join-layout .member-row h3{color:#fff}.join-layout .member-row p,.join-layout .member-meta{color:#ffffffbd}.join-layout .turn-order,.member-avatar{display:grid;place-items:center;color:var(--green-dark);background:#fff;border-radius:999px;line-height:1;text-align:center;white-space:nowrap;box-shadow:0 8px 16px #05534b24}.join-layout .empty-state{color:#ffffffbd}.join-layout .form-message{color:#fff;background:#ffffff24}.game-room{display:grid;gap:16px;animation:surface-in .24s ease both}.game-room-header{display:flex;justify-content:space-between;gap:18px;align-items:center;padding-top:0;padding-bottom:14px;border-bottom:1px solid var(--line)}.live-summary{display:flex;align-items:center;gap:12px}.live-summary div:not(.timer-pill){min-width:140px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.live-summary span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:2px}.live-summary strong{display:block;font-size:16px}.game-room-header h1{margin:0;font-size:34px;line-height:1}.game-room-header-spacer{min-width:44px;display:flex;align-items:center}.game-room-status{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-left:auto}.game-room-status .eyebrow{margin:0;white-space:nowrap}.sound-toggle{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:#050505;background:#fff;box-shadow:var(--shadow-tight)}.sound-toggle:hover{border-color:#050505;transform:translateY(-1px)}.sound-toggle.enabled{color:#fff;border-color:#050505;background:#050505}.question-sound-toggle{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;box-shadow:0 8px 20px #0000001a}.timer-pill{min-width:86px;min-height:50px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--coral);font-size:22px;font-weight:900;box-shadow:0 10px 20px #ef4f523d;animation:timer-beat 1.2s ease-in-out infinite}.live-play-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-template-rows:auto minmax(0,1fr);gap:16px;align-items:stretch}.live-play-layout>.turn-banner{grid-column:1 / -1}.live-play-layout>.question-panel,.live-play-layout>.leaderboard-panel{align-self:stretch;height:100%}.question-panel{position:relative;display:grid;gap:16px;padding:58px 18px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-tight);animation:surface-in .28s ease both}.next-question-state{min-height:100%;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.next-question-state span{color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.next-question-state strong{color:#050505;font-size:clamp(72px,12vw,140px);line-height:.9}.next-question-state p{max-width:420px;color:var(--muted);font-weight:850;margin:0}.next-question-state.recovery{padding:22px;border:1px solid rgba(191,105,21,.24);border-radius:8px;background:#fff7ec}.next-question-state.recovery span{color:#9a5b11}.next-question-state.recovery strong{color:#8a4a08}.next-question-state.final{padding:22px;border:1px solid rgba(5,5,5,.12);border-radius:8px;background:#f7f7f7}.next-question-state.final span,.next-question-state.final strong{color:#050505}.next-question-state.final strong{font-size:clamp(42px,7vw,82px)}.ladder-round-result{min-height:100%;display:grid;place-items:center;align-content:center;gap:18px;padding:24px;text-align:center;border:1px solid rgba(5,5,5,.1);border-radius:8px;background:linear-gradient(135deg,#fff4e1db,#fffffff5),#fff;animation:surface-in .28s ease both}.ladder-round-result>span{color:#8a4a08;font-size:13px;font-weight:950;text-transform:uppercase}.ladder-round-result.tied>span{color:#555}.ladder-round-result>strong{max-width:620px;color:#050505;font-size:clamp(36px,6vw,82px);line-height:.96}.ladder-round-result>p{margin:0;color:var(--muted);font-size:16px;font-weight:850}.ladder-result-grid{width:min(100%,620px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ladder-result-grid article{display:grid;gap:6px;padding:18px;border-radius:8px;border:1px solid rgba(5,5,5,.1);background:#fff;text-align:left}.ladder-result-grid small{color:var(--muted);font-size:11px;font-weight:950;text-transform:uppercase}.ladder-result-grid b{color:#050505;font-size:20px;line-height:1.1}.ladder-result-grid em{color:var(--muted);font-style:normal;font-weight:850}.round-winner-card{box-shadow:inset 4px 0 #f4b24f}.round-loser-card{box-shadow:inset 4px 0 #e85b5b}.ladder-round-result.tied .round-loser-card{box-shadow:inset 4px 0 #999}.turn-banner.final-reveal:before{transition:none}.player-context.recovery{color:#8a4a08;border-color:#bf69153d;background:#fff7ec}.turn-banner{box-sizing:border-box;display:flex;justify-content:space-between;gap:16px;align-items:center;min-height:92px;max-height:104px;padding:18px;border:2px solid #050505;border-radius:8px;color:#050505;background:#fff;position:relative;overflow:hidden}.turn-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--timer-progress, 0%);background:var(--timer-color, #ffe0a8);transition:width .12s linear,background .24s linear}.turn-banner.is-my-turn{border-color:#050505;background:#fff;box-shadow:0 12px 28px #0b7e7338}.turn-banner>*{position:relative;z-index:1}.turn-banner span,.turn-meta span{display:block;color:#525252;font-size:12px;font-weight:900;margin-bottom:4px;text-transform:uppercase}.turn-banner strong{display:block;font-size:30px;line-height:1}.turn-banner small{display:block;margin-top:8px;color:#525252;font-size:14px;font-weight:900}.turn-meta{text-align:right}.turn-meta strong{font-size:24px}.turn-countdown{min-width:132px;min-height:auto;display:block;margin-top:6px;overflow:visible;border:0;border-radius:0;color:#050505;background:transparent}.turn-countdown span{color:#050505;font-size:18px;font-weight:950;margin:0}.answer-result-toast{position:fixed;z-index:10000;top:50%;left:50%;width:min(620px,calc(100vw - 28px));overflow:hidden;display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;padding:18px 20px;border-radius:8px;border:1px solid var(--line);animation:result-toast-pop 3.6s ease both}.answer-result-toast:before,.answer-result-toast:after{display:none}.answer-result-toast:before{width:140px;height:140px;right:-48px;top:-60px;background:#ffffff38;animation:result-orbit .8s ease both}.answer-result-toast:after{width:12px;height:12px;right:72px;top:18px;background:var(--yellow);box-shadow:-38px 22px #ffe37dc2,28px 42px #ffffff75,-12px 72px #ffffff5c;animation:result-sparkles .72s ease both}.answer-result-toast.correct{color:#125f4c;background:#eafaf2;border-color:#1f936757;box-shadow:0 16px 38px #125f4c2e}.answer-result-toast.wrong{color:#9d2024;background:#fff0f1;border-color:#d93f4657;box-shadow:0 16px 38px #5010142e;animation:result-toast-pop 3.6s ease both}.answer-result-toast.wrong:after{background:var(--coral);box-shadow:-38px 22px #ef4f5266,28px 42px #ffffff57,-12px 72px #ffffff47}.answer-result-icon{position:relative;z-index:1;width:56px;height:56px;display:grid;place-items:center;border-radius:8px;background:#ffffffc2}.answer-result-toast.correct .answer-result-icon{color:#fff;background:#1f9367}.answer-result-toast.wrong .answer-result-icon{color:#fff;background:#d93f46}.answer-result-toast.wrong .answer-result-icon{animation:wrong-shake .38s ease .18s both}.answer-result-toast strong,.answer-result-toast span{position:relative;z-index:1;display:block}.answer-result-toast strong{font-size:clamp(28px,5vw,44px);line-height:.95;text-transform:uppercase}.answer-result-toast span{color:var(--muted);font-size:14px;font-weight:850;line-height:1.45;margin-top:8px}.active-player{display:inline-grid;gap:4px;justify-self:start;padding:10px 12px;border-radius:8px;color:var(--green-dark);background:var(--yellow-soft)}.leaderboard-panel{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;position:sticky;top:16px;box-shadow:var(--shadow-tight);animation:surface-in .32s ease both}.leaderboard-panel h2{margin:0;font-size:20px}.leaderboard-list{display:grid;gap:8px}.leaderboard-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.leaderboard-row.active{border-color:#32b6a673;background:var(--mint-soft);animation:leaderboard-pulse 1.8s ease-in-out infinite}.leaderboard-row.mine{box-shadow:inset 0 0 0 2px #ffe37d8c}.rank{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:var(--ink);background:var(--surface-strong);line-height:1;font-weight:900;text-align:center;white-space:nowrap}.leaderboard-row strong,.leaderboard-row span{display:block}.leaderboard-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-row span{color:var(--muted);font-size:12px;margin-top:2px;text-transform:capitalize}.leaderboard-row b{font-size:22px;color:var(--green-dark)}.active-player span{color:var(--muted);font-size:12px;font-weight:800}.active-player strong{font-size:18px}.question-panel h2{margin:0;font-size:26px;line-height:1.2}.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.speed-answer-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.speed-answer-strip span{border:1px solid #e5e5e5;border-radius:999px;background:#f7f7f7;color:#171717;font-size:.78rem;font-weight:800;padding:8px 11px}.speed-answer-strip span.correct{border-color:#bbf7d0;background:#f0fdf4}.speed-answer-strip span.wrong{border-color:#fecaca;background:#fef2f2}.speed-answer-strip span.locked{border-color:#d6d6d6;background:#f8f8f8;color:#555}.answer-button{min-height:82px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:12px;text-align:left;font-weight:800;box-shadow:0 6px 14px #22313a0a;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.answer-button span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#fff;background:var(--green)}.answer-button:hover:not(:disabled){border-color:var(--green);background:var(--mint-soft);box-shadow:0 12px 24px #0c74681f;transform:translateY(-2px)}.answer-button:active:not(:disabled){transform:translateY(0) scale(.99)}.answer-button:disabled{opacity:.62;cursor:not-allowed}.game-stage .game-room-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;border-bottom-color:#ffffff2e}.game-stage .game-room-header h1{color:#fff;font-size:clamp(30px,5vw,46px);text-transform:uppercase;margin-bottom:8px}.game-stage .game-room-header .eyebrow{margin:0}.game-stage .live-summary div:not(.timer-pill){color:#fff;border-color:#ffffff2e;background:#ffffff1f}.game-stage .live-summary span{color:#ffffffb8}.game-stage .timer-pill{color:var(--green-dark);background:var(--yellow);box-shadow:0 12px 24px #ffe37d33}.game-stage .question-panel,.game-stage .leaderboard-panel{border-color:#fff3;background:#ffffff24;box-shadow:0 18px 40px #05534b2e}.game-stage .turn-banner{width:100%;grid-column:1 / -1;min-height:92px;max-height:104px;border-color:#ffffff38;background:#0880738a;box-shadow:0 12px 28px #05534b29}.game-stage .turn-banner strong{font-size:clamp(24px,2.6vw,34px)}.game-stage .turn-meta{min-width:150px;padding:12px 14px;border-radius:8px;background:#ffffff1f}.game-stage .turn-banner.is-my-turn{border-color:#ffe37db3;background:#07786cd1}.game-stage .player-context{color:#ffffffc7;margin:0;font-weight:800;text-align:center;text-transform:uppercase}.game-stage .question-panel h2{color:#fff;font-size:clamp(28px,6vw,46px);text-align:center}.game-stage .answer-button{min-height:92px;color:var(--green-dark);border-color:#ffffff70;background:#fff;box-shadow:0 14px 28px #05534b2e}.game-stage .answer-button span{color:var(--green-dark);background:var(--yellow)}.game-stage .answer-button:hover:not(:disabled){border-color:var(--yellow);background:#fffef7;box-shadow:0 18px 34px #05534b38}.game-stage .answer-button:disabled{color:#ffffffd1;background:#ffffff24}.game-stage .answer-button:disabled span{color:#ffffffc7;background:#ffffff2e}.game-stage .leaderboard-panel h2{color:#fff}.game-stage .leaderboard-row{color:#fff;border-color:#ffffff24;background:#ffffff1a}.game-stage .leaderboard-row.active{border-color:#ffe37d8f;background:#ffffff29}.game-stage .leaderboard-row.mine{box-shadow:inset 0 0 0 2px #ffe37d99}.game-stage .leaderboard-row span{color:#ffffffad}.game-stage .leaderboard-row b{color:var(--yellow)}.game-stage .rank{color:var(--green-dark);background:#fff;border-radius:999px}.final-results{display:grid;gap:16px}.final-result-card{position:relative;display:grid;gap:18px;min-height:min(680px,calc(100vh - 160px));padding:clamp(18px,3vw,34px);overflow:hidden;border:2px solid #050505;border-radius:28px;color:#050505;background:radial-gradient(circle at 12% 0%,rgba(255,213,142,.36),transparent 34%),#fff;box-shadow:0 22px 55px #00000014}.final-result-card>*:not(.confetti-burst){position:relative;z-index:2}.final-result-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center}.final-result-hero .winner-avatar{width:112px;height:112px;border:0;color:#fff;background:#050505;font-size:36px;box-shadow:0 18px 35px #00000024}.final-result-hero span,.final-result-meta span{display:block;color:#777;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.final-result-hero strong{display:block;margin-top:4px;color:#050505;font-size:clamp(38px,7vw,78px);line-height:.95}.final-result-hero p{margin:10px 0 0;color:#6d420e;font-size:18px;font-weight:950}.final-result-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.final-result-meta div{display:grid;gap:5px;padding:14px;border:1px solid #e5e5e5;border-radius:18px;background:#fbfbfb}.final-result-meta strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.final-result-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.result-share-button{width:max-content}.final-result-actions>span{color:#777;font-size:13px;font-weight:850}.final-result-card .final-leaderboard-panel{min-height:auto;padding:0;color:#050505;border:0;border-radius:0;background:transparent;box-shadow:none}.final-result-card .final-leaderboard-header span{color:#777}.final-result-card .final-leaderboard-header h2{color:#050505}.final-result-card .final-leaderboard-header strong{color:#050505;border:1px solid #f0c46d;background:#fff7e7}.final-result-card .final-leaderboard-row{border-color:#e4e4e4;background:#fbfbfb}.final-result-card .final-leaderboard-row.winner{border-color:#f0c46d;background:#fff7e7;box-shadow:inset 0 0 0 1px #f0c46d4d}.final-result-card .final-place span{color:#fff;background:#050505}.final-result-card .final-leaderboard-row.winner .final-place span{color:#050505;background:#ffd98b}.final-result-card .final-leaderboard-row strong{color:#050505}.final-result-card .final-leaderboard-row div:not(.final-place)>span{color:#777}.final-result-card .final-leaderboard-row b{color:#050505}.winner-panel{min-height:360px;display:grid;place-items:center;gap:18px;padding:32px 20px;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#ffffff24;box-shadow:0 18px 40px #05534b2e;overflow:hidden;position:relative}.winner-panel>*:not(.confetti-burst){position:relative;z-index:2}.confetti-burst{position:absolute;z-index:1;left:50%;top:42%;width:1px;height:1px;pointer-events:none}.confetti-burst span{position:absolute;left:0;top:0;width:9px;height:16px;border-radius:3px;background:#ffd166;opacity:0;transform:translate(-50%,-50%) rotate(0);animation:confetti-explode 2.5s cubic-bezier(.14,.82,.2,1) var(--d, 0s) both}.confetti-burst span:nth-child(3n+1){background:#050505}.confetti-burst span:nth-child(3n+2){background:#fff}.confetti-burst span:nth-child(4n){width:14px;height:8px}.winner-avatar{width:150px;height:150px;display:grid;place-items:center;border:8px solid rgba(255,227,125,.86);border-radius:999px;color:var(--green-dark);background:#fff;font-size:44px;line-height:1;font-weight:900;text-align:center;white-space:nowrap;box-shadow:0 18px 38px #05534b38}.winner-panel span{display:block;color:#ffffffc7;font-weight:900;text-transform:uppercase}.winner-panel strong{display:block;color:#fff;font-size:clamp(40px,8vw,78px);line-height:.95;text-transform:uppercase}.final-leaderboard-panel{display:grid;gap:14px;padding:18px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#ffffff24;box-shadow:0 18px 40px #05534b2e}.final-leaderboard-header{display:flex;align-items:end;justify-content:space-between;gap:14px}.final-leaderboard-header span{display:block;color:#ffffffb8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.final-leaderboard-header h2{margin:4px 0 0;color:#fff;font-size:clamp(24px,4vw,34px);line-height:1}.final-leaderboard-header strong{flex:0 0 auto;padding:8px 10px;border-radius:999px;color:var(--green-dark);background:var(--yellow);font-size:13px}.final-leaderboard-table{display:grid;gap:8px}.final-leaderboard-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff1a}.final-leaderboard-row.winner{border-color:#ffe37d9e;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffe37d52}.final-place{display:grid;place-items:center}.final-place span{width:52px;height:52px;display:grid;place-items:center;border-radius:999px;color:var(--green-dark);background:#fff;font-weight:900;line-height:1;margin:0;text-align:center}.final-leaderboard-row.winner .final-place span{background:var(--yellow)}.final-leaderboard-row strong,.final-leaderboard-row div:not(.final-place)>span{display:block}.final-leaderboard-row strong{overflow:hidden;color:#fff;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.final-leaderboard-row div:not(.final-place)>span{margin-top:3px;color:#ffffffb3;font-size:12px;font-weight:800;text-transform:uppercase}.final-leaderboard-row b{color:var(--yellow);font-size:28px}.game-stage .answer-result-toast{border-width:2px}.game-stage .answer-result-toast.correct{color:#125f4c;border-color:#1f936761;background:#eafaf2;box-shadow:0 18px 40px #125f4c38}.game-stage .answer-result-toast.wrong{color:#9d2024;border-color:#d93f4661;background:#fff0f1;box-shadow:0 18px 40px #50101438}.game-stage .answer-result-toast span{color:var(--muted)}.spin{animation:spin .9s linear infinite}@keyframes mark-pop{0%,80%,to{transform:scale(1) rotate(0)}86%{transform:scale(1.08) rotate(-4deg)}92%{transform:scale(1.04) rotate(4deg)}}@keyframes loading-slide{0%{transform:translate(-120%)}48%,to{transform:translate(240%)}}@keyframes dot-pulse{0%,80%,to{opacity:.36;transform:translateY(0) scale(.82)}36%{opacity:1;transform:translateY(-3px) scale(1)}}@keyframes skeleton-sheen{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes menu-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-backdrop-in{0%{background:#06413b00}to{background:#06413b52}}@keyframes drawer-backdrop-out{0%{background:#06413b52}to{background:#06413b00}}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes modal-rise{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes surface-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes timer-beat{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes turn-glow{0%,to{box-shadow:0 12px 28px #0b7e7333}50%{box-shadow:0 14px 34px #ffe37d38}}@keyframes spotlight-sweep{0%,38%{transform:translate(-110%)}72%,to{transform:translate(110%)}}@keyframes reveal-pop{0%{opacity:0;transform:translateY(-10px) scale(.94)}62%{transform:translateY(2px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes confetti-explode{0%{opacity:0;transform:translate(-50%,-50%) scale(.4) rotate(0)}12%{opacity:1}68%{opacity:1;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1) rotate(var(--r))}to{opacity:0;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y) + 170px)) scale(.92) rotate(calc(var(--r) + 190deg))}}@keyframes result-toast-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.86)}10%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}16%,84%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.94)}}@keyframes result-orbit{0%{opacity:0;transform:scale(.6) rotate(-18deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes result-sparkles{0%{opacity:0;transform:translateY(12px) scale(.4)}58%{opacity:1;transform:translateY(-3px) scale(1.18)}to{opacity:.88;transform:translateY(0) scale(1)}}@keyframes wrong-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-2px)}}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes leaderboard-pulse{0%,to{box-shadow:0 0 #32b6a600}50%{box-shadow:0 0 0 4px #32b6a614}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.confetti-burst{display:none}.loading-progress span{width:100%;transform:none}}@media (max-width: 880px){.auth-layout,.dashboard-hero,.dashboard-grid,.host-shell,.setup-workspace,.setup-strip,.review-grid{grid-template-columns:1fr}.host-sidebar{position:static}.host-sidebar-header,.workspace-header,.table-toolbar,.play-choice-grid{grid-template-columns:1fr}.workspace-header,.table-toolbar,.selected-game-actions,.workspace-actions{align-items:stretch;flex-direction:column}.table-toolbar-actions{justify-content:stretch}.table-toolbar-actions button{flex:1 1 160px}.table-toolbar-actions .metric{width:auto;flex:1 1 130px}.add-player-bar,.single-player-form,.dashboard-main-grid,.profile-grid,.practice-grid,.practice-results,.practice-score-strip,.practice-results-card .practice-review-list{grid-template-columns:1fr}.practice-hero{flex-direction:column;align-items:flex-start;padding:18px}.practice-stat-list,.subscription-detail-list,.mode-choice-grid{grid-template-columns:1fr}.wizard-pack-list{grid-template-columns:1fr;max-height:260px}.wizard-pack-row{min-height:88px}.upgrade-plan-grid,.billing-interval-toggle{grid-template-columns:1fr;border-radius:8px}.billing-interval-toggle button{border-radius:8px}.pack-drawer-backdrop{padding:0}.pack-drawer{width:100%;min-height:100%;border-radius:0}.pack-browser-layout,.pack-library-stats{grid-template-columns:1fr}.pack-filter-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-layout{width:min(100% - 36px,620px);gap:24px;padding:28px 0}.auth-intro{min-height:auto;padding:0}.auth-intro h1{margin-top:48px;font-size:42px}.auth-intro p{font-size:16px}.auth-panel{padding:24px}.metrics,.form-grid{grid-template-columns:1fr}.dashboard{padding:0 0 32px}.dashboard .topbar{margin:0 0 16px;padding:14px}.game-table-shell{padding:0 14px}.dashboard-hero h1{font-size:38px}.game-row{grid-template-columns:1fr}.games-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.games-table{min-width:0;border-collapse:separate;border-spacing:0}.games-table thead{display:none}.games-table,.games-table tbody,.games-table tr,.games-table td{display:block;width:100%}.games-table tbody{display:grid;gap:10px}.games-table tr{padding:12px 14px;border:1px solid #e3eee9;border-radius:8px;background:#fff;box-shadow:0 6px 18px #22313a0d}.games-table tbody tr.selected{background:#fff;box-shadow:inset 3px 0 0 var(--green),0 6px 18px #22313a0d}.games-table th,.games-table td{padding:11px 0;border-bottom:1px solid #edf3f1}.games-table td{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center}.games-table td:before{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.row-actions{justify-content:flex-start}.games-table td:nth-child(1):before{content:"Game"}.games-table td:nth-child(2):before{content:"Status"}.games-table td:nth-child(3):before{content:"Lobby"}.games-table td:nth-child(4):before{content:"Join code"}.completed-table td:nth-child(3):before{content:"Players"}.completed-table td:nth-child(4):before{content:"Result"}.games-table td:nth-child(5):before{content:"Actions"}.games-table tbody tr:last-child td,.games-table td:last-child{border-bottom:0}.row-actions,.table-code{justify-content:flex-start}.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-backdrop{padding:12px}.wizard-modal,.control-room-modal{max-height:calc(100vh - 24px)}.drawer-backdrop{padding-top:0}.game-drawer{width:100%}.drawer-header,.drawer-footer,.drawer-content{padding:14px}.drawer-footer{align-items:stretch;flex-direction:column}.member-row,.member-row.editing,.member-edit-grid{grid-template-columns:1fr}.member-actions{justify-content:flex-start}.join-code,.selected-game-strip,.lobby-columns{grid-template-columns:1fr}.join-code,.selected-game-strip,.lobby-actions,.game-room-header{align-items:stretch;flex-direction:column}.live-summary,.turn-banner{align-items:stretch;flex-direction:column;min-height:auto;max-height:none}.turn-meta{text-align:left}.answer-grid,.live-play-layout,.ladder-result-grid{grid-template-columns:1fr}.leaderboard-panel{position:static}.join-panel{padding:18px}.join-layout{padding:72px 12px 12px;place-items:stretch}.member-corner-logo{top:14px;left:14px;right:14px;max-width:none}.join-panel{width:100%}.game-stage .answer-button{min-height:74px}.winner-panel{min-height:300px}.final-leaderboard-header{align-items:flex-start;flex-direction:column}.final-leaderboard-row{grid-template-columns:56px minmax(0,1fr) auto;padding:10px}.final-place span{width:44px;height:44px}.final-leaderboard-row b{font-size:24px}.winner-avatar{width:118px;height:118px;font-size:34px}.join-heading h1,.game-room-header h1{font-size:32px}.profile-page{width:min(100% - 24px,680px)}.practice-page{width:min(100% - 24px,760px)}.profile-hero{grid-template-columns:1fr;justify-items:start;padding:18px}.profile-avatar{width:64px;height:64px;font-size:20px}}body{color:var(--ink);background:#fff}.auth-intro,.dashboard .topbar,.drawer-header,.wizard-header{color:#fff;background:#050505;box-shadow:none}.auth-intro p,.drawer-header .eyebrow,.drawer-header .workspace-meta,.wizard-header .eyebrow,.dashboard .topbar .ghost-button{color:#ffffffb8}.brand-mark,.dashboard .topbar .brand-mark{color:#fff;background:#050505;box-shadow:none}.auth-intro .brand-mark,.member-corner-logo .brand-mark{color:#050505;background:#fff}.primary-button,.table-toolbar .primary-button,.game-row.selected .select-button,.wizard-step.active span,.wizard-step.done span{color:#fff;background:#050505;border-color:#050505;box-shadow:none}.primary-button:hover,.table-toolbar .primary-button:hover{color:#fff;background:#242424}.ghost-button,.select-button,.table-button,.row-actions .icon-button,.icon-button.neutral{color:#050505;border-color:var(--line);background:#fff}.ghost-button:hover:not(:disabled),.select-button:hover:not(:disabled),.table-button:hover:not(:disabled),.row-actions .icon-button:hover:not(:disabled){color:#050505;border-color:#cfcfcf;background:#f6f6f6}.icon-button,.account-logout,.mode-switch{color:#050505;background:#f4f4f4}.mode-switch button.active{color:#fff;background:#050505;border-color:#050505}input:focus,select:focus,textarea:focus{border-color:#050505;box-shadow:0 0 0 3px #00000014}.eyebrow,.host-player-note,.form-message,.lobby-breakdown .joined,.status-pill.active,.readiness-item.done,.account-logout:hover{color:#050505}.form-message,.readiness-item.done,.game-row.selected,.wizard-step.active,.wizard-step.done,.review-grid div{border-color:#d8d8d8;background:#f7f7f7}.dashboard .topbar{border-bottom:1px solid #1f1f1f}.dashboard .topbar .ghost-button{border-color:#ffffff38;background:#ffffff14}.dashboard .topbar .ghost-button:hover:not(:disabled){color:#050505;background:#fff}.account-trigger{border-color:#ffffffb8;box-shadow:none}.account-trigger:hover{border-color:#fff}.account-avatar,.account-avatar.large,.confirm-icon{color:#fff;background:#050505}.account-avatar:not(.large){color:#050505;background:#f4f4f4}.dashboard-hero,.table-toolbar{border-color:var(--line)}.metric,.panel,.auth-panel,.games-table-wrap,.selected-game-management,.workspace-header,.empty-workspace,.drawer-section,.wizard-modal,.confirm-modal,.game-drawer,.question-panel,.leaderboard-panel,.selected-game-strip,.lobby-actions,.member-row,.game-row{border-color:var(--line);box-shadow:var(--shadow-tight)}.games-table-wrap{border-color:var(--line)}.games-table th{color:#6d6d6d;background:#f7f7f7}.games-table th,.games-table td{border-bottom-color:var(--line)}.games-table tbody tr.selected{background:#f7f7f7;box-shadow:inset 4px 0 #050505}.table-code span,.join-code span,.rank,.turn-order{color:#050505;border:1px solid var(--line);background:#f4f4f4}.drawer-backdrop,.modal-backdrop{background:#0000007a}.game-drawer{box-shadow:-18px 0 48px #00000024}.join-layout,.host-live-section.game-stage{color:#fff;background:#050505}.join-layout:before,.join-layout:after,.host-live-section.game-stage:before,.host-live-section.game-stage:after{display:none}.join-panel{color:#050505;border-color:#262626;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 24px 70px #00000047}.join-heading{border-bottom-color:var(--line)}.join-heading h1,.join-heading p,.join-state,.join-panel .eyebrow,.join-layout .empty-state,.join-layout .member-row h3,.join-layout .member-row p,.join-layout .member-meta,.lobby-columns h2{color:#050505}.member-corner-logo{color:#fff}.claimed-box,.join-layout .member-row{color:#050505;border-color:var(--line);background:#f7f7f7}.claimed-box span,.turn-banner small{color:#6d6d6d}.join-layout .turn-order,.member-avatar{color:#fff;background:#050505;box-shadow:none}.join-layout .form-message{color:#050505;background:#f4f4f4}.game-stage .game-room-header{border-bottom-color:#ffffff2e}.game-stage .game-room-header h1,.game-stage .game-room-header .eyebrow{color:#fff}.game-stage .question-panel,.game-stage .leaderboard-panel,.winner-panel,.final-leaderboard-panel{color:#050505;border-color:#e8e8e8;background:#fff;box-shadow:0 18px 44px #00000029}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{color:#fff;border-color:#2b2b2b;background:#111;box-shadow:none;animation:none}.turn-banner.is-my-turn:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.game-stage .turn-meta{background:#ffffff1a}.game-stage .player-context,.game-stage .question-panel h2,.game-stage .leaderboard-panel h2,.winner-panel strong,.final-leaderboard-header h2,.final-leaderboard-row strong{color:#050505}.game-stage .answer-button{color:#050505;border-color:#e2e2e2;background:#f7f7f7;box-shadow:none}.game-stage .answer-button span,.answer-button span{color:#fff;background:#050505}.game-stage .answer-button:hover:not(:disabled),.answer-button:hover:not(:disabled){border-color:#050505;background:#fff;box-shadow:0 16px 30px #0000001a}.game-stage .answer-button:disabled{color:#8a8a8a;background:#eee}.game-stage .answer-button:disabled span{color:#fff;background:#9a9a9a}.game-stage .leaderboard-row,.final-leaderboard-row{color:#050505;border-color:#e8e8e8;background:#f8f8f8}.game-stage .leaderboard-row.active,.game-stage .leaderboard-row.mine,.final-leaderboard-row.winner{border-color:#050505;background:#fff;box-shadow:inset 0 0 0 2px #050505}.game-stage .leaderboard-row span,.final-leaderboard-header span,.final-leaderboard-row div:not(.final-place)>span,.winner-panel span{color:#6d6d6d}.game-stage .leaderboard-row b,.final-leaderboard-row b{color:#050505}.game-stage .rank,.final-place span,.winner-avatar{color:#fff;border-color:#050505;background:#050505;box-shadow:none}.final-leaderboard-row.winner .final-place span,.final-leaderboard-header strong,.timer-pill{color:#fff;background:#050505;box-shadow:none}.winner-avatar{border-width:0}body,.dashboard{background:#f5f5f5}.auth-intro,.dashboard .topbar,.drawer-header,.wizard-header{color:#050505;border-color:var(--line);background:#f1f1f1}.auth-intro p,.drawer-header .eyebrow,.drawer-header .workspace-meta,.wizard-header .eyebrow,.dashboard .topbar .ghost-button{color:#626262}.dashboard .topbar{border-bottom:1px solid var(--line)}.dashboard .topbar .ghost-button{color:#050505;border-color:#d9d9d9;background:#fff}.dashboard .topbar .ghost-button:hover:not(:disabled){color:#fff;background:#050505}.dashboard .topbar .brand-mark,.auth-intro .brand-mark{color:#fff;background:#050505}.account-trigger{border-color:#d8d8d8;background:#fff}.dashboard{position:relative;min-height:100vh;overflow-x:hidden;background:#fff}.dashboard:before{position:fixed;top:-230px;left:-180px;z-index:0;width:min(680px,78vw);height:min(620px,74vw);pointer-events:none;content:"";background:radial-gradient(circle,#ffcd5b52,#ffe09933 38%,#fff0 74%);filter:blur(48px)}.dashboard>*{position:relative;z-index:1}.dashboard .topbar{width:100%;max-width:none;margin:0;padding:24px clamp(18px,4vw,44px) 12px;color:#050505;border-bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard .brand-row{gap:12px;font-size:1.18rem;letter-spacing:0}.dashboard .topbar .brand-mark{width:48px;height:48px;border-radius:18px;box-shadow:0 16px 34px #00000029}.dashboard .account-area{gap:10px}.dashboard .plan-badge{min-height:42px;padding:0 16px;color:#050505;border:1px solid rgba(255,205,91,.55);border-radius:999px;background:#ffcd5b2e}.dashboard .topbar-upgrade-button{min-height:44px;padding:0 20px;color:#fff;border:0;border-radius:999px;background:#050505;box-shadow:0 14px 28px #00000029}.dashboard .account-trigger{width:48px;height:48px;border:1px solid #e4e4e4;border-radius:50%;background:#fff;box-shadow:0 14px 30px #00000014}.game-table-shell{width:min(100%,1480px);padding:30px clamp(18px,4vw,44px) 56px}.table-toolbar{align-items:flex-end;gap:22px;margin-bottom:18px;padding:0;border:0;background:transparent}.table-toolbar h1{max-width:860px;margin-top:8px;font-size:clamp(36px,5.4vw,68px);line-height:.98;letter-spacing:0}.table-toolbar .eyebrow,.games-section-heading .eyebrow,.play-choice-card .eyebrow{color:#777}.table-toolbar-actions .toolbar-packs-button{min-height:50px;padding:0 22px;color:#050505;border:1px solid #e6e6e6;border-radius:999px;background:#fff;box-shadow:0 14px 34px #00000014}.table-toolbar-actions .toolbar-packs-button:hover:not(:disabled){color:#fff;border-color:#050505;background:#050505}.play-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}.play-choice-card{position:relative;isolation:isolate;overflow:hidden;min-height:310px;grid-template-columns:76px minmax(0,1fr);align-content:space-between;gap:22px;padding:clamp(24px,3vw,34px);border:1px solid #eeeeee;border-radius:34px;background:#fffffff0;box-shadow:0 24px 80px #00000014;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.play-choice-card:after{position:absolute;right:-90px;bottom:-120px;z-index:-1;width:260px;height:260px;content:"";background:radial-gradient(circle,#ffcd5b3d,#fff0 70%);filter:blur(6px)}.play-choice-card.multiplayer:after{background:radial-gradient(circle,#d9d3ff6b,#fff0 70%)}.play-choice-card:hover{transform:translateY(-2px);border-color:#dedede;box-shadow:0 30px 90px #0000001c}.play-choice-icon{width:64px;height:64px;color:#050505;border:1px solid rgba(0,0,0,.05);border-radius:24px;background:#f6f6f6}.play-choice-card.solo .play-choice-icon{background:#fff3d8}.play-choice-card.multiplayer .play-choice-icon{background:#efedff}.play-choice-card h2{margin-top:6px;font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:0}.play-choice-card p:not(.eyebrow){max-width:560px;margin-top:16px;color:#666;font-size:1rem;line-height:1.55}.play-choice-card>button{min-height:56px;grid-column:2;justify-self:start;padding:0 24px;border-radius:999px}.play-choice-card>.primary-button{background:#050505;box-shadow:0 16px 32px #00000029}.games-table-stack{gap:24px}.games-table-wrap{overflow:hidden;border:1px solid #eeeeee;border-radius:30px;background:#fffffff5;box-shadow:0 22px 72px #00000012}.completed-games-wrap{background:#ffffffeb}.games-section-heading{margin-bottom:0;padding:24px 26px 16px}.games-section-heading h2{margin-top:5px;font-size:clamp(24px,3vw,34px);letter-spacing:0}.games-section-heading>span{padding:8px 13px;color:#050505;border:1px solid #ececec;border-radius:999px;background:#f8f8f8;font-size:.78rem;font-weight:800}.games-table{border-collapse:separate;border-spacing:0 8px;padding:0 16px 16px}.games-table thead th{padding:0 14px 10px;color:#8a8a8a;font-size:.72rem}.games-table tbody tr{border-radius:22px;background:#fbfbfb;box-shadow:inset 0 0 0 1px #eee}.games-table tbody tr.selected-row{background:#fff7e6;box-shadow:inset 0 0 0 1px #ffcd5b94}.games-table tbody tr.empty-table-row{background:transparent;box-shadow:none}.games-table td{padding:16px 14px;border-top:0}.games-table td:first-child{border-top-left-radius:22px;border-bottom-left-radius:22px}.games-table td:last-child{border-top-right-radius:22px;border-bottom-right-radius:22px}.current-games-empty,.empty-workspace.compact-empty{min-height:150px;border:0;background:transparent}.current-games-empty h1,.empty-workspace.compact-empty h1{font-size:clamp(28px,4vw,42px);letter-spacing:0}.current-games-empty p,.empty-workspace.compact-empty p{color:#6b6b6b}@media (max-width: 920px){.play-choice-grid{grid-template-columns:1fr}.play-choice-card{min-height:260px}.play-choice-card>button{grid-column:1 / -1}}@media (max-width: 720px){.dashboard:before{top:-120px;left:-150px;width:360px;height:330px;filter:blur(50px)}.dashboard .topbar{padding:16px 14px 8px}.dashboard .brand-row span{display:none}.dashboard .plan-badge{min-height:38px;padding:0 12px}.dashboard .topbar-upgrade-button{min-height:38px;padding:0 14px}.dashboard .account-trigger,.dashboard .topbar .brand-mark{width:42px;height:42px;border-radius:16px}.dashboard .account-trigger{border-radius:50%}.game-table-shell{padding:22px 14px 36px}.table-toolbar{align-items:flex-start;margin-bottom:16px}.table-toolbar h1{font-size:clamp(34px,10vw,48px)}.table-toolbar-actions{width:100%}.table-toolbar-actions .toolbar-packs-button{width:100%;justify-content:center}.play-choice-card{min-height:auto;grid-template-columns:52px minmax(0,1fr);gap:16px;padding:20px;border-radius:28px}.play-choice-icon{width:52px;height:52px;border-radius:18px}.play-choice-card h2{font-size:clamp(30px,10vw,42px)}.games-table-wrap{border-radius:26px}.games-section-heading{padding:20px 18px 10px}.games-table{padding:0 10px 10px}}.modal-backdrop,.drawer-backdrop{background:#0000003d}.join-layout,.host-live-section.game-stage{color:#050505;background:#f3f3f3}.host-live-section.game-stage{box-shadow:0 24px 70px #0000001f}.join-panel{border-color:#e4e4e4;box-shadow:0 22px 56px #0000001a}.member-corner-logo{color:#050505}.member-corner-logo .brand-mark{color:#fff;background:#050505}.control-room-close{color:#050505;border-color:#d9d9d9;background:#fff}.control-room-close:hover{color:#fff;background:#050505}.control-room-modal .game-stage .game-room-header,.game-stage .game-room-header{color:#050505;border-bottom-color:#dedede}.game-stage .game-room-header h1,.game-stage .game-room-header .eyebrow{color:#050505}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{color:#050505;border-color:#050505;background:#fff}.turn-banner span,.turn-meta span,.turn-banner small{color:#525252}.game-stage .turn-meta{background:transparent}.game-stage .turn-countdown span{color:#050505}.game-stage .question-panel,.game-stage .leaderboard-panel,.winner-panel,.final-leaderboard-panel{box-shadow:0 18px 44px #0000001a}.game-stage .answer-button,.game-stage .leaderboard-row,.final-leaderboard-row,.claimed-box,.join-layout .member-row{background:#f7f7f7}.join-layout:has(.live-game-panel){min-height:100vh;align-items:stretch;place-items:stretch;padding:72px 24px 24px;background:#f3f3f3}.live-game-panel{width:100%;min-height:calc(100vh - 96px);display:grid;align-content:stretch;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.live-game-panel .game-room{min-height:100%;gap:18px}.live-game-panel .game-room-header,.live-game-panel .game-room-header-spacer{display:none}.live-game-panel .game-room-status{margin:0}.live-game-panel .game-room-status .eyebrow{min-height:42px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #d9d9d9;border-radius:999px;color:#050505;background:#fff;box-shadow:0 10px 26px #0000000f}.live-game-panel .live-play-layout{grid-template-columns:minmax(0,1fr) clamp(300px,24vw,390px);gap:18px;align-items:stretch}.live-game-panel .question-panel{min-height:min(620px,calc(100vh - 260px));align-content:start;padding:clamp(24px,5vw,64px);padding-top:clamp(58px,6vw,72px)}.live-game-panel .question-panel h2{max-width:980px;margin:0 auto;font-size:clamp(42px,6.6vw,86px);line-height:.98}.live-game-panel .answer-grid{width:min(980px,100%);margin:10px auto 0}.live-game-panel .answer-button{min-height:116px;padding:18px;font-size:clamp(17px,1.8vw,24px)}.live-game-panel .leaderboard-panel{position:sticky;top:24px;align-self:stretch;align-content:start;min-height:min(620px,calc(100vh - 260px))}.live-game-panel .turn-banner{min-height:82px;max-height:96px;padding:14px 16px}.live-game-panel .turn-banner strong{font-size:clamp(22px,2.4vw,30px)}.live-game-panel .turn-banner small{margin-top:5px;font-size:12px}.live-game-panel .turn-meta{min-width:118px;padding:9px 11px;color:#050505;border:0;background:transparent}.live-game-panel .turn-meta strong{font-size:20px}.live-game-panel .turn-meta span{color:#525252}.live-game-panel .turn-countdown span{color:#050505}.live-game-panel .turn-countdown{min-width:124px}.leaderboard-row.leader{border-color:#f0c27b;background:#fff6e8;box-shadow:inset 0 0 0 1px #f0c27b}.leaderboard-row.leader .rank{color:#5a3600;border-color:#f0c27b;background:#ffe6bd}.leaderboard-row.leader strong,.leaderboard-row.leader b{color:#050505}.game-stage .leaderboard-panel,.live-game-panel .leaderboard-panel{align-content:start;gap:14px;color:#050505;border-color:#e8e8e8;background:#fff;box-shadow:0 18px 44px #0000001a}.game-stage .leaderboard-panel h2,.live-game-panel .leaderboard-panel h2{color:#050505;font-size:20px}.game-stage .leaderboard-list,.live-game-panel .leaderboard-list{align-content:start}.game-stage .leaderboard-row,.live-game-panel .leaderboard-row{min-height:58px;color:#050505;border-color:#e8e8e8;background:#f7f7f7;box-shadow:none;animation:none}.game-stage .leaderboard-row strong,.live-game-panel .leaderboard-row strong,.game-stage .leaderboard-row b,.live-game-panel .leaderboard-row b{color:#050505}.game-stage .leaderboard-row span,.live-game-panel .leaderboard-row span{color:#6d6d6d}.game-stage .leaderboard-row .rank,.live-game-panel .leaderboard-row .rank{color:#050505;border-color:#e0e0e0;background:#fff}.game-stage .leaderboard-row.leader,.live-game-panel .leaderboard-row.leader{border-color:#f2d2a3;background:#fff6e8;box-shadow:inset 0 0 0 1px #f2d2a3}.game-stage .leaderboard-row.leader .rank,.live-game-panel .leaderboard-row.leader .rank{color:#5a3600;border-color:#f0c27b;background:#ffe6bd}.game-stage .leaderboard-row.current,.live-game-panel .leaderboard-row.current{border-color:#050505;background:#fff;box-shadow:inset 4px 0 #050505,0 10px 24px #00000014}.game-stage .leaderboard-row.current .rank,.live-game-panel .leaderboard-row.current .rank{color:#fff;border-color:#050505;background:#050505}.game-stage .leaderboard-row.current span,.live-game-panel .leaderboard-row.current span{color:#050505;font-weight:900}.game-stage .leaderboard-row.leader.current,.live-game-panel .leaderboard-row.leader.current{background:#fff6e8;box-shadow:inset 4px 0 #050505,inset 0 0 0 1px #f2d2a3,0 10px 24px #00000014}.game-stage .leaderboard-row.mine:not(.current),.live-game-panel .leaderboard-row.mine:not(.current){box-shadow:inset 0 0 0 2px #d8d8d8}.auth-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;min-height:100vh;border:0;border-radius:0;overflow:hidden;background:linear-gradient(115deg,#fff8e8,#ffe6b4 48%,#fffaf0);box-shadow:none;padding:0}.auth-layout .auth-intro{min-height:100vh;display:grid;align-content:center;justify-items:start;color:#050505;border-radius:0;background:linear-gradient(145deg,#ffffff6b,#fff0),#ffe7b8;padding:clamp(36px,6vw,86px);overflow:hidden}.auth-layout .auth-intro h1{max-width:580px;margin:42px 0 18px;font-size:clamp(42px,5.2vw,70px)}.auth-layout .auth-intro p{max-width:500px;color:#050505a8;font-weight:750}.auth-layout .auth-intro .brand-mark{color:#fff;background:#050505}.auth-layout .auth-panel{min-height:100vh;width:100%;max-width:none;justify-self:center;border:0;border-radius:0;box-shadow:none;padding:clamp(36px,6vw,86px);display:grid;align-content:center;background:#ffffffc2}.auth-layout .auth-panel>*{width:min(520px,100%);justify-self:center}.auth-layout .auth-panel form{padding:clamp(22px,4vw,34px);border:1px solid rgba(5,5,5,.08);border-radius:30px;background:#ffffffe6;box-shadow:0 30px 80px #22190f1f}.auth-layout .auth-panel input{border-radius:999px;background:#fffdfa}.auth-layout .mode-switch{border-radius:999px;background:#ffffffb3}.auth-layout .mode-switch button,.auth-layout .mode-switch button.active{border-radius:999px}.auth-layout .auth-panel .primary-button{min-height:58px;border-radius:999px;box-shadow:0 18px 36px #00000029}@media (max-width: 900px){.live-game-panel .live-play-layout{grid-template-columns:1fr}.live-game-panel .leaderboard-panel{position:static;min-height:auto}.auth-layout{width:100%;grid-template-columns:1fr}.auth-layout .auth-intro,.auth-layout .auth-panel{min-height:auto;max-width:none}.auth-layout .auth-intro{padding:34px}.auth-layout .auth-intro h1{margin:48px 0 18px;font-size:clamp(38px,10vw,56px)}.auth-showcase{min-height:260px;width:100%;margin-top:28px}.auth-quiz-card.primary{width:min(460px,86%);min-height:210px;padding:22px}.auth-quiz-card.score{width:min(190px,44%)}}@media (max-width: 720px){.play-choice-card{grid-template-columns:44px minmax(0,1fr);padding:14px}.play-choice-icon{width:44px;height:44px}.play-choice-card>button{grid-column:1 / -1;width:100%}.practice-hero h1{font-size:clamp(38px,12vw,52px)}.practice-card,.practice-play-card{padding:14px}.practice-backdrop{padding:10px}.practice-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:10px}.practice-modal-header{flex-direction:column;padding:14px}.practice-modal-actions{width:100%;justify-content:space-between}.practice-progress{align-items:flex-start;flex-direction:column}.practice-question h2{font-size:clamp(30px,10vw,44px)}.practice-answer-button{min-height:58px;grid-template-columns:36px minmax(0,1fr);font-size:15px}.practice-answer-button span,.practice-review-row>span{width:36px;height:36px}.practice-count-options{grid-template-columns:1fr}.practice-result-popup{grid-template-columns:1fr;justify-items:start}.practice-result-popup button{grid-column:1;width:100%}.join-layout:has(.live-game-panel){padding:72px 12px 12px}.live-game-panel{width:100%;min-height:calc(100vh - 84px);padding:0}.live-game-panel .question-panel{min-height:auto;padding:62px 18px 24px}.live-game-panel .question-panel h2{font-size:clamp(34px,10vw,52px)}.live-game-panel .game-room-header{top:14px;right:14px}.live-game-panel .turn-banner strong{font-size:26px}.live-game-panel .answer-grid{grid-template-columns:1fr}.live-game-panel .answer-button{min-height:78px}.auth-layout{width:100%;grid-template-columns:1fr;border-radius:0}.auth-layout .auth-intro{min-height:auto;padding:30px}.auth-layout .auth-intro h1{margin:42px 0 16px}.auth-layout .auth-panel{min-height:auto;max-width:none;padding:28px}.auth-showcase{min-height:285px}.auth-mini-card{display:none}.auth-quiz-card.primary{inset:0 auto auto 0;width:100%;min-height:190px;transform:rotate(-2deg)}.auth-quiz-card.primary strong{max-width:54%;font-size:clamp(23px,7vw,28px)}.auth-quiz-card.score{right:8px;bottom:28px;width:136px;padding:15px;transform:rotate(4deg)}.auth-answer-list button:nth-child(3){display:none}.auth-layout .auth-panel form{border-radius:24px}.auth-intro h1,.dashboard-hero h1{font-size:clamp(38px,12vw,56px)}.table-toolbar h1{font-size:clamp(34px,10vw,48px)}.join-panel{border-radius:28px;padding:22px}.join-heading h1,.game-room-header h1{font-size:clamp(34px,11vw,50px)}.question-panel,.leaderboard-panel,.winner-panel,.final-leaderboard-panel{border-radius:24px}.answer-button{border-radius:18px}}@media (max-width: 720px){.dashboard .play-choice-card{grid-template-columns:52px minmax(0,1fr);gap:16px;padding:20px;border-radius:28px}.dashboard .play-choice-icon{width:52px;height:52px;border-radius:18px}.dashboard .play-choice-card>button{grid-column:1 / -1;width:100%}}.control-room-backdrop,.practice-backdrop{background:#ffffff9e;-webkit-backdrop-filter:blur(22px) saturate(1.05);backdrop-filter:blur(22px) saturate(1.05)}.control-room-modal,.practice-modal{border:1px solid #eeeeee;border-radius:34px;background:#fffffff5;box-shadow:0 30px 90px #00000029}.control-room-modal{width:min(1240px,calc(100vw - 28px));overflow:hidden}.practice-modal{width:min(1180px,calc(100vw - 28px));overflow:auto;padding:22px}.control-room-modal:before,.practice-modal:before{position:absolute;z-index:0;top:-180px;left:-150px;width:520px;height:430px;pointer-events:none;content:"";background:radial-gradient(circle,#ffcd5b47,#fff0 72%);filter:blur(42px)}.control-room-modal>*,.practice-modal>*{position:relative;z-index:1}.control-room-close{top:18px;right:18px;width:46px;height:46px;border-color:#e6e6e6;background:#fff;box-shadow:0 14px 34px #00000014}.host-live-section.game-stage{overflow:hidden;padding:28px;border:0;border-radius:34px;color:#050505;background:transparent;box-shadow:none}.host-live-section.game-stage .game-room{gap:20px}.control-room-modal .game-stage .game-room-header,.game-stage .game-room-header{min-height:42px;padding:0 56px 0 0;border:0}.game-stage .game-room-status .eyebrow{min-height:42px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #e4e4e4;border-radius:999px;color:#050505;background:#ffffffe0;box-shadow:0 12px 30px #0000000f}.game-stage .live-play-layout{gap:20px}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{min-height:96px;max-height:none;padding:18px 20px;border:2px solid #050505;border-radius:28px;color:#050505;background:#fff;box-shadow:0 20px 55px #00000014}.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{border-color:#050505;box-shadow:0 22px 60px #0000001c}.game-stage .turn-meta,.live-game-panel .turn-meta{min-width:132px;padding:10px 12px;border-radius:20px;background:#ffffff9e}.game-stage .turn-countdown span,.live-game-panel .turn-countdown span{font-size:20px}.game-stage .question-panel,.live-game-panel .question-panel,.game-stage .leaderboard-panel,.live-game-panel .leaderboard-panel,.winner-panel,.final-leaderboard-panel,.practice-card,.practice-play-card,.practice-results-card{border:1px solid #eeeeee;border-radius:32px;background:#fffffff5;box-shadow:0 24px 80px #00000014}.game-stage .question-panel,.live-game-panel .question-panel{overflow:hidden;padding:clamp(28px,5vw,58px);padding-top:clamp(62px,6vw,76px)}.game-stage .question-panel:before,.live-game-panel .question-panel:before,.practice-play-card:before{position:absolute;right:-150px;bottom:-160px;width:320px;height:320px;pointer-events:none;content:"";background:radial-gradient(circle,#ffcd5b33,#fff0 68%);filter:blur(8px)}.question-sound-toggle{top:18px;right:18px;border-color:#e6e6e6;background:#050505;box-shadow:0 14px 30px #00000029}.game-stage .player-context{justify-self:center;min-height:36px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid #ececec;border-radius:999px;color:#050505;background:#f8f8f8;font-size:.74rem;letter-spacing:0}.game-stage .player-context.recovery{color:#5a3600;border-color:#f2d2a3;background:#fff6e8}.game-stage .question-panel h2,.live-game-panel .question-panel h2,.practice-question h2{color:#050505;font-size:clamp(36px,5.8vw,76px);line-height:.98;letter-spacing:0;text-transform:none}.game-stage .answer-grid,.live-game-panel .answer-grid{gap:12px}.game-stage .answer-button,.live-game-panel .answer-button,.practice-answer-button{min-height:94px;padding:16px 18px;border:1px solid #eeeeee;border-radius:24px;color:#050505;background:#fbfbfb;box-shadow:none;font-size:clamp(16px,1.4vw,20px)}.game-stage .answer-button span,.live-game-panel .answer-button span,.practice-answer-button span{width:44px;height:44px;border-radius:16px;color:#fff;background:#050505}.game-stage .answer-button:hover:not(:disabled),.live-game-panel .answer-button:hover:not(:disabled),.practice-answer-button:hover:not(:disabled){border-color:#050505;background:#fff;box-shadow:0 18px 44px #0000001a;transform:translateY(-2px)}.game-stage .answer-button:disabled,.live-game-panel .answer-button:disabled{color:#8a8a8a;background:#f2f2f2}.speed-answer-strip span{border-color:#eee;background:#fff}.next-question-state,.ladder-round-result{border-radius:28px;background:#fbfbfb}.next-question-state.recovery,.ladder-round-result{border-color:#f2d2a3;background:#fff8eb}.next-question-state.final{border-color:#eee;background:#f8f8f8}.game-stage .leaderboard-panel,.live-game-panel .leaderboard-panel{padding:20px;border-radius:32px}.game-stage .leaderboard-panel h2,.live-game-panel .leaderboard-panel h2{font-size:28px;line-height:1}.game-stage .leaderboard-row,.live-game-panel .leaderboard-row,.final-leaderboard-row{min-height:66px;padding:12px;border-color:#eee;border-radius:22px;background:#fbfbfb}.game-stage .leaderboard-row .rank,.live-game-panel .leaderboard-row .rank,.final-place span{border-radius:16px}.game-stage .leaderboard-row.leader,.live-game-panel .leaderboard-row.leader,.final-leaderboard-row.winner{border-color:#f2d2a3;background:#fff6e8;box-shadow:inset 0 0 0 1px #f2d2a3}.game-stage .leaderboard-row.current,.live-game-panel .leaderboard-row.current{border-color:#050505;background:#fff;box-shadow:inset 5px 0 #050505,0 12px 28px #00000014}.winner-panel{min-height:360px;color:#050505}.winner-avatar{width:144px;height:144px;color:#fff;border:0;background:#050505;box-shadow:0 20px 54px #00000024}.winner-panel span,.final-leaderboard-header span,.final-leaderboard-row div:not(.final-place)>span{color:#6d6d6d}.winner-panel strong,.final-leaderboard-header h2,.final-leaderboard-row strong,.final-leaderboard-row b{color:#050505}.final-leaderboard-panel{padding:20px}.final-leaderboard-header strong{color:#050505;border:1px solid #f2d2a3;background:#fff6e8}.practice-modal-header{padding:18px 20px;border:0;border-radius:28px;background:#fff;box-shadow:0 16px 42px #0000000f}.practice-modal-header h2{font-size:clamp(32px,4.8vw,58px);letter-spacing:0}.practice-grid,.practice-results{gap:18px}.practice-card,.practice-play-card{padding:22px}.practice-pack-button,.practice-count-options button,.practice-review-row,.practice-score-strip,.practice-score-main,.practice-score-stat{border-radius:22px}.practice-pack-button{background:#fbfbfb}.practice-pack-button.selected{border-color:#050505;background:#fff;box-shadow:inset 5px 0 #050505}.practice-count-options button.active{box-shadow:0 12px 26px #0000001f}.practice-play-card{overflow:hidden;min-height:min(680px,calc(100vh - 180px))}.practice-progress{padding:0 0 16px}.practice-answer-grid{gap:12px}.practice-result-popup,.answer-result-toast{border-radius:28px;box-shadow:0 28px 80px #0000002e}.answer-result-icon{border-radius:18px}.practice-score-strip{background:#fbfbfb}.practice-score-main{background:#fff6e8}@media (max-width: 920px){.control-room-modal,.practice-modal{width:calc(100vw - 20px);border-radius:28px}.host-live-section.game-stage,.practice-modal{padding:14px}.game-stage .live-play-layout,.live-game-panel .live-play-layout{grid-template-columns:1fr}.game-stage .leaderboard-panel,.live-game-panel .leaderboard-panel{position:relative;top:auto;min-height:auto}.practice-grid,.practice-results,.practice-score-strip{grid-template-columns:1fr}}@media (max-width: 720px){.control-room-backdrop,.practice-backdrop{padding:10px}.control-room-modal,.practice-modal{max-height:calc(100vh - 20px);border-radius:24px}.control-room-close{top:12px;right:12px;width:42px;height:42px}.control-room-modal .game-stage .game-room-header,.game-stage .game-room-header{padding-right:48px}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{align-items:flex-start;flex-direction:column;gap:12px;padding:16px;border-radius:24px}.game-stage .turn-meta,.live-game-panel .turn-meta{width:100%;min-width:0;text-align:left}.game-stage .question-panel,.live-game-panel .question-panel,.practice-play-card{padding:58px 18px 20px;border-radius:24px}.game-stage .question-panel h2,.live-game-panel .question-panel h2,.practice-question h2{font-size:clamp(32px,10vw,48px)}.game-stage .answer-grid,.live-game-panel .answer-grid{grid-template-columns:1fr}.game-stage .answer-button,.live-game-panel .answer-button,.practice-answer-button{min-height:72px;border-radius:20px}.practice-modal-header{flex-direction:column;border-radius:22px}.practice-modal-actions{width:100%}.practice-modal-actions button{flex:1;justify-content:center}.practice-card{padding:18px;border-radius:24px}.practice-result-popup{grid-template-columns:1fr;justify-items:start}.practice-result-popup button{grid-column:1;width:100%}}.join-layout:has(.live-game-panel){position:relative;overflow-x:hidden;padding:24px;background:#fff}.join-layout:has(.live-game-panel):before{position:fixed;z-index:0;top:-190px;left:-170px;width:min(620px,78vw);height:min(560px,70vw);pointer-events:none;content:"";background:radial-gradient(circle,#ffcd5b47,#fff0 72%);filter:blur(48px)}.join-layout:has(.live-game-panel)>*{position:relative;z-index:1}.live-game-panel{min-height:calc(100vh - 48px);color:#050505}.live-game-panel .game-room,.host-live-section.game-stage .game-room{width:min(100%,1480px);margin:0 auto}.live-game-panel .game-room-status,.host-live-section.game-stage .game-room-status{display:flex;justify-content:flex-end}.live-game-panel .game-room-status .eyebrow,.host-live-section.game-stage .game-room-status .eyebrow{min-height:44px;padding:0 16px;border-color:#eee;background:#fff;box-shadow:0 14px 34px #00000012}.live-game-panel .live-play-layout,.host-live-section.game-stage .live-play-layout{grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:22px}.live-game-panel .turn-banner,.host-live-section.game-stage .turn-banner{border-width:2px;border-radius:32px;background:#fffffff5}.live-game-panel .turn-banner:before,.host-live-section.game-stage .turn-banner:before{opacity:.76}.live-game-panel .turn-banner span,.host-live-section.game-stage .turn-banner span{color:#777}.live-game-panel .turn-banner strong,.host-live-section.game-stage .turn-banner strong{font-size:clamp(26px,3.4vw,46px);letter-spacing:0}.live-game-panel .turn-banner small,.host-live-section.game-stage .turn-banner small{max-width:780px;color:#6d6d6d;line-height:1.35}.live-game-panel .turn-meta,.host-live-section.game-stage .turn-meta{align-self:stretch;display:grid;align-content:center;min-width:150px;border:1px solid #eeeeee;background:#ffffffbd}.live-game-panel .turn-countdown,.host-live-section.game-stage .turn-countdown{min-width:0}.live-game-panel .turn-countdown span,.host-live-section.game-stage .turn-countdown span{font-size:24px}.live-game-panel .question-panel,.host-live-section.game-stage .question-panel{min-height:min(660px,calc(100vh - 235px));display:grid;align-content:center}.live-game-panel .question-panel h2,.host-live-section.game-stage .question-panel h2{width:min(100%,980px);margin:0 auto;text-align:center}.live-game-panel .answer-grid,.host-live-section.game-stage .answer-grid{width:min(100%,980px);margin:16px auto 0;grid-template-columns:repeat(3,minmax(0,1fr))}.live-game-panel .answer-button,.host-live-section.game-stage .answer-button{position:relative;overflow:hidden;min-height:112px;align-items:flex-start;flex-direction:column;justify-content:center;gap:12px}.live-game-panel .answer-button:after,.host-live-section.game-stage .answer-button:after{position:absolute;right:-56px;bottom:-70px;width:150px;height:150px;pointer-events:none;content:"";background:radial-gradient(circle,#ffcd5b33,#fff0 68%)}.live-game-panel .answer-button span,.host-live-section.game-stage .answer-button span{position:relative;z-index:1}.live-game-panel .answer-button:not(:disabled),.host-live-section.game-stage .answer-button:not(:disabled){cursor:pointer}.live-game-panel .empty-state,.host-live-section.game-stage .empty-state,.live-game-panel .form-message,.host-live-section.game-stage .form-message{justify-self:center;width:min(100%,680px);border-radius:999px;background:#f8f8f8}.live-game-panel .speed-answer-strip,.host-live-section.game-stage .speed-answer-strip{width:min(100%,980px);margin:18px auto 0;justify-content:center}.live-game-panel .leaderboard-panel,.host-live-section.game-stage .leaderboard-panel{top:24px;min-height:min(660px,calc(100vh - 235px))}.live-game-panel .leaderboard-panel .eyebrow,.host-live-section.game-stage .leaderboard-panel .eyebrow{color:#777}.live-game-panel .leaderboard-list,.host-live-section.game-stage .leaderboard-list{gap:10px}.live-game-panel .leaderboard-row,.host-live-section.game-stage .leaderboard-row{grid-template-columns:48px minmax(0,1fr) auto}.live-game-panel .leaderboard-row .rank,.host-live-section.game-stage .leaderboard-row .rank{width:48px;height:48px}.live-game-panel .leaderboard-row b,.host-live-section.game-stage .leaderboard-row b{font-size:26px}.live-game-panel .final-results,.host-live-section.game-stage .final-results{grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:22px;align-items:stretch}.live-game-panel .winner-panel,.host-live-section.game-stage .winner-panel{min-height:min(640px,calc(100vh - 170px));border-radius:36px}.live-game-panel .winner-panel strong,.host-live-section.game-stage .winner-panel strong{font-size:clamp(42px,7vw,88px);letter-spacing:0;text-transform:none}.live-game-panel .final-leaderboard-panel,.host-live-section.game-stage .final-leaderboard-panel{align-content:start;min-height:min(640px,calc(100vh - 170px));border-radius:36px}.answer-result-toast{border-width:1px}.answer-result-toast strong{letter-spacing:0;text-transform:none}@media (max-width: 1080px){.live-game-panel .live-play-layout,.host-live-section.game-stage .live-play-layout,.live-game-panel .final-results,.host-live-section.game-stage .final-results{grid-template-columns:1fr}.live-game-panel .leaderboard-panel,.host-live-section.game-stage .leaderboard-panel,.live-game-panel .final-leaderboard-panel,.host-live-section.game-stage .final-leaderboard-panel{min-height:auto}}@media (max-width: 760px){.join-layout:has(.live-game-panel){padding:12px}.live-game-panel{min-height:calc(100vh - 24px)}.host-live-section.game-stage{padding:12px}.live-game-panel .game-room,.host-live-section.game-stage .game-room{gap:14px}.live-game-panel .game-room-status,.host-live-section.game-stage .game-room-status{justify-content:flex-start}.live-game-panel .turn-banner,.host-live-section.game-stage .turn-banner{border-radius:26px}.live-game-panel .turn-banner strong,.host-live-section.game-stage .turn-banner strong{font-size:clamp(25px,9vw,38px)}.live-game-panel .question-panel,.host-live-section.game-stage .question-panel{min-height:auto;align-content:start}.live-game-panel .answer-grid,.host-live-section.game-stage .answer-grid{grid-template-columns:1fr}.live-game-panel .answer-button,.host-live-section.game-stage .answer-button{min-height:82px;flex-direction:row;align-items:center;justify-content:flex-start}.live-game-panel .leaderboard-row,.host-live-section.game-stage .leaderboard-row{grid-template-columns:42px minmax(0,1fr) auto}.live-game-panel .leaderboard-row .rank,.host-live-section.game-stage .leaderboard-row .rank{width:42px;height:42px}}.practice-modal.is-playing{gap:12px}.practice-modal.is-playing .practice-modal-header{min-height:58px;align-items:center;padding:10px 12px 10px 16px;border-radius:24px}.practice-modal.is-playing .practice-modal-header .eyebrow{margin-bottom:2px;font-size:.62rem}.practice-modal.is-playing .practice-modal-header h2{margin:0;font-size:clamp(20px,2.4vw,28px);line-height:1}.practice-modal.is-playing .practice-modal-actions{gap:8px}.practice-modal.is-playing .practice-modal-actions .table-button{min-height:40px;padding:0 14px}.practice-modal.is-playing .practice-play-card{min-height:min(720px,calc(100vh - 150px));align-content:center;gap:clamp(18px,3vw,30px);padding:clamp(22px,4vw,48px)}.practice-modal.is-playing .practice-progress{position:absolute;top:18px;left:18px;right:18px;z-index:2;padding:0;border:0}.practice-modal.is-playing .practice-progress span,.practice-modal.is-playing .practice-progress strong{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #eeeeee;border-radius:999px;background:#ffffffdb;box-shadow:0 10px 24px #0000000d}.practice-modal.is-playing .practice-progress strong{max-width:min(52vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practice-modal.is-playing .practice-question{display:grid;gap:clamp(20px,3vw,34px)}.practice-modal.is-playing .practice-question h2{max-width:1040px;margin:0 auto;font-size:clamp(38px,6vw,78px);line-height:.98;text-align:center}.practice-modal.is-playing .practice-answer-grid{width:min(1040px,100%);grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 auto}.practice-modal.is-playing .practice-answer-button{min-height:118px;align-content:start;grid-template-columns:1fr;gap:14px;padding:18px;font-size:clamp(16px,1.5vw,20px)}.practice-modal.is-playing .practice-answer-button span{width:46px;height:46px}@media (max-width: 920px){.practice-modal.is-playing .practice-answer-grid{grid-template-columns:1fr}.practice-modal.is-playing .practice-answer-button{min-height:76px;grid-template-columns:46px minmax(0,1fr);align-items:center;align-content:center}}@media (max-width: 720px){.practice-modal.is-playing .practice-modal-header{flex-direction:row;align-items:center}.practice-modal.is-playing .practice-modal-actions{width:auto}.practice-modal.is-playing .practice-modal-actions .table-button{width:auto;flex:0 0 auto}.practice-modal.is-playing .practice-play-card{min-height:calc(100vh - 132px);padding:72px 18px 20px}.practice-modal.is-playing .practice-progress{top:16px;left:16px;right:16px;align-items:flex-start;flex-direction:column;gap:8px}.practice-modal.is-playing .practice-progress strong{display:none}.practice-modal.is-playing .practice-question h2{font-size:clamp(32px,10vw,48px)}}.active-turn-card{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px;align-items:center}.active-turn-avatar{width:78px;height:78px;display:grid;place-items:center;border-radius:26px;color:#fff;background:#050505;font-size:1.35rem;font-weight:950;line-height:1;box-shadow:0 18px 38px #00000026}.active-turn-copy{min-width:0}.active-turn-copy span{min-height:30px;display:inline-flex;align-items:center;margin:0 0 8px;padding:0 11px;border:1px solid #eeeeee;border-radius:999px;color:#050505;background:#f8f8f8;font-size:.72rem;font-weight:950;letter-spacing:0;text-transform:uppercase}.active-turn-copy strong{overflow:hidden;color:#050505;font-size:clamp(34px,5vw,64px);line-height:.92;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.active-turn-copy small{max-width:760px;margin-top:10px;color:#666;font-size:.98rem;font-weight:850}.turn-banner.is-my-turn .active-turn-copy span,.game-stage .turn-banner.is-my-turn .active-turn-copy span{color:#5a3600;border-color:#f2d2a3;background:#fff6e8}.turn-banner.is-my-turn .active-turn-avatar,.game-stage .turn-banner.is-my-turn .active-turn-avatar{color:#050505;background:#ffdca3}.turn-banner:has(.active-turn-card){align-items:stretch}.turn-banner:has(.active-turn-card) .turn-meta{min-width:172px;justify-items:center;text-align:center}.turn-banner:has(.active-turn-card) .turn-meta strong{font-size:clamp(28px,3.5vw,42px);line-height:1}.turn-banner:has(.active-turn-card) .turn-countdown{margin-top:8px}.turn-banner:has(.active-turn-card) .turn-countdown span{min-height:38px;display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:0 12px;border-radius:999px;color:#fff;background:#050505}@media (max-width: 760px){.active-turn-card{width:100%;grid-template-columns:58px minmax(0,1fr);gap:13px}.active-turn-avatar{width:58px;height:58px;border-radius:20px;font-size:1rem}.active-turn-copy span{min-height:26px;margin-bottom:6px;font-size:.66rem}.active-turn-copy strong{font-size:clamp(30px,9vw,42px)}.active-turn-copy small{margin-top:7px;font-size:.86rem}.turn-banner:has(.active-turn-card) .turn-meta{justify-items:start;text-align:left}}.dashboard .toast{right:clamp(14px,2vw,28px);bottom:clamp(14px,2vw,28px);left:auto;top:auto;border-radius:18px;animation-name:toast-in-bottom}.dashboard .games-table{min-width:900px;border-collapse:separate;border-spacing:0 10px}.dashboard .games-table thead th{padding:12px 18px;border:0;background:#f7f7f7;font-size:.74rem;letter-spacing:.08em}.dashboard .games-table tbody tr,.dashboard .games-table tbody tr.selected,.dashboard .games-table tbody tr.selected-row{background:transparent;box-shadow:none}.dashboard .games-table td{padding:14px 18px;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;background:#fbfbfb;vertical-align:middle}.dashboard .games-table tbody tr.selected td,.dashboard .games-table tbody tr.selected-row td{border-color:#e8e8e8;background:#fcfcfc}.dashboard .games-table tbody tr.selected td:first-child,.dashboard .games-table tbody tr.selected-row td:first-child{box-shadow:none}.dashboard .games-table td:first-child{border-left:1px solid #eeeeee;border-top-left-radius:22px;border-bottom-left-radius:22px}.dashboard .games-table td:last-child{border-right:1px solid #eeeeee;border-top-right-radius:22px;border-bottom-right-radius:22px}.dashboard .games-table td>strong{font-size:.98rem}.dashboard .table-subline{font-size:.8rem}.dashboard .status-pill{justify-content:center;min-width:72px;min-height:34px;padding:0 12px;border-radius:999px;text-transform:capitalize}.dashboard .lobby-state{display:flex;align-items:baseline;gap:6px}.dashboard .lobby-state strong{font-size:1.22rem}.dashboard .lobby-breakdown{margin-top:4px;gap:8px}.dashboard .table-code{flex-wrap:nowrap}.dashboard .table-code span{min-width:86px;padding:8px 12px;border-radius:10px;background:#fff}.dashboard .row-actions{justify-content:flex-end;flex-wrap:nowrap;gap:8px}.dashboard .row-actions .table-button{min-height:42px;padding:0 16px;border-radius:12px;white-space:nowrap}.dashboard .row-actions .icon-button,.dashboard .table-code .icon-button{width:42px;height:42px;border-radius:12px}@keyframes toast-in-bottom{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 900px){.dashboard .row-actions,.dashboard .table-code{flex-wrap:wrap}}.control-room-backdrop{align-items:flex-start;overflow:auto;padding:18px}.control-room-modal{max-height:none;overflow:visible;border-radius:28px}.control-room-close{top:12px;right:12px}.host-live-section.game-stage{overflow:visible;padding:18px;border-radius:28px}.host-live-section.game-stage .game-room,.live-game-panel .game-room{gap:12px}.control-room-modal .game-stage .game-room-header,.game-stage .game-room-header{min-height:36px;padding-right:48px}.live-game-panel .game-room-status .eyebrow,.host-live-section.game-stage .game-room-status .eyebrow,.game-stage .game-room-status .eyebrow{min-height:36px;padding:0 12px;font-size:.68rem;box-shadow:none}.live-game-panel .live-play-layout,.host-live-section.game-stage .live-play-layout,.game-stage .live-play-layout{gap:14px}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn,.live-game-panel .turn-banner,.host-live-section.game-stage .turn-banner{min-height:82px;padding:12px 14px;border-radius:22px;box-shadow:0 12px 34px #00000012}.active-turn-card{grid-template-columns:52px minmax(0,1fr);gap:12px}.active-turn-avatar{width:52px;height:52px;border-radius:18px;font-size:1rem;box-shadow:none}.active-turn-copy span{min-height:24px;margin-bottom:4px;padding:0 9px;font-size:.62rem}.active-turn-copy strong,.live-game-panel .turn-banner strong,.host-live-section.game-stage .turn-banner strong{font-size:clamp(22px,2.8vw,34px);line-height:.98}.active-turn-copy small,.live-game-panel .turn-banner small,.host-live-section.game-stage .turn-banner small{margin-top:5px;font-size:.84rem;line-height:1.25}.turn-banner:has(.active-turn-card) .turn-meta,.live-game-panel .turn-meta,.host-live-section.game-stage .turn-meta{min-width:128px;padding:8px 10px;border-radius:16px}.turn-banner:has(.active-turn-card) .turn-meta strong{font-size:clamp(22px,2.8vw,32px)}.turn-banner:has(.active-turn-card) .turn-countdown span,.live-game-panel .turn-countdown span,.host-live-section.game-stage .turn-countdown span{min-height:34px;min-width:64px;font-size:20px}.live-game-panel .question-panel,.host-live-section.game-stage .question-panel,.game-stage .question-panel{min-height:auto;align-content:start;padding:clamp(24px,3.5vw,42px);padding-top:clamp(54px,4vw,64px)}.live-game-panel .question-panel h2,.host-live-section.game-stage .question-panel h2,.game-stage .question-panel h2{max-width:900px;font-size:clamp(34px,4.7vw,58px);line-height:1.02}.live-game-panel .answer-grid,.host-live-section.game-stage .answer-grid,.game-stage .answer-grid{margin-top:20px}.live-game-panel .answer-button,.host-live-section.game-stage .answer-button,.game-stage .answer-button{min-height:82px;padding:14px 16px;border-radius:20px;font-size:clamp(15px,1.2vw,18px)}.live-game-panel .leaderboard-panel,.host-live-section.game-stage .leaderboard-panel,.game-stage .leaderboard-panel{min-height:auto;padding:18px;border-radius:26px}.live-game-panel .leaderboard-panel h2,.host-live-section.game-stage .leaderboard-panel h2,.game-stage .leaderboard-panel h2{font-size:24px}.live-game-panel .leaderboard-row,.host-live-section.game-stage .leaderboard-row,.game-stage .leaderboard-row{min-height:58px;border-radius:18px}@media (max-width: 760px){.control-room-backdrop{padding:8px}.host-live-section.game-stage{padding:10px}.game-stage .turn-banner,.turn-banner,.game-stage .turn-banner.is-my-turn,.turn-banner.is-my-turn{gap:10px}.active-turn-copy strong,.live-game-panel .turn-banner strong,.host-live-section.game-stage .turn-banner strong{font-size:clamp(24px,8vw,34px)}.live-game-panel .question-panel h2,.host-live-section.game-stage .question-panel h2,.game-stage .question-panel h2{font-size:clamp(30px,9vw,42px);text-align:left}}.join-layout.game-stage:has(.live-game-panel){align-items:stretch;min-height:100vh;overflow-y:auto;padding:82px 18px 18px}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo{z-index:20}.join-layout.game-stage:has(.live-game-panel) .live-game-panel{min-height:calc(100vh - 100px)}.join-layout.game-stage:has(.live-game-panel) .live-game-panel .game-room-header{display:none}.join-layout.game-stage:has(.live-game-panel) .turn-banner{margin-top:0}@media (max-width: 760px){.join-layout.game-stage:has(.live-game-panel){padding:76px 10px 10px}.join-layout.game-stage:has(.live-game-panel) .live-game-panel{min-height:calc(100vh - 86px)}.member-corner-logo{top:12px;left:12px;right:12px}}.control-room-backdrop{align-items:flex-start;overflow:auto;padding:16px}.control-room-modal{position:relative;width:min(1240px,calc(100vw - 32px));margin:0 auto;overflow:visible;border-radius:28px}.control-room-close{inset:16px 16px auto auto;z-index:40;transform:none}.control-room-modal .host-live-section.game-stage .game-room{gap:12px}.control-room-modal .game-stage .game-room-header{min-height:44px;justify-content:flex-end;margin:0 0 10px;padding:0 58px 0 0}.control-room-modal .game-stage .game-room-header-spacer{display:none}.control-room-modal .host-live-section.game-stage .game-room-status{justify-content:flex-end;width:auto;margin:0}.control-room-modal .host-live-section.game-stage .game-room-status .eyebrow{min-height:40px}@media (max-width: 760px){.control-room-backdrop{padding:8px}.control-room-modal{width:calc(100vw - 16px);border-radius:22px}.control-room-close{inset:12px 12px auto auto;width:40px;height:40px}.control-room-modal .host-live-section.game-stage{padding:10px;border-radius:22px}.control-room-modal .game-stage .game-room-header{min-height:40px;padding-right:48px}}.toast,.dashboard .toast{position:fixed;inset:auto clamp(14px,2vw,28px) clamp(14px,2vw,28px) auto;width:min(380px,calc(100vw - 28px));max-width:calc(100vw - 28px);border-radius:18px;animation-name:toast-in-bottom}@media (max-width: 520px){.toast,.dashboard .toast{right:14px;left:14px;width:auto}}.dashboard .topbar{position:relative;z-index:120;overflow:visible}.dashboard .account-area,.dashboard .account-menu{position:relative;z-index:121}.dashboard .account-dropdown{z-index:200;width:min(340px,calc(100vw - 28px));border-radius:18px;box-shadow:0 24px 70px #0000002e}.dashboard .account-menu-action,.dashboard .account-logout{position:relative;z-index:1;cursor:pointer}@media (max-width: 560px){.dashboard .account-dropdown{position:fixed;top:84px;right:14px;left:14px;width:auto}}.modal-backdrop{z-index:300}.control-room-backdrop{z-index:320}.control-room-modal .game-stage .game-room-header{display:none}.control-room-modal .host-live-section.game-stage{padding:16px}.control-room-modal .host-live-section.game-stage .game-room{gap:14px}.control-room-modal .host-live-section.game-stage .turn-banner{margin-top:0}.control-room-close{z-index:340}.dashboard.game-open .topbar{opacity:0;pointer-events:none}.dashboard.game-open .control-room-backdrop{background:#ffffffc7;-webkit-backdrop-filter:blur(24px) saturate(.95);backdrop-filter:blur(24px) saturate(.95)}.dashboard.game-open .control-room-modal{margin-top:clamp(10px,2vh,24px)}.dashboard.game-open .control-room-close{top:16px;right:16px;bottom:auto;left:auto}.join-layout.game-stage:has(.live-game-panel){display:grid;grid-template-rows:auto minmax(0,1fr);align-content:start;place-items:stretch;gap:14px;padding:18px}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo{position:relative;z-index:5;top:auto;right:auto;left:auto;width:100%;min-height:48px;color:#050505}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo .brand-mark{color:#fff;background:#050505}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo b{min-height:40px}.join-layout.game-stage:has(.live-game-panel) .live-game-panel{min-height:calc(100vh - 98px)}.join-layout.game-stage:has(.live-game-panel) .final-results{margin-top:0}.live-game-panel .final-results,.host-live-section.game-stage .final-results{grid-template-columns:1fr;align-items:stretch}.live-game-panel .final-result-card,.host-live-section.game-stage .final-result-card{min-height:min(680px,calc(100vh - 154px))}@media (max-width: 760px){.join-layout.game-stage:has(.live-game-panel){gap:10px;padding:12px}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo{min-height:44px}.join-layout.game-stage:has(.live-game-panel) .member-corner-logo b{min-height:36px;padding:0 10px;font-size:10px}.join-layout.game-stage:has(.live-game-panel) .live-game-panel{min-height:calc(100vh - 66px)}.final-result-card{min-height:auto;padding:16px;border-radius:22px}.final-result-hero,.final-result-meta{grid-template-columns:1fr}.final-result-hero{text-align:center}.final-result-hero .winner-avatar{justify-self:center;width:96px;height:96px}.final-result-actions{align-items:stretch;flex-direction:column}.result-share-button{width:100%}}.dashboard.game-open .control-room-modal{position:relative;overflow:hidden;padding-top:62px}.dashboard.game-open .control-room-close{position:absolute;top:16px;right:16px;bottom:auto;left:auto;width:46px;height:46px;margin:0;transform:none}.dashboard.game-open .control-room-modal .host-live-section.game-stage{padding-top:0}@media (max-width: 760px){.dashboard.game-open .control-room-modal{padding-top:56px}.dashboard.game-open .control-room-close{top:10px;right:10px;width:40px;height:40px}}.dashboard .account-logout{background:transparent}.dashboard .account-logout:hover{background:#f6f6f6}.dashboard .pack-drawer-backdrop,.dashboard .drawer-backdrop,.dashboard .modal-backdrop{position:fixed;z-index:500}.dashboard:has(.pack-drawer-backdrop) .topbar,.dashboard:has(.drawer-backdrop) .topbar,.dashboard:has(.modal-backdrop) .topbar{z-index:0;pointer-events:none}.lobby-hero-card{gap:16px;background:radial-gradient(circle at 8% 0%,rgba(255,205,91,.18),transparent 36%),#fff}.lobby-hero-main{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.lobby-hero-main h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:.95}.lobby-ready-pill{min-width:140px;display:grid;gap:2px;justify-items:end;padding:12px 14px;border:1px solid var(--line);border-radius:18px;background:#f7f7f7}.lobby-ready-pill.ready{border-color:#ffcd5bbd;background:#ffcd5b2e}.lobby-ready-pill span,.lobby-code-block span,.lobby-game-summary span,.member-lobby-summary span{color:var(--muted);font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.lobby-ready-pill strong{font-size:16px;line-height:1.1;text-align:right}.lobby-share-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:stretch;padding:12px;border:1px solid #eeeeee;border-radius:24px;background:#fbfbfb}.lobby-code-block{display:grid;align-content:center;gap:4px;min-height:74px;padding:0 16px;border-radius:18px;background:#fff}.lobby-code-block strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(30px,6vw,46px);line-height:.9;letter-spacing:.08em}.lobby-share-actions{display:grid;gap:8px;align-content:center}.lobby-game-summary,.member-lobby-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lobby-game-summary div,.member-lobby-summary div{display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff}.lobby-game-summary strong,.member-lobby-summary strong{min-width:0;overflow:hidden;color:#050505;font-size:14px;font-weight:950;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.member-lobby-summary{margin-top:18px}.join-layout .member-lobby-summary div{border-color:#fff3;background:#ffffff24}.join-layout .member-lobby-summary span{color:#ffffffb8}.join-layout .member-lobby-summary strong{color:#fff}@media (max-width: 720px){.lobby-hero-main,.lobby-share-panel{grid-template-columns:1fr}.lobby-hero-main{display:grid}.lobby-ready-pill{justify-items:start;width:100%}.lobby-ready-pill strong{text-align:left}.lobby-share-actions,.lobby-game-summary,.member-lobby-summary{grid-template-columns:1fr}}.daily-challenge-modal .practice-modal-header{padding:13px 16px}.daily-challenge-modal .practice-modal-header h2{font-size:clamp(24px,3vw,34px);line-height:1.05}.daily-challenge-modal .practice-modal-header span{font-size:12px}.daily-challenge-modal .daily-play-card{padding:16px 20px 20px}.daily-challenge-modal .daily-progress-track{margin-bottom:16px}.daily-challenge-modal .practice-question h2{max-width:760px;margin-bottom:14px;font-size:clamp(23px,3.2vw,36px);line-height:1.08}.daily-challenge-modal .practice-answer-grid{gap:8px}.daily-challenge-modal .practice-answer-button{min-height:58px;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:9px 12px;border-radius:14px;font-size:clamp(14px,1.4vw,17px)}.daily-challenge-modal .practice-answer-button span{width:34px;height:34px;border-radius:11px}.daily-challenge-modal .daily-answer-note{margin-top:12px;padding:10px 12px}@media (max-width: 640px){.daily-challenge-modal .practice-modal-header{padding:12px 14px}.daily-challenge-modal .practice-modal-header span{display:none}.daily-challenge-modal .daily-play-card{padding:14px}.daily-challenge-modal .daily-progress-row{margin-bottom:6px}.daily-challenge-modal .daily-progress-track{margin-bottom:12px}.daily-challenge-modal .practice-question h2{margin-bottom:12px;font-size:clamp(21px,7vw,30px)}.daily-challenge-modal .practice-answer-button{min-height:52px;grid-template-columns:30px minmax(0,1fr);padding:7px 10px;border-radius:12px;font-size:14px}.daily-challenge-modal .practice-answer-button span{width:30px;height:30px;border-radius:9px}}.app-section-nav{display:flex;width:auto;gap:5px;margin:0 auto;padding:4px;overflow-x:auto;border:1px solid var(--line);border-radius:13px;background:#ffffffb8;box-shadow:0 8px 24px #0000000a;scrollbar-width:none}.app-section-nav::-webkit-scrollbar{display:none}.app-section-nav button{flex:0 0 auto;padding:8px 15px;border:0;border-radius:10px;background:transparent;color:var(--muted);font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}.app-section-nav button:hover{color:var(--ink);background:#f0f0f0}.app-section-nav button.active{color:#fff;background:var(--ink)}.routed-play-grid{margin-top:4px}.dashboard-launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.dashboard-launch-card{display:flex;min-height:275px;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.dashboard-launch-card.study{border-color:#e5c99f;background:linear-gradient(145deg,#fffaf2,#fff 62%)}.dashboard-launch-card.daily{background:linear-gradient(145deg,#f7f7f7,#fff 62%)}.dashboard-launch-card.play{background:linear-gradient(145deg,#f4f7f7,#fff 62%)}.dashboard-launch-heading{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.dashboard-launch-heading>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#ededed}.dashboard-launch-card.study .dashboard-launch-heading>span{color:#8d5108;background:#ffedcf}.dashboard-launch-heading h2{margin:2px 0 0;font-size:1.16rem}.dashboard-launch-card>p{flex:1;margin:18px 0;color:var(--muted);line-height:1.5}.dashboard-launch-status{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:14px;margin-bottom:14px;border-top:1px solid var(--line);font-size:.8rem}.dashboard-launch-status span{display:inline-flex;align-items:center;gap:5px;color:var(--muted)}.dashboard-launch-status strong{font-size:.8rem}.dashboard-launch-card>.primary-button{width:100%}@media (max-width: 940px){.dashboard-launch-grid{grid-template-columns:1fr}.dashboard-launch-card{min-height:0}.dashboard-launch-card>p{min-height:44px}}.study-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:34px 0 64px}.study-page-header{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:start;margin-bottom:28px}.study-page-header h1{margin:3px 0 6px}.study-page-header p{margin:0;color:var(--muted)}.study-page-header>strong{padding:10px 16px;border:1px solid var(--line);border-radius:999px}.study-library-header,.study-create-header,.study-results-header,.study-session-header{grid-template-columns:1fr auto}.study-inline-back{margin-bottom:14px}.study-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.study-workspace-switcher{margin-bottom:16px;padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.study-workspace-tabs{display:flex;gap:8px;overflow-x:auto}.study-workspace-tabs>button{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;gap:2px;min-width:150px;padding:10px 13px;border:1px solid var(--line);border-radius:11px;color:var(--ink);text-align:left;background:#fafafa;cursor:pointer}.study-workspace-tabs>button span{color:var(--muted);font-size:.65rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.study-workspace-tabs>button.active{color:#fff;border-color:var(--ink);background:var(--ink)}.study-workspace-tabs>button.active span{color:#d7d7d7}.study-workspace-tabs>.study-add-workspace{min-width:auto;flex-direction:row;align-items:center;justify-content:center;border-style:dashed;font-weight:800}.study-workspace-context{display:flex;flex-wrap:wrap;gap:8px 18px;padding:10px 4px 0;color:var(--muted);font-size:.76rem}.study-workspace-context strong{color:var(--ink)}.study-workspace-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end;margin-bottom:16px;padding:16px;border:1px solid #e5c99f;border-radius:18px;background:#fffaf2}.study-workspace-form input,.study-workspace-form select{width:100%;min-height:42px;padding:9px 10px;border:1px solid var(--line);border-radius:10px;color:inherit;background:#fff;font:inherit;box-sizing:border-box}.study-overview-grid article{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.study-overview-grid svg{grid-row:1 / 3;color:#8d5108}.study-overview-grid span{color:var(--muted);font-size:.82rem}.study-overview-grid strong{font-size:1.18rem}.study-empty{display:flex;min-height:330px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;border:1px dashed #c9c9c9;border-radius:24px;background:var(--surface)}.study-empty h2{margin:16px 0 6px}.study-empty p{max-width:560px;margin:0 0 22px;color:var(--muted)}.study-quiz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.study-quiz-card,.study-form-card,.study-question-editor,.study-review-card,.study-play-card{border:1px solid var(--line);border-radius:22px;background:var(--surface)}.study-quiz-card{padding:22px}.study-quiz-heading{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.study-quiz-heading>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff0d9;color:#8d5108}.study-quiz-heading small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.study-quiz-heading h2{margin:2px 0 0;font-size:1.2rem}.study-quiz-card>p{min-height:42px;margin:16px 0;color:var(--muted)}.study-quiz-meta,.study-result-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.study-quiz-meta div,.study-result-summary div{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:13px;background:var(--surface-strong)}.study-quiz-meta span,.study-result-summary span{color:var(--muted);font-size:.78rem}.study-last-taken{display:flex;justify-content:space-between;gap:10px;margin:14px 0;font-size:.82rem;color:var(--muted)}.study-last-taken strong{color:#a54838}.study-card-actions{display:flex;gap:10px}.study-card-actions .primary-button{flex:1}.study-create-shell{width:min(1540px,calc(100% - 40px))}.study-create-layout{display:grid;grid-template-columns:minmax(300px,340px) minmax(0,1fr);gap:20px;align-items:start}.study-form-card{padding:20px;position:sticky;top:20px}.study-form-card label,.study-question-editor>label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;font-weight:750}.study-form-card input,.study-form-card textarea,.study-question-editor input,.study-question-editor textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px 12px;background:var(--surface);color:inherit;font:inherit;box-sizing:border-box}.study-quiz-details{display:grid;grid-template-columns:1fr;gap:14px;align-items:stretch}.study-details-fields{display:grid;grid-template-columns:1fr;gap:10px}.study-details-fields label{margin:0}.study-details-fields label small{font-weight:500}.study-field-label{display:inline-flex;align-items:baseline;gap:5px}.study-field-label small{color:var(--muted);font-weight:500}.study-description-field{margin:0!important}.study-description-field textarea{min-height:112px;resize:vertical}.study-quiz-details .study-upload-button{min-height:92px;margin:0;box-sizing:border-box}.study-quiz-details>.form-message{grid-column:1 / -1;margin:0}.study-upload-button{flex-direction:row!important;align-items:center;padding:14px;border:1px dashed #c9c9c9;border-radius:13px;cursor:pointer}.study-upload-button span{display:flex;flex-direction:column;gap:2px}.study-upload-button small{color:var(--muted);font-weight:500;font-size:.7rem}.study-upload-button input{display:none}.study-question-builder{display:flex;flex-direction:column;gap:14px}.study-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.study-section-title h2{margin:2px 0 0}.study-builder-workspace{display:grid;grid-template-columns:230px minmax(0,1fr);gap:14px;align-items:start}.study-question-navigator{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.study-question-search{display:grid;grid-template-columns:auto 1fr;gap:7px;align-items:center;margin:12px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fafafa}.study-question-search input{min-width:0;padding:9px 0;border:0;outline:0;background:transparent;font:inherit}.study-question-nav-list{display:flex;max-height:520px;flex-direction:column;gap:5px;overflow-y:auto;padding:0 8px 8px}.study-question-nav-list>button{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;padding:10px 8px;border:1px solid transparent;border-radius:11px;text-align:left;background:transparent;cursor:pointer}.study-question-nav-list>button:hover{background:#f6f6f6}.study-question-nav-list>button.active{border-color:#d8b77f;background:#fff7e9}.study-question-nav-list>button>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--surface-strong);font-size:.75rem;font-weight:900}.study-question-nav-list>button div{min-width:0}.study-question-nav-list>button strong,.study-question-nav-list>button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-question-nav-list>button strong{font-size:.78rem}.study-question-nav-list>button small{margin-top:3px;color:var(--muted);font-size:.67rem}.study-question-nav-list>button.complete>svg{color:#24744f}.study-question-nav-list>button.incomplete>svg{color:#ad6b16}.study-question-nav-list>p{padding:18px 10px;color:var(--muted);font-size:.78rem;text-align:center}.study-nav-add{display:flex;width:calc(100% - 16px);align-items:center;justify-content:center;gap:6px;margin:0 8px 8px;padding:10px;border:1px dashed #bdbdbd;border-radius:10px;color:var(--ink);background:transparent;font-weight:800;cursor:pointer}.study-question-editor{padding:20px}.study-question-editor-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.study-question-editor-heading>div:first-child{display:flex;flex-direction:column;gap:2px}.study-question-editor-heading small{color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.study-editor-actions{display:flex;align-items:center;gap:7px}.focused-editor{min-width:0}.study-option-editor{display:grid;gap:8px;margin-bottom:15px}.study-option-editor label{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center;padding:5px 8px;border:1px solid var(--line);border-radius:12px}.study-option-editor label.correct-option{border-color:#3c936c;background:#f1faf5}.study-option-editor label>input:first-child{width:auto}.study-option-editor label>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--surface-strong);font-weight:850}.study-option-editor label>input:last-child{border:0;background:transparent;padding:8px}.study-editor-paging{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--line)}.study-editor-paging>span{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:.74rem;font-weight:750}.study-next-arrow{transform:rotate(180deg)}@media (max-width: 1100px){.study-workspace-form{grid-template-columns:repeat(3,1fr)}}.study-session-shell{max-width:900px}.study-play-card{margin-top:18px;padding:28px}.study-play-card>h2{margin:0 0 22px;font-size:clamp(1.35rem,2.5vw,2rem)}.study-result-summary{max-width:620px;margin:0 auto 22px}.study-result-summary div{padding:18px;text-align:center}.study-result-summary strong{font-size:1.5rem}.study-review-card{padding:22px}.study-review-row{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px 0;border-top:1px solid var(--line)}.study-review-row:first-of-type{margin-top:16px}.study-review-row>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%}.study-review-row.correct>span{background:#e8f7ef;color:#24744f}.study-review-row.wrong>span{background:#fff0ed;color:#a54838}.study-review-row div{display:flex;flex-direction:column;gap:4px}.study-review-row small,.study-review-row p{color:var(--muted)}.study-review-row p{margin:4px 0}.study-review-row em{padding:9px 11px;border-radius:9px;background:var(--surface-strong);font-style:normal}@media (max-width: 820px){.dashboard .topbar{flex-wrap:wrap}.app-section-nav{order:3;width:100%;margin-top:10px}.app-section-nav button{flex:1 0 auto}.study-shell{width:min(100% - 24px,1180px);padding-top:20px}.study-page-header{grid-template-columns:1fr auto;gap:14px}.study-page-header>div{grid-column:1 / -1;grid-row:1}.study-page-header>button:first-child{grid-row:2}.study-page-header>button:last-child{grid-row:2}.study-overview-grid{grid-template-columns:repeat(2,1fr)}.study-quiz-grid,.study-create-layout{grid-template-columns:1fr}.study-quiz-details{grid-template-columns:1fr;align-items:stretch}.study-quiz-details>.form-message{grid-column:auto;margin-top:0}.study-builder-workspace{grid-template-columns:1fr}.study-workspace-form{grid-template-columns:1fr 1fr}.study-question-nav-list{max-height:250px}.study-form-card{position:static}}@media (max-width: 520px){.study-overview-grid{grid-template-columns:1fr}.study-card-actions{flex-direction:column}.study-quiz-meta,.study-result-summary{grid-template-columns:1fr}.study-option-editor label{grid-template-columns:auto auto 1fr}.study-workspace-form{grid-template-columns:1fr}.study-editor-paging{grid-template-columns:1fr 1fr}.study-editor-paging>span{grid-column:1 / -1;grid-row:1}}
