@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #FAF8F3;--surface: #FFFFFF;--surface-sunken: #F3F1EB;--border: #E7E3D9;--text: #1C1B19;--text-secondary: #75716A;--text-tertiary: #A9A49A;--accent: #5B4FE0;--accent-soft: #EFEDFB;--accent-press: #4A3FCB;--success: #2F8F5B;--success-soft: #E7F4ED;--error: #C7503F;--error-soft: #FBEAE7;--amber: #C2872B;--amber-soft: #FBF1E1;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-pill: 999px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{background:#e9e5dc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);height:100%;overflow:hidden}body{display:flex;justify-content:center;align-items:flex-start;padding:0;min-height:100vh}#root{width:100%;height:100%}.device{width:100%;max-width:430px;height:100dvh;max-height:100dvh;background:var(--bg);overflow:hidden;position:relative;display:flex;flex-direction:column;margin:0 auto;padding-top:env(safe-area-inset-top,0px)}.screens{flex:1;position:relative;overflow:hidden}.screen{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;display:none;flex-direction:column;scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.screen.active{display:flex}.screen.enter{animation:fadeUp .22s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content{padding:4px 20px 100px;flex:1}.bottomnav{position:absolute;left:0;right:0;bottom:0;z-index:20;display:flex;background:var(--surface);border-top:1px solid var(--border);padding:8px 6px calc(env(safe-area-inset-bottom,0px) + 8px)}.navitem{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0 2px;cursor:pointer;color:var(--text-tertiary);background:none;border:none;font-family:inherit}.navitem.active{color:var(--accent)}.navitem svg{width:22px;height:22px}.navitem span{font-size:10.5px;font-weight:600}h1.pagehead{font-size:22px;font-weight:700;letter-spacing:-.3px}.greeting-sub{font-size:14px;color:var(--text-secondary);margin-top:3px}.section-label{font-size:13px;font-weight:600;color:var(--text-secondary);margin:26px 0 10px}.section-label:first-child{margin-top:6px}.btn-primary{background:var(--accent);color:#fff;border:none;font-family:inherit;font-weight:600;font-size:14.5px;padding:11px 20px;border-radius:var(--radius-sm);cursor:pointer;transition:transform 80ms ease,background .12s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn-primary:active{transform:scale(.96);background:var(--accent-press)}.btn-primary.block{width:100%;text-align:center;display:block;padding:15px;font-size:15.5px}.btn-primary:disabled{background:var(--surface-sunken);color:var(--text-tertiary)}.btn-primary:disabled:active{transform:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);font-family:inherit;font-weight:600;font-size:14.5px;padding:13px 20px;border-radius:var(--radius-sm);cursor:pointer;width:100%;text-align:center}.btn-secondary:active{background:var(--surface-sunken)}.level-badge{width:46px;height:46px;border-radius:14px;background:var(--text);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.level-badge .lv-lbl{font-size:8px;font-weight:700;opacity:.55;letter-spacing:.3px}.level-badge .lv-num{font-size:15px;font-weight:800;margin-top:1px}.xp-bar-wrap{height:8px;background:var(--surface-sunken);border-radius:var(--radius-pill);overflow:hidden}.xp-bar-fill{height:100%;background:var(--accent);border-radius:var(--radius-pill);transition:width .5s cubic-bezier(.2,.8,.2,1)}.play-header{display:flex;align-items:center;gap:14px;padding-top:14px}.play-header .who{flex:1}.play-header .name{font-size:17px;font-weight:700}.play-header .rank{font-size:12.5px;color:var(--text-secondary);margin-top:1px}.xp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;margin-top:18px}.xp-card-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:9px}.xp-card-top .lvl-text{font-size:14px;font-weight:700}.xp-card-top .xp-text{font-size:12px;color:var(--text-secondary);font-weight:600}.play-card{background:var(--text);color:#fff;border-radius:var(--radius-lg);padding:22px 20px 20px;margin-top:22px;text-align:center}.play-card .tag{font-size:12px;font-weight:600;color:#ffffff8c}.play-card h2{font-size:20px;font-weight:700;margin-top:6px}.play-card .meta{font-size:13px;color:#ffffff8c;margin-top:4px}.play-card .streak{margin-top:14px;font-size:13px;font-weight:600;color:#ffffffd9}.play-card button{margin-top:16px;width:100%;background:#fff;color:var(--text);border:none;font-family:inherit;font-weight:700;font-size:15.5px;padding:14px;border-radius:var(--radius-sm);cursor:pointer}.play-card button:active{background:#eee}.play-card button:disabled{opacity:.5}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mode-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mode-item:active{background:var(--surface-sunken)}.mode-item .pname{font-size:14px;font-weight:700}.mode-item .pdesc{font-size:12px;color:var(--text-secondary);margin-top:3px}.stat-row{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.stat-cell{flex:1;padding:16px 10px;text-align:center;border-right:1px solid var(--border)}.stat-cell:last-child{border-right:none}.stat-cell .num{font-size:19px;font-weight:700}.stat-cell .lbl{font-size:11px;color:var(--text-secondary);margin-top:2px}.quiz-screen{padding:14px 20px 20px;display:flex;flex-direction:column;height:100%}.quiz-top{display:flex;align-items:center;gap:12px}.quiz-progress-bar{flex:1;height:6px;background:var(--surface-sunken);border-radius:var(--radius-pill);overflow:hidden}.quiz-progress-fill{height:100%;background:var(--accent);border-radius:var(--radius-pill);transition:width .35s ease}.quiz-count{font-size:12.5px;font-weight:700;color:var(--text-secondary);white-space:nowrap}.quiz-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary);cursor:pointer}.quiz-qnum{font-size:13px;font-weight:700;color:var(--accent);margin-top:26px}.quiz-question{font-size:22px;font-weight:700;line-height:1.28;letter-spacing:-.3px;margin-top:8px}.answers{margin-top:26px;display:flex;flex-direction:column;gap:10px}.answer{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-md);padding:15px 16px;cursor:pointer;font-size:15px;font-weight:500;transition:border-color .1s ease,background .1s ease;min-height:54px}.answer .letter{width:24px;height:24px;border-radius:7px;background:var(--surface-sunken);color:var(--text-secondary);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.answer.selected{border-color:var(--accent);background:var(--accent-soft)}.answer.selected .letter{background:var(--accent);color:#fff}.answer.correct{border-color:var(--success);background:var(--success-soft)}.answer.correct .letter{background:var(--success);color:#fff}.answer.wrong{border-color:var(--error);background:var(--error-soft)}.answer.wrong .letter{background:var(--error);color:#fff}.quiz-footer{margin-top:auto;padding-top:16px}.feedback-panel{margin-top:16px;border-radius:var(--radius-lg);padding:16px 18px;display:none}.feedback-panel.show{display:block;animation:fadeUp .2s ease}.feedback-panel.correct{background:var(--success-soft)}.feedback-panel.wrong{background:var(--error-soft)}.feedback-title{font-size:14.5px;font-weight:700}.feedback-panel.correct .feedback-title{color:var(--success)}.feedback-panel.wrong .feedback-title{color:var(--error)}.feedback-text{font-size:13.5px;margin-top:6px;line-height:1.45}.feedback-xp{font-size:12.5px;font-weight:700;color:var(--text-secondary);margin-top:8px}.quiz-error{margin:12px 20px 0;padding:12px 14px;border-radius:var(--radius-sm);background:var(--error-soft);color:var(--error);font-size:13px;font-weight:600;line-height:1.4}.result-wrap{padding:36px 24px 28px;text-align:center;flex:1;display:flex;flex-direction:column}.result-trophy{font-size:38px}.result-headline{font-size:20px;font-weight:700;margin-top:10px}.result-score{font-size:40px;font-weight:800;letter-spacing:-1px;margin-top:16px}.result-sub{font-size:13.5px;color:var(--text-secondary);margin-top:4px}.result-xp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;margin-top:24px;text-align:left}.result-xp-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.result-xp-gain{font-size:13px;font-weight:700;color:var(--accent);text-align:center;margin-top:8px}.levelup-banner{display:none;margin-top:16px;background:var(--amber-soft);border-radius:var(--radius-md);padding:14px;text-align:center}.levelup-banner.show{display:block;animation:popIn .38s cubic-bezier(.26,1.4,.4,1)}@keyframes popIn{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.04)}to{transform:scale(1)}}.levelup-banner .lu-title{font-size:12px;font-weight:700;color:var(--amber);letter-spacing:.3px}.levelup-banner .lu-level{font-size:24px;font-weight:800;margin-top:2px}.result-actions{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding-top:22px}.lb-tabs{display:flex;gap:8px;margin-top:14px}.lb-tab{flex:1;text-align:center;padding:9px 0;border-radius:var(--radius-sm);font-size:13px;font-weight:700;background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer}.lb-tab.active{background:var(--text);color:#fff;border-color:var(--text)}.lb-podium{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin-top:22px}.podium-item{display:flex;flex-direction:column;align-items:center;gap:6px}.podium-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px;border:2px solid var(--surface);box-shadow:0 0 0 1.5px var(--border)}.podium-item.first .podium-avatar{width:54px;height:54px;font-size:19px;box-shadow:0 0 0 1.5px var(--amber)}.podium-name{font-size:11.5px;font-weight:700}.podium-xp{font-size:10.5px;color:var(--text-secondary);font-weight:600}.podium-bar{width:64px;border-radius:10px 10px 0 0;background:var(--surface);border:1px solid var(--border);border-bottom:none;display:flex;align-items:flex-start;justify-content:center;padding-top:6px;font-weight:800;font-size:13px;color:var(--text-tertiary)}.podium-item.first .podium-bar{height:64px;background:var(--amber-soft);color:var(--amber)}.podium-item.second .podium-bar{height:46px}.podium-item.third .podium-bar{height:34px}.lb-list{margin-top:22px;display:flex;flex-direction:column;gap:8px}.lb-row{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 14px}.lb-row.me{background:var(--accent-soft);border-color:var(--accent)}.lb-rank{width:20px;font-size:13px;font-weight:700;color:var(--text-tertiary);text-align:center}.lb-row.me .lb-rank{color:var(--accent)}.lb-avatar{width:32px;height:32px;border-radius:50%;background:var(--surface-sunken);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--text-secondary);flex-shrink:0}.lb-name-wrap{flex:1}.lb-name{font-size:14px;font-weight:600}.lb-lvl{font-size:11px;color:var(--text-secondary);font-weight:600}.lb-xp{font-size:13px;font-weight:700;color:var(--text-secondary)}.lb-row.me .lb-xp{color:var(--accent)}.profile-head{display:flex;align-items:center;gap:14px;padding:10px 0 4px}.avatar-lg{width:60px;height:60px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-name{font-size:18px;font-weight:700}.profile-rank{font-size:13px;color:var(--text-secondary);margin-top:2px}.level-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-top:20px;text-align:center}.level-ring-wrap{position:relative;width:120px;height:120px;margin:0 auto}.level-ring-center .lc-num{font-size:30px;font-weight:800;letter-spacing:-.5px;margin-top:1px}.level-hero .xp-line{font-size:12.5px;color:var(--text-secondary);font-weight:600;margin-top:14px}.level-hero .xp-bar-wrap{margin-top:8px}.achv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.achv{display:flex;flex-direction:column;align-items:center;gap:6px}.achv .abadge{width:52px;height:52px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:20px}.achv.locked .abadge{opacity:.35}.achv .alabel{font-size:10px;text-align:center;color:var(--text-secondary);font-weight:600;line-height:1.2}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);z-index:1000;gap:18px}.loading-spinner{width:40px;height:40px;border:3.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .72s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:14px;font-weight:600;color:var(--text-secondary);animation:loadingPulse 1.4s ease-in-out infinite}@keyframes loadingPulse{0%,to{opacity:.5}50%{opacity:1}}.auth-error{background:var(--error-soft);border:1px solid var(--error);border-radius:var(--radius-sm);padding:13px 16px;margin-top:14px;font-size:13px;font-weight:600;color:var(--error);line-height:1.4;animation:fadeUp .2s ease}.screen{transition:opacity .18s ease,transform .18s ease}.screen.active{animation:screenIn .22s cubic-bezier(.2,.8,.2,1)}@keyframes screenIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.achievement-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.achievement-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 14px;display:flex;align-items:center;gap:12px;transition:transform 80ms ease,box-shadow .18s ease}.achievement-item:active{transform:scale(.97)}.achievement-item .ach-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.achievement-item .ach-info{flex:1;min-width:0}.achievement-item .ach-name{font-size:13px;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.achievement-item .ach-desc{font-size:11px;color:var(--text-secondary);margin-top:2px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.achievement-item.locked{background:var(--surface-sunken);border-color:var(--border)}.achievement-item.locked .ach-icon{background:var(--border);opacity:.45}.achievement-item.locked .ach-name{color:var(--text-tertiary)}.achievement-item.locked .ach-desc{color:var(--text-tertiary);opacity:.6}.xp-activity-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}.xp-activity-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:13px 16px;display:flex;align-items:center;gap:12px;transition:background .1s ease}.xp-activity-item:active{background:var(--surface-sunken)}.xp-activity-item .xpi-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.xp-activity-item .xpi-icon.quiz{background:var(--accent-soft);color:var(--accent)}.xp-activity-item .xpi-icon.streak{background:var(--amber-soft);color:var(--amber)}.xp-activity-item .xpi-icon.bonus{background:var(--success-soft);color:var(--success)}.xp-activity-item .xpi-body{flex:1;min-width:0}.xp-activity-item .xpi-label{font-size:13px;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-activity-item .xpi-time{font-size:11px;color:var(--text-tertiary);margin-top:1px}.xp-activity-item .xpi-xp{font-size:13px;font-weight:700;color:var(--accent);white-space:nowrap;flex-shrink:0}.profile-stats{margin-top:18px}.profile-stat-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--border)}.profile-stat-row:last-child{border-bottom:none}.profile-stat-label{font-size:13.5px;color:var(--text-secondary);font-weight:500}.profile-stat-value{font-size:14.5px;font-weight:700}.level-ring-wrap{position:relative;width:120px;height:120px;margin:0 auto;filter:drop-shadow(0 2px 8px rgba(91,79,224,.1))}.level-ring-wrap svg{width:100%;height:100%;transform:rotate(-90deg)}.level-ring-wrap svg circle{transition:stroke-dashoffset .6s cubic-bezier(.2,.8,.2,1)}.level-ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.level-ring-center .lc-lbl{font-size:10px;font-weight:700;color:var(--text-secondary);letter-spacing:.4px}.level-ring-center .lc-num{font-size:30px;font-weight:800;letter-spacing:-.5px;margin-top:1px;line-height:1}.level-ring-center .lc-of{font-size:10.5px;color:var(--text-tertiary);font-weight:600}
