:root{--purple: #534AB7;--purple-l: #EEEDFE;--purple-b: #AFA9EC;--green: #3B6D11;--green-l: #EAF3DE;--amber: #854F0B;--amber-l: #FAEEDA;--red: #A32D2D;--red-l: #FCEBEB;--bg: #F7F6F2;--surface: #FFFFFF;--text: #1A1A1A;--text2: #6B6B6B;--text3: #A0A0A0;--level-a1-bg: #EAF3DE;--level-a1-text: #27500A;--level-a2-bg: #EEEDFE;--level-a2-text: #3C3489;--level-b1-bg: #FAEEDA;--level-b1-text: #633806;--level-b1p-bg: #FAECE7;--level-b1p-text: #4A1B0C;--level-b2-bg: #FCEBEB;--level-b2-text: #501313}*{box-sizing:border-box}body{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}#root{min-height:100vh}button{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-content{flex:1;padding:14px 16px 88px}.app-content--full{padding-bottom:14px;display:flex;flex-direction:column}.screen{display:flex;align-items:center;justify-content:center;min-height:60vh;background:var(--surface);border:1px solid rgba(0,0,0,.08);border-radius:16px;font-size:18px;font-weight:600}.btn-primary{width:100%;border:0;border-radius:14px;padding:14px;font-size:16px;font-weight:700;background:var(--purple);color:#eeedfe;cursor:pointer}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{width:100%;border-radius:14px;padding:14px;font-size:16px;font-weight:700;border:1px solid rgba(0,0,0,.1);background:var(--surface);color:var(--text2);cursor:pointer}.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px 20px;background:var(--surface);border-top:1px solid rgba(0,0,0,.08)}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;text-align:center;color:var(--text2);padding:10px 8px;border-radius:12px;font-size:13px;font-weight:700}.bottom-nav__item svg{width:22px;height:22px}.bottom-nav__item--active{color:var(--purple);background:var(--purple-l)}.onb-screen{display:flex;flex-direction:column;justify-content:center;gap:14px;flex:1}.onb-avatar-wrap{display:flex;justify-content:center;align-items:center;min-height:160px}.onb-avatar{width:80px;height:80px;border-radius:999px;object-fit:cover;border:2.5px solid var(--purple)}.onb-title{margin:0;text-align:center;font-size:36px;line-height:1.1;font-weight:800}.onb-subtitle{margin:0;text-align:center;font-size:15px;line-height:1.55;color:var(--text2)}.onb-speech{position:relative;margin:0;padding:14px 18px;background:var(--surface);border:1px solid rgba(0,0,0,.09);border-radius:18px;font-size:15px;line-height:1.6;color:var(--text2);text-align:center}.onb-speech:before{content:"";position:absolute;top:-9px;left:50%;transform:translate(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid rgba(0,0,0,.09)}.onb-speech:after{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--surface)}.onb-bubble{display:flex;gap:10px;padding:12px;border-radius:14px;border:1px solid var(--purple-b);background:var(--purple-l);color:#26215c;line-height:1.5;font-size:14px}.onb-bubble-avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;border:1px solid var(--purple-b);flex-shrink:0}.onb-bubble p{margin:0}.onb-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.onb-chip{background:var(--surface);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px 8px;text-align:center}.onb-chip strong{display:block;font-size:18px;font-weight:800}.onb-chip span{color:var(--text3);font-size:11px}.diag-screen{display:flex;flex-direction:column;gap:14px;flex:1}.diag-content{flex:1;position:relative;display:flex;align-items:center;padding-bottom:210px}.diag-body{width:100%}.diag-feedback-zone{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:16px;animation:fadeIn .2s ease}.diag-sticker-zone{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:8px}.diag-explanation-bubble{max-width:65%;margin:0;padding:11px 14px;background:var(--surface);border:1px solid rgba(0,0,0,.09);border-radius:18px 18px 4px;font-size:14px;line-height:1.55;color:var(--text2)}.diag-sticker-circle{flex-shrink:0;width:130px;height:130px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.diag-next-btn{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.diag-header{display:flex;align-items:center;gap:10px}.diag-back{width:32px;height:32px;border-radius:999px;border:1px solid rgba(0,0,0,.14);background:var(--surface);color:var(--text2);cursor:pointer}.diag-title-wrap{flex:1}.diag-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.diag-title{font-size:14px;font-weight:700}.diag-counter{font-size:12px;color:var(--text2)}.diag-progress{height:3px;border-radius:3px;background:#00000014;overflow:hidden}.diag-progress-fill{height:100%;background:var(--purple)}.diag-card{background:var(--surface);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:12px}.diag-meta-row{display:flex;gap:8px;align-items:center}.pill-level{border-radius:14px;padding:3px 10px;font-size:12px;font-weight:700}.pill-level-a1{background:var(--level-a1-bg);color:var(--level-a1-text)}.pill-level-a2{background:var(--level-a2-bg);color:var(--level-a2-text)}.pill-level-b1{background:var(--level-b1-bg);color:var(--level-b1-text)}.pill-level-b1p{background:var(--level-b1p-bg);color:var(--level-b1p-text)}.pill-level-b2{background:var(--level-b2-bg);color:var(--level-b2-text)}.diag-domain-chip{border-radius:14px;padding:3px 10px;font-size:12px;color:var(--text2);border:1px solid rgba(0,0,0,.12);background:var(--bg)}.diag-question{margin:0;font-size:20px;line-height:1.4}.diag-options{display:flex;flex-direction:column;gap:7px}.diag-option{border:1px solid rgba(0,0,0,.14);background:var(--bg);border-radius:12px;padding:11px 12px;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer}.diag-option:disabled{cursor:default}.diag-option-id{width:26px;height:26px;border-radius:999px;border:1px solid rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--text2);background:var(--surface)}.diag-option--correct{border-color:var(--green);background:var(--green-l)}.diag-option--wrong{border-color:var(--red);background:var(--red-l)}.diag-option--correct .diag-option-id{border-color:#3b6d1166;color:var(--green)}.diag-option--wrong .diag-option-id{border-color:#a32d2d73;color:var(--red)}.diag-option-text{font-size:15px}.feedback-bubble{display:flex;gap:8px;border-radius:12px;background:var(--purple-l);border:1px solid var(--purple-b);color:#26215c;padding:10px}.bubble-avatar{width:28px;height:28px;border-radius:999px;object-fit:cover;flex-shrink:0}.bubble-text{font-size:13px;line-height:1.55}.diag-loading{text-align:center;color:var(--text2);padding:24px 12px}.diag-inline-error{font-size:13px;line-height:1.45;color:var(--text2)}.result-screen{display:flex;flex-direction:column;gap:14px}.result-hero,.result-card,.result-stats{background:var(--surface);border:1px solid rgba(0,0,0,.08);border-radius:16px}.result-hero{padding:18px 16px;text-align:center}.result-ring-wrap{position:relative;width:140px;height:140px;margin:0 auto 14px}.result-ring{width:140px;height:140px;transform:rotate(-90deg)}.result-ring__track,.result-ring__fill{fill:none;stroke-width:12}.result-ring__track{stroke:#5c52be1f}.result-ring__fill{stroke:var(--purple);stroke-linecap:round}.result-ring__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.result-ring__content strong{font-size:34px;line-height:1}.result-ring__content span{margin-top:6px;font-size:14px;color:var(--text2)}.result-title{margin:0 0 8px;font-size:28px;line-height:1.1}.result-subtitle{margin:0;color:var(--text2);line-height:1.55}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:8px}.result-stat{padding:12px 8px;text-align:center}.result-stat strong{display:block;font-size:24px;margin-bottom:4px}.result-stat span{color:var(--text3);font-size:12px}.result-card{padding:16px}.result-card__head{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:14px}.result-card__head h2{margin:0;font-size:18px}.result-card__head span,.result-empty{color:var(--text2);font-size:14px}.result-empty{margin:0;line-height:1.5}.result-weak-list{display:flex;flex-direction:column;gap:12px}.result-weak-item__top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:7px}.result-weak-item__label{display:flex;gap:8px;align-items:center}.result-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.result-dot--danger,.result-bar__fill--danger{background:var(--red)}.result-dot--warn,.result-bar__fill--warn{background:#d0a228}.result-dot--ok,.result-bar__fill--ok{background:var(--green)}.result-bar{height:8px;border-radius:999px;background:#00000014;overflow:hidden}.result-bar__fill{height:100%;border-radius:inherit}.profile-screen{display:flex;flex-direction:column;gap:14px}.profile-hero,.profile-card{background:var(--surface);border:.5px solid rgba(0,0,0,.08);border-radius:18px}.profile-hero{padding:18px 16px}.profile-hero__top{display:flex;gap:14px;align-items:center;margin-bottom:16px}.profile-hero__top--centered{flex-direction:column;text-align:center}.profile-avatar{width:68px;height:68px;border-radius:999px;object-fit:cover;flex-shrink:0;background:#5c52be1f;border:2.5px solid var(--purple)}.profile-avatar--fallback{display:grid;place-items:center;font-size:24px;font-weight:800;color:var(--purple)}.profile-hero__copy h1{margin:2px 0 4px;font-size:17px;line-height:1.05}.profile-kicker,.profile-meta,.profile-next-test,.profile-card__head span,.profile-subtopic__copy span{margin:0;color:var(--text2)}.profile-kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.profile-meta,.profile-next-test,.profile-card__head span,.profile-subtopic__copy span{font-size:14px;line-height:1.45}.profile-meta--centered{color:var(--text3)}.profile-level{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.profile-level--proto{width:100%;margin-bottom:0}.profile-level__track-labels{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px;font-weight:700;color:var(--text2)}.profile-level__track{height:28px;background:#e0e0e0;border-radius:20px;overflow:hidden;border:2px solid #b8b5d8}.profile-level__fill{height:100%;min-width:54px;background:#4ae054;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--text);font-size:13px;font-weight:700}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:16px -16px -18px;background:#00000014}.profile-stat-cell{padding:12px 8px;text-align:center;background:var(--surface)}.profile-stat-cell strong{display:block;font-size:18px;font-weight:700}.profile-stat-cell span{display:block;margin-top:2px;font-size:10px;color:var(--text3)}.profile-next-test--hidden{display:none}.profile-level__head,.profile-card__head,.profile-accordion__summary,.profile-subtopic{display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-card{padding:16px}.profile-test-card{display:flex;align-items:center;gap:12px}.profile-test-card--available{border:1.5px solid var(--purple);background:var(--purple-l)}.profile-test-card__icon{width:34px;height:34px;border-radius:10px;background:var(--purple-l);border:1px solid var(--purple-b);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.profile-test-card__copy{flex:1}.profile-test-card__copy strong{display:block;margin-bottom:1px;font-size:13px}.profile-test-card__copy span{font-size:12px;color:var(--text2)}.profile-test-card__timer{font-size:12px;font-weight:600;color:var(--purple)}.profile-test-card__btn{flex-shrink:0;width:auto;padding:8px 14px;font-size:13px;white-space:nowrap}.profile-card__head{margin-bottom:14px;align-items:baseline}.profile-card__head h2{margin:0;font-size:18px}.profile-card__head span:empty{display:none}.profile-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-score-card,.badge-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px;background:#ffffffb3}.profile-score-card strong,.badge-card strong{display:block;font-size:14px;line-height:1.35}.profile-score-card span{display:block;margin-top:8px;font-size:22px;font-weight:800}.profile-section-label{margin:0;padding:10px 0 4px;font-size:10px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.07em}.profile-domain-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.profile-accordion-list{display:flex;flex-direction:column;gap:0}.profile-accordion{overflow:hidden;border-bottom:1px solid rgba(0,0,0,.08)}.profile-accordion:last-child{border-bottom:none}.profile-accordion__summary{list-style:none;cursor:pointer;padding:10px 0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:10px}.profile-accordion__summary::-webkit-details-marker{display:none}.profile-accordion__lead{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex-wrap:nowrap}.profile-accordion__title{min-width:0;flex:1;line-height:1.2}.profile-accordion__bar-fill.is-danger{background:#e24b4a}.profile-accordion__bar-fill.is-warn{background:#ef9f27}.profile-accordion__bar-fill.is-ok{background:#639922}.profile-accordion__center{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:56px}.profile-lock-pill{font-size:10px;font-weight:600;background:#0000000a;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:2px 7px;color:var(--text3);flex-shrink:0;white-space:nowrap}.profile-accordion__bar{width:56px;height:5px;background:#00000014;border-radius:3px;overflow:hidden}.profile-accordion__bar-fill{height:100%;border-radius:3px}.profile-accordion__meta{display:flex;align-items:center;gap:6px;align-self:center}.profile-accordion__score{font-size:11px;font-weight:600;color:var(--text2)}.profile-accordion__chevron{font-size:14px;color:var(--text2);transition:transform .2s ease}.profile-accordion[open] .profile-accordion__chevron{transform:rotate(180deg)}.profile-subtopics{display:flex;flex-direction:column;gap:0;padding:0 0 10px 18px}.profile-subtopic-row{display:flex;align-items:center;gap:7px;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.08)}.profile-subtopic-row:last-child{border-bottom:none}.profile-level-chip{font-size:10px;font-weight:700;padding:1px 6px;border-radius:5px}.profile-level-chip--a1{background:var(--green-l);color:var(--green)}.profile-level-chip--a2{background:var(--purple-l);color:var(--purple)}.profile-level-chip--b1{background:var(--amber-l);color:var(--amber)}.profile-level-chip--b1p{background:#faece7;color:#4a1b0c}.profile-level-chip--b2{background:var(--red-l);color:var(--red)}.profile-subtopic-row__label{flex:1;font-size:12px;color:var(--text2)}.profile-subtopic-row__label--locked{opacity:.5}.profile-subtopic-row__score{font-size:10px;font-weight:600;color:var(--red);min-width:40px;text-align:right}.profile-subtopic-row__dash{width:36px;height:4px;border-radius:2px;background:repeating-linear-gradient(90deg,rgba(0,0,0,.14) 0,rgba(0,0,0,.14) 3px,transparent 3px,transparent 6px);opacity:.5}.badge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.badge-grid-hint{margin:0 0 12px;font-size:13px;line-height:1.5;color:var(--text2)}.badge-grid--proto{grid-template-columns:repeat(4,1fr);gap:8px}.badge-item{display:flex;flex-direction:column;align-items:center;gap:4px}.badge-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.badge-icon--earned{background:var(--amber-l);border:1px solid #ef9f27}.badge-icon--locked{background:#0000000a;border:1px dashed rgba(0,0,0,.14);opacity:.45}.badge-label{font-size:10px;text-align:center;line-height:1.3;color:var(--text2)}.badge-label--earned{color:#412402;font-weight:600}.home-screen{display:flex;flex-direction:column;gap:14px;position:relative}.home-empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:28px 18px;border-radius:18px;background:var(--surface);border:.5px solid var(--border2)}.home-empty-icon{width:64px;height:64px;border-radius:20px;background:var(--purple-l);display:flex;align-items:center;justify-content:center;font-size:30px}.home-empty-title{margin:0;font-size:18px;font-weight:700;color:var(--text)}.home-empty-text{margin:0;font-size:14px;line-height:1.6;color:var(--text2)}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:20px}.tour-card{width:min(100%,340px);background:#fff;border-radius:22px;padding:18px 18px 20px;box-shadow:0 22px 50px #0003;text-align:center}.tour-skip{display:block;margin-left:auto;margin-bottom:10px;border:none;background:transparent;color:var(--text3);font-size:13px;font-family:inherit;cursor:pointer}.tour-icon{width:68px;height:68px;margin:0 auto 12px;border-radius:22px;background:var(--purple-l);display:flex;align-items:center;justify-content:center;font-size:32px}.tour-title{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--text)}.tour-text{margin:0;font-size:14px;line-height:1.6;color:var(--text2)}.tour-actions{display:flex;flex-direction:column;gap:14px;margin-top:18px}.tour-dots{display:flex;justify-content:center;gap:6px}.tour-dot{width:8px;height:8px;border-radius:999px;background:#00000024}.tour-dot--active{background:var(--purple)}.home-header{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.home-greeting{font-size:20px;font-weight:700;color:var(--text)}.home-streak-pill{display:flex;align-items:center;gap:4px;background:var(--surface);border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:4px 10px;font-size:13px}.home-streak-n{font-weight:700;color:var(--text)}.home-card{background:var(--surface);border:.5px solid var(--border, rgba(0, 0, 0, .08));border-radius:18px;overflow:hidden}.challenge-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 10px;font-size:14px;font-weight:600;color:var(--text)}.challenge-timer{font-size:12px;color:var(--text3)}.challenge-body{padding:0 16px 14px}.challenge-chip{display:inline-block;margin-bottom:10px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.challenge-chip--a1{background:var(--green-l, #e8f5e1);color:var(--green, #639922);border:.5px solid var(--green, #639922)}.challenge-chip--a2{background:var(--purple-l, #eeecfb);color:var(--purple, #5c52be);border:.5px solid var(--purple-b, #c5c0e8)}.challenge-chip--b1{background:var(--amber-l, #fef3e2);color:var(--amber, #ef9f27);border:.5px solid var(--amber, #ef9f27)}.challenge-chip--b1p{background:#faece7;color:#a63d20;border:.5px solid #c7845e}.challenge-chip--b2{background:var(--red-l, #fdeaea);color:var(--red, #e24b4a);border:.5px solid var(--red, #e24b4a)}.challenge-question{font-size:15px;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:12px}.challenge-opts{display:flex;flex-direction:column;gap:8px}.challenge-opt{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:var(--surface);cursor:pointer;transition:background .15s}.challenge-opt:active{background:var(--purple-l, #eeecfb)}.challenge-opt--correct{background:#e8f5e1;border-color:#639922}.challenge-opt--wrong{background:#fdeaea;border-color:#e24b4a}.challenge-opt--disabled{pointer-events:none;opacity:.7}.challenge-opt__letter{width:26px;height:26px;border-radius:8px;background:var(--purple-l, #eeecfb);color:var(--purple, #5c52be);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.challenge-feedback{margin-top:12px;padding:10px 12px;background:#00000008;border-radius:10px;font-size:13px;color:var(--text2);line-height:1.45}.challenge-done{padding:20px 16px;text-align:center;font-size:14px;color:var(--text2)}.challenge-skeleton{padding:14px 16px;display:flex;flex-direction:column;gap:10px}.challenge-skeleton__line{height:14px;border-radius:7px;background:#0000000f}.phrase-body{display:flex;gap:12px;padding:14px 16px;align-items:flex-start}.phrase-avatar{width:44px;height:44px;border-radius:50%;background:var(--purple-l, #eeecfb);border:1.5px solid var(--purple-b, #c5c0e8);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:20px}.phrase-text{font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px}.phrase-translation{font-size:12px;color:var(--text2);margin-bottom:10px}.phrase-listen-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:20px;background:var(--purple, #5c52be);border:none;cursor:pointer;font-size:12px;font-weight:600;color:#eeedfe;font-family:inherit}.recommendation-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:.5px solid var(--border, rgba(0, 0, 0, .08));border-radius:18px;cursor:pointer;text-decoration:none}.recommendation-thumb{width:56px;height:40px;border-radius:9px;background:linear-gradient(135deg,#2d1b69,var(--purple, #5c52be));flex-shrink:0;display:flex;align-items:center;justify-content:center}.recommendation-thumb__play{width:22px;height:22px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center}.recommendation-copy{flex:1;min-width:0}.recommendation-copy__title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:2px}.recommendation-copy__meta{font-size:11px;color:var(--text3)}.recommendation-chevron{color:var(--text3);font-size:18px;line-height:1}.test-splash{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:20px 20px 80px}.test-splash__icon{width:68px;height:68px;border-radius:22px;background:var(--purple-l);display:flex;align-items:center;justify-content:center;font-size:30px}.test-splash__badge{background:var(--purple-l);border:.5px solid var(--purple-b, #5b21b6);border-radius:20px;padding:4px 13px;font-size:11px;font-weight:700;color:var(--purple)}.test-splash__title{margin:0;font-size:20px;font-weight:700;color:var(--text);line-height:1.25}.test-splash__desc{margin:0;font-size:14px;color:var(--text2);line-height:1.6}.test-splash__stats{display:flex;gap:8px;width:100%}.test-splash__stat{flex:1;background:var(--surface2);border-radius:12px;padding:11px 8px;text-align:center}.test-splash__stat-num{font-size:16px;font-weight:700;color:var(--text)}.test-splash__stat-lbl{font-size:10px;color:var(--text3);margin-top:2px}.test-splash__quote{display:flex;gap:10px;align-items:flex-start;text-align:left;width:100%;background:var(--surface2);border-radius:14px;padding:12px}.test-splash__quote-av{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:20px}.test-splash__quote-text{font-size:13px;color:var(--text2);line-height:1.5}.debug-panel{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff6dfe6;border:1px dashed #d0a228;border-radius:16px}.debug-panel__head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.debug-panel__head strong{font-size:14px}.debug-panel__head span{font-size:12px;color:var(--text2)}.debug-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.debug-btn{border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:9px 12px;background:#fffaf0;color:var(--text);font-size:13px;font-weight:700}.debug-btn:disabled{opacity:.55}.learn-screen{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding-bottom:80px}.learn-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px}.learn-header h2{margin:0;font-size:20px;font-weight:700;color:var(--text)}.learn-count{font-size:12px;color:var(--text3)}.learn-filters{overflow-x:auto;scrollbar-width:none;padding:0 16px 10px}.learn-filters::-webkit-scrollbar{display:none}.learn-filters__row{display:flex;gap:6px;width:max-content}.learn-chip{padding:6px 13px;border-radius:20px;font-size:12px;font-weight:600;background:var(--surface);color:var(--text2);border:.5px solid var(--border2);cursor:pointer;font-family:inherit}.learn-chip--active{background:var(--purple);color:#eeedfe;border-color:var(--purple)}.learn-section-label{padding:10px 16px 6px;font-size:10px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;margin:0}.learn-scroll{overflow-x:auto;scrollbar-width:none;padding:0 16px 12px}.learn-scroll::-webkit-scrollbar{display:none}.learn-row{display:flex;gap:10px;width:max-content}.learn-empty-state{margin:8px 16px 14px;padding:26px 18px;border-radius:18px;background:var(--surface);border:.5px solid var(--border2);text-align:center}.learn-empty-icon{width:64px;height:64px;margin:0 auto 12px;border-radius:20px;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:30px}.learn-empty-title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--text)}.learn-empty-text{margin:0;font-size:14px;line-height:1.6;color:var(--text2)}.lcard{width:155px;flex-shrink:0;background:var(--surface);border-radius:14px;border:.5px solid var(--border2);overflow:hidden;cursor:pointer}.lcard-thumb{position:relative;height:88px;display:flex;align-items:center;justify-content:center}.lcard-level-badge{position:absolute;top:7px;left:8px;font-size:10px;font-weight:700;padding:2px 7px;border-radius:6px}.lcard-level-badge--a1{background:var(--green-l);color:var(--green)}.lcard-level-badge--a2{background:var(--purple-l);color:var(--purple)}.lcard-level-badge--b1{background:var(--amber-l);color:var(--amber)}.lcard-level-badge--b1p,.lcard-level-badge--b2{background:#faece7;color:#7c3aed}.lcard-play{width:28px;height:28px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff}.lcard-done-badge{position:absolute;top:7px;right:8px;background:#0009;border-radius:5px;padding:2px 6px;font-size:9px;color:#c0dd97;font-weight:600}.lcard-body{padding:9px 10px}.lcard-title{font-size:12px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:3px}.lcard-meta{font-size:10px;color:var(--text3)}.waitlist-card{width:155px;flex-shrink:0;background:var(--surface);border-radius:14px;border:.5px dashed var(--border2);overflow:hidden}.waitlist-thumb{height:88px;background:var(--surface2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.waitlist-badge{font-size:11px;font-weight:600;color:var(--amber);background:var(--amber-l);border:.5px solid var(--amber-b, #7a4f00);border-radius:10px;padding:2px 8px}.waitlist-body{padding:9px 10px}.waitlist-title{font-size:12px;font-weight:600;color:var(--text2);line-height:1.35;margin-bottom:3px}.waitlist-meta{font-size:10px;color:var(--text3)}.waitlist-btn{margin:0 10px 10px;width:calc(100% - 20px);padding:6px;border-radius:8px;border:.5px solid var(--border2);background:transparent;font-size:11px;color:var(--text2);cursor:pointer;font-family:inherit}.waitlist-btn--subscribed{background:var(--purple-l);color:var(--purple);border-color:var(--purple-b, #5b21b6)}.lesson-player{display:flex;flex-direction:column;flex:1;overflow-y:auto}.lesson-nav-bar{display:flex;align-items:center;gap:10px;padding:8px 16px 10px}.lesson-back{width:30px;height:30px;border-radius:50%;background:var(--surface2);border:.5px solid var(--border2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.lesson-nav-info{flex:1;min-width:0}.lesson-nav-title{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lesson-nav-sub{font-size:11px;color:var(--text3)}.lesson-level-pill{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}.lesson-level-pill--a1{background:var(--green-l);color:var(--green)}.lesson-level-pill--a2{background:var(--purple-l);color:var(--purple)}.lesson-level-pill--b1{background:var(--amber-l);color:var(--amber)}.lesson-level-pill--b1p,.lesson-level-pill--b2{background:#faece7;color:#7c3aed}.yt-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.yt-wrap iframe{width:100%;height:100%;border:none}.yt-label{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:4px;background:#00000080;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;color:#fff}.lesson-content{padding:14px 16px 80px}.lesson-title{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--text)}.lesson-meta-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.lesson-meta-pill{background:var(--surface2);border:.5px solid var(--border2);border-radius:20px;padding:3px 10px;font-size:11px;color:var(--text2)}.lesson-exercises{display:flex;flex-direction:column;gap:12px}.lesson-ex-header{display:flex;align-items:center;justify-content:space-between}.lesson-ex-title{font-size:13px;font-weight:600;color:var(--text)}.lesson-ex-counter{font-size:11px;color:var(--text3)}.lesson-ex-dots{display:flex;gap:4px}.lesson-ex-dot{width:8px;height:8px;border-radius:50%;background:var(--border2)}.lesson-ex-dot--current{background:var(--purple)}.lesson-ex-dot--done{background:var(--green)}.lesson-ex-dot--wrong{background:var(--red, #e53e3e)}.lesson-ex-type{font-size:10px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.lesson-ex-question{font-size:15px;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:14px}.lesson-ex-opts{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.lesson-ex-feedback{font-size:13px;color:var(--text2);line-height:1.5;padding:10px 12px;background:var(--surface2);border-radius:10px;margin-top:8px}.lesson-done{text-align:center;padding:20px 0;font-size:16px;font-weight:700;color:var(--text)}.lesson-score{font-size:14px;color:var(--text2);margin-top:4px}.lesson-ex-next-btn{margin-top:12px;padding:12px;border-radius:12px;background:var(--purple);color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;width:100%;font-family:inherit}
