@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--blue: #2563EB;--blue-dark: #1E3A8A;--purple: #8B5CF6;--violet: #7c3aed;--midnight: #1E3A8A;--yellow: #FACC15;--orange: #f97316;--green: #10b981;--red: #ef4444;--pink: #EC4899;--surface: #ffffff;--bg: #f8fafc;--body-bg: #f1f5f9;--border: #e5e7eb;--border-light: #dbeafe;--text-1: #1E3A8A;--text-2: #374151;--text-3: #94A3B8;--text: #374151;--card: #ffffff;--input-bg: #f8faff;--modal-bg: #ffffff;--grad: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 50%, #EC4899 100%);--r: 18px;--r-sm: 14px;--r-xs: 10px;--shadow: 0 2px 16px rgba(30,58,138,.09);--shadow-lg: 0 8px 40px rgba(30,58,138,.18);color-scheme:light}:root[data-theme=dark],:root.dark{--blue: #3B82F6;--blue-dark: #60A5FA;--purple: #A78BFA;--violet: #A78BFA;--midnight: #F1F5F9;--yellow: #FACC15;--orange: #FB923C;--green: #34D399;--red: #F87171;--pink: #F472B6;--surface: #1E293B;--bg: #0F172A;--body-bg: #0F172A;--border: #334155;--border-light: #1E40AF;--text-1: #F1F5F9;--text-2: #CBD5E1;--text-3: #64748B;--text: #CBD5E1;--card: #1E293B;--input-bg: #1E293B;--modal-bg: #1E293B;--grad: linear-gradient(135deg, #1D4ED8 0%, #7C3AED 50%, #BE185D 100%);--shadow: 0 2px 16px rgba(0,0,0,.35);--shadow-lg: 0 8px 40px rgba(0,0,0,.5);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--blue: #3B82F6;--blue-dark: #60A5FA;--purple: #A78BFA;--violet: #A78BFA;--midnight: #F1F5F9;--yellow: #FACC15;--orange: #FB923C;--green: #34D399;--red: #F87171;--pink: #F472B6;--surface: #1E293B;--bg: #0F172A;--body-bg: #0F172A;--border: #334155;--border-light: #1E40AF;--text-1: #F1F5F9;--text-2: #CBD5E1;--text-3: #64748B;--text: #CBD5E1;--card: #1E293B;--input-bg: #1E293B;--modal-bg: #1E293B;--grad: linear-gradient(135deg, #1D4ED8 0%, #7C3AED 50%, #BE185D 100%);--shadow: 0 2px 16px rgba(0,0,0,.35);--shadow-lg: 0 8px 40px rgba(0,0,0,.5);color-scheme:dark}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--text-2);background:var(--body-bg);min-height:100vh;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.splash{min-height:100vh;display:grid;place-items:center;background:var(--grad)}.auth-page{min-height:100vh;background:var(--grad);display:flex;flex-direction:column;align-items:center;padding:48px 20px 32px}.auth-bee-area{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:28px}.auth-tagline{color:#ffffffe6;font-size:15px;font-weight:600;text-align:center}.auth-card{width:100%;max-width:480px;background:var(--surface);border-radius:var(--r);padding:28px 24px 32px;box-shadow:var(--shadow-lg)}.auth-card-title{font-size:26px;font-weight:800;color:var(--midnight);margin-bottom:4px}.auth-card-sub{font-size:13px;color:var(--text-3);margin-bottom:22px}.auth-footer{margin-top:20px;text-align:center;color:#ffffffe6;font-size:14px;font-weight:600}.auth-footer button{border:0;background:none;color:#fff;font-weight:800;font-size:14px;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.form{display:grid;gap:16px}label{display:grid;gap:6px;font-size:13px;font-weight:700;color:var(--midnight)}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap svg{position:absolute;left:14px;color:var(--text-3);pointer-events:none;flex-shrink:0}.input-wrap input{padding-left:42px}input,select{width:100%;min-height:52px;border:1.5px solid var(--border);border-radius:var(--r-sm);padding:0 14px;color:var(--text-2);background:var(--input-bg);outline:none;font-weight:500;transition:border-color .15s,box-shadow .15s}input:focus,select:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--r-sm);font-weight:700;font-size:14px;padding:0 20px;min-height:50px;transition:filter .15s,transform .1s;cursor:pointer}.btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-blue{background:var(--blue);color:#fff;box-shadow:0 3px 14px #2563eb59}.btn-ghost{background:var(--bg);color:var(--text-2);border:1.5px solid var(--border)}.btn-danger{background:#fef2f2;color:var(--red);border:1.5px solid #fecaca}.btn-full{width:100%}.btn-sm{min-height:36px;font-size:12px;padding:0 14px;border-radius:10px}.btn-pill{border-radius:100px}.shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);width:100%;max-width:500px;margin:0 auto;position:relative;box-shadow:0 0 32px #0f172a14}.main-area{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto;padding-bottom:80px}@media(min-width:768px){body{background:var(--body-bg)}.shell{max-width:100%;flex-direction:row;min-height:100vh;box-shadow:none;background:var(--body-bg)}.main-area{flex:1;min-width:0;padding-bottom:0;overflow-y:auto;background:var(--bg)}.page-content,.practice-body,.leaderboard-sheet-container{max-width:960px;margin-left:auto;margin-right:auto;width:100%}.page-header,.practice-header-gradient,.leaderboard-header-gradient,.quiz-header{border-radius:0}.practice-play-screen,.gameplay-screen{min-height:100vh;min-height:100dvh}.quiz-body-content{max-width:760px;margin-left:auto;margin-right:auto;width:100%}.tab-bar{display:none!important}}@media(min-width:1024px){.page-content,.practice-body,.leaderboard-sheet-container{max-width:1120px}.page-header{padding-left:32px;padding-right:32px}.page-header>*{max-width:1120px;margin-left:auto;margin-right:auto}.leaderboard-header-gradient{padding-left:32px;padding-right:32px}.leaderboard-header-gradient>*{max-width:1120px;margin-left:auto;margin-right:auto}}@media(min-width:1280px){.page-content,.practice-body,.leaderboard-sheet-container,.page-header>*,.leaderboard-header-gradient>*{max-width:1240px}}.sidebar-nav{display:none}@media(min-width:768px){.sidebar-nav{display:flex;flex-direction:column;width:220px;flex-shrink:0;background:#2563eb;min-height:100vh;position:sticky;top:0;height:100vh;overflow-y:auto;padding:24px 12px;gap:4px;z-index:100}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:4px 12px 20px;margin-bottom:4px}.sidebar-nav-btn{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:14px;border:none;background:transparent;color:#ffffffbf;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .15s;text-align:left;width:100%}.sidebar-nav-btn:hover{background:#ffffff1f;color:#fff}.sidebar-nav-btn.active{background:#ffffff2e;color:#fff}.sidebar-practice-btn{margin-top:4px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:14px;border:none;display:flex;align-items:center;gap:12px;padding:11px 14px;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .15s;width:100%;text-align:left}.sidebar-practice-btn:hover{filter:brightness(1.08)}.sidebar-practice-btn.active{background:linear-gradient(135deg,#facc15,#f97316);color:#1e3a8a}.sidebar-practice-icon{width:34px;height:34px;border-radius:50%;background:#fff3;display:grid;place-items:center;flex-shrink:0}.sidebar-practice-btn.active .sidebar-practice-icon{background:#1e3a8a26}.sidebar-quota-badge{margin-left:auto;background:#ffffff40;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:999px}.sidebar-practice-btn.active .sidebar-quota-badge{background:#1e3a8a2e;color:#1e3a8a}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.15)}}@keyframes tab-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes flame-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.flame-pulse{animation:flame-pulse 1.6s ease-in-out infinite}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;height:72px;background:#2563eb;border-top-left-radius:28px;border-top-right-radius:28px;display:flex;align-items:center;justify-content:space-around;padding:0 6px env(safe-area-inset-bottom,0);z-index:100;box-shadow:0 -4px 20px #0f172a38}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:0;background:transparent;color:#ffffffd9;font-family:inherit;cursor:pointer;padding:0 2px;height:72px;position:relative;transition:opacity .15s;min-width:0;border-radius:14px}.tab-btn:hover{opacity:.8}.tab-btn.active{color:#facc15}.tab-icon{display:flex;margin-bottom:4px}.tab-label{font-size:11px;font-weight:700;white-space:nowrap}.tab-btn.active .tab-label{font-weight:800}.tab-practice{margin-top:-28px}.tab-practice-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed,#a855f7);border:3px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6d28d973;animation:tab-pulse 2.8s ease-in-out infinite;margin-bottom:1px}.tab-practice-circle.active{animation:none;background:linear-gradient(135deg,#facc15,#f97316)}.tab-practice-inner{width:42px;height:42px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.tab-practice-badge{margin-top:2px;background:#facc15;color:#1e3a8a;font-size:10px;font-weight:900;padding:1px 8px;border-radius:999px;line-height:1.5}.page-header{background:var(--grad);padding:28px 28px 48px;position:relative}.page-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.page-header h1{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.4px;margin-bottom:2px}.page-header-sub{font-size:13px;color:#ffffffb3;font-weight:500}.header-pill{display:flex;align-items:center;gap:7px;padding:8px 14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.25);border-radius:100px;color:#fff;font-size:13px;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}.page-content{flex:1;margin-top:-24px;border-radius:24px 24px 0 0;background:var(--bg);padding:24px 24px 48px;position:relative;z-index:1;box-shadow:0 -4px 24px #1e3a8a14}.card{background:var(--surface);border-radius:var(--r);border:1.5px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.card-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;gap:12px}.card-head h3{font-size:15px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.card-body{padding:0 20px 18px}.card-body-flush{padding:0}.grad-card{border-radius:var(--r);padding:18px 20px;background:linear-gradient(130deg,#1e3a8a,#4f46e5,#7c3aed);color:#fff;position:relative;overflow:hidden}.grad-card:after{content:"";position:absolute;right:-30px;top:-30px;width:150px;height:150px;border-radius:50%;background:#ffffff12;pointer-events:none}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-sm);padding:16px;box-shadow:var(--shadow)}.stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;margin-bottom:10px}.stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-bottom:3px}.stat-value{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.stack{display:grid;gap:16px}.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.home-action-card{border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:transform .15s,box-shadow .15s;min-height:154px;overflow:hidden;box-shadow:0 8px 24px #1e3a8a29}.home-action-card:hover{transform:translateY(-2px) scale(1.01)}.home-action-card:active{transform:scale(.98)}.home-action-blue{background:linear-gradient(135deg,#1e3a8a,#1e40af,#1d4ed8)}.home-action-purple{background:linear-gradient(135deg,#4c1d95,#5b21b6,#6d28d9)}.home-action-title{font-size:16px;font-weight:800;color:#fff;line-height:1.3}.home-action-sub{font-size:11px;color:#ffffffeb;line-height:1.45}.list{display:grid;gap:8px}.list-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-sm);transition:border-color .15s}.list-row:hover{border-color:#c7d2fe}.list-row.highlight{border-color:var(--yellow);background:#fffbeb}.list-row-main{flex:1;min-width:0}.list-row-main strong{display:block;font-size:13.5px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row-main small{display:block;font-size:12px;color:var(--text-3);margin-top:1px;display:flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row-end{text-align:right;white-space:nowrap}.list-row-end .xp-val{font-size:20px;font-weight:800;color:var(--blue);letter-spacing:-.5px}.list-row-end .xp-lbl{font-size:11px;color:var(--text-3);font-weight:600}.medal{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:14px;font-weight:800;flex-shrink:0}.medal-1{background:linear-gradient(135deg,#fde68a,#f59e0b);color:#78350f}.medal-2{background:linear-gradient(135deg,#e2e8f0,#94a3b8);color:#1e3a8a}.medal-3{background:linear-gradient(135deg,#fed7aa,#f97316);color:#7c2d12}.medal-n{background:var(--bg);color:var(--text-3);border:1.5px solid var(--border);font-size:13px}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#c7d2fe,#a5b4fc);color:var(--midnight);font-weight:800;font-size:15px;flex-shrink:0;border:2px solid rgba(255,255,255,.8)}.avatar-lg{width:68px;height:68px;font-size:24px;border-radius:50%}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#eef2fb;border-radius:var(--r-xs);margin-bottom:20px}.tabs button{border:0;min-height:40px;border-radius:8px;background:transparent;font-weight:600;font-size:13px;color:var(--text-3);transition:all .15s}.tabs button.active{background:#fff;color:var(--blue);font-weight:700;box-shadow:0 1px 6px #1e3a8a1f}.segtabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.segtabs button{border:1.5px solid var(--border);border-radius:100px;padding:6px 16px;background:var(--surface);font-size:12px;font-weight:600;color:var(--text-2);transition:all .15s}.segtabs button.active{background:var(--midnight);border-color:var(--midnight);color:#fff}.filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:16px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{border:1.5px solid var(--border);border-radius:100px;padding:8px 18px;background:var(--surface);font-size:13px;font-weight:600;color:var(--text-2);white-space:nowrap;transition:all .15s}.filter-tab.active{background:var(--midnight);border-color:var(--midnight);color:#fff}.cat-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:all .15s}.cat-card:hover{border-color:#c7d2fe;box-shadow:var(--shadow)}.cat-card.selected{border-color:var(--blue);background:#eff6ff}.cat-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff;flex-shrink:0}.cat-name{font-size:14px;font-weight:700;color:var(--text)}.cat-desc{font-size:12px;color:var(--text-3);margin-top:1px}.diff-row{display:flex;gap:8px;flex-wrap:wrap}.diff-pill{padding:8px 16px;border-radius:100px;border:1.5px solid var(--border);background:var(--surface);font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:5px}.diff-pill:hover{border-color:var(--blue);color:var(--blue)}.diff-pill.active{color:#fff}.q-card{border:1.5px solid var(--border);border-radius:var(--r-sm);background:var(--surface);padding:18px;display:grid;gap:14px}.q-text{font-size:14px;font-weight:600;line-height:1.6;color:var(--text)}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.opt-btn{min-height:50px;border:1.5px solid var(--border);border-radius:var(--r-xs);background:var(--input-bg);color:var(--text-2);font-size:13px;font-weight:500;text-align:left;padding:10px 14px;transition:all .15s}.opt-btn:hover:not(:disabled){border-color:var(--blue);background:#eff6ff}.opt-btn.selected{border-color:var(--blue);background:#eff6ff;color:var(--blue);font-weight:700}.balance-card{border-radius:var(--r);padding:24px 24px 20px;background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;position:relative;overflow:hidden}.balance-card:after{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff12;pointer-events:none}.balance-label{font-size:12px;font-weight:600;color:#ffffffa6;margin-bottom:4px}.balance-amt{font-size:38px;font-weight:800;letter-spacing:-1.5px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.balance-btns{display:flex;gap:10px;margin-top:18px}.xp-track{height:8px;border-radius:100px;background:#fff3;overflow:hidden;margin-top:8px}.xp-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#60a5fa,#a78bfa)}.xp-track-dark{height:6px;border-radius:100px;background:var(--border);overflow:hidden}.xp-fill-dark{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--blue),var(--purple))}.mini-stat{flex:1;padding:12px;border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--surface);text-align:center}.mini-stat-label{font-size:11px;color:var(--text-3);font-weight:600;margin-bottom:4px}.mini-stat-val{font-size:18px;font-weight:800;color:var(--text)}.mini-stat-icon{display:block;margin:0 auto 4px}.profile-desktop-panels{display:contents}@media(min-width:1024px){.profile-page-header{padding:32px 32px 118px!important}.profile-page-header .page-header-top{max-width:1120px;margin:0 auto}.profile-page-content{max-width:1120px!important;margin-top:-74px!important;padding:0 32px 56px!important;background:transparent;box-shadow:none}.profile-desktop-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:16px!important}.profile-identity-card{grid-column:1;grid-row:span 2;min-height:214px}.profile-mini-stats,.profile-overview-card{grid-column:2}.profile-mini-stats{align-self:stretch}.profile-overview-card{min-height:126px}.profile-showcase-card{min-height:154px}.profile-desktop-panels{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.profile-panel{min-width:0}.profile-panel .card{min-height:100%}.profile-section-header{padding-top:2px}.profile-desktop-grid>.profile-section-header,.profile-desktop-grid>#edit-profile-section,.profile-edit-card{grid-column:1 / -1}.profile-edit-card .card-body form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.profile-edit-card .card-body form hr,.profile-edit-card .card-body form>span,.profile-edit-card .card-body form .alert,.profile-edit-card .card-body form .notice,.profile-edit-card .card-body form button{grid-column:1 / -1}}@media(min-width:1280px){.profile-page-content,.profile-page-header .page-header-top{max-width:1240px!important}}.alert{padding:12px 14px;border-radius:var(--r-xs);font-size:13px;font-weight:600;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.notice{padding:12px 14px;border-radius:var(--r-xs);font-size:13px;font-weight:600;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.empty{padding:32px 20px;border-radius:var(--r-sm);font-size:13px;font-weight:600;background:var(--surface);color:var(--text-3);border:1.5px solid var(--border);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:border-color .15s;font-size:12px;font-weight:600;color:var(--text-2)}.quick-action:hover{border-color:#c7d2fe}.quick-action-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .35s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.flame-pulse,.tab-practice-circle,.spin,.fade-up{animation:none!important}}@media(max-width:1080px){.stat-row{grid-template-columns:1fr 1fr}}@media(max-width:900px){.row2{grid-template-columns:1fr}}@media(max-width:640px){.stat-row{grid-template-columns:1fr 1fr}.page-content{padding:16px 16px 40px}.page-header{padding:20px 16px 44px}.options-grid{grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(4,1fr)}.balance-btns{flex-direction:column}.auth-card{padding:22px 18px 26px}}.practice-play-screen,.gameplay-screen{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.quiz-header{background:var(--grad);padding:20px 20px 48px;color:#fff;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.quiz-header-top{display:flex;align-items:center;gap:12px}.quiz-header-title{display:flex;flex-direction:column;gap:2px;flex:1}.quiz-title-text{font-size:16px;font-weight:800;color:#fff}.quiz-sub-text{font-size:11px;color:#ffffffbf;font-weight:600}.quiz-metrics{display:flex;gap:8px}.metric-pill{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#ffffff26;border-radius:100px;color:#fff}.metric-val{font-size:13px;font-weight:800}.metric-lbl{font-size:10px;color:#fffc;font-weight:600;text-transform:uppercase}.quiz-progress-bar{margin-top:16px;display:grid;gap:6px}.quiz-progress-label{display:flex;justify-content:space-between;font-size:11.5px;font-weight:700;color:#ffffffe6}.quiz-timer{display:flex;align-items:center;gap:4px;background:#0f172a59;padding:2px 8px;border-radius:6px}.quiz-timer.urgent{background:var(--red);animation:pulse 1s infinite alternate}.quiz-progress-track{height:8px;background:#fff3;border-radius:100px;overflow:hidden}.quiz-progress-fill{height:100%;border-radius:100px;background:#fff;transition:width .3s ease}.quiz-combo{margin-top:8px;display:grid;gap:4px}.combo-lbl-row{display:flex;justify-content:space-between;font-size:10.5px;font-weight:700;color:#fffc;text-transform:uppercase}.combo-val{color:#facc15}.combo-track{height:4px;background:#ffffff26;border-radius:100px;overflow:hidden}.combo-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#facc15,#f97316);transition:width .3s ease}.quiz-body-content{margin-top:-32px;padding:0 16px 40px;flex:1;display:flex;flex-direction:column;gap:16px}.quiz-question-card{background:var(--surface);border-radius:var(--r);padding:20px;border:1.5px solid var(--border);box-shadow:var(--shadow)}.q-tag-row{display:flex;gap:6px;margin-bottom:12px}.q-tag-index{background:var(--border-light);color:var(--blue);font-size:10.5px;font-weight:800;padding:2px 8px;border-radius:6px}.q-tag-category{background:#f1f5f9;color:var(--text-2);font-size:10.5px;font-weight:800;padding:2px 8px;border-radius:6px}.q-tag-difficulty{background:#fef3c7;color:#d97706;font-size:10.5px;font-weight:800;padding:2px 8px;border-radius:6px}.q-text-large{font-size:16px;font-weight:700;line-height:1.55;color:var(--midnight)}.quiz-options-list{display:flex;flex-direction:column;gap:10px}.quiz-opt-btn{display:flex;align-items:center;gap:12px;width:100%;min-height:58px;border:1.5px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text-2);font-size:14px;font-weight:600;text-align:left;padding:12px 16px;transition:all .15s;box-shadow:0 1px 3px #00000005}.quiz-opt-btn:hover:not(:disabled){border-color:var(--blue);background:#eff6ff;transform:translateY(-1px)}.quiz-opt-btn:active:not(:disabled){transform:translateY(0)}.quiz-opt-btn.selected{border-color:var(--blue);background:#eff6ff;color:var(--blue)}.quiz-opt-btn.correct{border-color:var(--green)!important;background:#ecfdf5!important;color:#065f46!important;animation:correctBounce .5s ease;font-weight:700}.quiz-opt-btn.incorrect{border-color:var(--red)!important;background:#fef2f2!important;color:#991b1b!important;animation:incorrectShake .4s ease;font-weight:700}.opt-letter-circle{width:28px;height:28px;border-radius:50%;background:var(--bg);color:var(--text-2);display:grid;place-items:center;font-weight:800;font-size:12px;flex-shrink:0;border:1px solid var(--border)}.quiz-opt-btn.selected .opt-letter-circle{background:var(--blue);color:#fff;border-color:var(--blue)}.quiz-opt-btn.correct .opt-letter-circle{background:var(--green);color:#fff;border-color:var(--green)}.quiz-opt-btn.incorrect .opt-letter-circle{background:var(--red);color:#fff;border-color:var(--red)}.opt-text{flex:1}.quiz-feedback-panel{border-radius:var(--r);padding:16px;animation:slideUp .35s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-lg);border:1.5px solid var(--border)}.quiz-feedback-panel.correct{background:#ecfdf5;border-color:#bbf7d0}.quiz-feedback-panel.incorrect{background:#fef2f2;border-color:#fecaca}.feedback-hdr{display:flex;gap:12px;align-items:center}.feedback-icon-wrap{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.feedback-icon-wrap.correct{background:#d1fae5;color:var(--green)}.feedback-icon-wrap.incorrect{background:#fee2e2;color:var(--red)}.feedback-texts{display:flex;flex-direction:column;gap:2px;flex:1}.feedback-status-title{font-size:14.5px;font-weight:800}.quiz-feedback-panel.correct .feedback-status-title{color:#065f46}.quiz-feedback-panel.incorrect .feedback-status-title{color:#991b1b}.feedback-status-sub{font-size:12px;font-weight:500}.quiz-feedback-panel.correct .feedback-status-sub{color:#047857}.quiz-feedback-panel.incorrect .feedback-status-sub{color:#b91c1c}.feedback-streak-row{display:flex;align-items:center;gap:6px;margin-top:12px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.06)}.feedback-streak-lbl{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-2)}.streak-dot{width:6px;height:6px;border-radius:50%;background:var(--border);transition:all .2s}.streak-dot.active{background:var(--green);box-shadow:0 0 4px var(--green)}.modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:grid;place-items:center;padding:20px}.modal-card{width:100%;max-width:400px;background:var(--modal-bg);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-lg);border:1px solid var(--border);animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.modal-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:12px;text-align:center}.modal-header h3{font-size:18px;font-weight:800;color:var(--midnight)}.modal-body-text{font-size:13.5px;color:var(--text-2);line-height:1.55;text-align:center;margin-bottom:20px}.modal-buttons{display:flex;gap:10px}.modal-buttons button{flex:1}@keyframes sparkle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@keyframes correctBounce{0%{transform:scale(1)}30%{transform:scale(1.06)}50%{transform:scale(.97)}70%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes incorrectShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1);opacity:.95}to{transform:scale(1.04);opacity:1}}.spin{animation:spinLoader 1.5s linear infinite}@keyframes spinLoader{to{transform:rotate(360deg)}}.bottom-sheet-backdrop{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:fadeIn .25s ease-out}.bottom-sheet{width:100%;max-width:500px;background:var(--modal-bg);border-top-left-radius:24px;border-top-right-radius:24px;padding:20px;box-shadow:0 -8px 24px #0000001f;animation:slideUpSheet .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:16px;border-top:1px solid var(--border);box-sizing:border-box}.bottom-sheet-drag-handle{width:40px;height:5px;background:var(--border);border-radius:99px;margin:0 auto 4px}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center}.bottom-sheet-header h2{font-size:20px;font-weight:800;color:var(--midnight);margin:0}.bottom-sheet-sub{font-size:13px;font-weight:600;color:var(--text-3);margin-top:2px}.bottom-sheet-close{background:var(--border-light);border:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--text-2);transition:all .2s}.bottom-sheet-close:hover{background:var(--border)}.diff-list{display:flex;flex-direction:column;gap:10px}.diff-sheet-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;text-align:left;width:100%;box-sizing:border-box}.diff-sheet-btn:hover:not(.locked){border-color:var(--blue);background:#2563eb0a}.diff-sheet-btn.active{border-color:var(--blue);background:#2563eb14}.diff-sheet-btn.locked{opacity:.5;cursor:not-allowed;background:var(--border-light)}.diff-sheet-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:18px;flex-shrink:0}.diff-sheet-info{flex:1}.diff-sheet-label{font-size:14px;font-weight:800;color:var(--text)}.diff-sheet-desc{font-size:11px;font-weight:600;color:var(--text-3);margin-top:1px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.purchase-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1001;animation:fadeIn .2s ease-out}.purchase-modal{width:90%;max-width:400px;background:var(--modal-bg);border-radius:24px;padding:24px;box-shadow:0 12px 32px #00000026;display:flex;flex-direction:column;gap:16px;border:1px solid var(--border);animation:zoomIn .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.purchase-modal-header{display:flex;align-items:center;gap:12px}.purchase-modal-icon{width:48px;height:48px;border-radius:16px;background:#fef3c7;color:#d97706;display:grid;place-items:center;flex-shrink:0}.purchase-modal-title{font-size:18px;font-weight:800;color:var(--midnight)}.purchase-modal-body{font-size:13.5px;color:var(--text-2);line-height:1.5}.purchase-modal-footer{display:flex;flex-direction:column;gap:8px;margin-top:8px}.ad-progress-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;gap:12px}.ad-progress-spinner{width:40px;height:40px;border:4px solid var(--border-light);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes zoomIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0) scaleX(1);opacity:1}80%{opacity:1}to{transform:translateY(100vh) rotate(720deg) scaleX(.5);opacity:0}}.practice-header-gradient{background:var(--grad);padding:24px 20px 88px;margin:-16px -16px 0;color:#fff}.practice-header-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.practice-header-top h1{font-size:28px;font-weight:800;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.15)}.practice-header-sub{font-size:13px;font-weight:600;color:#ffffffd9;margin-top:4px}.streak-goal-container{display:flex;gap:12px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);border-radius:20px;padding:16px;margin-top:24px;align-items:center}.streak-tile,.goal-tile{flex:1;display:flex;align-items:center;gap:10px;min-width:0}.streak-icon-wrapper{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#fee2e2,#ef4444);display:grid;place-items:center;flex-shrink:0}.streak-info,.goal-info{flex:1;min-width:0}.streak-title,.goal-title{font-size:10px;font-weight:850;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.streak-value,.goal-value{font-size:18px;font-weight:800;color:#fff;line-height:1.2}.streak-sub,.goal-sub{font-size:11px;font-weight:600;color:#ffffffbf;margin-top:2px}.streak-goal-divider{width:1px;height:48px;background:#ffffff40;flex-shrink:0}.progress-bar-bg{height:6px;background:#ffffff40;border-radius:99px;overflow:hidden;margin-top:6px}.progress-bar-fill{height:100%;background:#facc15;border-radius:99px;transition:width .3s ease}.practice-body{margin-top:-58px;padding:0 16px 28px;display:flex;flex-direction:column;gap:14px;box-sizing:border-box}.chest-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;box-sizing:border-box}.chest-card.unlocked{border-color:#facc15;background:#fffbeb}.chest-card.claimed{background:var(--surface);border-color:var(--border-light);opacity:.8;cursor:default}.chest-icon-wrapper{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;flex-shrink:0}.chest-card.unlocked .chest-icon-wrapper{background:#facc15;color:#1e3a8a}.chest-card.locked .chest-icon-wrapper,.chest-card.claimed .chest-icon-wrapper{background:var(--border-light);color:var(--text-3)}.chest-info{flex:1;min-width:0}.chest-title{font-size:14px;font-weight:800;color:var(--text)}.chest-desc{font-size:11.5px;font-weight:600;color:var(--text-3);margin-top:2px}.chest-card.unlocked .chest-desc{color:#b45309}.chest-btn{background:#facc15;color:#1e3a8a;border:none;font-size:11px;font-weight:800;padding:6px 12px;border-radius:10px;cursor:pointer}.practice-row-trigger{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:all .15s;text-decoration:none;box-sizing:border-box}.practice-row-trigger:hover{border-color:#c7d2fe;background:var(--surface-hover)}.practice-row-trigger-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#fff;flex-shrink:0}.practice-row-trigger-info{flex:1;min-width:0}.practice-row-trigger-title{font-size:14px;font-weight:800;color:var(--text)}.practice-row-trigger-desc{font-size:11.5px;font-weight:600;color:var(--text-3);margin-top:1px}.practice-row-trigger-badge{background:var(--blue);color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:10px}.quota-warning-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1.5px solid #f59e0b;background:#fffbeb;box-sizing:border-box}.quota-warning-icon{color:#d97706;flex-shrink:0}.quota-warning-info{flex:1;min-width:0}.quota-warning-title{font-size:14px;font-weight:800;color:#78350f}.quota-warning-desc{font-size:11.5px;font-weight:600;color:#b45309;margin-top:2px}.quota-warning-btn{background:transparent;color:#d97706;border:1.5px solid #f59e0b;font-size:11px;font-weight:800;padding:6px 12px;border-radius:10px;cursor:pointer;white-space:nowrap}.quota-warning-btn:hover{background:#f59e0b14}.mixed-gradient-card{background:linear-gradient(135deg,#2563eb,#7c3aed,#a21caf);border:none;color:#fff;border-radius:20px;padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .15s;box-sizing:border-box;text-align:left}.mixed-gradient-card:hover{transform:translateY(-2px)}.mixed-icon-circle{width:52px;height:52px;border-radius:50%;border:2px solid rgba(255,255,255,.4);display:grid;place-items:center;color:#fff;flex-shrink:0}.mixed-card-info{flex:1;min-width:0}.mixed-card-title{font-size:18px;font-weight:800}.mixed-card-badge{display:inline-block;background:#ffffff2e;border-radius:99px;padding:2px 8px;font-size:10px;font-weight:800;margin-top:4px}.mixed-card-desc{font-size:12px;color:#ffffffe6;margin-top:6px;font-weight:600;line-height:1.35}.mixed-arrow-circle{width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#7c3aed;flex-shrink:0}.styled-category-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;transition:all .15s;box-sizing:border-box;text-align:left}.styled-category-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #0000000a}.styled-category-icon-wrapper{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:#fff;flex-shrink:0}.styled-category-info{flex:1;min-width:0}.styled-category-name{font-size:15px;font-weight:800;color:var(--text)}.styled-category-meta{font-size:11px;font-weight:700;color:var(--text-3);margin-top:1px}.styled-category-desc{font-size:11.5px;font-weight:600;color:var(--text-3);margin-top:3px;line-height:1.35}.styled-category-arrow{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--border);display:grid;place-items:center;color:var(--text-2);flex-shrink:0;transition:all .15s}.styled-category-card:hover .styled-category-arrow{background:var(--blue);color:#fff;border-color:var(--blue)}.leaderboard-header-gradient{background:linear-gradient(135deg,#2563eb,#7c3aed,#c026d3);padding:24px 16px 38px;margin:-16px -16px 0;color:#fff;position:relative}.leaderboard-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.leaderboard-profile-btn{height:40px;border-radius:16px;padding:0 14px;display:flex;align-items:center;gap:8px;background:#ffffff29;color:#fff;font-weight:800;font-size:13px;border:none;cursor:pointer;transition:all .2s}.leaderboard-profile-btn:hover{background:#ffffff3d}.leaderboard-header-info{display:flex;align-items:center;gap:12px;margin-bottom:14px}.leaderboard-title{font-size:26px;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 2px 4px rgba(15,23,42,.25)}.leaderboard-sub{font-size:13px;font-weight:600;color:#ffffffd9;margin-top:2px;line-height:1.45}.trophy-art-container{width:56px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0}.trophy-gradient-box{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#fde68a,#facc15,#f59e0b);display:grid;place-items:center;box-shadow:0 6px 12px #92400e40}.trophy-pedestal-1{width:24px;height:6px;border-radius:99px;background:#f59e0b;margin-top:-2px}.trophy-pedestal-2{width:36px;height:8px;border-radius:99px;background:#b45309;margin-top:-2px}.wof-gradient-card{border-radius:20px;border:1.5px solid #facc15;background:linear-gradient(135deg,#1e1b4b,#4c1d95,#7e22ce);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:transform .15s;text-decoration:none;box-sizing:border-box}.wof-gradient-card:hover{transform:translateY(-2px)}.wof-shield-wrapper{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#a78bfa,#7c3aed,#4c1d95);border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;flex-shrink:0}.wof-info{flex:1;margin-left:12px;min-width:0}.wof-title{font-size:15px;font-weight:800;color:#fff;line-height:1.2}.wof-desc{font-size:11.5px;font-weight:700;color:#c4b5fd;margin-top:2px}.wof-preview{display:flex;align-items:flex-end;gap:3px;height:48px;position:relative;width:70px;justify-content:center;flex-shrink:0}.wof-preview-glow{position:absolute;top:4px;width:32px;height:32px;border-radius:50%;background:#facc1526}.wof-podium-1{width:16px;height:36px;border-radius:5px 5px 0 0;background:#facc15;display:flex;justify-content:center;padding-top:4px;color:#fff}.wof-podium-2{width:14px;height:24px;border-radius:5px 5px 0 0;background:#6d28d9}.wof-podium-3{width:14px;height:28px;border-radius:5px 5px 0 0;background:#a78bfa}.wof-arrow-wrapper{width:32px;height:32px;border-radius:50%;background:#ffffff29;display:grid;place-items:center;flex-shrink:0;color:#fff;margin-left:6px}.leaderboard-search-bar{display:flex;align-items:center;gap:10px;height:48px;border-radius:16px;padding:0 14px;background:#ffffffeb;margin-top:14px;border:1px solid rgba(0,0,0,.05);box-sizing:border-box}.leaderboard-search-input{flex:1;border:none;background:transparent;color:#1e293b;font-family:Poppins,sans-serif;font-weight:600;font-size:13.5px;outline:none;padding:0}.leaderboard-search-input::placeholder{color:#94a3b8}.leaderboard-sheet-container{flex:1;margin-top:-18px;background:var(--background);border-top-left-radius:28px;border-top-right-radius:28px;padding:14px 16px 28px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.leaderboard-tabs-wrapper{border-radius:18px;background:#ede9fe;padding:4px;display:flex;gap:4px;box-shadow:0 4px 10px #1e3a8a14}.leaderboard-tab-btn{flex:1;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:none;cursor:pointer;color:#475569;font-family:Poppins,sans-serif;font-weight:800;font-size:12.5px;transition:all .2s}.leaderboard-tab-btn.active{background:var(--surface);color:var(--blue);box-shadow:0 2px 6px #0000000d}.leaderboard-row-card{display:flex;align-items:center;min-height:74px;padding:8px 12px;border-radius:20px;border:1px solid var(--border-light);background:var(--surface);gap:8px;box-shadow:0 4px 10px #1e3a8a0a;cursor:pointer;transition:all .15s;box-sizing:border-box}.leaderboard-row-card.currentUser{border:2px solid #facc15!important;background:#fffbeb!important;box-shadow:0 6px 14px #f59e0b1f}.leaderboard-row-card:hover:not(.currentUser){opacity:.9;transform:translateY(-1px)}.rank-badge-wrapper{width:48px;height:52px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.rank-badge-ribbon-left{position:absolute;bottom:2px;left:14px;width:8px;height:18px;background:#1d4ed8;transform:rotate(15deg);border-radius:2px}.rank-badge-ribbon-left.ribbon-silver{background:#5b21b6}.rank-badge-ribbon-right{position:absolute;bottom:2px;right:14px;width:8px;height:18px;background:#be123c;transform:rotate(-15deg);border-radius:2px}.rank-badge-circle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.6);font-family:Poppins,sans-serif;font-weight:850;font-size:16px;color:#fff;box-shadow:0 3px 6px #0000001a}.rank-badge-circle.rank-1{background:linear-gradient(135deg,#fde68a,#facc15,#d97706)}.rank-badge-circle.rank-2{background:linear-gradient(135deg,#f8fafc,#cbd5e1,#64748b)}.rank-badge-circle.rank-3{background:linear-gradient(135deg,#fed7aa,#fb923c,#9a3412)}.rank-badge-circle.rank-other{background:linear-gradient(135deg,#f1f5f9,#e0e7ff,#ddd6fe);color:#64748b;border:1px solid var(--border-light)}.row-level-pill{display:inline-flex;align-items:center;gap:4px;border-radius:999;padding:2px 8px;font-size:10.5px;font-weight:800;margin-top:4px}.row-level-pill.highlight{background:#facc1529;color:#92400e}.row-level-pill.normal{background:#ede9fe;color:#5b21b6}.row-xp-container{display:flex;flex-direction:column;align-items:center;min-width:60px;text-align:center}.row-xp-val{font-size:16px;font-weight:850;line-height:1.2}.row-xp-val.highlight{color:#f97316}.row-xp-val.normal{color:var(--blue)}.row-xp-lbl{font-size:10px;font-weight:800;color:var(--text-3);text-transform:uppercase;margin-top:1px}.avatar-bubble-wrapper{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.85);background:#dbeafe;display:grid;place-items:center;overflow:hidden;flex-shrink:0}.avatar-bubble-wrapper img{width:100%;height:100%;object-fit:cover}.avatar-bubble-text{color:var(--blue);font-family:Poppins,sans-serif;font-weight:800;font-size:16px}.leaderboard-dots-divider{text-align:center;color:#94a3b8;font-size:20px;font-weight:800;margin:2px 0;line-height:1}.wof-screen{min-height:100vh;background:#f8fbff;padding-bottom:20px}.wof-hero{background:radial-gradient(circle at 82% 28%,rgba(250,204,21,.16),transparent 18%),linear-gradient(145deg,#2563eb,#6d3cf2 52%,#ec4899);color:#fff;padding:28px 16px 56px;position:relative;overflow:hidden}.wof-hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(to bottom,transparent,rgba(236,72,153,.2));pointer-events:none}.wof-hero-top,.wof-hero-copy,.wof-podium-panel{position:relative;z-index:1}.wof-hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.wof-icon-btn{width:46px;height:46px;border-radius:16px;border:1.5px solid rgba(255,255,255,.22);background:#ffffff1f;color:#fff;display:grid;place-items:center;box-shadow:inset 0 1px #ffffff29}.wof-leader-pill{min-height:46px;border:1.5px solid rgba(255,255,255,.22);border-radius:16px;background:#4c1d957a;color:#fff;display:inline-flex;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:800;box-shadow:inset 0 1px #ffffff29}.wof-hero-copy{display:grid;grid-template-columns:minmax(0,1fr) 82px;align-items:end;gap:12px;margin-bottom:22px}.wof-kicker{display:block;color:#f9a8d4;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:8px}.wof-hero h1{max-width:300px;color:#fff;font-size:clamp(30px,8.4vw,42px);line-height:1.08;font-weight:900;letter-spacing:0;text-shadow:0 7px 18px rgba(30,58,138,.18)}.wof-hero p{margin-top:10px;color:#ffffffe6;font-size:14px;line-height:1.35;font-weight:800}.wof-trophy-art{width:78px;height:88px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;position:relative}.wof-trophy-box{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#fff7cc;background:linear-gradient(145deg,#fde047,#facc15 54%,#f97316);box-shadow:0 14px 28px #92400e47;transform:rotate(-5deg)}.wof-trophy-stand{width:44px;height:10px;border-radius:999px;background:#b45309;margin-top:-6px;box-shadow:0 7px 14px #581c872e}.wof-trophy-sparkle{position:absolute;color:#fef08a;font-size:20px;line-height:1;font-weight:900;transform:rotate(22deg)}.wof-trophy-sparkle.left{left:6px;top:36px}.wof-trophy-sparkle.right{right:0;top:18px}.wof-podium-panel{border-radius:22px;border:1.5px solid rgba(255,255,255,.27);background:#4c1d952e;display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:end;gap:8px;padding:22px 12px 12px;box-shadow:inset 0 1px #ffffff24,0 16px 34px #581c8729}.wof-podium-spot{min-width:0;border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;padding:0;text-align:center}.wof-podium-spot:disabled{opacity:.72}.wof-podium-rank{font-size:17px;font-weight:900;line-height:1;margin-bottom:6px}.wof-podium-rank-1 .wof-podium-rank{color:#facc15;font-size:23px}.wof-podium-rank-2 .wof-podium-rank{color:#93c5fd}.wof-podium-rank-3 .wof-podium-rank{color:#fb923c}.wof-podium-avatar-wrap{position:relative;margin-bottom:-14px;z-index:1}.wof-avatar{border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#eef4ff;color:#2563eb;font-weight:900;box-shadow:0 8px 18px #1e3a8a38}.wof-avatar img{width:100%;height:100%;object-fit:cover}.wof-avatar-sm{width:50px;height:50px;border:4px solid currentColor;font-size:18px}.wof-avatar-md{width:56px;height:56px;border:5px solid currentColor;font-size:20px}.wof-avatar-lg{width:70px;height:70px;border:6px solid currentColor;font-size:25px}.wof-podium-rank-1 .wof-avatar{color:#facc15}.wof-podium-rank-2 .wof-avatar{color:#93c5fd}.wof-podium-rank-3 .wof-avatar{color:#fb923c}.wof-level-badge{position:absolute;right:-6px;bottom:0;min-width:28px;height:28px;padding:0 8px;border-radius:999px;display:grid;place-items:center;border:3px solid rgba(255,255,255,.85);background:linear-gradient(180deg,#fdba74,#c2410c);color:#fff;font-size:12px;font-weight:900;box-shadow:0 6px 12px #7c2d123d}.wof-podium-base{width:100%;min-height:88px;border-radius:18px 18px 9px 9px;padding:32px 8px 10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;background:linear-gradient(180deg,#ffffff52,#0f172ac7);border:1.5px solid rgba(255,255,255,.2)}.wof-podium-rank-1 .wof-podium-base{min-height:112px;background:linear-gradient(180deg,#fdba7480,#0f172ad1)}.wof-podium-rank-2 .wof-podium-base{min-height:86px}.wof-podium-rank-3 .wof-podium-base{min-height:80px}.wof-podium-name{width:100%;color:#fff;font-size:13px;font-weight:900;line-height:1.18;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wof-podium-xp{margin-top:5px;font-size:11px;font-weight:900}.wof-podium-rank-1 .wof-podium-xp{color:#facc15;font-size:13px}.wof-podium-rank-2 .wof-podium-xp{color:#bfdbfe}.wof-podium-rank-3 .wof-podium-xp{color:#fdba74}.wof-content{position:relative;z-index:2;margin-top:-32px;padding:0 16px 36px;display:grid;gap:14px}.wof-rank-panel{border-radius:22px;padding:14px;background:#fffffff0;border:1.5px solid #dbeafe;box-shadow:0 12px 28px #1e3a8a1f}.wof-rank-grid,.wof-mini-stats,.wof-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wof-rank-stat{min-width:0;min-height:108px;border-radius:16px;border:1.5px solid #dbeafe;background:#fff;padding:13px 12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.wof-mini-stats .wof-rank-stat{background:#ffffffb8;border-color:#dbeafee6}.wof-stat-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;margin-bottom:9px}.wof-stat-icon.purple{background:#ede9fe;color:#8b5cf6}.wof-stat-icon.gold{background:#fef9c3;color:#facc15}.wof-stat-icon.blue{background:#dbeafe;color:#2563eb}.wof-stat-icon.pink{background:#fce7f3;color:#ec4899}.wof-stat-icon.green{background:#d1fae5;color:#10b981}.wof-rank-stat-label{color:#94a3b8;font-size:12.5px;line-height:1.25;font-weight:800}.wof-rank-stat-value{color:#1e3a8a;font-size:22px;line-height:1;font-weight:900;margin-top:10px;letter-spacing:0}.wof-rank-stat-meta{margin-top:6px;color:#94a3b8;font-size:11px;line-height:1.25;font-weight:800}.wof-progress-track{height:9px;border-radius:999px;background:#e8eef7;overflow:hidden;margin-top:16px}.wof-progress-track span{display:block;height:100%;min-width:8px;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#8b5cf6,#ec4899)}.wof-progress-label{color:#94a3b8;font-size:12px;font-weight:800;margin-top:12px}.wof-claim-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border-radius:22px;border:1.5px solid #dbeafe;background:linear-gradient(135deg,#f1f6ff,#fff1f8);padding:16px}.wof-claim-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#2563eb,#8b5cf6 52%,#ec4899)}.wof-claim-card h2{color:#1e3a8a;font-size:18px;line-height:1.18;font-weight:900;letter-spacing:0}.wof-claim-card p{margin-top:4px;color:#94a3b8;font-size:12.5px;line-height:1.38;font-weight:800}.wof-claim-card button{min-height:44px;border:0;border-radius:14px;padding:0 16px;color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;box-shadow:0 8px 18px #ec489938}.wof-claim-card button svg{transform:rotate(180deg)}.wof-section-title{color:#1e3a8a;font-size:22px;line-height:1.1;font-weight:900;letter-spacing:0;margin:8px 0 12px}.wof-highlight-tile{min-width:0;min-height:138px;border-radius:18px;border:1.5px solid #dbeafe;background:#fff;padding:13px 10px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 14px #1e3a8a0d}.wof-highlight-badge{min-height:26px;border-radius:11px;padding:6px 10px;display:inline-flex;align-items:center;justify-content:center;background:currentColor;font-size:10.5px;line-height:1;font-weight:900;white-space:nowrap}.wof-highlight-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;margin:14px 0 12px;background:currentColor}.wof-highlight-tile strong{width:100%;color:#1e3a8a;font-size:13.5px;line-height:1.18;font-weight:900;overflow-wrap:anywhere}.wof-highlight-tile>span:last-child{margin-top:5px;font-size:12px;line-height:1.1;font-weight:900}.wof-highlight-tile.gold{color:#facc15}.wof-highlight-tile.pink{color:#ec4899}.wof-highlight-tile.purple{color:#8b5cf6}.wof-highlight-tile.blue{color:#2563eb}.wof-highlight-tile.orange{color:#fb923c}.wof-highlight-tile.green{color:#10b981}.wof-highlight-tile.gold .wof-highlight-badge{background:#fff8db}.wof-highlight-tile.pink .wof-highlight-badge{background:#fce7f3}.wof-highlight-tile.purple .wof-highlight-badge{background:#f3e8ff}.wof-highlight-tile.blue .wof-highlight-badge{background:#dbeafe}.wof-highlight-tile.orange .wof-highlight-badge{background:#ffedd5}.wof-highlight-tile.green .wof-highlight-badge{background:#d1fae5}.wof-highlight-tile.gold .wof-highlight-icon{background:linear-gradient(145deg,#fff7ed,#facc15);color:#1e3a8a}.wof-highlight-tile.pink .wof-highlight-icon{background:linear-gradient(145deg,#f9a8d4,#ec4899)}.wof-highlight-tile.purple .wof-highlight-icon{background:linear-gradient(145deg,#c4b5fd,#8b5cf6)}.wof-highlight-tile.blue .wof-highlight-icon{background:linear-gradient(145deg,#93c5fd,#2563eb)}.wof-highlight-tile.orange .wof-highlight-icon{background:linear-gradient(145deg,#fdba74,#fb923c)}.wof-highlight-tile.green .wof-highlight-icon{background:linear-gradient(145deg,#6ee7b7,#10b981)}.wof-highlight-icon .wof-avatar-sm{width:52px;height:52px;border-width:4px;box-shadow:none;color:currentColor}.wof-highlight-icon:has(.wof-avatar){background:transparent!important;color:inherit;border-radius:50%}.wof-highlight-icon:has(.wof-avatar) .wof-avatar-sm{box-shadow:0 4px 12px #1e3a8a24}@media(min-width:768px){.wof-screen{background:#f8fbff}.wof-hero{padding-left:max(36px,calc((100vw - 1080px)/2));padding-right:max(36px,calc((100vw - 1080px)/2))}.wof-content{max-width:980px;margin-left:auto;margin-right:auto;width:100%}}@media(max-width:430px){.wof-hero{padding:26px 14px 50px}.wof-hero-top{margin-bottom:22px}.wof-icon-btn,.wof-leader-pill{min-height:44px;height:44px;border-radius:15px}.wof-leader-pill{font-size:12.5px;padding:0 12px}.wof-hero-copy{grid-template-columns:minmax(0,1fr) 74px}.wof-hero h1{font-size:clamp(28px,8.2vw,38px)}.wof-hero p{font-size:13px}.wof-trophy-art{width:70px}.wof-trophy-box{width:52px;height:52px;border-radius:16px}.wof-podium-panel{padding:20px 8px 10px;gap:6px;border-radius:20px}.wof-avatar-md{width:50px;height:50px;font-size:18px}.wof-avatar-lg{width:62px;height:62px;font-size:22px}.wof-level-badge{min-width:25px;height:25px;font-size:11px}.wof-podium-base{min-height:78px;padding:30px 6px 9px}.wof-podium-rank-1 .wof-podium-base{min-height:98px}.wof-podium-name,.wof-podium-rank-1 .wof-podium-xp{font-size:12px}.wof-content{padding-left:14px;padding-right:14px}.wof-rank-stat{min-height:102px;padding:12px 10px}.wof-rank-stat-label{font-size:12px}.wof-rank-stat-value{font-size:20px;margin-top:9px}.wof-rank-stat-meta{font-size:10.5px}.wof-claim-card{grid-template-columns:auto minmax(0,1fr)}.wof-claim-card button{grid-column:2;justify-self:start;min-height:42px}.wof-highlight-tile{min-height:132px}.wof-highlight-tile strong{font-size:13px}}@media(max-width:360px){.wof-rank-grid,.wof-mini-stats,.wof-highlight-grid{gap:10px}.wof-highlight-badge{font-size:11px;padding-left:10px;padding-right:10px}}:root[data-text-size=small]{font-size:13px}:root[data-text-size=medium]{font-size:14px}:root[data-text-size=large]{font-size:16px}:root[data-text-size=extraLarge]{font-size:18px}.toggle-switch{width:46px;height:26px;border-radius:13px;border:none;cursor:pointer;position:relative;flex-shrink:0;transition:background .2s;padding:0}.toggle-switch[aria-checked=true]{background:var(--blue)}.toggle-switch[aria-checked=false]{background:var(--border)}.toggle-switch .toggle-thumb{position:absolute;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 4px #0000002e}.toggle-switch[aria-checked=true] .toggle-thumb{left:23px}.toggle-switch[aria-checked=false] .toggle-thumb{left:3px}
