:root{--purple:#9047ff;--purple-2:#9047ff;--purple-bubble:#9047ff;--blue-soft:#bfe6f2;--blue-soft-2:#a9dcee;--ink:#171326;--muted:#8b8a97;--page-bg:#0c0a14;--footer-bg:#14101f;--card-radius:22px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}img,video,canvas{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}html,body,#root{height:100%}body{background:var(--page-bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button,input,select,textarea{font-family:inherit}.app{min-height:100%}.screen{background:var(--page-bg);flex-direction:column;gap:0;min-height:100vh;padding:0;display:flex}.card{background:#f4f5f7;border-radius:0;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.card--plain{background:#fff}.logo{letter-spacing:-.02em;white-space:nowrap;font-size:20px;font-weight:800}.lang-selector{color:var(--ink);cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .15s;display:inline-flex;box-shadow:0 6px 18px #00000014}.lang-selector:hover{transform:translateY(-1px)}.lang-selector .chev{color:var(--muted);transition:transform .18s;display:inline-flex}.lang-selector .chev--open{transform:rotate(90deg)}.lang-wrap{z-index:20;position:relative}.lang-menu{background:#fff;border:1px solid #eee;border-radius:14px;min-width:180px;margin:0;padding:6px;list-style:none;animation:.16s both lang-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #1713262e}@keyframes lang-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-option{width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;transition:background .12s;display:flex}.lang-option:hover{background:#f4f2fa}.lang-option--active{color:var(--purple);background:#f0ebff}.hero-header{z-index:3;justify-content:space-between;align-items:center;padding:26px 30px;display:flex;position:absolute;inset:0 0 auto}.hero-header .logo{color:#fff}.hero-header__right{align-items:center;gap:12px;display:flex}.socials{align-items:center;gap:8px;display:flex}.social-pill{color:#c13584;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:44px;min-height:44px;padding:8px 13px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:0 6px 18px #0000001a}.social-pill span{color:var(--ink)}.social-pill:hover,.social-round:hover{transform:translateY(-1px)}.social-round{color:#2ca5e0;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #0000001a}.social-round--wa{color:#25d366}.hero{background-position:50% 38%;background-size:cover;flex:1;justify-content:center;align-items:flex-start;display:flex;position:relative}.hero:before{content:"";z-index:1;background:linear-gradient(#263e788c 0%,#263e781f 22%,#0000 45%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;max-width:720px;padding:92px 24px 0;position:relative}.hero__title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 24px #00000040;font-size:clamp(30px,4vw,48px);font-weight:800;line-height:1.08}.hero__subtitle{color:#ffffffeb;text-shadow:0 2px 14px #0000004d;margin-top:16px;font-size:clamp(14px,1.3vw,17px);font-weight:500}.cta{background:#fff;border-radius:999px;gap:8px;margin-top:28px;padding:8px;display:inline-flex;box-shadow:0 18px 40px #0003}.btn{cursor:pointer;border:none;border-radius:999px;padding:15px 40px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,filter .15s}.btn:hover{transform:translateY(-1px)}.btn--primary{color:#fff;background:#9047ff;box-shadow:0 10px 22px #7c3aed66}.btn--primary:hover{filter:brightness(1.05)}.btn--secondary{color:#1f6f8b;background:var(--blue-soft)}.btn--secondary:hover{background:var(--blue-soft-2)}.reg-header{justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.reg-header__left{align-items:center;gap:16px;display:flex}.reg-header .logo{color:var(--purple)}.back-btn{color:#2ca5e0;cursor:pointer;background:#cfeafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s,background .15s;display:inline-flex}.back-btn:hover{background:#bfe1fa;transform:translate(-2px)}.reg-body{flex:1;justify-content:center;padding:20px 24px 40px;display:flex}.reg-inner{width:100%;max-width:640px}.reg-title{letter-spacing:-.02em;font-size:26px;font-weight:800}.reg-subtitle{color:var(--muted);margin-top:6px;margin-bottom:22px;font-size:14px}.chat{background:#fff;border:1px solid #f0f0f3;border-radius:20px;flex-direction:column;min-height:320px;display:flex;box-shadow:0 18px 50px #17132614}.chat__scroll{flex:1;max-height:44vh;padding:22px 22px 8px;overflow-y:auto}.chat__author{align-items:center;gap:12px;margin-bottom:16px;display:flex}.chat__avatar{object-fit:cover;object-position:center top;background:linear-gradient(135deg,#ffe0b3,#ffd1e8);border-radius:50%;flex-shrink:0;width:42px;height:42px}.chat__name{font-size:15px;font-weight:700}.chat__role{color:var(--muted);font-size:12.5px}.chat__messages{flex-direction:column;gap:10px;display:flex}.bubble{word-break:break-word;border-radius:16px;max-width:78%;padding:11px 16px;font-size:14px;font-weight:500;line-height:1.35}.bubble--dexter{background:var(--purple-bubble);color:#fff;border-bottom-left-radius:6px;align-self:flex-start}.bubble--me{color:#fff;background:linear-gradient(135deg,#ff8a3d 0%,#ff6f3c 100%);border-bottom-right-radius:6px;align-self:flex-end;box-shadow:0 6px 16px #ff6f3c47}.bubble--typing{align-items:center;gap:5px;padding:14px 16px;display:inline-flex}.bubble--typing .dot{background:#ffffffe6;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typing-bounce}.bubble--typing .dot:nth-child(2){animation-delay:.15s}.bubble--typing .dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.send-btn:disabled{opacity:.55;cursor:default;filter:none;transform:none}.auth{flex-direction:column;gap:12px;padding:14px 22px 24px;animation:.35s both auth-in;display:flex}@keyframes auth-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth{animation:none}}.auth-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff8a3d 0%,#ff6f3c 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,filter .15s;display:flex;box-shadow:0 8px 20px #ff6f3c4d}.auth-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.auth-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:14px 12px;font-family:inherit;font-size:13.5px;font-weight:700;transition:transform .15s,filter .15s,background .15s;display:flex}.auth-btn:hover{transform:translateY(-1px)}.auth-btn--apple{color:#fff;background:#111114}.auth-btn--apple:hover{filter:brightness(1.25)}.auth-btn--google{color:#1f1f1f;background:#f1f1f4}.auth-btn--google:hover{background:#e8e8ee}.auth-btn:disabled{opacity:.5;cursor:default;transform:none}.google-slot{justify-content:center;align-items:center;min-height:44px;display:flex}.google-slot--center{margin-top:4px}.auth-divider{color:var(--muted);align-items:center;gap:12px;margin:14px 0 10px;font-size:12.5px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e6e4ef;flex:1;height:1px}@media (max-width:480px){.auth-row{grid-template-columns:1fr}}.form-inner{width:100%;max-width:420px;margin:0 auto;padding-top:30px}.form-card{text-align:center;flex-direction:column;display:flex}.form-title{letter-spacing:-.02em;text-wrap:balance;font-size:28px;font-weight:800;line-height:1.12}.form-sub{color:var(--muted);margin-top:12px;margin-bottom:26px;font-size:14px;line-height:1.4}.phone-field{background:#f6f6f8;border:1.5px solid #ececf1;border-radius:14px;align-items:center;gap:10px;padding:14px 16px;transition:border-color .15s;display:flex}.phone-field:focus-within{border-color:#b79cf5}.phone-flag{flex-shrink:0;display:inline-flex}.phone-prefix{color:var(--ink);flex-shrink:0;font-size:16px;font-weight:600}.phone-field input{letter-spacing:.02em;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px;font-weight:600}.phone-field input::placeholder{color:#b7b6c1;font-weight:500}.phone-country{flex-shrink:0;position:relative}.phone-country__btn{cursor:pointer;background:0 0;border:none;border-right:1.5px solid #e4e3ea;align-items:center;gap:6px;margin-right:4px;padding:4px 10px 4px 2px;font-family:inherit;display:inline-flex}.phone-country__flag{font-size:20px;line-height:1}.phone-country__dial{color:var(--ink);font-size:16px;font-weight:600}.phone-country__chev{color:#9b99a8;transition:transform .15s;display:inline-flex;transform:rotate(90deg)}.phone-country__chev.is-open{transform:rotate(-90deg)}.phone-country__menu{z-index:20;background:#fff;border:1px solid #ececf1;border-radius:14px;width:280px;max-height:320px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 12px);left:-12px;overflow-y:auto;box-shadow:0 18px 44px #18102829}.phone-country__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;transition:background .12s;display:flex}.phone-country__item:hover{background:#f5f2fe}.phone-country__item.is-active{background:#f1eeff}.phone-country__name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:600;overflow:hidden}.phone-country__code{color:var(--muted);flex-shrink:0;font-size:14px;font-weight:600}.form-primary{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:14px;margin-top:18px;padding:15px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,filter .15s,opacity .15s;box-shadow:0 10px 24px #7c3aed52}.form-primary:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.form-primary:disabled{opacity:.5;cursor:default}.form-note{color:#a6a5b2;margin-top:16px;font-size:12px;line-height:1.45}.form-note--center{text-align:center}.form-note a{color:var(--purple);text-underline-offset:2px;text-decoration:underline}.form-error{color:#e5484d;margin-top:14px;font-size:13px;font-weight:600}.otp-row{justify-content:center;gap:14px;margin:6px 0 4px;display:flex}.otp-box{text-align:center;width:62px;height:68px;color:var(--ink);background:#fbfbfc;border:1.5px solid #e6e6ec;border-radius:16px;outline:none;font-family:inherit;font-size:28px;font-weight:700;transition:border-color .15s,box-shadow .15s,color .15s}.otp-box::placeholder{color:#c9c9d2}.otp-box--filled{border-color:#c9b4f7}.otp-box:focus{border-color:#9047ff;box-shadow:0 0 0 3px #7c3aed24}@media (max-width:480px){.otp-box{width:54px;height:60px;font-size:24px}}.btn-later{background:var(--blue-soft);color:#1f6f8b;cursor:pointer;border:none;border-radius:14px;padding:14px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .15s,background .15s}.btn-later:hover{background:var(--blue-soft-2);transform:translateY(-1px)}.success-center{flex-direction:column;justify-content:center;align-items:center;min-height:40vh;display:flex}.success-badge{color:#fff;background:linear-gradient(135deg,#34d399 0%,#10b981 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 22px;animation:.4s cubic-bezier(.2,.9,.3,1.3) both pop-in;display:flex;box-shadow:0 12px 28px #10b98159}.success-badge--sm{background:#9047ff;width:46px;height:46px;margin-bottom:18px;box-shadow:0 10px 24px #7c3aed59}@keyframes pop-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.success-badge{animation:none}}.chat__input{background:#f6f6f8;border-radius:14px;align-items:center;gap:12px;margin:8px;padding:14px;display:flex}.chat__input input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.chat__input input::placeholder{color:#a6a5b2}.send-btn{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:999px;align-items:center;gap:8px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .15s,filter .15s;display:inline-flex;box-shadow:0 8px 18px #7c3aed59}.send-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.footer{background:var(--footer-bg);border-radius:0;grid-template-columns:1fr auto 1fr;align-items:center;height:62px;padding:0 34px;display:grid}.footer .logo{color:#fff;justify-self:start}.footer-link{color:#ffffffd9;text-underline-offset:3px;justify-self:center;padding:12px 8px;font-size:14px;text-decoration:underline;display:inline-block}.footer-link:hover{color:#fff}.footer-copy{color:#ffffffb3;justify-self:end;font-size:13.5px}@media (max-width:720px){.screen{gap:0;padding:0}.hero-header{flex-direction:column;align-items:flex-start;gap:12px;padding:18px}.social-pill span{display:none}.hero__content{padding-top:150px}.cta{border-radius:30px;flex-direction:column;gap:12px;width:calc(100% - 32px);padding:12px}.btn{width:100%}.footer{display:none}}.test-header{justify-content:center;align-items:center;gap:12px;padding:22px 24px;display:flex;position:relative}.test-close{color:#2ca5e0;cursor:pointer;background:#cfeafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex;position:absolute;top:50%;left:26px;transform:translateY(-50%)}.test-close:hover{background:#bfe1fa}.test-title{color:var(--ink);font-size:17px;font-weight:700}.test-body{flex:1;justify-content:center;padding:8px 24px 40px;display:flex}.test-inner{width:100%;max-width:560px}.test-count{text-align:center;color:var(--purple);margin-bottom:16px;font-size:14px;font-weight:700}.meter{max-width:460px;margin:0 auto 26px}.meter-track{background:#ece9f6;border-radius:999px;height:6px;position:relative}.meter-fill{background:#9047ff;border-radius:999px;height:100%;transition:width .5s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0}.meter-thumb{background:#9047ff;border:3px solid #fff;border-radius:50%;width:16px;height:16px;transition:left .5s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #7c3aed80}.meter-labels{height:18px;margin-top:10px;position:relative}.meter-labels span{color:#9b9aa8;font-size:12px;font-weight:600;position:absolute;transform:translate(-50%)}.test-passage{margin-bottom:16px}.test-passage__label{color:var(--ink);margin-bottom:6px;font-size:13px;font-weight:700}.test-passage p{color:#6c6b78;font-size:13.5px;line-height:1.55}.test-prompt{color:#6c6b78;margin-bottom:8px;font-size:13.5px}.test-question{color:var(--ink);text-wrap:balance;margin-bottom:18px;font-size:16px;font-weight:700;line-height:1.35}.test-options{flex-direction:column;gap:12px;display:flex}.option{text-align:left;color:var(--ink);cursor:pointer;background:#fff;border:1.5px solid #eee;border-radius:14px;padding:15px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s,border-color .15s,transform .1s;box-shadow:0 4px 14px #1713260d}.option:hover:not(:disabled){border-color:#d9cdf7;transform:translateY(-1px)}.option:disabled{cursor:default}.option--selected{color:#fff;background:#9047ff;border-color:#0000}.option--correct{color:#fff;background:#34a853;border-color:#0000}.option--wrong{color:#fff;background:#e5675f;border-color:#0000}.test-check{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:14px;min-width:220px;margin:26px auto 0;padding:15px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,filter .15s;display:block;box-shadow:0 10px 24px #7c3aed4d}.test-check:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.test-check:disabled{color:#c3b6ec;cursor:default;box-shadow:none;background:#ece7fb}.test-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 24px;display:flex}.spinner{border:4px solid #ece9f6;border-top-color:#9047ff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.result-badge{color:#fff;background:#9047ff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:34px;font-weight:800;animation:.4s cubic-bezier(.2,.9,.3,1.3) both pop-in;display:flex;box-shadow:0 14px 32px #7c3aed66}.result-btn{min-width:220px;margin-top:6px}@media (max-width:480px){.test-title{font-size:15px}.meter-labels span{font-size:11px}}.result-wrap{justify-content:center;width:100%;padding-top:10px;display:flex}.result-card{text-align:center;color:#fff;background:#9047ff;border-radius:28px;width:100%;max-width:420px;padding:34px 30px 30px;box-shadow:0 24px 60px #7c3aed59}.result-heading{letter-spacing:-.02em;font-size:30px;font-weight:800}.result-caption{opacity:.9;margin-top:4px;font-size:14px}.result-seal{width:190px;height:190px;margin:22px auto 26px;position:relative}.result-seal svg{filter:drop-shadow(0 8px 20px #0000001f);width:100%;height:100%;animation:.45s cubic-bezier(.2,.9,.3,1.3) both pop-in}.result-level{color:var(--purple);letter-spacing:-.01em;justify-content:center;align-items:center;font-size:46px;font-weight:800;display:flex;position:absolute;inset:0}.result-stats{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px;display:grid}.rstat{background:#fff;border-radius:18px;padding:16px 12px}.rstat-top{justify-content:center;align-items:center;gap:8px;display:flex}.rstat-ic{display:inline-flex}.rstat-ic--red{color:#e5675f}.rstat-ic--green{color:#34a853}.rstat-num{font-size:22px;font-weight:800}.rstat-num--red{color:#e5675f}.rstat-num--green{color:#34a853}.rstat-label{margin-top:4px;font-size:12.5px;font-weight:600;line-height:1.25}.rstat-label--red{color:#e5675f}.rstat-label--green{color:#34a853}.result-continue{width:100%;color:var(--purple);cursor:pointer;background:#fff;border:none;border-radius:14px;padding:16px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,background .15s}.result-continue:hover{background:#f4f0ff;transform:translateY(-1px)}.kd-screen{min-height:100vh;position:relative}.kd-bg{z-index:0;background:linear-gradient(#efe8ff 0%,#f7f4ff 40%,#fff 100%);position:fixed;inset:0}.kd-list{z-index:1;max-width:460px;padding:118px 20px calc(120px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:22px;margin:0 auto;display:flex;position:relative}.kd-map{z-index:1;justify-content:center;min-height:100vh;padding:110px 0 130px;display:flex;position:relative;overflow:auto}.kd-map img{object-fit:contain;width:100%;max-width:900px;height:auto}.kd-card{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0;animation:.38s both kd-in;display:block}.kd-card:disabled{cursor:default}@keyframes kd-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.kd-card__img{aspect-ratio:16/10;background:#efe8ff;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 14px 32px #17132624}.kd-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.kd-card:not(:disabled):hover .kd-card__img img{transform:scale(1.03)}.kd-card__img--locked img{filter:brightness(.55)saturate(.85)}.kd-locked{color:#9047ff;background:#fff;border-radius:30px;align-items:center;gap:7px;width:max-content;height:max-content;margin:auto;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex;position:absolute;inset:0;box-shadow:0 6px 18px #0003}.kd-card__row{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.kd-card__name{color:#171326;font-size:18px;font-weight:700}.kd-badge{color:#fff;background:#9047ff;border-radius:14px;flex-shrink:0;padding:6px 12px;font-size:12.5px;font-weight:700}.kd-progress{background:#f2ecff;border-radius:6px;height:6px;margin-top:8px;overflow:hidden}.kd-progress__fill{background:#9047ff;border-radius:6px;height:100%;transition:width .5s}.kd-hud{z-index:5;flex-direction:column;gap:8px;max-width:460px;margin:0 auto;padding:14px 16px 0;display:flex;position:fixed;top:0;left:0;right:0}.kd-hud__row{justify-content:space-between;align-items:center;display:flex}.kd-hud__right{align-items:center;gap:10px;display:flex}.kd-profile{background:#fffffff0;border-radius:60px;align-items:center;gap:10px;padding:8px 16px 8px 8px;display:inline-flex;box-shadow:0 2px 8px #00000024}.kd-avatar{color:#fff;background:#9047ff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:800;display:inline-flex}.kd-profile__name{color:#171326;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:14px;font-weight:700;overflow:hidden}.kd-toggle{background:#fffffff0;border-radius:40px;gap:4px;padding:5px;display:inline-flex;box-shadow:0 2px 8px #00000024}.kd-toggle button{color:#9047ff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,color .15s;display:inline-flex}.kd-toggle button.on{color:#fff;background:#9047ff}.kd-chip{background:#fffffff0;border-radius:20px;align-items:center;gap:8px;padding:6px 18px 6px 12px;display:inline-flex;box-shadow:0 2px 8px #00000024}.kd-chip img{object-fit:contain;width:24px;height:24px}.kd-flame{filter:grayscale()brightness(1.4)}.kd-chip__num{color:#504b4b;font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.kd-chip__num--coin,.kd-chip__num--hot{color:#ea4f4f}.kd-levelpill{left:50%;bottom:calc(19px + env(safe-area-inset-bottom,0px));z-index:5;background:#fffffff5;border-radius:22px;align-items:center;gap:12px;width:calc(100% - 32px);max-width:428px;padding:12px 14px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #17132629}.kd-role-ic{object-fit:contain;flex-shrink:0;width:40px;height:40px}.kd-levelpill__text{color:#504b4b;flex:1;font-size:14px}.kd-levelpill__text b{color:#171326;font-weight:800}.kd-levelpill__cefr{color:#fff;background:#9047ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.learn{background:#f4f5f7;flex-direction:column;min-height:100vh;display:flex}.learn__body{flex:1;align-items:stretch;min-height:0;display:flex}.learn__main{background:#fff;flex:1;min-width:0;overflow:auto}.vocab__frame{border:0;width:100%;height:100%;min-height:720px;display:block}.vc .v-ovw-cta{padding:12px 34px 2px}.vc .v-ovw-stat .v-k{padding-right:30px}.vc .v-ovw-cta .v-btn{max-width:360px;margin:0 auto}.vc .v-ovw-more{border:1px solid var(--line);border-radius:var(--r);width:100%;color:var(--violet);background:#fff;margin:4px 0 6px;padding:11px 12px;font-size:13.5px;font-weight:800;transition:border-color .15s,background-color .15s;display:block}.vc .v-ovw-more:hover{border-color:var(--line-hover);background:var(--violet-50)}@media (max-width:640px){.vc .v-ovw-cta{padding-left:18px;padding-right:18px}}.vc .v-mem-grid.v-mem-open{grid-auto-rows:1fr;align-items:stretch}.vc .v-mem-open .v-mem{perspective:none;text-align:center;border:1.5px solid var(--line);border-radius:var(--r);min-height:74px;color:var(--ink);overflow-wrap:anywhere;background:#fff;place-items:center;padding:10px 12px;font-size:14.5px;font-weight:700;line-height:1.3;transition:border-color .15s,background-color .15s;display:grid}.vc .v-mem-open .v-mem:before{content:none}.vc .v-mem-open .v-mem:hover{border-color:var(--line-hover)}.vc .v-mem-open .v-mem.v-sel{border-color:var(--violet);background:#faf8ff}.vc .v-mem-open .v-mem.v-no{border-color:var(--red);background:var(--red-50)}.vc .v-mem-open .v-mem.v-done{border-color:var(--green);background:var(--green-50);color:var(--green);cursor:default;animation:none}@media (max-width:640px){.vc .v-mem-grid.v-mem-open{grid-template-columns:repeat(2,1fr)}}.sb{background:#fff;border-right:1px solid #efeef4;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:20px;width:272px;height:100vh;padding:30px 17px 30px 15px;display:flex;position:sticky;top:0;overflow-y:auto}.sb__logo{padding:0 2px}.sb__logo .logo{color:var(--purple);font-size:19px}.sb__profile{cursor:pointer;text-align:left;background:#f8f8f8;border:none;border-radius:12px;align-items:center;gap:10px;padding:10px;transition:background .15s;display:flex}.sb__profile:hover{background:#f1eeff}.sb__avatar{color:#fff;background:#9047ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:800;display:inline-flex}.sb__profile-text{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.sb__profile-text b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.sb__profile-text span{color:var(--muted);font-size:13px}.sb__profile-chev{color:#c4c2d0;display:inline-flex}.sb__nav{flex-direction:column;gap:4px;display:flex}.sb__item{color:var(--purple);cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:10px;padding:16px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:background .15s,color .15s;display:flex}.sb__item svg{flex-shrink:0}.sb__item:hover{background:#f5f2fe}.sb__item--active,.sb__item--active:hover{color:#fff;background:#9047ff}.sb__spacer{flex:0 0 16px}.sb__role{background:#f8f8f8;border:none;border-radius:50px;align-items:center;gap:12px;padding:11px 12px;display:flex}.sb__role-ic{object-fit:cover;border-radius:50%;flex-shrink:0;width:38px;height:38px}.sb__role-text{color:var(--ink);flex:1;font-size:15px;font-weight:700}.sb__role-lvl{color:#fff;background:#9047ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:800;display:inline-flex}.mtop{background:#fff;border-bottom:1px solid #efeef4;align-items:center;gap:12px;padding:10px 14px;display:none}.mtop__menu{width:42px;height:42px;color:var(--purple);cursor:pointer;background:#f5f2fe;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.mtop__menu:hover{background:#ece4ff}.mtop__profile{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;min-width:0;padding:4px;display:flex}.mtop__avatar{color:#fff;background:#9047ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:inline-flex}.mtop__meta{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.mtop__meta b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.mtop__meta span{color:var(--muted);font-size:12.5px}.mtop__right{flex-shrink:0;margin-left:auto}.sb-overlay,.sb__close{display:none}.ls{background:#f8f8f8;flex-direction:column;min-height:100%;display:flex}.ls__head{background:#fff;border-bottom:1px solid #eee;padding:19px 32px}.ls__title{color:var(--ink);margin:0;font-size:24px;font-weight:700;line-height:1.4}.ls__tabs{background:#fff;gap:6px;padding:6px 32px 10px;display:flex}.ls-tab{color:#9047ff;cursor:pointer;background:#b7f0ff;border:none;border-radius:30px;padding:10px 20px;font-family:inherit;font-size:16px;font-weight:700;line-height:1.1;transition:background .15s,color .15s}.ls-tab--active{color:#fff;background:#9047ff}.ls__body{flex:1;justify-content:center;padding:72px 32px;display:flex}.soon{flex-direction:column;align-self:flex-start;align-items:center;gap:15px;width:276px;display:flex}.soon__art{background:#9047ff;border-radius:20px;width:100%;height:185px;padding:12px 22px 0;overflow:hidden}.soon__art img{object-fit:fill;width:100%;height:100%;display:block}.soon__text{text-align:center;flex-direction:column;align-items:center;gap:2px;width:259px;display:flex}.soon__text b{white-space:nowrap;color:#9047ff;font-size:24px;font-weight:700;line-height:1.1}.soon__text span{color:var(--ink);font-size:14px;line-height:1.4}.ls__status{color:var(--ink);align-self:flex-start;font-size:15px}.ls__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;width:100%;display:grid}.ls-card{color:inherit;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.ls-card:hover{border-color:#9047ff;box-shadow:0 8px 24px -12px #9047ff59}.ls-card__poster{background-color:#b7f0ff;background-position:50%;background-size:cover;height:120px}.ls-card__body{flex-direction:column;gap:4px;padding:14px 16px 16px;display:flex}.ls-card__title{color:var(--ink);font-size:16px;font-weight:700;line-height:1.25}.ls-card__subtitle{color:#8a8a8a;font-size:13px;line-height:1.3}.ls-card__meta{gap:8px;margin-top:6px;display:flex}.ls-card__level{color:#9047ff;background:#f2e9ff;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.ls-card__count{color:#8a8a8a;align-self:center;font-size:11px}.ielts{background:#f8f8f8;justify-content:center;align-items:center;min-height:100%;padding:40px;display:flex}.ielts__stub{text-align:center;color:#c5f;max-width:340px;font-size:56px;font-weight:700;line-height:1.1}.li-top{border-bottom:1px solid #f0eff5;align-items:center;gap:14px;padding:20px 26px;display:flex}.li-back{color:var(--purple);cursor:pointer;background:#ede6ff;border:none;border-radius:999px;align-items:center;gap:6px;padding:9px 16px 9px 12px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.li-back:hover{background:#e2d7ff}.li-crumb{flex-direction:column;line-height:1.25;display:flex}.li-crumb b{color:var(--purple);font-size:15px;font-weight:700}.li-crumb span{color:var(--muted);font-size:12.5px}.li-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:60vh;padding:40px 24px;display:flex}.li-empty__art{border-radius:20px;width:220px;max-width:70%;box-shadow:0 14px 34px #17132629}.li-empty__title{color:var(--ink);font-size:20px;font-weight:800}.li-empty__sub{color:var(--muted);max-width:42ch;font-size:14px;line-height:1.5}.ki-top{background:#fff;border-bottom:1px solid #f0eff5;align-items:center;gap:16px;padding:12px 32px;display:flex}.ki-back{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:16px;align-items:center;gap:6px;padding:8px 16px 8px 12px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.ki-back:hover{background:#7f34f2}.ki-top__castle{color:#9047ff;display:inline-flex}.ki-crumb{flex-direction:column;line-height:1.25;display:flex}.ki-crumb b{color:#9047ff;font-size:16px;font-weight:700}.ki-crumb span{color:#9d9d9d;font-size:14px}.ki{max-width:542px;margin:0 auto;padding:28px 20px 48px}.ki-hero{background:#efe8ff;border-radius:40px;height:150px;position:relative;overflow:hidden}.ki-hero__img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.ki-hero__scrim{background:linear-gradient(90deg,#1713268c 0%,#17132626 45%,#17132600 70%);position:absolute;inset:0}.ki-hero__meta{color:#fff;flex-direction:column;gap:6px;display:flex;position:absolute;bottom:22px;left:30px}.ki-hero__king{align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.ki-hero__av{object-fit:cover;border:2px solid #ffffffd9;border-radius:50%;width:29px;height:29px}.ki-hero__level{letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1}.ki-hero__ring{background:#ffffff4a;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:inline-flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.ki-hero__ring b{color:#fff;font-size:16px;font-weight:700}.ki-feed{flex-direction:column;display:flex}.ki-group{margin-top:16px}.ki-group:first-child{margin-top:12px}.ki-unit{background:var(--row,#5b6efa);color:#fff;border-radius:24px;align-items:center;gap:12px;min-height:64px;padding:8px 20px 8px 8px;display:flex}.ki-unit__ic{background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:inline-flex}.ki-unit__meta{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.ki-unit__meta b{font-size:16px;font-weight:700}.ki-unit__meta span{font-size:14px;font-weight:700}.ki-unit__count{color:var(--row,#5b6efa);background:#fff;border-radius:40px;flex-shrink:0;padding:8px 18px;font-size:14px;font-weight:700}.ki-slot{background:#fff;border-radius:20px;min-height:116px;margin-top:8px}@media (max-width:760px){html,body{overflow-x:clip}.mtop{display:flex}.learn__body,.t-body{display:block}.learn__main,.t-main{width:100%;min-height:calc(100dvh - 125px)}.sb{z-index:60;border-right:1px solid #efeef4;width:min(320px,86vw);height:100dvh;padding-top:64px;transition:transform .28s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:8px 0 40px #1810282e}.sb.is-open{transform:translate(0)}.sb-overlay{z-index:55;opacity:0;pointer-events:none;background:#14101e73;transition:opacity .28s;display:block;position:fixed;inset:0}.sb-overlay.is-open{opacity:1;pointer-events:auto}.sb__close{width:40px;height:40px;color:var(--purple);cursor:pointer;background:#f5f2fe;border:none;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}}@media (prefers-reduced-motion:reduce){.sb,.sb-overlay{transition:none}}.lp{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:30px;padding:30px 34px 40px;display:grid}.lp__title{letter-spacing:-.02em;color:var(--ink);font-size:30px;font-weight:800}.lp__sub{color:var(--muted);margin-top:4px;margin-bottom:22px;font-size:14px}.lp__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.lp__head .lp__sub{margin-bottom:0}.lp-map{max-width:460px;margin:24px auto 0}.lp-map__canvas{aspect-ratio:1600/2111;background:#37b6ef url(/assets/world/island_map.webp) top/cover no-repeat;border-radius:24px;width:100%;position:relative;box-shadow:0 18px 44px #17132638;container-type:inline-size}.lp.lp--map{padding:0;display:block}.lp--map .lp__center{max-width:none}.lp--map .lp__head{z-index:6;background:linear-gradient(#031626b8 0%,#03162657 58%,#03162600 100%);border-bottom:none;margin:0;padding:22px 34px 26px;position:sticky;top:0}.lp--map .lp__title{color:#fff}.lp--map .lp__sub{color:#ffffffd9}.lp--map .lp-map{z-index:1;background:#069ade;max-width:none;margin:-102px 0 0;position:relative}.lp--map .lp-map__canvas{max-width:820px;box-shadow:none;border-radius:0;margin:0 auto}.lp-node{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.9cqw;padding:0;display:flex;position:absolute;transform:translate(-50%,-50%)}.lp-node__ring{aspect-ratio:1;background:var(--ring);border:.65cqw solid #fff;border-radius:50%;width:11cqw;transition:transform .15s;display:block;position:relative;overflow:hidden;box-shadow:0 .6cqw 1.4cqw #14102859}.lp-node__av{object-fit:cover;width:100%;height:100%;display:block}.lp-node__label{color:var(--purple);white-space:nowrap;background:#fff;border-radius:999px;margin-top:0;padding:.8cqw 2.1cqw;font-size:2.3cqw;font-weight:800;line-height:1;box-shadow:0 .3cqw .9cqw #14102833}.lp-node:not(.is-locked):hover .lp-node__ring{transform:scale(1.06)}.lp-node.is-current .lp-node__ring{box-shadow:0 0 0 .7cqw color-mix(in srgb, var(--ring) 45%, transparent), 0 .8cqw 1.8cqw #14102866;animation:2s ease-in-out infinite lp-node-pulse}@keyframes lp-node-pulse{0%,to{box-shadow:0 0 0 .4cqw color-mix(in srgb, var(--ring) 45%, transparent), 0 .8cqw 1.8cqw #14102866}50%{box-shadow:0 0 0 1.3cqw color-mix(in srgb, var(--ring) 22%, transparent), 0 .8cqw 1.8cqw #14102866}}.lp-node.is-locked{cursor:default}.lp-node.is-locked .lp-node__ring{background:#98a0b3;border-color:#ffffffd9}.lp-node.is-locked .lp-node__av{filter:grayscale()brightness(.72)}.lp-node.is-locked .lp-node__label{color:var(--muted)}.lp-node__lock{background:#14102866;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.lp-node__lock svg{width:42%;height:42%}@media (prefers-reduced-motion:reduce){.lp-node.is-current .lp-node__ring{animation:none}.lp-node__ring{transition:none}}.pp{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:30px;padding:26px 34px 40px;display:grid}.pp--enter{animation:.26s cubic-bezier(.22,.61,.36,1) both scr-in}.pp__title{letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-size:26px;font-weight:800}.pp-chips{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.pp-chip{color:#6c6b78;cursor:pointer;background:#fff;border:1px solid #ececf3;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .15s}.pp-chip:hover{color:var(--purple);border-color:#d9d2f7}.pp-chip--on{color:var(--purple);background:#f1ebfe;border-color:#0000}.pp-sec{margin-bottom:26px}.pp-sec__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pp-sec__head h2{color:var(--ink);font-size:19px;font-weight:800}.pp-all{color:#6c6b78;cursor:pointer;background:#fff;border:1px solid #ececf3;border-radius:999px;align-items:center;gap:4px;padding:6px 8px 6px 14px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.pp-all:hover{color:var(--purple);border-color:#d9d2f7}.pp-all svg{color:var(--purple)}.pp-listen__card{background:linear-gradient(135deg,#7b46f0 0%,#6a2fd6 100%);border-radius:24px;align-items:center;min-height:150px;padding:20px 44px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #5e2fc247}.pp-listen__body{z-index:3;max-width:460px;position:relative}.pp-listen__title{color:#fff;letter-spacing:-.5px;margin:0;font-size:26px;font-weight:800;line-height:1.15}.pp-listen__desc{color:#ffffffb8;max-width:400px;margin:8px 0 0;font-size:14px;line-height:1.4}.pp-listen__cta{color:var(--purple);cursor:pointer;background:#fff;border:0;border-radius:999px;align-items:center;margin-top:14px;padding:11px 30px;font-family:inherit;font-size:14.5px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 20px #17132629}.pp-listen__cta:hover{transform:translateY(-1px);box-shadow:0 12px 26px #17132638}.pp-listen__cta:active{transform:translateY(0)}.pp-listen__cta:focus-visible{outline-offset:2px;outline:3px solid #ffffffb3}.pp-listen__art{z-index:2;pointer-events:none;filter:drop-shadow(0 14px 24px #1713264d);width:auto;height:296px;position:absolute;top:50%;right:88px;transform:translateY(-42%)rotate(10deg)}.pp-listen__aside{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:8px;width:150px;display:flex;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.pp-listen__hint{color:#fff;max-width:132px;font-size:14px;font-weight:600;line-height:1.25}.pp-listen__seal{place-items:center;width:118px;height:118px;display:grid;position:relative}.pp-listen__seal-bg{filter:drop-shadow(0 6px 14px #17132638);width:100%;height:100%;position:absolute;inset:0}.pp-listen__level{z-index:1;color:var(--purple);letter-spacing:-1px;font-size:42px;font-weight:800;position:relative}@media (max-width:1120px){.pp-listen__art{height:216px;right:150px}}@media (max-width:960px){.pp-listen__art{display:none}.pp-listen__body{max-width:none}}.pp-sec__tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.pp-search{cursor:text;background:#fff;border:1px solid #ececf3;border-radius:999px;align-items:center;gap:7px;padding:6px 12px;transition:border-color .15s;display:inline-flex}.pp-search>svg{color:var(--muted);flex:none;transition:color .15s}.pp-search:hover{border-color:#d9d2f7}.pp-search:focus-within{border-color:#b79cf5}.pp-search:focus-within>svg{color:var(--purple)}.pp-search input{color:var(--ink);background:0 0;border:none;outline:none;width:128px;padding:0;font-family:inherit;font-size:12.5px;font-weight:600;transition:width .2s}.pp-search input:focus{width:168px}.pp-search input::placeholder{color:var(--muted);font-weight:600}.pp-search input::-webkit-search-cancel-button{display:none}.pp-search__clear{color:var(--purple);cursor:pointer;background:#f1ebfe;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.pp-search__clear:hover{background:#e6dbfd}.pp-search__clear:focus-visible{outline-offset:1px;outline:2px solid #b79cf5}@media (prefers-reduced-motion:reduce){.pp-search input{transition:none}}.pp-rail{scrollbar-width:thin;gap:16px;padding-bottom:6px;display:flex;overflow-x:auto}.pp-rail::-webkit-scrollbar{height:6px}.pp-rail::-webkit-scrollbar-thumb{background:#e3e0ee;border-radius:999px}.pp-thumb{background:linear-gradient(135deg,#d9d2f7,#b9a9ef);border-radius:14px;position:relative;overflow:hidden}.pp-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pp-thumb__ph{width:100%;height:100%}.pp-thumb--portrait,.pp-thumb--situation{aspect-ratio:3/4}.pp-play{color:#fff;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:auto;transition:opacity .15s;display:inline-flex;position:absolute;inset:0}.pp-scard:hover .pp-play,.pp-scard:focus-visible .pp-play{opacity:1}.pp-dots{align-items:center;gap:6px;display:inline-flex}.pp-dots__row{gap:3px;display:inline-flex}.pp-dots__row i{background:#d7d4e2;border-radius:50%;width:6px;height:6px}.pp-dots__row i.on{background:var(--purple)}.pp-mcard{flex:0 0 150px;text-decoration:none;position:relative}.pp-mcard__views{color:#fff;text-shadow:0 1px 3px #0009;align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;bottom:8px;left:8px}.pp-mcard__views svg{filter:drop-shadow(0 1px 2px #0009)}.pp-scard{color:inherit;flex:0 0 165px;text-decoration:none;display:block}.pp-scard__title{color:#6c6b78;margin-top:8px;font-size:13px;font-weight:600;line-height:1.3}.pp-skel{flex-direction:column;flex:0 0 150px;gap:8px;display:flex}.pp-skel__thumb{aspect-ratio:3/4;background:#efedf6;border-radius:14px;animation:1.1s ease-in-out infinite pp-skel-pulse}.pp-skel__line{background:#efedf6;border-radius:6px;width:90%;height:11px;animation:1.1s ease-in-out infinite pp-skel-pulse}.pp-skel__line--short{width:55%}@keyframes pp-skel-pulse{0%,to{opacity:1}50%{opacity:.55}}.pp-voc__skel{flex-direction:column;display:flex}.pp-voc__skelrow{border-bottom:1px solid #f3f2f8;flex-direction:column;gap:6px;padding:12px 0;display:flex}@media (prefers-reduced-motion:reduce){.pp-skel__thumb,.pp-skel__line{animation:none}}.pp-empty{color:var(--muted);text-align:center;border:1px dashed #e6e3f0;border-radius:14px;padding:22px;font-size:13px}.pp-note{border-radius:12px;margin-bottom:18px;padding:12px 14px;font-size:13px}.pp-note--err{color:#c0392b;background:#fdecec}.pp__side{flex-direction:column;gap:14px;display:flex;position:sticky;top:20px}.pp-voc__title{color:var(--ink);font-size:20px;font-weight:800}.pp-voc__tabs{border-bottom:1px solid #efeef4;gap:22px;display:flex}.pp-voc__tab{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0 0 10px;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex;position:relative}.pp-voc__tab b{color:#7c6ba8;background:#f1eefb;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:800}.pp-voc__tab.on{color:var(--ink)}.pp-voc__tab.on b{background:var(--purple);color:#fff}.pp-voc__tab.on:after{content:"";background:var(--purple);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.pp-voc__list{flex-direction:column;display:flex}.pp-word{border-bottom:1px solid #f3f2f7;justify-content:space-between;align-items:center;gap:10px;padding:11px 2px;display:flex}.pp-word__text{flex-direction:column;flex:1;min-width:0;line-height:1.3;display:flex}.pp-word__text b{color:var(--ink);font-size:14px;font-weight:700}.pp-word__text span{color:var(--muted);font-size:12.5px}.pp-word__say{color:#b3aec6;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px;transition:color .15s,background .15s}.pp-word__say:hover{color:var(--purple);background:#f5f2fe}.pp-word__del{color:#c9c4d6;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px;transition:color .15s,background .15s}.pp-word__del:hover{color:#d95a55;background:#fbe8e7}.pp-voc__count{color:var(--ink);border-bottom:1px solid #efeef4;align-items:center;gap:8px;padding-bottom:12px;font-size:14px;font-weight:700;display:flex}.pp-voc__count b{background:var(--purple);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;display:inline-flex}.pp-voc__empty{color:var(--muted);text-align:center;padding:20px 0;font-size:13px}.pp-voc__cta{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:14px;margin-top:6px;padding:14px;font-family:inherit;font-size:14px;font-weight:700;transition:filter .15s;box-shadow:0 8px 20px #7c3aed47}.pp-voc__cta:hover{filter:brightness(1.05)}@media (max-width:1000px){.pp{grid-template-columns:minmax(0,1fr)}.pp__side{border-top:1px solid #efeef4;padding-top:20px;position:static}}@media (max-width:760px){.pp{gap:24px;padding:16px 16px 32px}.pp__title{margin-bottom:12px;font-size:22px}.pp-chips{scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin:0 -16px 16px;padding:2px 16px 6px;overflow-x:auto}.pp-chips::-webkit-scrollbar{display:none}.pp-chip{flex:none;padding:9px 16px}.pp-rail{scrollbar-width:none;scroll-snap-type:x proximity;margin:0 -16px;padding:0 16px 4px;scroll-padding-left:16px}.pp-rail::-webkit-scrollbar{display:none}.pp-rail>*{scroll-snap-align:start}.pp-rail--grid{gap:12px;margin:0;padding:0}.pp-sec{margin-bottom:22px}.pp-sec__head{flex-wrap:wrap;row-gap:10px}.pp-search{flex-basis:100%;order:3;padding:9px 14px}.pp-search input,.pp-search input:focus{flex:1;width:100%}.pp-listen__card{border-radius:20px;flex-direction:column;align-items:stretch;padding:20px}.pp-listen__body{max-width:none}.pp-listen__title{font-size:21px}.pp-listen__desc{max-width:none;font-size:13.5px}.pp-listen__cta{justify-content:center;width:100%;margin-top:16px;padding:13px 20px}.pp-listen__aside{text-align:left;border-top:1px solid #ffffff38;flex-direction:row;justify-content:space-between;align-items:center;gap:14px;width:auto;margin-top:16px;padding-top:14px;position:static;transform:none}.pp-listen__hint{max-width:190px;font-size:13px}.pp-listen__seal{flex:none;width:62px;height:62px}.pp-listen__level{letter-spacing:-.5px;font-size:22px}.pp-word{padding:12px 2px}.pp-word__say,.pp-word__del{padding:10px}}@media (hover:none){.pp-play{opacity:1;background:#00000061}.pp-bcard:hover .pp-bcard__cover,.pp-tcard:hover .pp-tcard__cover{transform:none;box-shadow:0 6px 16px #1713262e}}.ki-state{min-height:50vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:15px;display:flex}.ki-state--error{color:#d64545}.ki-spinner{border:3px solid #ece8fb;border-top-color:var(--purple);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite ki-spin}@keyframes ki-spin{to{transform:rotate(360deg)}}.ki-wrap{flex-direction:column;gap:28px;padding:24px 32px 48px;display:flex}.ki-module{background:#fff;border:1px solid #efeef4;border-radius:22px;padding:22px;box-shadow:0 10px 30px #1713260d}.ki-module__head{align-items:center;gap:18px;margin-bottom:20px;display:flex}.ki-module__cover{object-fit:cover;border-radius:16px;flex-shrink:0;width:84px;height:84px}.ki-module__meta{flex:1;min-width:0}.ki-module__title{color:var(--ink);margin:0 0 4px;font-size:20px;font-weight:800}.ki-module__desc{color:var(--muted);margin:0 0 12px;font-size:13px;line-height:1.5}.ki-module__progress{align-items:center;gap:12px;display:flex}.ki-module__bar{background:#f0edfb;border-radius:99px;flex:1;height:8px;overflow:hidden}.ki-module__bar span{background:var(--purple);border-radius:99px;height:100%;display:block}.ki-module__pct{color:var(--purple);white-space:nowrap;font-size:12px;font-weight:700}.ki-units{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.ki-unit{background:#fbfaff;border:1px solid #efeef4;border-radius:16px;padding:14px 16px}.ki-unit__head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ki-unit__num{background:var(--purple);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:inline-flex}.ki-unit__name{min-width:0;color:var(--ink);flex:1;font-size:15px;font-weight:700}.ki-unit__count{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.ki-lessons{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ki-lesson{color:var(--ink);background:#fff;border:1px solid #f0eef7;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;display:flex}.ki-lesson__check{color:#0000;border:1.5px solid #d8d3ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:inline-flex}.ki-lesson.is-done{color:var(--muted)}.ki-lesson.is-done .ki-lesson__check{background:var(--purple);border-color:var(--purple);color:#fff}.ki-lesson__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.km-scroll{position:relative}.le-over{z-index:6;background:#fff;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.le-card{justify-content:center;align-items:center;gap:48px;width:100%;max-width:860px;display:flex}.le-art{object-fit:contain;border-radius:28px;flex-shrink:0;width:340px;max-width:42%;height:340px}.le-over--ok .le-art{background:linear-gradient(160deg,#7b5cff,#5a2ea8)}.le-over--fail .le-art{background:linear-gradient(160deg,#ff6a5a,#d33636)}.le-info{flex-direction:column;gap:14px;width:340px;max-width:46%;display:flex}.le-pct{color:#fff;background:#2fbf5a;border-radius:16px;align-self:flex-start;padding:8px 22px;font-size:26px;font-weight:900}.le-title{color:var(--purple);margin:0;font-size:28px;font-weight:900}.le-sub{color:var(--muted);margin-top:-8px;font-size:14px}.le-stats{gap:14px;margin:6px 0 4px;display:flex}.le-stat{text-align:center;border:1px solid #efeef4;border-radius:16px;flex-direction:column;flex:1;gap:3px;padding:14px 10px;display:flex}.le-stat b{font-size:22px;font-weight:900}.le-stat span{color:var(--muted);font-size:12px;line-height:1.2}.le-stat--wrong b{color:#e5484d}.le-stat--right b{color:#2fbf5a}.le-btn{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:15px 20px;font-family:inherit;font-size:15px;font-weight:800;transition:filter .15s}.le-btn:hover{filter:brightness(1.06)}.le-again{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-family:inherit;font-size:14px;font-weight:700}.le-again:hover{color:var(--ink)}.le-heart{background:#fff;border:1px solid #f1e2e2;border-radius:16px;align-self:flex-start;align-items:center;gap:10px;padding:10px 16px;font-size:22px;display:flex;box-shadow:0 6px 18px #1713260f}.le-heart span{color:var(--ink);font-size:13px;font-weight:800}@media (max-width:720px){.le-card{flex-direction:column;gap:20px}.le-art,.le-info{width:300px;max-width:88%}}.lx-over{z-index:7;background:#17132673;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.lx-card{text-align:center;background:#fff;border-radius:28px;flex-direction:column;align-items:center;gap:10px;width:320px;max-width:100%;padding:28px 26px 24px;display:flex;position:relative;box-shadow:0 24px 60px #17132640}.lx-close{color:#fff;cursor:pointer;background:0 0;border:none;width:32px;height:32px;font-family:inherit;font-size:28px;line-height:1;position:absolute;top:-40px;right:0}.lx-art{object-fit:contain;width:150px;height:150px}.lx-title{color:var(--ink);margin:4px 0 0;font-size:21px;font-weight:900;line-height:1.25}.lx-sub{color:var(--muted);margin-top:-2px;font-size:14px}.lx-continue{width:100%;margin-top:12px}.lx-leave{width:100%;color:var(--purple);cursor:pointer;background:#efeaff;border:none;border-radius:14px;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:800;transition:filter .15s}.lx-leave:hover{filter:brightness(.97)}.kh-hero.is-hidden{display:none}.kh-hero{color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:468px;min-height:142px;margin:14px auto 4px;padding:11px 13px 0;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #1713262e}.kh-hero__nav{z-index:2;background:#fff;border-radius:12px;align-items:center;gap:8px;padding:6px 10px;display:flex;position:relative;box-shadow:0 5px 14px #0000001f}.kh-hero__back{width:27px;height:27px;color:var(--purple);cursor:pointer;background:#efe8ff;border:none;border-radius:50%;flex:none;place-items:center;transition:background .15s;display:grid}.kh-hero__back:hover{background:#e2d6ff}.kh-hero__castle{flex:none;place-items:center;display:grid}.kh-hero__place{flex-direction:column;min-width:0;line-height:1.15;display:flex}.kh-hero__place b{color:var(--purple);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.kh-hero__place span{color:var(--muted);font-size:11.5px}.kh-hero__main{z-index:1;flex:1;justify-content:space-between;align-items:flex-end;gap:8px;padding:8px 4px 0;display:flex;position:relative}.kh-hero__text{flex-direction:column;gap:7px;padding-bottom:12px;display:flex}.kh-hero__level{letter-spacing:-1px;text-shadow:0 2px 10px #0000002e;font-size:25px;font-weight:900;line-height:1}.kh-hero__prog{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff2e;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;padding:5px 12px 5px 6px;font-size:12.5px;font-weight:800;display:inline-flex}.kh-hero__mascot{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 8px 12px #0000002e);align-self:flex-end;width:180px;height:180px;margin-bottom:-46px}.kh-ring__track{fill:none;stroke:#ffffff80;stroke-width:6px}.kh-ring__value{fill:none;stroke:#fff;stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset .4s}.kh-ring__label{fill:#fff;font-size:13px;font-weight:800}.km-stage{background:#fff;height:calc(100vh - 40px);min-height:520px;margin-top:12px;position:relative;overflow:hidden}.km-frame{transform-origin:0 0;background:#fff;border:0;width:121.95%;height:calc(121.951vh + 201.22px);min-height:884.146px;position:absolute;top:-205px;left:0;transform:scale(.82)}.pf{max-width:640px;margin:0 auto;padding:28px 24px 60px}.pf-hero{margin-bottom:28px;position:relative}.pf-hero__scene{background-color:#efeaff;background-position:50%;background-size:cover;border-radius:22px 22px 0 0;height:190px}.pf-hero__sheet{text-align:center;background:#fff;border-radius:24px;margin-top:-22px;padding:64px 22px 24px;position:relative;box-shadow:0 8px 30px #1713260f}.pf-avatar{background:#fff;border-radius:50%;width:106px;height:106px;padding:5px;position:absolute;top:-53px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #00000024}.pf-avatar__img,.pf-avatar__initial{object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.pf-avatar__initial{color:#9047ff;background:#f0ebff;font-size:40px;font-weight:800}.pf-avatar__cam{color:#9047ff;cursor:pointer;background:#fff;border:2px solid #f4f5f7;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;bottom:4px;right:0;box-shadow:0 2px 6px #0000001f}.pf-avatar__cam:hover{background:#f5f2fe}.pf-name{color:var(--ink);margin:0;font-size:24px;font-weight:800}.pf-phone{color:var(--muted);align-items:center;gap:6px;margin-top:7px;font-size:15px;font-weight:500;display:inline-flex}.pf-phone svg{color:#9047ff}.pf-rank{border:1px solid #efeef4;border-radius:18px;align-items:center;gap:12px;margin-top:18px;padding:12px 14px;display:flex;box-shadow:0 3px 10px #0000000a}.pf-rank__coin{object-fit:cover;border-radius:50%;width:36px;height:36px}.pf-rank__text{text-align:left;color:var(--muted);flex:1;font-size:14px}.pf-rank__text b{color:var(--ink);font-weight:700}.pf-rank__cefr{color:#fff;background:#9047ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.pf-progress{border:1px solid #efeef4;border-radius:18px;margin-top:12px;padding:14px 16px;box-shadow:0 3px 10px #0000000a}.pf-progress__cap{color:var(--muted);margin-bottom:12px;font-size:13px;font-weight:600}.pf-progress__row{align-items:center;gap:12px;display:flex}.pf-progress__coin{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.pf-progress__coin--dim{filter:grayscale();opacity:.45}.pf-progress__bar{background:#f0ebff;border-radius:8px;flex:1;height:10px;overflow:hidden}.pf-progress__fill{background:#9047ff;border-radius:8px;height:100%;transition:width .5s}.pf-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.pf-stat{border:1px solid #efeef4;border-radius:18px;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;display:flex;box-shadow:0 3px 10px #0000000a}.pf-stat__ic{width:24px;height:24px}.pf-stat__glyph{color:#9047ff;display:flex}.pf-stat__glyph--gold{color:#f0a500}.pf-stat b{color:#9047ff;font-size:20px;font-weight:800}.pf-stat span{color:#a6a5b2;text-align:center;font-size:11px;line-height:1.2}.pf-label{letter-spacing:.8px;text-transform:uppercase;color:#a6a5b2;margin:26px 4px 8px;font-size:11px;font-weight:700}.pf-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.pf-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px;font-family:inherit;transition:background .15s;display:flex}.pf-row:hover{background:#faf9ff}.pf-row__ic{color:#9047ff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pf-row__ic--chip{background:#f0ebff;border-radius:10px}.pf-row__title{color:var(--ink);flex:1;font-size:15px;font-weight:500}.pf-row__trailing{color:#9047ff;font-size:13px;font-weight:600}.pf-row__chev{color:#9047ff;display:flex}.pf-row--chip .pf-row__chev{color:#c4c2d0}.pf-row__divider{background:#f0f0f3;height:1px;margin-left:56px}.pf-logout{color:#e5484d;cursor:pointer;background:#fff5f5;border:1px solid #ffd7d8;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:24px;padding:15px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s;display:flex}.pf-logout:hover{background:#ffecec}.pf-modal{z-index:100;background:#17132666;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pf-modal__sheet{background:#fff;border-radius:24px;width:360px;max-width:calc(100vw - 40px);padding:16px 20px 24px}.pf-modal__grab{background:#e6e6ec;border-radius:2px;width:36px;height:4px;margin:0 auto 16px}.pf-modal__title{text-align:center;color:var(--ink);margin-bottom:18px;font-size:17px;font-weight:700}.pf-lang{width:100%;color:var(--ink);cursor:pointer;background:#f8f8f8;border:1px solid #e6e6ec;border-radius:14px;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.pf-lang span{text-align:left;flex:1}.pf-lang--active{color:#9047ff;background:#f0ebff;border-color:#9047ff}.pf-lang--active svg:last-child{color:#9047ff}.pf-toast{color:#fff;z-index:120;background:#171326;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;position:fixed;bottom:34px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.pf-modal__sheet{max-height:calc(100vh - 60px);overflow-y:auto}.pf-field{margin-bottom:14px;display:block}.pf-field>span{letter-spacing:.6px;text-transform:uppercase;color:#a6a5b2;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.pf-input{box-sizing:border-box;width:100%;color:var(--ink);background:#fff;border:1px solid #e6e6ec;border-radius:12px;outline:none;padding:13px 14px;font-family:inherit;font-size:15px;transition:border-color .15s}.pf-input:focus{border-color:#9047ff}.pf-input--disabled{color:#8b8a97;background:#f6f6f8}.pf-seg{gap:10px;display:flex}.pf-seg__opt{color:#8b8a97;cursor:pointer;background:#fff;border:1px solid #e6e6ec;border-radius:12px;flex:1;padding:12px 0;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.pf-seg__opt--active{color:#9047ff;background:#f0ebff;border-color:#9047ff;font-weight:600}.pf-err{color:#e5484d;margin:4px 0 12px;font-size:13px;font-weight:500}.pf-save{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:14px;width:100%;margin-top:8px;padding:15px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s}.pf-save:hover:not(:disabled){background:#7d33f0}.pf-save:disabled{opacity:.6;cursor:default}.pf-toggle-row{width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 4px;font-family:inherit;font-size:15px;font-weight:500;display:flex}.pf-switch{background:#d8d6e0;border-radius:14px;flex-shrink:0;width:46px;height:28px;transition:background .2s;position:relative}.pf-switch--on{background:#9047ff}.pf-switch__knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.pf-switch--on .pf-switch__knob{transform:translate(18px)}.pf-custom__preview{justify-content:center;margin-bottom:18px;display:flex}.pf-custom__preview .pf-avatar__initial{border-radius:50%}.pf-custom__label{letter-spacing:.6px;text-transform:uppercase;color:#a6a5b2;margin-bottom:10px;font-size:11px;font-weight:700}.pf-swatches{grid-template-columns:repeat(8,1fr);gap:8px;display:grid}.pf-swatch{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:50%;transition:transform .12s}.pf-swatch:hover{transform:scale(1.1)}.pf-swatch--active{border-color:#9047ff;box-shadow:inset 0 0 0 2px #fff}.pf-custom__reset{color:#e5484d;cursor:pointer;background:#fff5f5;border:1px solid #ffd7d8;border-radius:12px;width:100%;margin-top:18px;padding:13px;font-family:inherit;font-size:14px;font-weight:600}.pp-bcard{width:150px;color:inherit;flex:0 0 150px;text-decoration:none}.pp-bcard__cover{color:#fff;border-radius:14px;align-items:flex-end;height:210px;padding:14px 12px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #1713262e}.pp-bcard__cover:after{content:"";background:radial-gradient(120% 80% at 50% 0,#ffffff29,#0000 55%),linear-gradient(#0000 45%,#0000006b);position:absolute;inset:0}.pp-bcard__motif{opacity:.28;filter:drop-shadow(0 3px 6px #00000059);pointer-events:none;font-size:84px;line-height:1;position:absolute;top:-6px;right:-8px;transform:rotate(-8deg)}.pp-bcard__coverTitle{z-index:1;position:relative}.pp-bcard__cover--img{align-items:stretch;padding:0}.pp-bcard__cover--img:after{display:none}.pp-bcard__cover--img img{object-fit:cover;width:100%;height:100%;display:block}.pp-bcard__author{color:#a6a5b2;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.pp-bcard:hover .pp-bcard__cover{transform:translateY(-3px);box-shadow:0 12px 24px #17132642}.pp-bcard__coverTitle{text-shadow:0 2px 8px #0006;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:16px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.pp-bcard__title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:9px;font-size:13px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.pp-bcard__meta{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.pp-bcard__cefr{color:#9047ff;font-size:11px;font-weight:800}.pp-tcard{width:300px;color:inherit;flex:0 0 300px;text-decoration:none}.pp-tcard__cover{color:#fff;border-radius:16px;align-items:flex-end;height:150px;padding:14px 16px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #1713262e}.pp-tcard__cover:after{content:"";background:radial-gradient(90% 120% at 82% 20%,#ffffff2e,#0000 55%),linear-gradient(#0000 40%,#0006);position:absolute;inset:0}.pp-tcard__motif{opacity:.3;filter:drop-shadow(0 4px 8px #00000059);pointer-events:none;font-size:96px;line-height:1;position:absolute;top:-10px;right:8px;transform:rotate(-6deg)}.pp-tcard__coverTitle{z-index:1;position:relative}.pp-tcard__cover--img{padding:0;overflow:hidden}.pp-tcard__cover--img:after{display:none}.pp-tcard__cover--img img{object-fit:cover;width:100%;height:100%;display:block}.pp-tcard:hover .pp-tcard__cover{transform:translateY(-3px);box-shadow:0 12px 24px #17132642}.pp-tcard__coverTitle{text-shadow:0 2px 10px #00000073;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.pp-tcard__title{color:var(--ink);margin-top:10px;font-size:15px;font-weight:800}.pp-tcard__desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.pp-tcard__meta{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.pp-chip-meta{color:var(--muted);background:#f4f2fa;border-radius:8px;padding:5px 10px;font-size:12px}.pp-chip-meta b{color:#9047ff;font-weight:700}.sb__balance{align-items:center;gap:26px;padding:10px 14px 2px;display:flex}.sb__stat{align-items:center;gap:9px;display:flex}.sb__flame{filter:grayscale()brightness(1.35);width:26px;height:26px}.sb__flame--hot{filter:none}.sb__coin{object-fit:contain;width:30px;height:30px}.sb__stat-num{color:#7a7580;font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.sb__stat-num--hot,.sb__stat-num--coin{color:#ea4f4f}.pp-rail--grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:0;display:grid;overflow-x:visible}.pp-rail--grid>*{flex:initial;width:auto;min-width:0;max-width:none}:is(.pp-rail--grid:has(.pp-mcard),.pp-rail--grid:has(.pp-bcard),.pp-rail--grid:has(.pp-scard)){grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.pp-rail--grid:has(.pp-tcard){grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:1100px){.pp-rail--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.vd__head{border-bottom:1px solid #efeef4;align-items:center;gap:18px;margin-bottom:24px;padding-bottom:18px;display:flex}.vd__back{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:12px;align-items:center;gap:6px;padding:11px 18px 11px 14px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s;display:inline-flex}.vd__back:hover{background:#7d33f0}.vd__headtitle{flex-direction:column;line-height:1.3;display:flex}.vd__headtitle b{color:#9047ff;font-size:17px;font-weight:700}.vd__headtitle span{color:var(--muted);font-size:14px}.rl{padding:22px 34px 40px}.rl__stage{justify-content:center;align-items:center;gap:22px;min-height:72vh;display:flex;position:relative}.rl__frame{aspect-ratio:9/16;background:#0c0a14;border-radius:26px;height:min(72vh,640px);position:relative;overflow:hidden;box-shadow:0 18px 50px #17132638}.rl__feed{overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;height:100%;overflow-y:auto}.rl__feed::-webkit-scrollbar{display:none}.rl__item{scroll-snap-align:start;scroll-snap-stop:always;height:100%;position:relative}.rl__video{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.rl__playbtn{color:#9047ff;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;margin:auto;display:flex;position:absolute;inset:0;box-shadow:0 8px 22px #0000004d}.rl__hint{color:#fff;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#0c0a149e;border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:220px;padding:16px;font-size:14px;font-weight:600;line-height:1.35;display:flex;position:absolute;bottom:22%;left:50%;transform:translate(-50%)}.rl__nav{flex-direction:column;gap:14px;display:flex}.rl__navbtn{color:#1f6f8b;cursor:pointer;background:#bfe1fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .15s,transform .1s;display:flex}.rl__navbtn:hover:not(:disabled){background:#a9d6f6;transform:translateY(-1px)}.rl__navbtn:disabled{opacity:.4;cursor:default}.bk{padding:22px 34px 40px}.bk-ov{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:40px;display:grid}.bk-ov__cover{aspect-ratio:3/4;object-fit:cover;border-radius:16px;width:100%;box-shadow:0 12px 32px #1713262e}.bk-ov__cover--ph{color:#fff;background:linear-gradient(150deg,#7c4dff,#3a1e6e);align-items:flex-end;padding:16px;font-weight:800;display:flex}.bk-ov__actions{flex-direction:column;gap:10px;margin-top:16px;display:flex}.bk-btn{cursor:pointer;border:none;border-radius:14px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s,transform .1s}.bk-btn--primary{color:#fff;background:#9047ff}.bk-btn--primary:hover{background:#7d33f0}.bk-btn--ghost{color:#9047ff;background:#f0ebff}.bk-btn--ghost:hover{background:#e5dbff}.bk-ov__title{color:var(--ink);margin:0 0 6px;font-size:28px;font-weight:800}.bk-ov__author{color:var(--muted);margin-bottom:18px;font-size:15px}.bk-ov__label{letter-spacing:.6px;text-transform:uppercase;color:#a6a5b2;margin-bottom:8px;font-size:11px;font-weight:700}.bk-ov__desc{color:#4a4757;margin:0 0 22px;font-size:15px;line-height:1.6}.bk-ov__progress{margin-bottom:24px}.bk-ov__progress-top{color:var(--muted);margin-bottom:8px;font-size:14px}.bk-ov__progress-top b{color:var(--ink)}.bk-prog{background:#efeaff;border-radius:8px;height:8px;overflow:hidden}.bk-prog__fill{background:#9047ff;border-radius:8px;height:100%;transition:width .4s}.bk-ov__contents-head{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.bk-ov__count{color:var(--muted);font-size:13px}.bk-chapters{flex-direction:column;display:flex}.bk-chapter{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f0f0f3;align-items:center;gap:12px;width:100%;padding:13px 6px;font-family:inherit;transition:background .15s;display:flex}.bk-chapter:hover{background:#faf9ff}.bk-chapter--on{background:#f4f0ff}.bk-chapter__idx{color:#9047ff;background:#f0ebff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:flex}.bk-chapter__title{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.bk-chapter__dur{color:var(--muted);flex-shrink:0;font-size:12px}.bk-read{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:40px;display:grid;position:relative}.bk-read__text{color:#2b2836;font-size:16px;line-height:1.75;animation:.28s ease-out bk-ch-in}@keyframes bk-ch-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.bk-read__text{animation:none}}.bk-read__text p{margin:0 0 12px}.bk-read__notext{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:64px 24px;display:flex}.bk-read__notext-num{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);font-size:12px;font-weight:700}.bk-read__notext b{color:var(--ink);font-size:19px}.bk-read__notext p{color:var(--muted);max-width:360px;margin:0}.bk-read__notext .bk-btn{margin-top:12px}.bk-read__gap{height:14px}.bk-w{cursor:pointer;border-radius:3px;transition:background .1s}.bk-w:hover{background:#efe6ff}.bk-read__next{margin-top:28px}.bk-read__side{position:sticky;top:20px}.bk-read__sidetitle{color:var(--ink);margin:0 0 12px;font-size:17px;font-weight:800}.bk-pop{z-index:50;background:#fff;border:1px solid #ececf1;border-radius:14px;min-width:150px;max-width:260px;padding:12px 14px;position:absolute;box-shadow:0 12px 30px #1713262e}.bk-pop__word{color:var(--ink);font-size:15px;font-weight:800}.bk-pop__tr{color:#4e4b5b;margin:2px 0 0;font-size:14px}.bk-pop__alts{color:var(--muted);margin-top:2px;font-size:12px}.bk-pop__save{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:10px;width:100%;margin-top:10px;padding:8px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s}.bk-pop__save:disabled{cursor:default;background:#cbc6dd}.bk-pop__save--on:disabled{background:#23b061}.bk-audio{text-align:center;flex-direction:column;align-items:center;max-width:380px;margin:10px auto 0;display:flex}.bk-audio__cover{aspect-ratio:3/4;object-fit:cover;border-radius:16px;width:220px;margin-bottom:20px;box-shadow:0 12px 32px #17132633}.bk-audio__title{color:var(--ink);font-size:18px;font-weight:800}.bk-audio__sub{color:var(--muted);margin-bottom:18px;font-size:14px}.bk-audio__bar{background:#efeaff;border-radius:6px;width:100%;height:6px;overflow:hidden}.bk-audio__fill{background:#9047ff;border-radius:6px;height:100%}.bk-audio__time{width:100%;color:var(--muted);justify-content:space-between;margin:6px 0 16px;font-size:12px;display:flex}.bk-audio__ctrls{align-items:center;gap:22px;display:flex}.bk-audio__skip{color:#9047ff;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px;font-weight:700}.bk-audio__play{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;display:flex;box-shadow:0 8px 22px #9047ff66}@media (max-width:900px){.bk-ov,.bk-read{grid-template-columns:1fr}}@media (max-width:760px){.vd__head{gap:12px;margin-bottom:16px;padding-bottom:12px}.vd__back{padding:9px 14px 9px 10px;font-size:14px}.rl{z-index:130;background:#000;padding:0;position:fixed;inset:0}.rl .vd__head{z-index:2;padding:calc(10px + env(safe-area-inset-top,0px)) 14px 18px;pointer-events:none;background:linear-gradient(#0000008c,#0000);border-bottom:none;margin:0;position:absolute;top:0;left:0;right:0}.rl .vd__back{pointer-events:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e}.rl .vd__headtitle b{color:#fff}.rl__stage{height:100%;min-height:0;display:block}.rl__frame{aspect-ratio:auto;width:100%;height:100%;box-shadow:none;border-radius:0}.rl__nav{display:none}.rl__hint{width:190px;font-size:13px;bottom:16%}.bk{padding:14px 16px 32px}.bk-ov{gap:20px}.bk-ov__cover{width:min(220px,62%);margin:0 auto;display:block}.bk-ov__title{font-size:22px}.bk-read{gap:24px}}.pp-mcard,.pp-scard,.pp-bcard{appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.pp-mcard:focus,.pp-scard:focus,.pp-bcard:focus{outline:none}.pp-mcard:focus-visible,.pp-scard:focus-visible,.pp-bcard:focus-visible{outline-offset:2px;border-radius:12px;outline:2px solid #b79cf5}.scr-in,.bk,.rl{animation:.26s cubic-bezier(.22,.61,.36,1) both scr-in}@keyframes scr-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.pp-sec{animation:.2s ease-out both fade-in}.rl__video{animation:.25s ease-out fade-in}.bk-pop{animation:.15s ease-out fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.scr-in,.bk,.rl,.pp-sec,.rl__video,.bk-pop,.pp--enter{animation:none}}.kt-units{flex-direction:column;align-items:center;gap:10px;padding:26px 16px 0;display:flex}.kt-unit{width:100%;max-width:460px}.kt-unit__head{color:#fff;background:linear-gradient(135deg,#7c4dff,#5a2fd0);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex;box-shadow:0 8px 20px #7c4dff47}.kt-unit__title{letter-spacing:-.01em;font-size:15px;font-weight:800}.kt-unit__count{background:#ffffff38;border-radius:999px;flex:none;padding:3px 11px;font-size:13px;font-weight:700}.kt-trail{flex-direction:column;align-items:center;gap:24px;max-width:460px;margin:0 auto;padding:24px 24px 20px;list-style:none;display:flex}.kt-node{transform:translateX(var(--dx,0));transition:transform .15s}.kt-node__btn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:9px;max-width:150px;padding:0;font-family:inherit;display:flex}.kt-node__btn:disabled{cursor:default}.kt-node__cookie{color:#fff;background:var(--cookie,#9047ff);width:54px;height:46px;box-shadow:0 5px 0 var(--cookie-side,#6b28d6), 0 9px 13px #14102838;border-radius:50%;flex-shrink:0;place-items:center;transition:transform .12s,box-shadow .12s;display:grid;position:relative}.kt-node__btn:hover:not(:disabled) .kt-node__cookie{box-shadow:0 6px 0 var(--cookie-side,#6b28d6), 0 12px 18px #14102842;transform:translateY(-1px)}.kt-node__btn:active:not(:disabled) .kt-node__cookie{box-shadow:0 2px 0 var(--cookie-side,#6b28d6), 0 5px 9px #14102838;transform:translateY(3px)}.kt-node__cookie.is-choice{--cookie:#57b85a;--cookie-side:#3f9a45}.kt-node__cookie.is-audio{--cookie:#6c2bc9;--cookie-side:#52209c}.kt-node__cookie.is-video{--cookie:#e8892b;--cookie-side:#c56e1b}.kt-node__cookie.is-info{--cookie:#4159d0;--cookie-side:#2f43a8}.kt-node__cookie.is-final{--cookie:#d0473f;--cookie-side:#a8352e}.kt-node.is-locked .kt-node__cookie{--cookie:#d3d1dc;--cookie-side:#b4b1c0;color:#f4f3f7}.kt-node__done{background:#2fbf5a;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;bottom:1px;right:-3px}.kt-node__label{text-align:center;color:var(--muted);max-width:150px;font-size:13px;font-weight:700;line-height:1.2}.kt-node.is-current .kt-node__label{color:#2fa552}.kt-node.is-done .kt-node__label{color:var(--ink)}.kt-exam{justify-content:center;align-self:stretch;align-items:flex-end;max-width:none;min-height:200px;margin:22px -16px 0;padding-bottom:48px;display:flex;position:relative}.kt-exam__peaks{z-index:0;width:100%;height:184px;position:absolute;bottom:0;left:0;right:0}.kt-trail--exam{z-index:1;margin:0;padding:0;position:relative}.kt-trail--exam .kt-node{transform:none}.kt-trail--exam .kt-node__btn{background:#fff;border-radius:24px;gap:8px;max-width:none;padding:22px 30px 16px;box-shadow:0 14px 34px #1410282e}.kt-trail--exam .kt-node__label{color:#d0473f;font-size:15px}.kt-trail--exam .kt-node.is-locked .kt-node__cookie{--cookie:#d0473f;--cookie-side:#a8352e;color:#fff}.km-lesson{height:calc(100vh - 120px);position:relative}.kl{background:#faf9ff;flex-direction:column;height:100%;display:flex}.kl__hud{border-bottom:1px solid #efedf7;align-items:center;gap:12px;padding:12px 16px;display:flex}.kl__back{width:36px;height:36px;color:var(--purple);cursor:pointer;background:#f1eefb;border:none;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.kl__back:hover{filter:brightness(.97)}.kl__bar{background:#ece8fa;border-radius:999px;flex:1;height:10px;overflow:hidden}.kl__bar-fill{background:var(--purple);border-radius:999px;height:100%;transition:width .3s}.kl__hearts{color:#e5484d;flex-shrink:0;align-items:center;gap:4px;font-weight:800;display:flex}.kl__heart{font-size:16px}.kl-task{flex-direction:column;flex:1;min-height:0;display:flex}.kl-task__scroll{text-align:center;flex:1;width:100%;max-width:560px;margin-inline:auto;padding:22px 16px 12px;overflow-y:auto}.kl-info,.kl-check,.kl-listen{text-align:left}.kl-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--purple);background:#f1eefb;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.kl-kicker b{font-weight:900}.kl-task__title{color:var(--ink);max-width:620px;margin:14px 0 4px;font-size:22px;font-weight:800;line-height:1.2}.kl-task__sub{color:var(--muted);max-width:620px;margin:0 0 6px;font-size:14px}.kl-task__body{max-width:620px;margin-top:16px}.kl-visual{text-align:center;margin:6px 0 10px;font-size:56px}.kl-word{color:var(--ink);text-align:center;margin-bottom:16px;font-size:24px;font-weight:800}.kl-opts{flex-direction:column;gap:10px;display:flex}.kl-opts--two{flex-direction:row}.kl-opts--two .kl-opt{flex:1}.kl-opt{color:var(--ink);cursor:pointer;text-align:center;background:#fff;border:2px solid #eceaf5;border-radius:16px;padding:15px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:border-color .12s,background .12s,transform 50ms}.kl-opt:hover:not(:disabled){border-color:var(--purple);background:#f7f4ff}.kl-opt:active:not(:disabled){transform:scale(.98)}.kl-opt.sel{border-color:var(--purple);background:var(--purple);color:#fff}.kl-opt.correct{color:#1c7c3f;background:#e9f9ef;border-color:#2fbf5a}.kl-opt.wrong{color:#c02a2f;background:#fdecec;border-color:#e5484d}.kl-opt:disabled{cursor:default}.kl-sentence{text-align:center;color:var(--ink);font-size:20px;font-weight:700;line-height:2}.kl-gap{min-width:72px;color:var(--muted);border-bottom:2px dashed #c9c3e0;padding:2px 10px;display:inline-block}.kl-gap.filled{color:var(--purple);border-bottom-color:var(--purple)}.kl-gap.ok{color:#1c7c3f;border-bottom-color:#2fbf5a}.kl-gap.no{color:#c02a2f;border-bottom-color:#e5484d}.kl-gap-input{min-width:120px;font:inherit;text-align:center;color:var(--purple);background:0 0;border:none;border-bottom:2px solid #c9c3e0;outline:none;padding:6px 10px;font-weight:800}.kl-gap-input:focus{border-bottom-color:var(--purple)}.kl-gap-input.ok{color:#1c7c3f;border-bottom-color:#2fbf5a}.kl-gap-input.no{color:#c02a2f;border-bottom-color:#e5484d}.kl-bank{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.kl-chip{font:inherit;color:var(--ink);cursor:pointer;background:#fff;border:2px solid #eceaf5;border-radius:14px;padding:11px 18px;font-weight:700}.kl-chip:hover:not(:disabled){border-color:var(--purple)}.kl-chip.sel{border-color:var(--purple);background:var(--purple);color:#fff}.kl-chip:disabled{cursor:default;opacity:.7}.kl-check{flex-direction:column;gap:10px;display:flex}.kl-check__item{font:inherit;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1.5px solid #eceaf5;border-radius:14px;align-items:center;gap:12px;padding:13px 16px;font-size:15px;display:flex}.kl-check__item.on{background:#f0fbf4;border-color:#2fbf5a}.kl-check__box{color:#fff;border:2px solid #cfc9e2;border-radius:7px;flex-shrink:0;place-items:center;width:24px;height:24px;font-weight:900;display:grid}.kl-check__item.on .kl-check__box{background:#2fbf5a;border-color:#2fbf5a}.kl-listen{flex-direction:column;gap:14px;display:flex}.kl-track__label{color:var(--ink);margin-bottom:6px;font-size:14px;font-weight:700}.kl-audio{width:100%}.kl-watch{flex-direction:column;gap:10px;display:flex}.kl-watch__title{color:var(--ink);font-size:15px;font-weight:700}.kl-video{background:#000;border-radius:16px;width:100%;max-height:60vh}.kl-note{color:var(--muted);font-size:15px}.kl-info{color:var(--ink);font-size:15px;line-height:1.6}.kl-info :where(h3,h4){color:var(--ink);margin:0 0 10px}.kl-info :where(table){border-collapse:collapse;width:100%;margin:8px 0}.kl-info :where(th,td){text-align:left;border:1px solid #eceaf5;padding:8px 10px;font-size:14px}.kl-info :where(th){background:#f7f4ff}.kl-info :where(b){color:var(--purple)}.kl-fb{border-radius:16px;align-items:center;gap:12px;margin:0 16px;padding:12px 16px;display:flex}.kl-fb.ok{background:#e9f9ef;border:1.5px solid #b6e3a3}.kl-fb.no{background:#fdecec;border:1.5px solid #f1b7b4}.kl-fb__ic{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.kl-fb.ok .kl-fb__ic{background:#2fbf5a}.kl-fb.no .kl-fb__ic{background:#e5484d}.kl-fb__text{flex-direction:column;gap:2px;min-width:0;display:flex}.kl-fb__text b{color:var(--ink);font-size:15px}.kl-fb__ans{color:var(--muted);font-size:13px}.kl-reward{color:#b8860b;align-items:center;gap:4px;margin-left:auto;font-weight:800;display:flex}.kl-reward__coin{width:22px;height:22px}.kl-task__foot{padding:14px 16px calc(14px + env(safe-area-inset-bottom))}.kl-btn{background:var(--purple);color:#fff;width:100%;max-width:520px;height:54px;font:inherit;cursor:pointer;border:none;border-radius:16px;margin:0 auto;font-size:16px;font-weight:800;transition:filter .12s;display:block}.kl-btn:hover:not(:disabled){filter:brightness(1.06)}.kl-btn:disabled{color:#b7b1d6;cursor:default;background:#ebe7fb}.le-over,.lx-over{position:fixed}@media (max-width:760px){.km-lesson{height:calc(100dvh - 64px)}.kl-task__title{font-size:20px}.kl-sentence{font-size:18px;line-height:1.9}}
.t-app{--t-purple:#9047ff;--t-bg:#f4f5f7;--t-ink:#181818;--t-muted:#afafaf;--t-footer:#1d1826;--t-border:#e6e6e6;background:var(--t-bg);min-height:100vh;color:var(--t-ink);flex-direction:column;display:flex}.t-body{flex:1;align-items:stretch;display:flex}.t-sidebar{background:#fff;flex-shrink:0;width:272px;padding:30px 17px 40px 15px;box-shadow:4px 0 24px #0000000a}.t-sidebar__top{flex-direction:column;gap:56px;width:240px;display:flex}.t-sidebar__group{flex-direction:column;gap:20px;display:flex}.t-logo{align-items:center;height:21px;display:flex}.t-profile{background:var(--t-bg);cursor:pointer;border:none;border-radius:12px;justify-content:space-between;align-items:center;width:240px;height:68px;padding:10px;transition:background .15s;display:flex}.t-profile:hover{background:#f0f0f2}.t-profile__left{align-items:center;gap:10px;display:flex}.t-profile__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.t-profile__meta{text-align:left;flex-direction:column;display:flex}.t-profile__name{color:var(--t-ink);font-size:16px;font-weight:700;line-height:22px}.t-profile__role{color:var(--t-ink);font-size:14px;font-weight:400;line-height:20px}.t-profile__arrow{color:var(--t-purple);display:inline-flex}.t-nav{flex-direction:column;gap:4px;display:flex}.t-nav__item{width:240px;height:56px;color:var(--t-purple);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:20px;align-items:center;gap:8px;padding:16px 20px;transition:background .15s,color .15s;display:flex}.t-nav__item:hover{background:#9047ff12}.t-nav__item.is-active{background:var(--t-purple);color:#fff}.t-nav__item.is-active:hover{background:var(--t-purple)}.t-nav__icon{width:24px;height:24px;color:inherit;display:inline-flex}.t-nav__label{color:inherit;font-size:16px;font-weight:700}.t-rank{background:var(--t-bg);border-radius:50px;justify-content:space-between;align-items:center;width:240px;height:60px;padding:0 12px;display:flex}.t-rank__left{align-items:center;gap:8px;display:flex}.t-rank__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:38px;height:38px}.t-rank__name{color:var(--t-ink);font-size:15px;font-weight:700}.t-rank__level{background:var(--t-purple);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex}.t-main{flex-direction:column;flex:1;min-width:0;display:flex}.t-topbar{background:#fff;flex-shrink:0;align-items:center;gap:16px;height:60px;padding:0 32px;display:flex}.t-back{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:16px;align-items:center;gap:4px;height:36px;padding:0 16px 0 10px;font-size:14px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex}.t-back:hover{filter:brightness(1.06);transform:translate(-1px)}.t-topbar__title{color:var(--t-ink);font-size:18px;font-weight:700}.t-content{flex:1;min-height:0}.t-content--center{justify-content:center;align-items:center;padding:40px;display:flex}.t-content--flow{padding:0 32px 40px;overflow-y:auto}.t-card{background:#fff;border-radius:30px;width:910px;height:497px;position:relative}.t-card__panel{background:var(--t-purple);border-radius:30px 0 0 30px;width:363px;height:100%;position:absolute;top:0;left:0}.t-card__mascot{object-fit:contain;pointer-events:none;z-index:2;width:412px;height:635px;position:absolute;top:-42px;left:0}.t-card__carousel{display:none}.t-card__content{width:358px;position:absolute;top:50%;left:431px;transform:translateY(-50%)}.t-btn-primary{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:60px;justify-content:center;align-items:center;width:100%;padding:20px;font-size:16px;font-weight:700;transition:filter .15s,transform .15s;display:flex}.t-btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.t-welcome{flex-direction:column;display:flex}.t-welcome__title{white-space:pre-line;letter-spacing:-.03em;color:var(--t-ink);font-size:32px;font-weight:700;line-height:1.19}.t-welcome__sub{color:var(--t-muted);margin-top:12px;font-size:16px;font-weight:500;line-height:1.4}.t-welcome .t-btn-primary{margin-top:32px}.t-lang{flex-direction:column;display:flex}.t-lang__title{white-space:pre-line;letter-spacing:-.03em;color:var(--t-ink);font-size:32px;font-weight:700;line-height:1.19}.t-lang__list{flex-direction:column;gap:6px;margin-top:24px;display:flex}.t-lang__option{border:1px solid var(--t-border);cursor:pointer;background:#fff;border-radius:60px;align-items:center;gap:12px;width:100%;height:56px;padding:0 20px;transition:border-color .15s,background .15s;display:flex}.t-lang__option:hover{background:#faf7ff;border-color:#cbb6f7}.t-lang__flag{border-radius:3px;flex-shrink:0;width:auto;height:16px}.t-lang__label{color:var(--t-ink);font-size:16px;font-weight:700}.t-footer{background:var(--t-footer);flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;height:100px;padding:0 60px;display:grid}.t-footer__logo{justify-self:start;align-items:center;display:inline-flex}.t-footer__link{color:#fff;text-underline-offset:3px;justify-self:center;font-size:16px;font-weight:500;text-decoration:underline}.t-footer__copy{color:#fff;justify-self:end;font-size:16px;font-weight:700}.t-choose{flex-direction:column;align-items:center;padding-top:47px;display:flex}.t-choose__title{letter-spacing:-.03em;color:var(--t-ink);text-align:center;font-size:32px;font-weight:700}.t-choose__pills{gap:4px;margin-top:8px;display:flex}.t-ipill{height:34px;color:var(--t-ink);white-space:nowrap;background:#fff;border-radius:200px;align-items:center;gap:10px;padding:0 17px;font-size:14px;font-weight:700;display:inline-flex}.t-ipill svg{color:var(--t-purple);flex-shrink:0}.t-ipill b{color:var(--t-purple);font-weight:700}.t-choose__grid{gap:10px;margin-top:16px;display:flex}.t-tcard{background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:322px;min-height:571px;padding:41px 21px 31px;display:flex}.t-tcard__avatar{object-fit:contain;width:124px;height:124px;margin-bottom:19px}.t-tcard__name{color:var(--t-ink);margin-bottom:8px;font-size:24px;font-weight:700;line-height:1.1}.t-adult{vertical-align:middle;color:#fff;letter-spacing:.02em;cursor:help;background:#2b2b33;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:12px;font-weight:700;line-height:1.4;display:inline-block}.t-tcard__chips{flex-wrap:wrap;justify-content:center;gap:3px;margin-bottom:19px;display:flex}.t-chip{color:#fff;white-space:nowrap;border-radius:100px;align-items:center;height:30px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.t-tcard__desc{color:var(--t-ink);text-align:center;font-size:14px;font-weight:400;line-height:1.4}.t-tcard__actions{flex-direction:column;gap:6px;width:100%;margin-top:auto;display:flex}.t-tcard__listen{height:44px;color:var(--t-purple);cursor:pointer;background:#ebdeff;border:none;border-radius:30px;justify-content:center;align-items:center;gap:13px;font-size:14px;font-weight:700;transition:background .15s;display:flex}.t-tcard__listen:hover{background:#e2d0ff}.t-tcard__choose{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:80px;justify-content:center;align-items:center;height:48px;font-size:15px;font-weight:700;transition:filter .15s,transform .15s;display:flex}.t-tcard__choose:hover{filter:brightness(1.05);transform:translateY(-1px)}.t-status{flex-direction:column;align-items:center;display:flex}.t-status--flow{padding-top:88px}.t-status__head{align-items:center;gap:18px;display:flex}.t-status__avatar{object-fit:cover;border-radius:50%;width:81px;height:81px}.t-status__avatar--pulse{animation:1.4s ease-in-out infinite t-avatar-pulse}@keyframes t-avatar-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}@media (prefers-reduced-motion:reduce){.t-status__avatar--pulse{animation:none}}.t-status__meta{flex-direction:column;gap:3px;display:flex}.t-status__name{color:var(--t-ink);font-size:20px;font-weight:700}.t-status__role{color:var(--t-ink);font-size:16px;font-weight:500}.t-status__heading{letter-spacing:-.03em;text-align:center;white-space:pre-line;margin-top:24px;font-size:36px;font-weight:700;line-height:1.19}.t-status__dots{text-align:left;width:.9em;display:inline-block}.t-status__dots:after{content:".";animation:1.4s step-end infinite t-dots}@keyframes t-dots{0%{content:"."}25%{content:".."}50%{content:"..."}75%{content:""}}@media (prefers-reduced-motion:reduce){.t-status__dots:after{content:"...";animation:none}}.t-offer{background:#fff;border-radius:30px;flex-direction:column;width:584px;margin-top:32px;padding:31px 32px;display:flex}.t-offer__title{color:var(--t-purple);text-align:center;font-size:24px;font-weight:700}.t-offer__sub{color:var(--t-ink);text-align:center;margin-top:8px;font-size:16px;font-weight:400}.t-offer__cta{cursor:pointer;background:#b7f0ff;border:none;border-radius:18px;justify-content:space-between;align-items:center;height:96px;margin-top:18px;padding:24px;transition:filter .15s;display:flex}.t-offer__cta:hover{filter:brightness(.98)}.t-offer__ctaLeft{align-items:center;gap:16px;display:flex}.t-offer__clock{width:48px;height:48px;color:var(--t-purple);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.t-offer__ctaText{text-align:left;flex-direction:column;gap:4px;display:flex}.t-offer__ctaText b{color:var(--t-purple);font-size:20px;font-weight:700}.t-offer__ctaText small{color:#898787;font-size:16px;font-weight:400}.t-offer__arrow{background:var(--t-purple);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.t-offer__later{height:48px;color:var(--t-purple);cursor:pointer;background:#b7f0ff;border:none;border-radius:80px;justify-content:center;align-items:center;gap:10px;margin-top:12px;padding:0 80px;font-size:15px;font-weight:700;transition:filter .15s;display:flex}.t-offer__later:hover{filter:brightness(.98)}.t-btnstack{flex-direction:column;gap:12px;width:371px;margin-top:35px;display:flex}.t-pill{cursor:pointer;border:none;border-radius:80px;justify-content:center;align-items:center;gap:10px;height:48px;font-size:15px;font-weight:700;transition:filter .15s,transform .15s;display:flex}.t-pill--lg{height:64px;font-size:18px}.t-pill--primary{background:var(--t-purple);color:#fff}.t-pill--primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.t-pill--blue{color:var(--t-purple);background:#b7f0ff}.t-pill--blue:hover{filter:brightness(.98)}.t-voice{flex-direction:column;align-items:center;padding-top:36px;display:flex}.t-voice__room{display:contents}.t-voice__audio{width:0;height:0;position:absolute;overflow:hidden}.t-voice__card{background:#fff;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;gap:28px;width:min(876px,100%);min-height:520px;margin-top:18px;padding:48px 0;display:flex;position:relative}.t-verdict{text-align:center;--t-verdict-accent:#16a34a;--t-verdict-tint:#16a34a1a;--t-verdict-ring:#16a34a33;justify-content:center;gap:0;padding:56px 64px 48px}.t-verdict.is-fail{--t-verdict-accent:#dc2626;--t-verdict-tint:#dc26261a;--t-verdict-ring:#dc262633}.t-verdict__badge{width:88px;height:88px;color:var(--t-verdict-accent);background:var(--t-verdict-tint);box-shadow:inset 0 0 0 1px var(--t-verdict-ring);border-radius:50%;place-items:center;animation:.42s cubic-bezier(.2,.9,.3,1.15) both t-verdict-settle;display:grid}@keyframes t-verdict-settle{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.t-verdict__badge{animation:none}}.t-verdict__title{letter-spacing:-.02em;color:var(--t-ink);margin:28px 0 0;font-size:32px;font-weight:700;line-height:1.2}.t-verdict__summary{color:#5b5670;max-width:600px;margin:14px 0 0;font-size:17px;line-height:1.55}.t-verdict__advice{border-top:1px solid var(--t-border);text-align:left;width:100%;max-width:600px;margin-top:32px;padding-top:24px}.t-verdict__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#6f6a80;font-size:12px;font-weight:700;display:block}.t-verdict__tips{color:#5b5670;margin:12px 0 0;padding:0;font-size:16px;line-height:1.5;list-style:none}.t-verdict__tips li+li{border-top:1px solid var(--t-border);margin-top:12px;padding-top:12px}.t-verdict__done{width:260px;height:56px;margin-top:36px}@media (max-width:720px){.t-verdict{padding:40px 24px 32px}.t-verdict__badge{width:72px;height:72px}.t-verdict__title{margin-top:24px;font-size:26px}.t-verdict__summary{font-size:16px}.t-verdict__done{width:100%}}.t-voice__orb{background:#9047ff;border-radius:50%;flex-shrink:0;width:220px;height:220px;animation:3.4s ease-in-out infinite t-orb-breathe}@keyframes t-orb-breathe{0%,to{transform:scale(1);box-shadow:0 0 46px 6px #9047ff38}50%{transform:scale(1.05);box-shadow:0 0 72px 14px #9047ff6b}}.t-voice__orb.is-live{animation:2s ease-in-out infinite t-orb-pulse}@keyframes t-orb-pulse{0%,to{transform:scale(1);box-shadow:0 0 #9047ff59}50%{transform:scale(1.06);box-shadow:0 0 0 22px #9047ff00}}@media (prefers-reduced-motion:reduce){.t-voice__orb,.t-voice__orb.is-live{animation:none}}.t-voice__timer{font-variant-numeric:tabular-nums;color:#9a8fb5;letter-spacing:.02em;background:#f4f1fb;border-radius:999px;padding:4px 12px;font-size:15px;font-weight:600;position:absolute;top:20px;right:24px}.t-voice__timer.is-low{color:#e5484d;background:#fdeaea}.t-voice__text{justify-content:center;align-items:center;width:100%;max-width:760px;height:84px;margin-top:0;padding:0 32px;display:flex}.t-voice__cap{color:var(--t-ink);text-align:center;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:32px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.t-voice__cap.is-user{color:var(--t-purple)}.t-voice__mic{height:64px;color:var(--t-purple);cursor:pointer;background:#b7f0ff;border:none;border-radius:28px;align-items:center;gap:10px;margin-top:8px;padding:0 32px;font-size:18px;font-weight:700;transition:filter .15s;display:flex}.t-voice__mic:hover{filter:brightness(.98)}.t-voice__mic:disabled{opacity:.45;cursor:not-allowed}.t-voice__end{color:#d64545;cursor:pointer;background:0 0;border:1.5px solid #d6454573;border-radius:24px;height:48px;margin-top:12px;padding:0 28px;font-size:16px;font-weight:700;transition:background .15s,border-color .15s}.t-voice__end:hover{background:#d6454514;border-color:#d64545}.t-micperm{z-index:50;background:#fff;border-radius:20px;flex-direction:column;gap:12px;width:372px;padding:18px 20px 20px;display:flex;position:fixed;top:16px;left:16px;box-shadow:0 18px 50px #1e0c3c38}.t-micperm__row{align-items:center;gap:14px;display:flex}.t-micperm__chips{flex:none;align-items:center;display:flex}.t-micperm__chip{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.t-micperm__chip--arrow{background:var(--t-purple);color:#fff}.t-micperm__chip--mic{color:var(--t-purple);background:#b7f0ff;margin-left:-10px}.t-micperm__allow{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:24px;flex:1;height:48px;font-size:16px;font-weight:700;transition:filter .15s}.t-micperm__allow:hover{filter:brightness(1.05)}.t-micperm__hint{color:var(--t-ink);margin:0;font-size:16px;line-height:1.35}.t-levelcircle{background:var(--t-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin-top:32px;font-size:42px;font-weight:700;display:flex}.t-levelwhy{text-align:left;background:#fff;border-radius:16px;max-width:560px;margin:28px auto 0;padding:20px 22px}.t-levelwhy__title{color:var(--t-ink);margin:0 0 8px;font-size:17px;font-weight:700}.t-levelwhy__text{color:var(--t-ink);white-space:pre-line;margin:0;font-size:15px;font-weight:500;line-height:1.55}.t-levelwhy__block{margin-top:16px}.t-levelwhy__label{letter-spacing:.03em;text-transform:uppercase;color:#8b8b8b;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.t-levelwhy__list{margin:0;padding-left:18px}.t-levelwhy__list li{color:var(--t-ink);margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.5}.t-interests__sub{color:var(--t-ink);text-align:center;margin-top:24px;font-size:18px;font-weight:500}.t-interests__chips{flex-wrap:wrap;justify-content:center;gap:8px 6px;max-width:448px;margin-top:24px;display:flex}.t-topic{height:43px;color:var(--t-ink);cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;padding:0 18px;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:inline-flex;box-shadow:0 2px 10px #1713260d}.t-topic.is-selected{background:var(--t-purple);color:#fff}.t-prof__input{background:#fff;border-radius:20px;align-items:center;gap:8px;width:370px;height:68px;margin-top:29px;padding:0 16px 0 20px;display:flex}.t-prof__input input{min-width:0;color:var(--t-ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:18px;font-weight:500}.t-prof__input input::placeholder{color:#1818184d}.t-prof__send{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:filter .15s;display:flex}.t-prof__send:hover{filter:brightness(1.06)}.t-prof__or{color:#8b8b8b;text-align:center;margin-top:16px;font-size:16px;font-weight:700}.t-prof__grid{grid-template-columns:1fr 1fr;gap:10px;width:744px;margin-top:24px;display:grid}.t-prof__opt{height:64px;color:var(--t-ink);cursor:pointer;background:#fff;border:none;border-radius:20px;justify-content:space-between;align-items:center;padding:0 16px 0 20px;font-size:17px;font-weight:700;transition:box-shadow .15s;display:flex}.t-prof__opt:hover{box-shadow:0 4px 16px #1713260f}.t-radio{border:1px solid #afafaf;border-radius:50%;flex-shrink:0;width:24px;height:24px}.t-prof__opt.is-picked .t-radio{border-color:var(--t-purple);background:radial-gradient(circle, var(--t-purple) 0 6px, transparent 7px)}.t-analysis__glow{background:#ea4f4f6e;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin-top:38px;display:flex}.t-analysis__glow img{object-fit:cover;border-radius:50%;width:115px;height:115px;animation:1.4s ease-in-out infinite t-avatar-pulse}@media (prefers-reduced-motion:reduce){.t-analysis__glow img{animation:none}}.t-analysis__list{flex-direction:column;align-items:flex-start;gap:16px;width:max-content;max-width:100%;margin:38px auto 0;display:flex}.t-analysis__item{color:#afafaf;align-items:center;gap:16px;font-size:17px;font-weight:500;transition:color .3s;display:flex}.t-analysis__item.is-done{color:#000}.t-analysis__item .t-radio{transition:border-color .3s,background .3s;position:relative}.t-analysis__item.is-done .t-radio{border-color:var(--t-purple);background:var(--t-purple);animation:.35s t-check-pop}.t-analysis__item.is-done .t-radio:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:4px;left:8px;transform:rotate(45deg)}@keyframes t-check-pop{0%{transform:scale(.5)}60%{transform:scale(1.15)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.t-analysis__item.is-done .t-radio{animation:none}}.t-dash{flex:1;min-width:0;display:flex}.t-dash__center{flex-direction:column;flex:1;min-width:0;padding:30px 32px 0;display:flex}.t-dash__topbar{justify-content:space-between;align-items:center;height:56px;display:flex}.t-dash__tutor{align-items:center;gap:12px;display:flex}.t-dash__tutor img{object-fit:cover;border-radius:50%;width:56px;height:56px}.t-dash__tutormeta{flex-direction:column;gap:2px;display:flex}.t-dash__tutormeta b{color:var(--t-ink);font-size:18px;font-weight:700}.t-dash__tutormeta span{color:var(--t-purple);font-size:15px;font-weight:500}.t-dash__manage{height:48px;color:var(--t-purple);cursor:pointer;background:#b7f0ff;border:none;border-radius:78px;align-items:center;gap:10px;padding:0 28px;font-size:14px;font-weight:700;transition:filter .15s;display:inline-flex}.t-dash__manage:hover{filter:brightness(.98)}.t-dash__cta{flex-direction:column;align-items:center;margin-top:100px;display:flex}.t-dash__mic{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:142px;height:142px;transition:transform .15s;display:flex;box-shadow:0 18px 40px #9047ff52}.t-dash__mic:hover{transform:translateY(-2px)}.t-dash__ctatitle{white-space:pre-line;letter-spacing:-.03em;color:var(--t-purple);text-align:center;margin-top:20px;font-size:32px;font-weight:700;line-height:1.19}.t-dash__suggest{cursor:pointer;background:#9047ff;border:none;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;width:370px;margin-top:56px;padding:16px;transition:filter .15s;display:flex}.t-dash__suggest:hover{filter:brightness(1.04)}.t-dash__suggesttext{text-align:left;flex-direction:column;gap:4px;display:flex}.t-dash__suggesttext small{color:#fff;font-size:16px;font-weight:400}.t-dash__suggesttext b{color:#fff;font-size:16px;font-weight:700}.t-dash__suggestarrow{width:32px;height:32px;color:var(--t-purple);background:#f6f6f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.t-dash__panel{background:#fff;flex-direction:column;flex-shrink:0;gap:32px;width:378px;padding:32px 20px;display:flex;overflow-y:auto}.t-panel__section{flex-direction:column;display:flex}.t-panel__head{justify-content:space-between;align-items:center;min-height:32px;display:flex}.t-panel__head h2{color:var(--t-ink);font-size:20px;font-weight:700}.t-seeall{height:32px;color:var(--t-purple);cursor:pointer;background:#9047ff14;border:none;border-radius:30px;align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.t-seeall:hover{background:#9047ff24}.t-seeall__arrow{background:var(--t-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.t-progress{background:#b7f0ff;border-radius:12px;margin-top:8px;padding:14px 16px}.t-progress b{color:var(--t-purple);font-size:16px;font-weight:700}.t-progress__bar{background:#ffffffb3;border-radius:99px;height:8px;margin-top:6px;position:relative}.t-progress__bar span{background:var(--t-purple);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.t-lessons{flex-direction:column;gap:24px;margin-top:24px;display:flex}.t-lesson__head{align-items:center;gap:8px;display:flex}.t-lesson__num{color:var(--t-ink);font-size:16px;font-weight:700}.t-lesson__title{color:var(--t-purple);font-size:16px;font-weight:700}.t-lesson__head .t-radio{margin-left:auto}.t-lesson__desc,.t-panel__sub{color:#8b8b8b;margin-top:8px;font-size:14px;font-weight:500;line-height:1.4}.t-scenarios{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.t-scenario{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:12px;padding:0;display:flex}.t-scenario__img{background-position:50%;background-size:cover;border-radius:24px;height:199px;transition:filter .15s;position:relative}.t-scenario:hover .t-scenario__img{filter:brightness(.95)}.t-scenario__badge{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;position:absolute;top:12px;left:12px}.t-scenario__label{color:var(--t-purple);text-align:left;font-size:16px;font-weight:700}.t-plan{padding-top:24px}.t-plan__progress{background:#b7f0ff;border-radius:12px;width:324px;padding:14px 16px}.t-plan__progress b{color:var(--t-purple);font-size:16px;font-weight:700}.t-plan__bar{background:#fff;border-radius:30px;height:15px;margin-top:6px;position:relative;overflow:hidden}.t-plan__bar span{background:var(--t-purple);border-radius:30px;width:16px;height:100%;position:absolute;top:0;left:0}.t-plan__list{flex-direction:column;gap:6px;margin-top:24px;display:flex}.t-plan__card{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:6px;width:726px;min-height:84px;padding:20px 16px;display:flex;box-shadow:0 2px 12px #1713260a}.t-plan__body{flex-direction:column;gap:6px;display:flex}.t-plan__head{align-items:center;gap:10px;display:flex}.t-plan__num{color:var(--t-ink);font-size:16px;font-weight:700}.t-plan__title{color:var(--t-purple);font-size:16px;font-weight:700}.t-plan__desc{color:#8b8b8b;font-size:14px;font-weight:500}.t-plan__card.is-done .t-radio{border-color:var(--t-purple);background:var(--t-purple);position:relative}.t-plan__card.is-done .t-radio:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:4px;left:8px;transform:rotate(45deg)}.t-manage{gap:10px;padding-top:32px;display:flex}.t-manage__card{background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;align-items:center;width:266px;padding:24px;display:flex}.t-manage__card img{object-fit:cover;border-radius:50%;width:120px;height:120px}.t-manage__name{flex-direction:column;align-items:center;gap:2px;margin-top:12px;display:flex}.t-manage__name b{color:var(--t-ink);font-size:24px;font-weight:700}.t-manage__name span{color:var(--t-ink);font-size:16px;font-weight:400}.t-manage__change{width:200px;height:52px;color:var(--t-purple);cursor:pointer;background:#fff;border:1px solid #e6dcfb;border-radius:30px;justify-content:center;align-items:center;gap:12px;margin-top:12px;font-size:16px;font-weight:700;transition:background .15s;display:flex}.t-manage__change:hover{background:#faf7ff}.t-manage__change .t-seeall__arrow{width:20px;height:20px}.t-manage__history{flex:1;min-width:0;max-width:726px}.t-manage__history h2{color:var(--t-ink);font-size:24px;font-weight:700}.t-manage__empty{color:var(--t-muted);text-align:center;background:#fff;border-radius:16px;margin-top:20px;padding:28px 24px;font-size:16px;font-weight:500}.t-histgroup__date{letter-spacing:.04em;text-transform:uppercase;color:#8b8b8b;margin:26px 0 6px;font-size:13px;font-weight:700}.t-histrow{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:71px;margin-bottom:6px;padding:16px 12px;font-family:inherit;display:flex}.t-histrow__text{flex-direction:column;gap:6px;display:flex}.t-histrow__text b{color:var(--t-ink);font-size:16px;font-weight:700}.t-histrow__text span,.t-histrow time{color:#8b8b8b;font-size:14px;font-weight:400}.t-result2{align-items:flex-start;gap:18px;padding-top:70px;display:flex}.t-result2__mascot{flex-shrink:0;width:402px;height:auto}.t-result2__side{flex-direction:column;align-items:center;width:370px;display:flex}.t-result2__badge{color:#fff;border-radius:50px;justify-content:center;align-items:center;padding:20px 40px;font-size:36px;font-weight:700;display:inline-flex}.t-result2__badge.is-fail{background:#dc6d6b}.t-result2__badge.is-pass{background:#4fbf7a}.t-result2__title{white-space:pre-line;letter-spacing:-.03em;color:var(--t-purple);text-align:center;margin-top:32px;font-size:32px;font-weight:700;line-height:1.19}.t-result2__sub{color:var(--t-ink);text-align:center;margin-top:9px;font-size:16px;font-weight:500}.t-result2__stats{gap:4px;width:370px;margin-top:28px;display:flex}.t-stat{text-align:center;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;min-height:94px;padding:16px 12px;display:flex}.t-result2__stats .t-stat:first-child{border-radius:16px 0 0 16px}.t-result2__stats .t-stat:last-child{border-radius:0 16px 16px 0}.t-stat b{color:var(--t-purple);font-size:24px;font-weight:700}.t-stat span{color:var(--t-ink);font-size:14px;font-weight:400;line-height:1.2}.t-result2__btn{width:370px;margin-top:56px}.t-result2__btn--tall{height:56px;margin-top:7px}.t-erran{max-width:820px;padding-top:32px}.t-erran__card{background:#fff;border-radius:20px;align-items:center;gap:12px;width:386px;padding:10px;display:flex}.t-erran__card img{object-fit:cover;border-radius:50%;width:72px;height:72px}.t-erran__cardtext{flex-direction:column;gap:3px;display:flex}.t-erran__cardtext span{color:var(--t-ink);font-size:16px;font-weight:500}.t-erran__cardtext b{color:var(--t-purple);font-size:20px;font-weight:700}.t-erran__blocks{flex-direction:column;gap:20px;margin-top:24px;display:flex}.t-erran__block h3{color:var(--t-ink);font-size:16px;font-weight:700}.t-erran__block p{color:var(--t-ink);margin-top:6px;font-size:16px;font-weight:400;line-height:1.55}.t-erran__empty{color:var(--t-muted);text-align:center;background:#fff;border-radius:16px;margin-top:24px;padding:28px 24px;font-size:16px;font-weight:500}.t-erran__btns{gap:8px;margin-top:40px;display:flex}.t-erran__btn{width:370px;height:56px}.t-scen{padding-top:30px}.t-scen__title{white-space:pre-line;color:var(--t-ink);font-size:24px;font-weight:700;line-height:1.3}.t-scen__grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1044px;margin-top:24px;display:grid}.t-scen__card{flex-direction:column;display:flex}.t-scen__img{aspect-ratio:164/199;background-position:50%;background-size:cover;border-radius:24px;transition:filter .15s;position:relative}.t-scen__card:hover .t-scen__img{filter:brightness(.96)}.t-scen__label{color:var(--t-purple);margin-top:12px;font-size:16px;font-weight:700}.t-scen__desc{color:#8b8b8b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.t-scen__btn{width:100%;height:44px;margin-top:12px}.t-scen__card--locked .t-scen__img,.t-scen__card--locked:hover .t-scen__img{filter:grayscale()brightness(.9)}.t-scen__card--locked .t-scen__label{color:var(--t-muted)}.t-scen__btn:disabled{opacity:.45;cursor:not-allowed}.t-scen__title--admin{margin-top:36px}.t-scen__img--plain{background:linear-gradient(135deg, var(--t-purple,#7b3fe4), #2a1a55);justify-content:center;align-items:center;display:flex}.t-scen__img--plain .t-scenario__badge{background:0 0;width:auto;height:auto;font-size:40px;position:static}.t-chat{max-width:760px;margin:0 auto;padding-top:24px}.t-chat__date{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#8b8b8b;font-size:13px;font-weight:700;line-height:1.5}.t-chat__list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.t-bubble{color:#fff;max-width:70%;padding:10px 16px;font-size:15px;font-weight:500}.t-bubble--tutor{background:#9047ff;border-radius:19px 19px 19px 5px;align-self:flex-start}.t-bubble--me{background:#ff7300;border-radius:19px 19px 5px;align-self:flex-end}.t-chat__empty{color:var(--t-muted);text-align:center;background:#fff;border-radius:16px;margin-top:24px;padding:28px 24px;font-size:16px;font-weight:500}.t-tour{--t-purple:#9047ff;--t-ink:#181818;--t-muted:#afafaf;z-index:200;position:fixed;inset:0}.t-tour__veil{background:#140c289e;position:fixed;inset:0}.t-tour__hole{outline-offset:0;pointer-events:none;border-radius:18px;outline:3px solid #9047fff2;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;box-shadow:0 0 0 9999px #140c289e}.t-tour__pop{background:#fff;border-radius:18px;width:300px;padding:20px;transition:left .3s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1);animation:.28s t-tour-in;position:fixed;box-shadow:0 24px 60px #140c2852}@keyframes t-tour-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.t-tour__title{color:var(--t-ink);font-size:18px;font-weight:700;display:block}.t-tour__text{color:#5c5c5c;margin-top:8px;font-size:15px;font-weight:400;line-height:1.45}.t-tour__bar{background:#efe9fb;border-radius:999px;height:4px;margin-top:16px;overflow:hidden}.t-tour__bar span{background:var(--t-purple);border-radius:999px;height:100%;transition:width .3s;display:block}.t-tour__foot{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.t-tour__right{align-items:center;gap:14px;display:flex}.t-tour__count{color:var(--t-muted);font-size:14px;font-weight:600}.t-tour__skip{color:var(--t-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;transition:color .15s}.t-tour__skip:hover{color:var(--t-ink)}.t-tour__ok{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:10px 22px;font-size:15px;font-weight:700;transition:filter .15s,transform .15s}.t-tour__ok:hover{filter:brightness(1.06);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.t-tour__hole,.t-tour__pop,.t-tour__bar span{transition:none}.t-tour__pop{animation:none}}.t-placetest__prompt{max-width:520px;color:var(--t-ink);text-align:center;margin:8px auto 0;font-size:17px;font-weight:600;line-height:1.5}.t-placetest__hint{max-width:460px;color:var(--t-muted);text-align:center;margin:14px auto 0;font-size:14px;line-height:1.45}.t-placetest__err{color:#d64545;text-align:center;margin:12px auto 0;font-size:14px}.t-placetest__timer{font-variant-numeric:tabular-nums;color:var(--t-purple);justify-content:center;align-items:center;gap:10px;margin:24px 0 8px;font-size:30px;font-weight:800;display:flex}.t-placetest__dot{background:#d64545;border-radius:50%;width:12px;height:12px;animation:1s ease-in-out infinite t-placetest-pulse}.t-placetest__steps{justify-content:center;gap:8px;width:min(320px,80%);margin:22px auto 0;display:flex}.t-placetest__step{background:#7c4dff26;border-radius:3px;flex:1;height:6px;transition:background .4s}.t-placetest__step.is-done{background:var(--t-purple)}.t-placetest__rec-hint{color:var(--t-muted);font-size:13px;font-weight:600}@keyframes t-placetest-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:760px){.t-topbar{display:none}.t-content--center{justify-content:flex-start;align-items:stretch;padding:24px 16px 36px;overflow-y:auto}.t-content--center:has(.t-status__dots){flex-direction:column;justify-content:center}.t-content--flow{padding:0 16px 32px}.t-welcome__title,.t-lang__title,.t-choose__title,.t-offer__title{font-size:25px}.t-card{background:0 0;border-radius:0;flex-direction:column;align-self:flex-start;gap:22px;width:100%;max-width:430px;height:auto;margin:0 auto;display:flex;position:relative}.t-card__content{order:1;width:100%;position:static;transform:none}.t-card__panel{border-radius:30px;order:2;width:100%;height:240px;position:relative}.t-card__mascot{display:none}.t-card__carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.t-card__carousel::-webkit-scrollbar{display:none}.t-card__slide{scroll-snap-align:center;scroll-snap-stop:always;color:#fff;flex-direction:column;flex:0 0 56%;justify-content:center;align-items:center;display:flex}.t-card__slide img{object-fit:contain;width:128px;height:128px}.t-card__slide b{margin-top:10px;font-size:18px;font-weight:700}.t-card__slide span{opacity:.8;margin-top:2px;font-size:13px}.t-choose{width:100%;min-width:0}.t-choose__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-self:stretch;margin:16px -16px 0;padding:4px 16px 10px;overflow-x:auto}.t-tcard{scroll-snap-align:center;scroll-snap-stop:always;flex:none;width:min(82vw,300px);height:auto;min-height:520px}.t-status--flow{padding-top:40px}.t-btnstack,.t-offer{width:100%;max-width:430px;margin-left:auto;margin-right:auto}.t-offer__later{padding:0 24px}.t-choose__pills{flex-wrap:wrap}.t-status__heading{margin-top:18px;font-size:28px}.t-dash{flex-direction:column}.t-dash__center{padding:20px 16px 40px}.t-dash__tutor img{width:44px;height:44px}.t-dash__tutormeta b{font-size:16px}.t-dash__tutormeta span{font-size:13px}.t-dash__manage{flex-shrink:0;gap:8px;height:40px;padding:0 16px;font-size:13px}.t-dash__cta{margin-top:44px}.t-dash__mic{width:118px;height:118px}.t-dash__mic svg{width:52px;height:52px}.t-dash__ctatitle{margin-top:18px;font-size:clamp(23px,6.5vw,28px)}.t-dash__suggest{width:100%;max-width:370px;margin-top:36px}.t-dash__panel{border-radius:28px 28px 0 0;width:100%;padding:28px 16px 40px;overflow-y:visible}.t-tcard__chips{flex-wrap:wrap;justify-content:center;row-gap:4px}.t-prof__grid{grid-template-columns:1fr;width:100%}.t-prof__input{width:100%}.t-manage{flex-direction:column;gap:28px}.t-manage__card,.t-plan__progress,.t-plan__card{width:100%}.t-scen__grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}.t-result2{flex-direction:column;align-items:center;gap:8px;padding-top:24px}.t-result2__mascot{width:min(64vw,260px)}.t-result2__side{width:100%;max-width:370px}.t-result2__stats{width:100%}.t-result2__btn{width:100%;margin-top:32px}.t-result2__btn--tall{margin-top:7px}.t-erran__btns{flex-direction:column}.t-erran__btn{width:100%}.t-bubble{max-width:85%}.t-choose__title,.t-choose__pills,.t-choose__grid{display:none}.t-main:has(.t-choose){padding:0 16px 16px}.t-content:has(.t-car){flex-direction:column;padding:0;display:flex}.t-choose:has(.t-car){flex-direction:column;flex:1;padding:0;display:flex}:is(html:has(.t-car),body:has(.t-car)){overscroll-behavior:none}.t-app:has(.t-car){min-height:100svh}.t-app:has(.t-car) .t-body{flex:1;min-height:0}.t-app:has(.t-car) .footer{display:none}.t-main:has(.t-car) .t-topbar{justify-content:center;padding:8px 0 4px;position:relative}.t-main:has(.t-car) .t-back{background:#f6f6f6;border-radius:16px;gap:0;width:32px;height:32px;padding:0;font-size:0;position:absolute;left:0}.t-topbar__title{color:#181818;font-size:16px;font-weight:700}.t-car{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.t-car__stage{touch-action:pan-y;width:calc(100% + 32px);height:200px;margin:29px -16px 0;position:relative;overflow:hidden}.t-car__slot{will-change:transform;background:#efe7ff;border-radius:50%;width:200px;height:200px;position:absolute;top:0;left:50%;overflow:hidden}.t-car__slot img{object-fit:cover;width:100%;height:100%;display:block}.t-car__info{width:100%;animation:.34s both t-car-fade}.t-car__name{color:#181818;text-align:center;margin-top:19px;font-size:24px;font-weight:700}.t-car__chips{flex-wrap:wrap;justify-content:center;gap:4px;margin-top:8px;display:flex}.t-car__chip{color:#fff;white-space:nowrap;border-radius:20px;align-items:center;height:32px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.t-car__desc{margin-top:18px;color:#181818;text-align:center;text-wrap:balance;max-width:334px;margin-inline:auto;font-size:14px;line-height:1.4}.t-car__actions{flex-direction:column;gap:12px;width:100%;margin-top:auto;padding-top:24px;display:flex}.t-car__listen{color:#9047ff;cursor:pointer;background:#ebdeff;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;height:44px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.t-car__choose{color:#fff;cursor:pointer;background:#9047ff;border:none;border-radius:80px;height:48px;font-family:inherit;font-size:15px;font-weight:700}}@media (min-width:761px){.t-car{display:none}.t-main:has(.t-choose) .t-topbar__title{display:none}}@keyframes t-car-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
