:root{--bg: #f6f7fb;--card: #ffffff;--ink: #1e2433;--muted: #6b7280;--primary: #4f6bf6;--primary-dark: #3d55d8;--accent: #ffb020;--ok: #1fa971;--bad: #e05555;--line: #e7e9f2;--radius: 16px;--shadow: 0 2px 12px rgba(30, 41, 80, .07)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}h1,h2,h3{margin:.4em 0;line-height:1.25}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1.05rem}p{margin:.5em 0}a{color:var(--primary);text-decoration:none}pre{font-family:inherit;white-space:pre-wrap;word-wrap:break-word;margin:0}.shell{min-height:100dvh;display:flex;flex-direction:column}.shell-main{flex:1;width:100%;max-width:560px;margin:0 auto;padding:12px 16px 90px}.topbar{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.topbar-inner{max-width:560px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.brand{font-weight:700;font-size:1.02rem;display:inline-flex;align-items:center;gap:8px}.brand-mark{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--primary),#7c3aed);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.5px}.topbar-right{display:flex;align-items:center;gap:8px}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eef1fe;color:var(--primary);font-weight:700;border:none}.avatar-big{width:44px;height:44px;font-size:1.1rem}.profile-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:20;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.tab{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;padding:4px 0;color:var(--muted);font-size:.68rem;border-radius:10px}.tab.active{color:var(--primary);font-weight:600}.tab-icon{font-size:1.15rem}.page-title{margin:10px 0 6px}.section-title{margin:20px 0 8px;font-size:1.05rem}.muted{color:var(--muted)}.muted-sm{color:var(--muted);font-size:.8rem}.center{text-align:center}.link-sm{background:none;border:none;color:var(--primary);font-size:.85rem;padding:0;cursor:pointer;font-family:inherit}.back{background:none;border:none;color:var(--muted);font-size:.9rem;padding:6px 0;cursor:pointer;font-family:inherit}.wave{display:inline-block}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin:10px 0}.chip{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;padding:4px 10px;border-radius:999px;background:#eef1fe;color:var(--primary)}.chip-soft{background:#f1f4fa;color:var(--ink)}.chip-warn{background:#fef3e2;color:#b26a00}.chip-premium{background:linear-gradient(135deg,var(--accent),#ff8a00);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:12px;font-family:inherit;font-size:.95rem;font-weight:600;padding:11px 18px;cursor:pointer;transition:transform .05s,opacity .15s}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-ghost{background:#eef1fe;color:var(--primary)}.btn-danger{background:#fdecec;color:var(--bad);margin-top:10px}.btn-block{display:flex;width:100%;margin:10px 0}.btn-lg{font-size:1.05rem;padding:14px 24px}.btn-sm{font-size:.82rem;padding:7px 12px}.field{display:block;margin:12px 0}.field span{display:block;font-size:.82rem;color:var(--muted);margin-bottom:4px}input[type=email],input[type=password],input[type=text],.input{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:12px;font-size:1rem;font-family:inherit;background:#fbfcff}input:focus,.input:focus{outline:none;border-color:var(--primary)}.range{width:100%;accent-color:var(--primary)}.form-error{background:#fdecec;color:#b23434;border-radius:10px;padding:10px 12px;font-size:.85rem;margin:10px 0}.badge{font-size:.72rem;font-weight:700;padding:3px 9px;border-radius:999px}.badge-bad{background:#fdecec;color:var(--bad)}.badge-ok{background:#e5f6ef;color:var(--ok)}.ok-text{color:var(--ok)}.loader,.loader-full{display:grid;place-items:center;padding:40px;min-height:120px}.loader-full{min-height:100dvh}.spinner{width:36px;height:36px;border:3.5px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:18px 8px}.empty-emoji{font-size:2.4rem;margin-bottom:4px}.empty p{color:var(--muted);font-size:.9rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#14182873;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:20px;padding:24px;max-width:340px;width:100%;text-align:center;animation:pop .18s ease-out}@keyframes pop{0%{transform:scale(.92);opacity:0}}.modal-emoji{font-size:2.6rem}.modal-actions{display:flex;flex-direction:column;gap:8px;margin-top:14px}.landing{max-width:720px;margin:0 auto;padding:0 18px 40px}.landing-top{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.hero{text-align:center;padding:30px 0 10px}.hero-badge{display:inline-block;font-size:.78rem;font-weight:700;background:#eef1fe;color:var(--primary);border-radius:999px;padding:5px 14px;margin-bottom:14px}.hero h1{font-size:2rem;margin:0 0 12px}.grad{background:linear-gradient(135deg,var(--primary),#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{color:var(--muted);font-size:1.02rem;max-width:460px;margin:0 auto 20px}.hero-cta{display:flex;flex-direction:column;gap:10px;align-items:center}.hero-note{color:var(--muted);font-size:.8rem;margin-top:14px}.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:36px 0}.feature{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.feature-icon{font-size:1.6rem}.feature h3{font-size:.95rem;margin:6px 0 4px}.feature p{color:var(--muted);font-size:.8rem;margin:0}.landing-tariffs h2{text-align:center}.tariff-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tariff-card{position:relative;padding:18px}.tariff-card h3{font-size:.9rem;color:var(--muted)}.tariff-price{font-size:1.5rem;font-weight:800;margin:6px 0 10px}.tariff-price span{font-size:.8rem;color:var(--muted);font-weight:500}.tariff-card ul{list-style:none;padding:0;margin:0 0 12px;font-size:.83rem;color:var(--ink)}.tariff-card li{padding:3px 0}.tariff-hot{border:2px solid var(--primary)}.tariff-flag{position:absolute;top:-10px;right:12px;background:var(--primary);color:#fff;font-size:.68rem;font-weight:700;border-radius:999px;padding:3px 10px}.landing-footer{text-align:center;padding:30px 0 0;display:flex;flex-direction:column;gap:12px;align-items:center}.landing-footer p{color:var(--muted);font-size:.82rem}.auth-screen{max-width:400px;margin:0 auto;padding:16px}.auth-back{display:inline-block;color:var(--muted);font-size:.9rem;margin:8px 0}.auth-card{padding:24px}.auth-hint{color:var(--muted);font-size:.85rem}.auth-alt{text-align:center;font-size:.88rem;color:var(--muted)}.home-cards{display:grid;gap:10px}.home-goal-top{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.home-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick{background:#fff;border:none;border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--ink)}.quick-icon{font-size:1.5rem}.today-plan-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.today-task{margin:10px 0 6px}.today-actions{display:flex;gap:8px;margin-top:12px}.today-actions .btn{flex:1}.subject-grid{display:flex;flex-direction:column;gap:10px}.subject-card{display:flex;gap:12px;align-items:center;cursor:pointer}.subject-head{display:flex;gap:12px;align-items:center;width:100%}.subject-emoji{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:1.4rem;flex-shrink:0}.subject-locked{opacity:.85}.usage-note{margin-top:14px}.subject-big-head{display:flex;gap:12px;align-items:center;cursor:pointer}.subject-big-title{flex:1}.chev{color:var(--muted);font-size:1.4rem;font-weight:300}.lock{color:var(--muted);font-size:.8rem;font-weight:600;white-space:nowrap}.theme-list{display:flex;flex-direction:column;margin-top:8px}.theme-row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-top:1px solid var(--line);cursor:pointer}.theme-num{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:800;flex-shrink:0}.theme-info{flex:1;min-width:0}.theme-info b{display:block;font-size:.92rem}.theme-bar{width:90px;flex-shrink:0}.theme-card{padding:12px 14px}.mastery{height:7px;border-radius:999px;background:#edf0f7;overflow:hidden}.mastery-fill{height:100%;border-radius:999px;transition:width .4s}.session-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:8px 0}.progress-track{height:6px;background:#edf0f7;border-radius:999px;overflow:hidden;margin:6px 0 12px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),#7c3aed);border-radius:999px;transition:width .3s}.theory-toggle{display:block;margin:8px 0}.theory-card{font-size:.9rem;color:#333a4d}.question-card{padding:18px}.question-text{font-size:1.02rem;font-weight:600;margin:0 0 14px}.options{display:flex;flex-direction:column;gap:8px}.option{display:flex;align-items:center;gap:10px;text-align:left;font-family:inherit;font-size:.93rem;padding:12px 14px;border:1.5px solid var(--line);border-radius:12px;background:#fbfcff;cursor:pointer;color:var(--ink)}.option:disabled{cursor:default}.option-letter{width:26px;height:26px;border-radius:8px;flex-shrink:0;display:grid;place-items:center;background:#eef1fe;color:var(--primary);font-weight:700;font-size:.8rem}.option-chosen{border-color:var(--primary);background:#f2f5ff}.option-correct{border-color:var(--ok);background:#e9f8f1}.option-correct .option-letter{background:var(--ok);color:#fff}.option-wrong{border-color:var(--bad);background:#fdf0f0}.option-wrong .option-letter{background:var(--bad);color:#fff}.option-mark{margin-left:auto;font-weight:800}.verdict{border-radius:12px;padding:12px 14px;margin-top:12px;font-size:.9rem}.verdict-ok{background:#e9f8f1}.verdict-bad{background:#fdf0f0}.verdict p{margin:6px 0 0}.advice{color:#7a5b00}.session-done{text-align:center;padding:26px 18px}.done-emoji{font-size:2.6rem}.exam-intro{text-align:center;padding:26px 18px}.exam-nav{display:flex;gap:8px;margin-top:14px}.exam-nav .btn{flex:1}.dots{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.dot{width:32px;height:32px;border-radius:9px;border:1.5px solid var(--line);background:#fff;font-family:inherit;font-size:.78rem;color:var(--muted);cursor:pointer}.dot-done{background:#eef1fe;color:var(--primary);border-color:#cdd7ff}.dot-cur{border-color:var(--primary);color:var(--primary);font-weight:700}.result-hero{text-align:center;padding:24px 18px}.score-ring{width:110px;height:110px;border-radius:50%;border:6px solid var(--primary);display:grid;place-items:center;margin:0 auto 10px;flex-direction:column}.score-num{font-size:2rem;font-weight:800}.score-cap{font-size:.72rem;color:var(--muted)}.verdict-card{padding:14px 16px}.verdict-head{display:flex;justify-content:space-between;margin-bottom:6px}.week-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.week-done .week-head b{color:var(--ok)}.week-check{width:26px;height:26px;border-radius:8px;flex-shrink:0;border:1.5px solid var(--line);display:grid;place-items:center;font-size:.85rem;color:#fff}.week-check.checked{background:var(--ok);border-color:var(--ok)}.chat-page{display:flex;flex-direction:column;min-height:calc(100dvh - 160px)}.subject-chips{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.chip-btn{border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--ink);cursor:pointer}.chip-btn.active{border-color:var(--primary);color:var(--primary);background:#eef1fe}.chip-btn-locked{color:var(--muted);border-style:dashed}.chat-window{flex:1;display:flex;flex-direction:column;gap:8px;padding:10px 2px 16px}.chat-hello{text-align:center;color:var(--muted);font-size:.9rem;padding:24px 12px}.quick-asks{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:14px}.bubble{max-width:88%;padding:11px 14px;border-radius:16px;font-size:.92rem;overflow-wrap:break-word}.bubble-ai{align-self:flex-start;background:#fff;box-shadow:var(--shadow);border-bottom-left-radius:5px}.bubble-user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:5px}.chat-input-card{padding:10px 12px;position:sticky;bottom:70px}.chat-form{display:flex;gap:8px}.chat-form input{flex:1}.chat-form .btn{padding:11px 16px}.chat-limit{text-align:right;margin-top:4px}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-card{text-align:center;padding:14px 8px}.stat-num{font-size:1.3rem;font-weight:800}.stat-cap{font-size:.72rem;color:var(--muted)}.bars{display:flex;align-items:flex-end;gap:5px;height:120px;padding-top:8px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.bar-stack{display:flex;flex-direction:column;justify-content:flex-end;width:100%;max-width:26px}.bar{width:100%;border-radius:3px}.bar-ok{background:var(--ok)}.bar-bad{background:#f4b8b8}.bar-label{font-size:.62rem;color:var(--muted)}.legend{display:flex;align-items:center;gap:6px;margin-top:10px}.legend-dot{width:10px;height:10px;border-radius:3px;display:inline-block;margin-left:10px}.exam-score{font-weight:800;font-size:1.1rem}.compare{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compare-col ul{list-style:none;padding:0;margin:8px 0 0;font-size:.82rem}.compare-col li{padding:4px 0}.compare-hot h3{color:var(--primary)}.premium-active{text-align:center;padding:26px 18px}.success-note{background:#e9f8f1;color:#0c6b45;font-size:.9rem}.muted-card{padding:12px 16px}.subject-checks{display:flex;flex-direction:column;gap:6px;margin:6px 0 14px}.check-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1.5px solid var(--line);border-radius:12px;cursor:pointer;font-size:.92rem}.check-row.is-locked{opacity:.6}.check-row input{accent-color:var(--primary);width:18px;height:18px}@media (min-width: 640px){.hero h1{font-size:2.4rem}.features{grid-template-columns:repeat(4,1fr)}.hero-cta{flex-direction:row;justify-content:center}.shell-main{padding-bottom:110px}}
