.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-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-pick{flex-direction:column;gap:32px;max-width:1008px;margin:0 auto;padding-top:40px;display:flex}.t-pick__hero{background:#fff;border-radius:40px;grid-template-columns:1fr 1fr;gap:40px;padding:32px;display:grid}.t-pick__art{aspect-ratio:452/339;object-fit:cover;border-radius:20px;width:100%;display:block}.t-pick__intro{flex-direction:column;align-items:flex-start;gap:64px;padding:24px 32px 0 0;display:flex}.t-pick__text{flex-direction:column;gap:16px;display:flex}.t-pick__title{white-space:pre-line;color:var(--t-ink);font-size:28px;font-weight:700;line-height:32px}.t-pick__sub{color:#898787;font-size:16px;font-weight:500;line-height:22px}.t-pick__start{background:var(--t-purple);color:#fff;cursor:pointer;border:none;border-radius:999px;width:283px;height:48px;font-family:inherit;font-size:16px;font-weight:700;transition:filter .15s,transform .15s,opacity .15s}.t-pick__start:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.t-pick__start:disabled{opacity:.5;cursor:default}.t-pick__heading{text-align:center;color:var(--t-ink);font-size:28px;font-weight:700;line-height:32px}.t-pick__row{justify-content:center;align-items:flex-end;gap:24px;height:352px;display:flex}.t-pick__card{min-width:0;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:0 234px;align-items:center;padding:40px 0 0;font-family:inherit;transition:opacity .25s,padding .25s;display:flex}.t-pick__card:focus-visible{outline:none}.t-pick__card:focus-visible .t-pick__plate{outline:2px solid var(--t-purple);outline-offset:2px}.t-pick__row.has-pick .t-pick__card:not(.is-picked){opacity:.5}.t-pick__card.is-picked{padding-top:0}.t-pick__figure{z-index:1;object-fit:contain;pointer-events:none;flex-shrink:0;width:187px;max-width:100%;height:250px;position:relative}.t-pick__figure--orb{width:160px;height:160px;margin:45px 0}.t-pick__plate{background:#fff;border-radius:24px;flex-direction:column;justify-content:flex-end;align-self:stretch;align-items:center;gap:16px;min-height:142px;margin-top:-80px;padding:84px 32px 32px;transition:min-height .25s,padding .25s;display:flex}.t-pick__card.is-picked .t-pick__plate{min-height:182px;padding:84px 16px 24px}.t-pick__name{text-align:center;color:var(--t-ink);font-size:20px;font-weight:700;line-height:24px;transition:font-size .25s}.t-pick__card.is-picked .t-pick__name{font-size:28px}.t-pick__chips{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.t-pick__chip{color:#fff;white-space:nowrap;border-radius:20px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1.4}@media (prefers-reduced-motion:reduce){.t-pick__card,.t-pick__plate,.t-pick__name{transition:none}}@media (max-width:760px){.t-pick{gap:24px;padding-top:16px}.t-pick__hero{border-radius:28px;grid-template-columns:1fr;gap:20px;padding:16px}.t-pick__intro{gap:24px;padding:0}.t-pick__title{font-size:24px;line-height:28px}.t-pick__start{width:100%}.t-pick__heading{font-size:22px;line-height:26px}.t-pick__row{grid-template-columns:1fr 1fr;gap:12px;height:auto;display:grid}.t-pick__card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc(50% - 6px)}.t-pick__card{padding-top:28px}.t-pick__figure{width:135px;height:180px}.t-pick__figure--orb{width:116px;height:116px;margin:32px 0}.t-pick__plate{border-radius:20px;gap:10px;min-height:102px;margin-top:-58px;padding:60px 12px 20px}.t-pick__card.is-picked .t-pick__plate{min-height:134px;padding:60px 8px 16px}.t-pick__name{font-size:17px;line-height:22px}.t-pick__card.is-picked .t-pick__name{font-size:22px}}.t-adult{vertical-align:middle;color:#fff;letter-spacing:.02em;cursor:pointer;background:#2b2b33;border:0;border-radius:999px;margin-left:8px;padding:2px 7px;font-family:inherit;font-size:12px;font-weight:700;line-height:1.4;transition:background .15s,color .15s;display:inline-block}.t-adult--off{color:#6b6b78;background:#d5d5dd}.t-adult:focus-visible{outline-offset:2px;outline:2px solid #2b2b33}.t-manage__temper{color:var(--t-ink);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:14px 16px;font-size:15px;font-weight:600;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-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;max-width:876px;margin-inline:auto;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__face{--face:min(340px, 78vw);width:var(--face);height:var(--face);flex-shrink:0}.t-voice__face.t-face{--face:min(376px, 86vw);margin:calc(var(--face) * -.213) 0;position:relative}.t-dash__face.t-face{--face:247px;margin:calc(var(--face) * -.213) 0}.t-face__stack{pointer-events:none;opacity:0;width:169.63%;height:169.63%;transition:opacity .2s cubic-bezier(.34,1.56,.64,1),transform .2s cubic-bezier(.34,1.56,.64,1);position:absolute;top:-34.81%;left:-34.81%;transform:scale(.96)}.t-face__stack.is-on{opacity:1;transform:none}.t-face.is-morph{isolation:isolate}.t-face.is-morph .t-face__stack{transition:opacity calc(var(--face-swap) * .45) ease-in calc(var(--face-swap) * .4), transform var(--face-swap) ease-in-out}.t-face.is-morph .t-face__stack.is-on{z-index:1;transition:opacity calc(var(--face-swap) * .4) ease-out calc(var(--face-swap) * .25), transform var(--face-swap) ease-in-out}.t-face.is-morph .t-face__stack.is-entering *{animation-play-state:paused}.t-face__rig{transform-origin:50% 67%;position:absolute;inset:0}.t-face__body{position:absolute;inset:0}.t-face__layer{-webkit-user-select:none;user-select:none;max-width:none;position:absolute}:is(.is-on,.is-leaving).t-face--idle .t-face__rig{animation:3.6s ease-in-out infinite buddy-breathe}:is(.is-on,.is-leaving).t-face--listening .t-face__rig{animation:2.6s ease-in-out infinite buddy-lean}:is(.is-on,.is-leaving).t-face--listening .t-face__layer--arc1,:is(.is-on,.is-leaving).t-face--listening .t-face__layer--arc2{transform-origin:0;animation:1.3s ease-in-out infinite both buddy-wave}:is(.is-on,.is-leaving).t-face--listening .t-face__layer--arc2{animation-delay:.25s}:is(.is-on,.is-leaving).t-face--thinking .t-face__rig{animation:3.4s ease-in-out infinite buddy-ponder}:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--dot1,:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--dot2,:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--dot3{animation:1.5s ease-in-out infinite both buddy-think-dot}:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--dot2{animation-delay:.2s}:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--dot3{animation-delay:.4s}:is(.is-on,.is-leaving).t-face--talking .t-face__rig{animation:.5s ease-in-out infinite buddy-talk}:is(.is-on,.is-leaving).t-face--talking .t-face__layer--bubble{transform-origin:20% 90%;animation:.9s ease-in-out infinite alternate buddy-bubble}:is(.is-on,.is-leaving).t-face--talking .t-face__layer--dot1,:is(.is-on,.is-leaving).t-face--talking .t-face__layer--dot2,:is(.is-on,.is-leaving).t-face--talking .t-face__layer--dot3{animation:.9s ease-in-out infinite both buddy-type-dot}:is(.is-on,.is-leaving).t-face--talking .t-face__layer--dot2{animation-delay:.15s}:is(.is-on,.is-leaving).t-face--talking .t-face__layer--dot3{animation-delay:.3s}:is(.is-on,.is-leaving).t-face--confused .t-face__rig{animation:3.2s ease-in-out infinite buddy-puzzle}:is(.is-on,.is-leaving).t-face--confused .t-face__layer--bubble{transform-origin:20% 90%;animation:1.8s ease-in-out infinite buddy-ask}:is(.is-on,.is-leaving).t-face--happy .t-face__rig{animation:1.4s cubic-bezier(.34,1.3,.64,1) infinite buddy-hop}:is(.is-on,.is-leaving).t-face--happy .t-face__layer--spark1,:is(.is-on,.is-leaving).t-face--happy .t-face__layer--spark2{animation:.9s ease-in-out infinite both buddy-spark}:is(.is-on,.is-leaving).t-face--happy .t-face__layer--spark2{animation-delay:.3s}:is(.is-on,.is-leaving).t-face--celebrate .t-face__rig{animation:1s cubic-bezier(.34,1.3,.64,1) infinite buddy-jump}:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--star1,:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--star2{animation:.8s ease-in-out infinite both buddy-twinkle}:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--star2{animation-delay:.4s}:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--spark1,:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--spark2{animation:.7s ease-in-out infinite both buddy-spark}:is(.is-on,.is-leaving).t-face--celebrate .t-face__layer--spark2{animation-delay:.2s}:is(.is-on,.is-leaving).t-face--angry .t-face__rig{animation:2.2s ease-in-out infinite buddy-grumble}:is(.is-on,.is-leaving).t-face--angry .t-face__layer--vein{animation:1.1s ease-in-out infinite buddy-vein}:is(.is-on,.is-leaving).t-face--rage .t-face__rig{animation:.28s linear infinite buddy-rage}:is(.is-on,.is-leaving).t-face--rage .t-face__layer--bang1,:is(.is-on,.is-leaving).t-face--rage .t-face__layer--bang2{transform-origin:50% 100%;animation:.5s ease-in-out infinite both buddy-bang}:is(.is-on,.is-leaving).t-face--rage .t-face__layer--bang2{animation-delay:.12s}:is(.is-on,.is-leaving).t-face--sleepy .t-face__rig{animation:4.4s ease-in-out infinite buddy-doze}:is(.is-on,.is-leaving).t-face--sleepy .t-face__layer--z1,:is(.is-on,.is-leaving).t-face--sleepy .t-face__layer--z2,:is(.is-on,.is-leaving).t-face--sleepy .t-face__layer--z3{animation:3s ease-out infinite both buddy-z}:is(.is-on,.is-leaving).t-face--sleepy .t-face__layer--z2{animation-delay:.5s}:is(.is-on,.is-leaving).t-face--sleepy .t-face__layer--z3{animation-delay:1s}:is(.is-on,.is-leaving).t-face--surprised .t-face__rig{animation:2.6s ease-out infinite buddy-startle}:is(.is-on,.is-leaving).t-face--surprised .t-face__layer--squiggle{animation:.7s ease-in-out infinite buddy-squiggle}:is(.is-on,.is-leaving).t-face--gloat .t-face__rig{animation:3s ease-in-out infinite buddy-smug}:is(.is-on,.is-leaving).t-face--sympathy .t-face__rig{animation:5s ease-in-out infinite buddy-soothe}:is(.is-on,.is-leaving).t-face--confused .t-face__layer--eyes,:is(.is-on,.is-leaving).t-face--talking .t-face__layer--eyes,:is(.is-on,.is-leaving).t-face--listening .t-face__layer--eyes,:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--eyes,:is(.is-on,.is-leaving).t-face--surprised .t-face__layer--eyes{animation:4.2s ease-in-out infinite buddy-blink}:is(.is-on,.is-leaving).t-face--talking .t-face__layer--eyes{animation-delay:1.1s}:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--eyes{animation-delay:2s}:is(.is-on,.is-leaving).t-face--talking .t-face__body{transform-origin:46.69% 50.46%;animation:2.6s infinite buddy-loop-talk}@keyframes buddy-loop-talk{0%,to{animation-timing-function:cubic-bezier(.34,1.56,.64,1);animation-timing-function:linear(0, .134, .434, .766, 1.034, 1.196, 1.25, 1.222, 1.149, 1.066, .996, .953, .938, .943, .961, .982, 1, 1.011, 1.016, 1.015, 1.01, 1.005, 1, .997, .996, .996, .997, .999, 1, 1.001, 1.001, 1.001, 1);transform:rotate(0)}42.3%{transform:rotate(-6.18deg)}50%{animation-timing-function:cubic-bezier(.34,1.56,.64,1);animation-timing-function:linear(0, .134, .434, .766, 1.034, 1.196, 1.25, 1.222, 1.149, 1.066, .996, .953, .938, .943, .961, .982, 1, 1.011, 1.016, 1.015, 1.01, 1.005, 1, .997, .996, .996, .997, .999, 1, 1.001, 1.001, 1.001, 1);transform:rotate(-6.18deg)}92.3%{transform:rotate(0)}}:is(.is-on,.is-leaving).t-face--happy .t-face__body{transform-origin:50.01% 50.04%;animation:2.36s infinite buddy-loop-happy}:is(.is-on,.is-leaving).t-face--happy .t-face__layer--eyes{animation:2.36s infinite buddy-loop-happy-eyes}@keyframes buddy-loop-happy{0%,to{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .074, .247, .459, .666, .842, .974, 1.061, 1.107, 1.122, 1.114, 1.094, 1.068, 1.043, 1.021, 1.004, .993, .987, .985, .986, .988, .991, .995, .997, .999, 1.001, 1.002, 1.002, 1.002, 1.001, 1.001, 1.001, 1);transform:translate(0)rotate(12deg)}30.9%{transform:translate(-1.517%,-.552%)rotate(0)}50%{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .074, .247, .459, .666, .842, .974, 1.061, 1.107, 1.122, 1.114, 1.094, 1.068, 1.043, 1.021, 1.004, .993, .987, .985, .986, .988, .991, .995, .997, .999, 1.001, 1.002, 1.002, 1.002, 1.001, 1.001, 1.001, 1);transform:translate(-1.517%,-.552%)rotate(0)}80.9%{transform:translate(0)rotate(12deg)}}@keyframes buddy-loop-happy-eyes{0%,to{transform:translate(0, 0) rotate(var(--tilt)) scaleY(1) rotate(calc(-1 * var(--tilt)));animation-timing-function:ease-in-out;animation-timing-function:linear(0, .074, .247, .459, .666, .842, .974, 1.061, 1.107, 1.122, 1.114, 1.094, 1.068, 1.043, 1.021, 1.004, .993, .987, .985, .986, .988, .991, .995, .997, .999, 1.001, 1.002, 1.002, 1.002, 1.001, 1.001, 1.001, 1)}30.9%{transform:translate(-2.58%, -13.01%) rotate(var(--tilt)) scaleY(.846) rotate(calc(-1 * var(--tilt)))}50%{transform:translate(-2.58%, -13.01%) rotate(var(--tilt)) scaleY(.846) rotate(calc(-1 * var(--tilt)));animation-timing-function:ease-in-out;animation-timing-function:linear(0, .074, .247, .459, .666, .842, .974, 1.061, 1.107, 1.122, 1.114, 1.094, 1.068, 1.043, 1.021, 1.004, .993, .987, .985, .986, .988, .991, .995, .997, .999, 1.001, 1.002, 1.002, 1.002, 1.001, 1.001, 1.001, 1)}80.9%{transform:translate(0, 0) rotate(var(--tilt)) scaleY(1) rotate(calc(-1 * var(--tilt)))}}:is(.is-on,.is-leaving).t-face--thinking .t-face__body{transform-origin:46.697% 52.249%;animation:3.29s infinite buddy-loop-think}:is(.is-on,.is-leaving).t-face--thinking .t-face__layer--eyes{animation:4.2s ease-in-out 2s infinite buddy-blink,3.29s infinite buddy-loop-think-eyes}@keyframes buddy-loop-think{0%,to{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:rotate(0)}22.6%{transform:rotate(-6.84deg)}50%{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:rotate(-6.84deg)}72.6%{transform:rotate(0)}}@keyframes buddy-loop-think-eyes{0%,to{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);translate:0}22.6%{translate:1.48% 25.02%}50%{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);translate:1.48% 25.02%}72.6%{translate:0}}:is(.is-on,.is-leaving).t-face--gloat .t-face__body{transform-origin:49.994% 50.046%;animation:3.69s infinite buddy-loop-gloat}:is(.is-on,.is-leaving).t-face--gloat .t-face__layer--brow{animation:3.69s infinite buddy-loop-gloat-brow}@keyframes buddy-loop-gloat{0%,to{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:rotate(0)}20.2%{transform:rotate(1deg)}50%{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:rotate(1deg)}70.2%{transform:rotate(0)}}@keyframes buddy-loop-gloat-brow{0%,to{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:translate(0)}20.2%{transform:translate(-2.53%,-45.71%)}50%{animation-timing-function:ease-in-out;animation-timing-function:linear(0, .069, .231, .432, .63, .802, .936, 1.028, 1.082, 1.106, 1.107, 1.094, 1.074, 1.052, 1.031, 1.014, 1.002, .994, .99, .988, .989, .991, .993, .995, .997, .999, 1, 1.001, 1.001, 1.001, 1.001, 1.001, 1);transform:translate(-2.53%,-45.71%)}70.2%{transform:translate(0)}}@keyframes buddy-breathe{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-.9%)scale(1.012)}}@keyframes buddy-lean{0%,to{transform:rotate(0)}50%{transform:rotate(2deg)translate(.4%)}}@keyframes buddy-wave{0%,to{opacity:.35;transform:translate(-8%)scale(.92)}50%{opacity:1;transform:translate(0)scale(1)}}@keyframes buddy-ponder{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)translateY(-.4%)}}@keyframes buddy-think-dot{0%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-25%)}}@keyframes buddy-talk{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-.6%)scale(1.012,.992)}}@keyframes buddy-bubble{0%{transform:scale(1)}to{transform:scale(1.05)rotate(-3deg)}}@keyframes buddy-type-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-40%)}}@keyframes buddy-puzzle{0%,to{transform:rotate(0)}35%,65%{transform:rotate(-4deg)translate(-.5%)}}@keyframes buddy-ask{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-7%)rotate(-8deg)}}@keyframes buddy-hop{0%,to{transform:translateY(0)scale(1)}12%{transform:translateY(0)scale(1.04,.95)}40%{transform:translateY(-3.2%)scale(.98,1.03)}65%{transform:translateY(0)scale(1.03,.97)}80%{transform:translateY(0)scale(1)}}@keyframes buddy-jump{0%,to{transform:translateY(0)rotate(0)scale(1)}12%{transform:translateY(0)scale(1.06,.92)}40%{transform:translateY(-5.5%)rotate(-3deg)scale(.97,1.04)}65%{transform:translateY(0)rotate(2deg)scale(1.05,.95)}80%{transform:translateY(0)rotate(0)scale(1)}}@keyframes buddy-spark{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}@keyframes buddy-twinkle{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.22)rotate(18deg)}}@keyframes buddy-grumble{0%,30%,to{transform:translate(0)rotate(0)}6%,18%{transform:translate(-.8%)rotate(-1deg)}12%,24%{transform:translate(.8%)rotate(1deg)}}@keyframes buddy-vein{0%,30%,to{transform:scale(1)}15%{transform:scale(1.25)}}@keyframes buddy-rage{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-.9%,.3%)rotate(-1.4deg)}50%{transform:translate(.9%,-.3%)rotate(1.4deg)}75%{transform:translate(-.5%,.3%)rotate(-.7deg)}}@keyframes buddy-bang{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.18)rotate(6deg)}}@keyframes buddy-doze{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(.8%)rotate(1.5deg)}}@keyframes buddy-z{0%{opacity:0;transform:translate(-10%,30%)scale(.8)}20%,70%{opacity:1}to{opacity:0;transform:translate(15%,-45%)scale(1.05)}}@keyframes buddy-startle{0%{transform:translateY(0)scale(1)}6%{transform:translateY(-1.5%)scale(1.07)}14%{transform:translateY(0)scale(.98)}20%,to{transform:translateY(0)scale(1)}}@keyframes buddy-squiggle{0%,to{transform:rotate(0)scale(1)}25%{transform:rotate(-14deg)scale(1.1)}75%{transform:rotate(14deg)scale(1.1)}}@keyframes buddy-smug{0%,to{transform:rotate(0)translateY(0)}50%{transform:rotate(2.5deg)translateY(-.5%)}}@keyframes buddy-soothe{0%,to{transform:rotate(0)translateY(0)}50%{transform:rotate(-1.5deg)translateY(.5%)}}@keyframes buddy-blink{0%,92%,to{transform:rotate(var(--tilt)) scaleY(1) rotate(calc(-1 * var(--tilt)))}95%{transform:rotate(var(--tilt)) scaleY(.12) rotate(calc(-1 * var(--tilt)))}}@media (prefers-reduced-motion:reduce){.t-face__stack{transition:none!important}.t-face__rig,.t-face__body,.t-face__layer{animation:none!important}}.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{--t-cap-max:32px;--t-cap-pad:32px;width:100%;max-width:760px;height:84px;padding:0 var(--t-cap-pad);justify-content:center;align-items:center;margin-top:0;display:flex;position:relative}.t-voice__cap{font-size:var(--t-cap-max);color:var(--t-ink);text-align:center;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-weight:700;line-height:1.3;transition:font-size .12s;display:-webkit-box;overflow:hidden}.t-voice__cap.is-user{color:var(--t-purple)}.t-voice__cap--probe{top:0;left:var(--t-cap-pad);right:var(--t-cap-pad);-webkit-line-clamp:none;line-clamp:none;visibility:hidden;pointer-events:none;transition:none;display:block;position:absolute;overflow:visible}.t-voice__srlive{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.t-voice__cap{transition:none}}.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.is-hearing{box-shadow:0 0 0 calc(4px + 8px * var(--mic-level,0)) #b7f0ff73}@media (prefers-reduced-motion:reduce){.t-voice__mic.is-hearing{box-shadow:0 0 0 6px #b7f0ff73}}.t-voice__mic:disabled{opacity:.45;cursor:not-allowed}.t-voice__mic.is-ptt{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;transition:filter .15s,transform .1s,background .15s}.t-voice__mic.is-ptt.is-holding{background:#8ee6ff;transform:scale(.97)}.t-voice__ptthint{color:var(--t-muted);margin-top:8px;font-size:13px;font-weight:500}@media (max-width:560px),(pointer:coarse){.t-voice__ptthint{display:none}}.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:100%;max-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,.t-analysis__glow .t-orb{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,.t-analysis__glow .t-orb{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{--d-accent:var(--t-purple);--d-accent-deep:#7a2fe6;--d-tint:#f4efff;--d-tint-strong:#e9dcff;--d-surface:#fff;--d-ink:#1b1524;--d-ink-soft:#6f6885;--d-ink-faint:#b6afc7;background:radial-gradient(720px 560px at 42% 34%,#9047ff2e,#9047ff00 66%);flex:1;min-width:0;display:flex}.t-dash__center{flex-direction:column;flex:1;min-width:0;padding:24px 32px 32px;display:flex}.t-dash__topbar{justify-content:space-between;align-items:center;gap:16px;min-height:52px;display:flex}.t-dash__tutor{align-items:center;gap:12px;display:flex}.t-dash__tutor img,.t-dash__tutor .t-orb{object-fit:cover;border-radius:50%;width:52px;height:52px}.t-dash__tutormeta{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.t-dash__tutormeta b{color:var(--d-ink);font-size:18px;font-weight:800}.t-dash__tutormeta span{background:var(--d-tint-strong);color:var(--d-accent-deep);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.t-dash__manage{background:var(--d-tint);height:44px;color:var(--d-accent-deep);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.t-dash__manage:hover{background:var(--d-tint-strong)}.t-dash__cta{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:16px 0;display:flex}.t-dash__orb{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex;position:relative}.t-dash__orb:hover{transform:translateY(-2px)}.t-dash__orb:before{content:"";pointer-events:none;background:radial-gradient(circle,#9047ff38,#9047ff00 64%);border-radius:50%;animation:3.6s ease-in-out infinite t-orb-breath;position:absolute;inset:8%}@keyframes t-orb-breath{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.12)}}.t-dash__face{--face:224px;width:var(--face);height:var(--face);flex-shrink:0;position:relative}.t-dash__talk{background:var(--d-accent);color:#fff;letter-spacing:-.01em;cursor:pointer;border:none;border-radius:999px;min-width:304px;height:58px;margin-top:20px;padding:0 32px;font-size:17px;font-weight:800;transition:background .15s,transform .15s,box-shadow .15s;box-shadow:0 10px 24px #9047ff42}.t-dash__talk:hover{background:var(--d-accent-deep);transform:translateY(-1px);box-shadow:0 14px 30px #9047ff52}.t-dash__talk:active{transform:translateY(0);box-shadow:0 6px 16px #9047ff42}.t-dash__suggest{background:var(--d-surface);cursor:pointer;text-align:left;border:none;border-radius:20px;align-items:center;gap:14px;width:380px;margin-top:28px;padding:12px 14px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 14px #1b15240f}.t-dash__suggest:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1b15241a}.t-dash__suggestthumb{background-color:var(--d-tint);background-position:50%;background-size:cover;border-radius:14px;flex-shrink:0;width:48px;height:48px}.t-dash__suggesttext{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.t-dash__suggesttext small{letter-spacing:.06em;text-transform:uppercase;color:var(--d-accent);font-size:11.5px;font-weight:700}.t-dash__suggesttext b{color:var(--d-ink);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}.t-dash__suggestarrow{background:var(--d-tint);width:34px;height:34px;color:var(--d-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.t-dash__suggest:hover .t-dash__suggestarrow{background:var(--d-tint-strong)}.t-dash__engonly{background:var(--d-tint);cursor:pointer;text-align:left;border:none;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;width:380px;margin-top:12px;padding:10px 12px 10px 16px;transition:background .15s;display:flex}.t-dash__engonly:hover,.t-dash__engonly.is-on{background:var(--d-tint-strong)}.t-dash__engonlytext{flex-direction:column;gap:1px;min-width:0;display:flex}.t-dash__engonlytext b{color:var(--d-accent-deep);font-size:14px;font-weight:700}.t-dash__engonlytext small{color:var(--d-ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.t-dash__switch{background:#fff;border-radius:999px;flex-shrink:0;width:44px;height:26px;transition:background .15s;position:relative}.t-dash__switch:after{content:"";background:var(--d-ink-faint);border-radius:50%;width:20px;height:20px;transition:transform .15s,background .15s;position:absolute;top:3px;left:3px}.t-dash__engonly.is-on .t-dash__switch{background:var(--d-accent)}.t-dash__engonly.is-on .t-dash__switch:after{background:#fff;transform:translate(18px)}@media (prefers-reduced-motion:reduce){.t-dash__orb:before{animation:none}}.t-dash__panel{background:#fff;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:32px;width:378px;max-height:100vh;padding:32px 20px;display:flex;position:sticky;top:0;overflow-y:auto}@media (min-width:761px) and (max-width:900px){.t-dash__panel{width:280px}.t-dash__center{padding:24px 20px 32px}}.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:150px;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:100%;max-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__side{flex-direction:column;flex-shrink:0;width:266px;display:flex}.t-manage__card{background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:24px;display:flex}.t-manage__card img,.t-manage__card .t-orb{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__prefs{flex-direction:column;gap:8px;margin-top:12px;display:flex}.t-manage__pref{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 10px;padding:14px 16px;transition:background .15s;display:grid}.t-manage__pref:hover{background:#faf7ff}.t-manage__pref-label{color:var(--t-ink);font-size:15px;font-weight:600}.t-manage__pref-value{color:var(--t-muted);text-overflow:ellipsis;white-space:nowrap;grid-column:1;font-size:14px;font-weight:500;overflow:hidden}.t-manage__pref .t-seeall__arrow{grid-area:1/2/span 2;width:20px;height:20px}.t-manage__ptt{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:14px 16px;transition:background .15s;display:flex}.t-manage__ptt:hover{background:#faf7ff}.t-manage__ptttext{flex-direction:column;gap:2px;min-width:0;display:flex}.t-manage__ptttext b{color:var(--t-ink);font-size:15px;font-weight:600}.t-manage__ptttext small{color:var(--t-muted);font-size:13px;font-weight:500}.t-manage__switch{background:#ece7f6;border-radius:999px;flex-shrink:0;width:44px;height:26px;transition:background .15s;position:relative}.t-manage__switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s,background .15s;position:absolute;top:3px;left:3px}.t-manage__ptt.is-on .t-manage__switch{background:var(--t-purple)}.t-manage__ptt.is-on .t-manage__switch:after{transform:translate(18px)}.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,.t-erran__card .t-orb{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-report{width:100%;max-width:560px;margin:0 auto 40px;padding-top:24px}.t-report__head{align-items:center;gap:12px;display:flex}.t-report__avatar{flex:none;width:56px;height:56px}.t-report__headtext{flex-direction:column;gap:4px;display:flex}.t-report__headtext b{color:var(--t-ink);font-size:24px;font-weight:700;line-height:1.2}.t-report__headtext span{color:var(--t-muted);font-size:15px;font-weight:400}.t-report__stats{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:20px;display:grid}.t-report__stats .t-stat{text-align:left;border-radius:16px;justify-content:center;align-items:flex-start;padding:16px 18px}.t-report__stats .t-stat b{font-size:28px}.t-report__stats .t-stat span{color:var(--t-muted)}.t-report__card{background:#fff;border-radius:16px;margin-top:12px;padding:20px 18px}.t-report__cardtitle{color:var(--t-ink);font-size:18px;font-weight:700}.t-report__text{color:var(--t-ink);margin-top:10px;font-size:16px;font-weight:400;line-height:1.55}.t-report__note{color:var(--t-muted);margin-top:10px;font-size:14px;font-weight:400;line-height:1.45}.t-report__waiting{color:var(--t-muted);align-items:center;gap:10px;margin-top:10px;font-size:16px;font-weight:500;display:flex}.t-spin{border:3px solid #9047ff2e;border-top-color:var(--t-purple);border-radius:50%;flex:none;width:20px;height:20px;animation:.8s linear infinite t-spin}.t-spin--lg{border-width:4px;width:34px;height:34px}@keyframes t-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.t-spin{animation:none}}.t-stat__spin{width:26px;height:26px;margin:3px 0}.t-report__pending{background:#f3eaff;border:1px solid #9047ff59;border-radius:16px;align-items:center;gap:14px;margin-top:16px;padding:16px 18px;display:flex}.t-report__pendingtext{flex-direction:column;gap:4px;display:flex}.t-report__pendingtext b{color:var(--t-purple);font-size:18px;font-weight:700;line-height:1.25}.t-report__pendingtext span{color:var(--t-muted);font-size:14px;font-weight:400;line-height:1.45}.t-report__topics{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.t-report__topic{background:var(--t-purple)}.t-report__link{color:var(--t-purple);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:14px;padding:0;font-family:inherit;font-size:15px;font-weight:700}.t-report__list{flex-direction:column;gap:16px;margin-top:12px;padding:0;list-style:none;display:flex}.t-report__item{flex-direction:column;gap:4px;display:flex}.t-report__item+.t-report__item{border-top:1px solid var(--t-border);padding-top:16px}.t-report__item b{color:var(--t-ink);font-size:16px;font-weight:700}.t-report__item i{color:var(--t-muted);font-size:15px;font-style:italic;line-height:1.45}.t-report__fix{color:var(--t-purple);font-size:15px;font-weight:500}.t-report__words{flex-direction:column;gap:12px;margin-top:12px;padding:0;list-style:none;display:flex}.t-report__word{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.t-report__word+.t-report__word{border-top:1px solid var(--t-border);padding-top:12px}.t-report__wordtext{flex-direction:column;gap:2px;min-width:0;display:flex}.t-report__wordtext b{color:var(--t-ink);font-size:16px;font-weight:700}.t-report__wordtext span{color:var(--t-ink);font-size:15px;font-weight:400}.t-report__wordtext i{color:var(--t-muted);font-size:14px;font-style:italic;line-height:1.4}.t-report__add{background:var(--t-purple);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:80px;flex:none;height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700}.t-report__add.is-done{color:var(--t-purple);background:#b7f0ff}.t-report__add:disabled{cursor:default;opacity:.55}.t-report__add.is-done:disabled{opacity:1}.t-report__btns{width:100%;margin-top:28px}.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__level{letter-spacing:.04em;height:28px;color:var(--t-purple);background:#ffffffeb;border-radius:14px;align-items:center;padding:0 10px;font-size:13px;font-weight:800;display:flex;position:absolute;top:12px;right:12px}.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__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-lang__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,.t-card__slide .t-orb{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-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-status__heading{margin-top:18px;font-size:28px}.t-dash{flex-direction:column}.t-dash__center{padding:20px 16px 40px}.t-dash__tutor img,.t-dash__tutor .t-orb{width:44px;height:44px}.t-dash__tutormeta b{font-size:16px}.t-dash__tutormeta span{font-size:11.5px}.t-dash__manage{flex-shrink:0;gap:8px;height:40px;padding:0 14px;font-size:13px}.t-dash__cta{flex:none;justify-content:flex-start;padding:28px 0 0}.t-dash__face{--face:min(180px, 52vw)}.t-dash__talk{width:100%;min-width:0;max-width:370px;height:56px;margin-top:18px;font-size:16px}.t-dash__suggest{width:100%;max-width:370px;margin-top:22px}.t-dash__engonly{width:100%;max-width:370px;margin-top:10px}.t-dash__panel{border-radius:28px 28px 0 0;align-self:stretch;width:100%;max-height:none;padding:28px 16px 40px;position:static;overflow-y:visible}.t-prof__grid{grid-template-columns:1fr;width:100%}.t-prof__input{width:100%}.t-manage{flex-direction:column;gap:28px}.t-manage__side,.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-report{max-width:100%;padding-top:16px}.t-report__headtext b{font-size:20px}.t-report__stats{gap:6px}.t-report__stats .t-stat{min-height:82px;padding:14px}.t-report__stats .t-stat b{font-size:24px}.t-stat__spin{width:22px;height:22px}.t-report__pending{gap:12px;padding:14px}.t-report__pendingtext b{font-size:16px}.t-report__word{flex-direction:column;align-items:stretch;gap:8px}.t-report__add{align-self:flex-start}.t-card{background:#fff;border-radius:30px;gap:0}.t-card__panel{order:1}.t-card__content{text-align:center;order:2;padding:24px}.t-lang__title{white-space:normal}.t-lang__list{margin-top:32px}.t-content--flow{flex-direction:column;min-height:100%;display:flex}.t-content--flow .t-status{flex-direction:column;flex:1;display:flex}.t-btnstack,.t-offer__later{padding-bottom:var(--safe-bottom);margin-top:auto}.t-status__heading{color:var(--t-purple)}.t-dash__talk,.t-dash__suggest,.t-dash__engonly{max-width:408px}.t-dash__talk{height:60px;font-size:18px;font-weight:700}.t-dash{background:0 0}.t-dash__center{background:linear-gradient(#f2f2f2 0%,#e5d8fff7 100%)}.t-dash__tutormeta span{color:#9047ff;background:0 0;border-radius:0;padding:0;font-size:14px;font-weight:500}.t-dash__suggesttext small{letter-spacing:0;text-transform:none;font-size:14px;font-weight:500}.t-dash__engonly{background:#fff;border-radius:20px;padding:12px 16px}.t-dash__engonlytext b{color:var(--d-ink);font-size:16px}.t-dash__engonlytext small{color:#898989;font-size:14px}.t-dash__manage{color:#9047ff;background:#b7f0ff;border-radius:50%;gap:0;width:36px;height:36px;padding:0}.t-dash__managelabel{display:none}.t-scenario__img{aspect-ratio:198/240;height:auto}.t-seeall{background:0 0;border:1px solid #d6bcff}.t-levelcircle{width:160px;height:160px}.t-tour__pop{border-radius:20px;width:min(393px,100vw - 32px);padding:24px}.t-micperm{top:auto;bottom:var(--safe-bottom);width:auto;left:16px;right:16px}}.t-brief{background:#f7f5fd;border:1px solid #e7e1f7;border-radius:24px;flex-direction:column;gap:14px;width:100%;max-width:560px;margin:0 auto;padding:22px 24px;display:flex}.t-brief__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#9047ff;font-size:12px;font-weight:700}.t-brief__list{color:#2b2440;flex-direction:column;gap:8px;margin:0;padding-left:18px;font-size:15px;line-height:1.45;display:flex}.t-voice__peek{color:#9047ff;cursor:pointer;background:#f4f1fb;border:none;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;position:absolute;top:20px;left:24px}.t-voice__peekpanel{z-index:3;position:absolute;inset:56px 16px auto}.t-voice__script{color:#9047ff;cursor:pointer;z-index:4;background:#f4f1fb;border:none;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;position:absolute;top:20px;left:24px}.t-voice__script.is-stacked{top:56px}.t-voice__scriptpanel{z-index:3;background:#fff;border-radius:24px;padding:16px;display:flex;position:absolute;inset:56px 16px 16px;overflow:hidden;box-shadow:0 18px 50px #1e0c3c2e}.t-voice__scriptpanel.is-stacked{inset:92px 16px 16px}.t-voice__scriptlist{flex-direction:column;flex:1;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.t-voice__scriptempty{color:var(--t-muted);text-align:center;margin:auto;font-size:15px;font-weight:500}@media (max-width:560px){.t-brief{border-radius:20px;padding:18px}.t-brief__list{font-size:14px}.t-voice__text{--t-cap-max:22px;--t-cap-pad:16px;height:96px}.t-voice__script{top:16px;left:16px}.t-voice__scriptpanel{border-radius:20px;padding:12px;inset:52px 12px 12px}}.t-linedead{justify-content:center;align-items:center;min-height:320px}.t-linedead__title{color:#6b6480;letter-spacing:.01em;margin:0;font-size:24px;font-weight:700}.t-orb{background:radial-gradient(circle,#241608 0%,#150c05 62%,#150c0500 100%);border-radius:50%;position:relative}.t-orb canvas{display:block}.t-dash__cta--solo{--j-void:#16100d;--j-field:#241a14;--j-pool:#3e2717;--j-line:#ff8c370e;background: radial-gradient(46% 40% at 50% 50%, var(--j-pool) 0%, #3e271700 72%), radial-gradient(120% 95% at 50% 50%, var(--j-field) 0%, var(--j-void) 100%);border-radius:28px;align-self:stretch;margin:18px 0 8px;position:relative;overflow:hidden}.t-dash__cta--solo:before{content:"";pointer-events:none;background:repeating-radial-gradient(circle at 50% 50%, #ff8c3700 0 44px, var(--j-line) 44px 45px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 18%,#0000 74%);mask-image:radial-gradient(circle,#000 18%,#0000 74%)}.t-dash__cta--solo .t-dash__orb{z-index:1}.t-dash__cta--solo .t-dash__orb:before{background:radial-gradient(circle,#ff8c3742,#ff8c3700 64%)}.t-dash__cta--solo .t-orb{background:radial-gradient(circle,#3e2717d9 0%,#16100d00 70%)}@media (max-width:560px){.t-dash__cta--solo{border-radius:20px;flex:1;justify-content:center;margin-bottom:16px;padding:0}.t-dash__cta--solo:before{background:repeating-radial-gradient(circle at 50% 50%, #ff8c3700 0 34px, var(--j-line) 34px 35px)}}
.ie{--ie-purple:#9047ff;--ie-purple-dark:#7d33ec;--ie-line:#e7e3f0;--ie-ink:#15131a;--ie-muted:#898787;--ie-faint:#b6b3bf;max-width:1180px;color:var(--ie-ink);padding:24px 16px 40px}.ie--narrow{max-width:900px}@media (min-width:640px){.ie{padding-left:24px;padding-right:24px}}@media (min-width:1024px){.ie{padding:48px 40px 40px}}.ie__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ie__title{margin:0;font-size:22px;font-weight:700;line-height:1.25}.ie__sub{color:var(--ie-muted);margin:4px 0 0;font-size:14px;line-height:19px}@media (min-width:1024px){.ie__title{font-size:26px;line-height:36px}}.ie-back{color:var(--ie-muted);cursor:pointer;background:0 0;border:none;margin-bottom:14px;padding:0;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s}.ie-back:hover{color:var(--ie-ink)}.ie-back--icon{align-items:center;gap:6px;font-size:14px;display:inline-flex}.ie-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;font-weight:700;display:inline-flex}.ie-badge--wip{color:#c9720b;background:#fff1e0;height:28px;padding:0 12px;font-size:11px}.ie-badge--live{color:#00a876;background:#e5f6ef;height:20px;padding:0 8px;font-size:10px}.ie-badge--soon{height:20px;color:var(--ie-muted);background:#f3f1f7;padding:0 8px;font-size:10px}.ie-scale{background:#ece8f5;border-radius:16px;flex-direction:column;gap:12px;margin-top:24px;padding:16px 20px;display:flex}@media (min-width:640px){.ie-scale{flex-direction:row;align-items:center}}@media (min-width:1024px){.ie-scale{margin-top:32px}}.ie-scale__label{color:var(--ie-purple);flex-shrink:0;font-size:13px;font-weight:700}.ie-scale__chips{flex-wrap:wrap;gap:8px;display:flex}.ie-scale__chip{background:#fff;border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.ie-scale__chip b{color:var(--ie-ink)}.ie-scale__chip span{color:var(--ie-muted)}.ie-mods{grid-template-columns:1fr;gap:12px;margin-top:24px;display:grid}@media (min-width:640px){.ie-mods{grid-template-columns:1fr 1fr}}.ie-mod{border:1.5px solid var(--ie-line);text-align:left;opacity:.9;background:#fff;border-radius:16px;gap:16px;padding:20px;font-family:inherit;display:flex}.ie-mod--live{opacity:1;cursor:pointer;transition:border-color .15s,box-shadow .15s}.ie-mod--live:hover{border-color:var(--ie-purple);box-shadow:0 4px 16px #9047ff1f}.ie-mod__ic{width:44px;height:44px;color:var(--ie-mod-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ie-mod__body{flex-direction:column;gap:4px;min-width:0;display:flex}.ie-mod__top{align-items:center;gap:8px;display:flex}.ie-mod__title{font-size:15px;font-weight:700;line-height:20px}.ie-mod__desc{color:var(--ie-muted);font-size:12px;line-height:16px}.ie-mod__meta{margin-top:4px;font-size:11px;font-weight:600}.ie-cta{flex-direction:column;align-items:center;gap:12px;margin-top:32px;display:flex}@media (min-width:640px){.ie-cta{flex-direction:row}}.ie-btn{background:var(--ie-purple);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 32px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.ie-btn:hover:not(:disabled){background:var(--ie-purple-dark)}.ie-btn:disabled{opacity:.4;cursor:not-allowed}.ie-btn--sm{height:44px;padding:0 24px}.ie-btn--mt{align-self:flex-start;margin-top:20px}.ie-btn--ghost{border:1.5px solid var(--ie-line);height:48px;color:var(--ie-ink);background:#fff;padding:0 24px}.ie-btn--ghost:hover:not(:disabled){border-color:var(--ie-purple);background:#fff}.ie-btn--rec{background:#d64545}.ie-btn--rec:hover:not(:disabled){background:#c23a3a}.ie-card{border:1.5px solid var(--ie-line);background:#fff;border-radius:16px;padding:20px}.ie-card--mt{margin-top:24px}@media (min-width:1024px){.ie-card{padding:24px}}.ie-kicker{text-transform:uppercase;letter-spacing:.04em;color:var(--ie-purple);font-size:11px;font-weight:700}.ie-kicker--rec{color:#d64545}.ie-instr{color:var(--ie-muted);margin-top:16px;font-size:12px;font-weight:600}.ie-instr--gap{margin-top:8px}.ie-err{color:#c0293d;background:#fce8ea;border-radius:12px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500}.ie-empty{text-align:center;color:var(--ie-faint);border:1.5px dashed #e0dbec;border-radius:16px;padding:24px;font-size:14px}.ie-empty--pad{color:var(--ie-muted);margin-top:24px;padding:32px}.ie-loading{color:var(--ie-muted);flex-direction:column;align-items:center;gap:12px;margin-top:64px;font-size:14px;display:flex}.ie-loading svg,.ie-btn svg.spin,.ie-sp__wait svg,.ie-sp__busy svg{animation:1s linear infinite ie-spin}@keyframes ie-spin{to{transform:rotate(360deg)}}.ie-q{border:1.5px solid var(--ie-line);background:#fff;border-radius:12px;padding:12px 16px}.ie-q__line{font-size:14px;line-height:24px}.ie-q__prompt{font-size:14px;font-weight:600;line-height:20px}.ie-q__num{color:var(--ie-purple);margin-right:4px;font-weight:700}.ie-q__gap{background:#faf9fc;border:1.5px solid #d8c2ff;border-radius:8px;width:144px;margin:0 4px;padding:4px 8px;font-family:inherit;font-size:14px;font-weight:600;display:inline-block}.ie-q__gap:focus{border-color:var(--ie-purple);outline:none}.ie-q__gap:disabled{opacity:.6}.ie-q__opts{flex-direction:column;gap:6px;margin-top:8px;display:flex}.ie-opt{cursor:pointer;border:1.5px solid var(--ie-line);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.ie-opt:hover{border-color:#d8c2ff}.ie-opt--on{border-color:var(--ie-purple);background:#f4edff}.ie-opt--off{cursor:not-allowed;opacity:.6}.ie-opt input{accent-color:var(--ie-purple)}.ie-opt__key{color:var(--ie-purple);font-weight:700}.ie-q__tfng{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.ie-tfng{border:1.5px solid var(--ie-line);height:32px;color:var(--ie-ink);cursor:pointer;background:#fff;border-radius:999px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:700;transition:border-color .15s,background .15s}.ie-tfng:hover:not(:disabled){border-color:#d8c2ff}.ie-tfng--on{border-color:var(--ie-purple);background:var(--ie-purple);color:#fff}.ie-tfng:disabled{cursor:not-allowed;opacity:.6}.ie-res{border:1.5px solid var(--ie-line);background:#fff;border-radius:16px;margin-top:24px;padding:20px}@media (min-width:1024px){.ie-res{padding:24px}}.ie-res__top{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ie-res__score{font-size:22px;font-weight:700}.ie-res__band{color:#fff;border-radius:999px;align-items:center;height:32px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.ie-res__note{color:var(--ie-muted);font-size:12px}.ie-res__list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.ie-row{border-radius:12px;align-items:flex-start;gap:8px;padding:12px 16px;font-size:14px;display:flex}.ie-row--ok{background:#eafaf4}.ie-row--bad{background:#fdeeee}.ie-row__mark{color:#fff;background:#d64545;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.ie-row__mark--ok{background:#00a876}.ie-row__body{min-width:0}.ie-row__q{font-weight:600;line-height:20px}.ie-row__a{color:#666;margin-top:2px;font-size:12px}.ie-row__a b{color:#0a7a58;font-weight:600}.ie-res__saved{color:var(--ie-muted);margin-top:12px;font-size:12px}.ie-res__saved--limit{color:#8a5a12;background:#fff6e8;border:1px solid #f0c98a;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4}.ie-limit{color:#8a5a12;background:#fff6e8;border:1px solid #f0c98a;border-radius:14px;margin:0 0 18px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.4}.ie-res .ie-cta{align-items:stretch;margin-top:20px}.ie-read{grid-template-columns:1fr;gap:16px;margin-top:24px;display:grid}@media (min-width:1024px){.ie-read{grid-template-columns:1fr 1fr}.ie-read__passage{height:fit-content;position:sticky;top:24px}}.ie-read__text{margin:12px 0 0;font-size:15px;line-height:28px}.ie-read__qs{flex-direction:column;gap:12px;display:flex}.ie-read__qs .ie-instr:first-child{margin-top:0}.ie-parts{flex-direction:column;gap:16px;margin-top:24px;display:flex}.ie-part__head{align-items:center;gap:12px;display:flex}.ie-part__ic{width:40px;height:40px;color:var(--ie-purple);background:#f1ecfb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ie-part__title{font-size:15px;font-weight:700;line-height:20px}.ie-part__ctx{color:var(--ie-muted);font-size:12px}.ie-part__play{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.ie-part__left{color:var(--ie-muted);font-size:12px}.ie-part__err{color:#d64545;font-size:12px;font-weight:600}.ie-part__qs{flex-direction:column;gap:8px;margin-top:8px;display:flex}.ie-tabs{background:#f0eef5;border-radius:16px;gap:4px;margin-bottom:12px;padding:4px;display:inline-flex}.ie-tab{height:36px;color:var(--ie-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,color .15s}.ie-tab:hover{color:var(--ie-ink)}.ie-tab--on{color:var(--ie-ink);background:#fff;box-shadow:0 1px 2px #0000000d}.ie-wr{grid-template-columns:1fr;gap:20px;margin-top:24px;display:grid}@media (min-width:1024px){.ie-wr{grid-template-columns:1fr minmax(320px,380px)}.ie-wr__right{align-self:flex-start;position:sticky;top:24px}}.ie-wr__left{flex-direction:column;gap:16px;display:flex}.ie-prompt{background:#ece8f5;border-radius:16px;padding:16px 20px}.ie-prompt__label{color:var(--ie-purple);font-size:13px;font-weight:700}.ie-prompt__text{white-space:pre-line;margin:8px 0 0;font-size:14px;line-height:24px}.ie-prompt__img{background:#fff;border-radius:12px;margin-top:12px;padding:12px}.ie-prompt__img img{border-radius:8px;width:100%;height:auto;display:block}.ie-editor{padding:16px}.ie-editor textarea{resize:vertical;width:100%;color:var(--ie-ink);background:0 0;border:none;outline:none;font-family:inherit;font-size:14px;line-height:24px}.ie-editor textarea::placeholder{color:var(--ie-faint)}.ie-editor__foot{border-top:1px solid #f0eef5;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;display:flex}.ie-editor__count{color:var(--ie-muted);font-size:12px;font-weight:600}.ie-editor__count--low{color:#e8892b}.ie-saved{color:var(--ie-faint);font-size:12px}.ie-saved--ok{color:#00a876;font-weight:600}.ie-band__head{justify-content:space-between;align-items:center;display:flex}.ie-band__label{color:var(--ie-muted);font-size:13px;font-weight:700}.ie-band__value{margin-top:4px;font-size:44px;font-weight:700;line-height:1}.ie-band__rows{flex-direction:column;gap:12px;margin-top:20px;display:flex}.ie-band__row{justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;display:flex}.ie-band__row span{color:var(--ie-ink);font-weight:600}.ie-bar{background:#f0eef5;border-radius:999px;height:6px;overflow:hidden}.ie-bar__fill{border-radius:999px;height:100%}.ie-band__fb{color:#4a4753;border-top:1px solid #f0eef5;margin:20px 0 0;padding-top:16px;font-size:14px;line-height:24px}.ie-detail{grid-template-columns:1fr;gap:20px;margin-top:20px;display:grid}@media (min-width:1024px){.ie-detail{grid-template-columns:1fr 1fr}}.ie-detail__h{margin:0;font-size:15px;font-weight:700}.ie-detail__list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.ie-detail__list--gap{gap:16px}.ie-error{border-left:3px solid #e0364b;padding-left:12px}.ie-error p{margin:0;font-size:14px}.ie-error s{color:#c0293d}.ie-error b{color:#00a876;font-weight:600}.ie-error__why{color:var(--ie-muted);margin-top:2px!important;font-size:12px!important}.ie-rw{flex-direction:column;gap:6px;display:flex}.ie-rw p{border-radius:8px;margin:0;padding:8px 12px}.ie-rw__from{color:var(--ie-muted);background:#f7f6fa;font-size:12px}.ie-rw__to{color:var(--ie-ink);background:#e5f6ef;font-size:14px;font-weight:500}.ie-sp__intro{color:#555;margin:0;font-size:14px;line-height:24px}.ie-sp__q{margin:12px 0 0;font-size:17px;font-weight:700;line-height:24px}.ie-sp__prompt{margin:12px 0 0;font-size:15px;line-height:24px}.ie-sp__ctrl{align-items:center;gap:12px;margin-top:20px;display:flex}.ie-sp__live{color:#d64545;align-items:center;gap:8px;font-size:14px;display:flex}.ie-sp__dot{background:currentColor;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite ie-pulse}@keyframes ie-pulse{50%{opacity:.3}}.ie-sp__wait{color:var(--ie-muted);align-items:center;gap:8px;font-size:14px;display:flex}.ie-sp__bullets{color:#555;flex-direction:column;gap:6px;margin:12px 0 0;padding:0;font-size:14px;list-style:none;display:flex}.ie-sp__bullets li{gap:8px;display:flex}.ie-sp__bullets li span{color:var(--ie-purple)}.ie-sp__bullets--sm{color:var(--ie-muted);gap:4px;margin-top:8px;font-size:12px}.ie-sp__timer{align-items:center;gap:16px;margin-top:20px;display:flex}.ie-sp__clock{font-variant-numeric:tabular-nums;color:var(--ie-purple);font-size:24px;font-weight:700}.ie-sp__clock--rec{color:#d64545;align-items:center;gap:8px;display:flex}.ie-sp__hint{color:var(--ie-muted);font-size:14px}.ie-sp__busy{color:var(--ie-muted);align-items:center;gap:12px;font-size:14px;display:flex}.ie-sp__busy svg{color:var(--ie-purple)}.ie-sp__overall{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ie-sp__badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:20px;font-weight:700;display:flex}.ie-sp__ovh{font-size:18px;font-weight:700}.ie-sp__ovs{color:var(--ie-muted);font-size:12px}.ie-sp__approx{color:var(--ie-muted);margin-left:8px;font-size:10px;font-style:normal;font-weight:700}.ie-sp__fb{background:#f7f6fa;border-radius:12px;margin:20px 0 0;padding:12px 16px;font-size:14px;line-height:24px}.ie-sp__line{margin-top:4px;font-size:14px}.ie-sp__good{color:#00a876}.ie-sp__work{color:#e8892b}.ie-sp__tr{margin-top:16px}.ie-sp__tr summary{cursor:pointer;color:var(--ie-muted);font-size:12px;font-weight:600}.ie-sp__tr p{color:#555;margin:8px 0 0;font-size:14px;line-height:24px}.ie-latest{align-items:center;gap:20px;display:flex}.ie-latest__v{margin-top:4px;font-size:40px;font-weight:700;line-height:1}.ie-latest__delta{align-items:center;gap:4px;font-size:14px;font-weight:700;display:flex}.ie-latest__delta span{display:inline-flex}.ie-latest__count{color:var(--ie-faint);margin-left:auto;font-size:12px}.ie-trend{align-items:flex-end;gap:8px;height:128px;margin-top:16px;display:flex}.ie-trend__col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;min-width:0;height:100%;display:flex}.ie-trend__v{font-size:10px;font-weight:700}.ie-trend__bar{border-radius:6px 6px 0 0;width:100%;min-height:4px}.ie-hist{flex-direction:column;gap:8px;margin-top:16px;display:flex}.ie-hist__row{align-items:center;gap:16px;padding:16px;display:flex}.ie-hist__band{text-align:center;flex-shrink:0;width:48px;font-size:22px;font-weight:700;line-height:1}.ie-hist__body{flex:1;min-width:0}.ie-hist__top{align-items:center;gap:8px;display:flex}.ie-hist__sec{text-transform:capitalize;font-size:14px;font-weight:700}.ie-hist__date{color:var(--ie-faint);font-size:12px}.ie-hist__chips{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.ie-chip{color:var(--ie-muted);background:#f7f6fa;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}
