.lt,.ls{max-width:780px;margin:0 auto;padding:4px 0 64px}.ls-head{text-align:center;margin-bottom:28px}.ls-head h1{font-size:30px;margin:0 0 8px;letter-spacing:-.02em}.ls-head p{color:var(--muted);margin:0;font-size:15px}.ls-lang{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:24px;text-align:center}.ls-lang>span{font-weight:600;font-size:14px;display:block;margin-bottom:10px}.ls-lang-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.ls-lang-btn{border:1px solid var(--line);background:#fff;color:var(--text);padding:8px 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.ls-lang-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.ls-lang small{display:block;margin-top:10px;color:var(--muted);font-size:12.5px}.ls-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ls-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--panel);border:1px solid var(--line);border-bottom-width:3px;border-radius:var(--radius);padding:20px;text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.ls-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--blue)}.ls-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;margin-bottom:6px}.ls-card strong{font-size:17px}.ls-tag{color:var(--blue);font-size:13px;font-weight:600}.ls-card p{color:var(--muted);font-size:13.5px;margin:4px 0 0;line-height:1.5}.ls-meta{margin-top:auto;padding-top:12px;color:var(--muted);font-size:12px}.lt-stats{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:14px 18px;margin-bottom:18px;flex-wrap:wrap}.lt-role strong{display:block;font-size:16px}.lt-role button{background:none;border:none;color:var(--blue);font-size:13px;cursor:pointer;padding:0;font-weight:600}.lt-metrics{display:flex;gap:18px}.lt-metrics span{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--muted)}.lt-metrics b{color:var(--text);font-size:15px}.lt-refresh{display:flex;align-items:center;gap:14px;background:#fff7ec;border:1px solid #f3d9b4;border-radius:var(--radius);padding:14px 18px;margin-bottom:20px}.lt-refresh-icon{width:42px;height:42px;border-radius:10px;flex:none;background:#f0762b;color:#fff;display:grid;place-items:center}.lt-refresh strong{display:block;font-size:15px}.lt-refresh p{margin:2px 0 0;font-size:13.5px;color:#8a5a22}.lt-refresh button{margin-left:auto;flex:none;background:#f0762b;color:#fff;border:none;border-radius:var(--radius);padding:10px 18px;font-weight:700;cursor:pointer;font-size:14px}.lt-unit{margin-bottom:34px}.lt-unit-head{border-radius:var(--radius);padding:14px 20px;color:#fff;margin-bottom:26px}.lt-unit-head strong{display:block;font-size:16px}.lt-unit-head span{font-size:13.5px;opacity:.92}.lt-nodes{display:flex;flex-direction:column;align-items:center;gap:22px}.lt-node-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;transition:transform .2s ease}.lt-node{width:66px;height:66px;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:20px;font-weight:800;background:var(--panel);color:var(--muted);border:2px solid var(--line);border-bottom-width:5px;transition:transform .12s ease}.lt-node:not(:disabled):hover{transform:translateY(-2px)}.lt-node:not(:disabled):active{transform:translateY(2px);border-bottom-width:2px}.lt-node.open{border-color:var(--blue);color:var(--blue)}.lt-node.done{color:#fff}.lt-node.locked{cursor:not-allowed;background:#f2f5fa;color:#aab6cc}.lt-node.checkpoint{border-radius:18px}.lt-node-label{font-size:12.5px;color:var(--muted);max-width:150px;text-align:center}.lt-node-weak{font-size:11.5px;color:#c2711f;font-weight:600}.lt-done{position:fixed;inset:0;background:#08143d8c;display:grid;place-items:center;padding:20px;z-index:60}.lt-done-card{background:#fff;border-radius:14px;padding:34px;max-width:400px;width:100%;text-align:center;box-shadow:var(--shadow)}.lt-done-badge{width:72px;height:72px;border-radius:50%;background:var(--green);display:grid;place-items:center;margin:0 auto 16px}.lt-done-card h2{margin:0 0 6px;font-size:24px}.lt-done-card>p{color:var(--muted);font-size:14px;margin:0 0 20px}.lt-done-stats{display:flex;justify-content:center;gap:28px;margin-bottom:22px}.lt-done-stats b{display:block;font-size:22px;color:var(--blue)}.lt-done-stats span{font-size:12px;color:var(--muted)}.lt-done-card button{width:100%;background:var(--green);color:#fff;border:none;border-radius:var(--radius);padding:14px;font-weight:800;font-size:15px;cursor:pointer}.lp{position:fixed;inset:0;background:#fff;display:flex;flex-direction:column;z-index:70}.lp-head{display:flex;align-items:center;gap:16px;padding:18px 24px}.lp-quit{background:none;border:none;color:var(--muted);cursor:pointer;display:grid;place-items:center}.lp-bar{flex:1;height:14px;background:#e8eef9;border-radius:999px;overflow:hidden}.lp-bar span{display:block;height:100%;background:var(--green);border-radius:999px;transition:width .3s ease}.lp-hearts{display:inline-flex;align-items:center;gap:6px;color:#e0405d;font-weight:700}.lp-body{flex:1;overflow-y:auto;padding:12px 24px 24px;max-width:640px;margin:0 auto;width:100%}.lp-kicker{color:var(--muted);font-size:13px;font-weight:600;margin:0 0 6px}.lp-prompt{font-size:24px;line-height:1.3;margin:0 0 24px;letter-spacing:-.01em}.lp-term{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:800;margin-bottom:4px}.lp-speak{background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:8px;color:var(--blue);cursor:pointer;display:grid;place-items:center}.lp-bridge{color:var(--muted);font-size:15px;margin:0 0 20px;font-style:italic;min-height:22px;opacity:0;transition:opacity .2s ease}.lp-bridge.shown{opacity:1}.lp-options{display:grid;gap:10px}.lp-option{text-align:left;padding:16px 18px;font-size:15.5px;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text)}.lp-option:hover:not(:disabled){background:var(--soft)}.lp-option.selected{border-color:var(--blue);background:var(--soft);color:var(--blue);font-weight:600}.lp-truefalse{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp-tf{padding:22px;font-size:17px;font-weight:700;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text)}.lp-tf.selected{border-color:var(--blue);background:var(--soft);color:var(--blue)}.lp-build-line,.lp-order-line{min-height:62px;border-bottom:2px solid var(--line);padding:10px 0 14px;margin-bottom:20px;display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start;list-style:none}.lp-order-line{flex-direction:column}.lp-placeholder{color:#9aa7c0;font-size:14px}.lp-build-pool,.lp-order-pool{display:flex;flex-wrap:wrap;gap:8px}.lp-order-pool{flex-direction:column}.lp-tile{padding:10px 16px;font-size:15px;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text)}.lp-tile.ghost{visibility:hidden}.lp-step{width:100%;text-align:left;padding:13px 16px;font-size:15px;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text);display:flex;align-items:center;gap:10px}.lp-step.picked{border-color:var(--blue);background:var(--soft)}.lp-step-no{width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:12.5px;font-weight:700;flex:none}.lp-match{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp-match-col{display:grid;gap:10px;align-content:start}.lp-match-item{padding:14px;font-size:14.5px;cursor:pointer;background:#fff;text-align:left;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text)}.lp-match-item.active{border-color:var(--blue);background:var(--soft)}.lp-match-item.done{border-color:var(--green);background:#eefaf1}.lp-match-item.taken{opacity:.35;cursor:default}.lp-match-echo{display:block;font-size:12px;color:var(--green);font-weight:700;margin-top:4px}.lp-foot{border-top:2px solid var(--line);padding:18px 24px}.lp-foot.ok{background:#eefaf1;border-color:#bfe8cb}.lp-foot.bad{background:#fdeef0;border-color:#f6c9d0}.lp-feedback{max-width:640px;margin:0 auto 14px;outline:none}.lp-feedback strong{display:flex;align-items:center;gap:8px;font-size:17px;margin-bottom:4px}.lp-foot.ok .lp-feedback strong{color:#2f8c4d}.lp-foot.bad .lp-feedback strong{color:#c13049}.lp-feedback p{margin:0;font-size:14.5px;color:var(--text);line-height:1.55}.lp-action{display:block;max-width:640px;margin:0 auto;width:100%;background:var(--green);color:#fff;border:none;border-radius:var(--radius);padding:16px;font-weight:800;font-size:16px;cursor:pointer;letter-spacing:.02em}.lp-action:disabled{background:#dfe6f2;color:#9aa7c0;cursor:not-allowed}.lp-action.bad{background:#e0405d}@media(max-width:720px){.ls-grid,.lp-match,.lp-truefalse{grid-template-columns:1fr}.lt-node-wrap{transform:none!important}.lp-prompt{font-size:20px}.lp-term{font-size:24px}}.lp-match-slots{display:block;font-size:11.5px;color:var(--muted);margin-top:4px;font-weight:600}.tp{position:fixed;inset:0;background:#fff;display:flex;flex-direction:column;z-index:70}.tp-head{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--line)}.tp-quit{background:none;border:none;color:var(--muted);cursor:pointer;display:grid;place-items:center}.tp-title{flex:1}.tp-title strong{display:block;font-size:15px}.tp-title span{font-size:13px;color:var(--muted)}.tp-bar{flex:1;height:13px;background:#e8eef9;border-radius:999px;overflow:hidden}.tp-bar span{display:block;height:100%;background:var(--green);border-radius:999px;transition:width .3s ease}.tp-hearts{display:inline-flex;align-items:center;gap:6px;color:#e0405d;font-weight:700}.tp-body{flex:1;overflow-y:auto;padding:22px 24px 28px;max-width:680px;margin:0 auto;width:100%}.tp-kicker{color:var(--muted);font-size:13px;font-weight:600;margin:0 0 6px}.tp-prompt{font-size:22px;line-height:1.32;margin:0 0 20px;letter-spacing:-.01em}.tp-intro,.tp-hint{color:var(--muted);font-size:14.5px;margin:0 0 16px;line-height:1.55}.tp-media{display:grid;gap:10px;margin:0 0 18px}.tp-media img,.tp-media video{display:block;width:100%;max-height:330px;object-fit:contain;border:1px solid var(--line);border-radius:12px;background:#111827}.tp-asset-scene{display:grid;place-items:center;width:100%;min-height:300px;background:radial-gradient(circle at 50% 38%,#fff,#eef3fa 68%,#e2e9f3)}.tp-asset-scene img{width:100%;height:300px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(25,42,72,.12))}.tp-asset-scene.motion-open img{animation:tpObjectOpen .65s cubic-bezier(.2,.8,.2,1)}.tp-asset-scene.motion-close img{animation:tpObjectClose .65s cubic-bezier(.2,.8,.2,1)}.tp-asset-scene.motion-remove img,.tp-asset-scene.motion-insert img{animation:tpObjectMove .65s ease}.tp-asset-scene.motion-wipe img,.tp-asset-scene.motion-check img,.tp-asset-scene.motion-focus img{animation:tpObjectFocus .65s ease}@keyframes tpObjectOpen{0%{opacity:.35;transform:scale(.96) rotateY(-4deg)}to{opacity:1;transform:none}}@keyframes tpObjectClose{0%{opacity:.35;transform:scale(1.03)}to{opacity:1;transform:none}}@keyframes tpObjectMove{0%{opacity:.3;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes tpObjectFocus{0%{opacity:.35;transform:scale(.93)}to{opacity:1;transform:none}}.tp-stage{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin-bottom:18px;position:relative}.scene{width:100%;height:auto;display:block}.scene.dim{opacity:.82}.tp-stage-click{cursor:crosshair}.tp-caption{background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:var(--radius);padding:14px 16px;margin-bottom:16px}.tp-step-badge{display:inline-block;font-size:11.5px;font-weight:700;color:var(--blue);background:var(--soft);padding:3px 9px;border-radius:999px;margin-bottom:6px}.tp-caption strong{display:block;font-size:17px;margin-bottom:4px}.tp-caption p{margin:0;font-size:14.5px;color:var(--muted);line-height:1.55}.tp-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.tp-controls button{background:#fff;border:2px solid var(--line);border-radius:var(--radius);padding:9px 12px;cursor:pointer;color:var(--text);display:inline-flex;align-items:center;gap:7px}.tp-controls button:disabled{opacity:.4;cursor:not-allowed}.tp-play{font-weight:700;font-size:14px;padding:9px 20px!important}.tp-dots{display:flex;justify-content:center;gap:7px;margin-bottom:20px}.tp-dots button{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:#cfdaec;cursor:pointer}.tp-dots button.on{background:var(--blue);transform:scale(1.3)}.tp-spot{position:absolute;transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;background:#2468f21f;border:2px dashed rgba(36,104,242,.45);display:grid;place-items:center;color:#fff;padding:0}.tp-spot:hover{background:#2468f238}.tp-spot.hit{background:var(--green);border:2px solid var(--green);cursor:default}.tp-found{border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px}.tp-found-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.tp-found-head strong{font-size:14.5px}.tp-miss{font-size:12.5px;color:#c13049;font-weight:600}.tp-found ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.tp-found li{font-size:13.5px;color:var(--muted);line-height:1.5;display:flex;gap:7px;align-items:flex-start}.tp-found li.on b{color:var(--text)}.tp-found li svg{flex:none;color:var(--green);margin-top:2px}.tp-blank{display:block;height:15px;width:100%;background:repeating-linear-gradient(90deg,#e8eef9 0 22px,transparent 22px 30px);border-radius:3px}.tp-seq-line{min-height:54px;border-bottom:2px solid var(--line);padding:0 0 14px;margin:0 0 18px;display:flex;flex-direction:column;gap:8px;list-style:none}.tp-seq-pool{display:flex;flex-direction:column;gap:8px}.tp-placeholder{color:#9aa7c0;font-size:14px}.tp-chip{width:100%;text-align:left;padding:13px 16px;font-size:15px;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text);display:flex;align-items:center;gap:10px}.tp-chip.picked{border-color:var(--blue);background:var(--soft)}.tp-chip-no{width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:12.5px;font-weight:700;flex:none}.tp-options{display:grid;gap:10px}.tp-option{text-align:left;padding:15px 17px;font-size:15px;cursor:pointer;background:#fff;border:2px solid var(--line);border-bottom-width:4px;border-radius:var(--radius);color:var(--text);display:flex;align-items:center;gap:11px}.tp-option:hover:not(:disabled){background:var(--soft)}.tp-option.selected{border-color:var(--blue);background:var(--soft)}.tp-option.correct,.tp-chip.correct{border-color:#58b86d;background:#edf9f0;color:#23753a}.tp-option.wrong,.tp-chip.wrong{border-color:#e45b70;background:#fff0f2;color:#aa263d}.tp-option.correct .tp-box{background:var(--green);border-color:var(--green)}.tp-option.wrong .tp-box{background:#e0405d;border-color:#e0405d}.tp-box{width:22px;height:22px;border-radius:5px;border:2px solid var(--line);flex:none;display:grid;place-items:center;color:#fff}.tp-option.selected .tp-box{background:var(--blue);border-color:var(--blue)}.tp-foot{border-top:2px solid var(--line);padding:16px 24px}.tp-foot.ok{background:#eefaf1;border-color:#bfe8cb}.tp-foot.bad{background:#fdeef0;border-color:#f6c9d0}.tp-feedback{max-width:680px;margin:0 auto 13px}.tp-feedback strong{display:flex;align-items:center;gap:8px;font-size:16.5px;margin-bottom:4px}.tp-foot.ok .tp-feedback strong{color:#2f8c4d}.tp-foot.bad .tp-feedback strong{color:#c13049}.tp-feedback p{margin:0;font-size:14.5px;line-height:1.55}.tp-correction{margin-top:12px;padding:12px 14px;background:#ffffffc7;border:1px solid #f0b8c1;border-radius:12px;display:grid;gap:7px}.tp-correction>span{color:#a2263b;font-size:11.5px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.tp-correction div{display:flex;gap:9px;align-items:flex-start;font-size:14px;line-height:1.4}.tp-correction b{color:#2f8c4d;min-width:18px}.tp-returns{display:flex;align-items:center;gap:6px;margin-top:9px;color:#8d3a49;font-size:12.5px;font-weight:650}.tp-action{display:block;max-width:680px;margin:0 auto;width:100%;border:none;border-radius:var(--radius);padding:15px;font-weight:800;font-size:15.5px;cursor:pointer;background:var(--green);color:#fff}.tp-action:disabled{background:#dfe6f2;color:#9aa7c0;cursor:not-allowed}.tp-action.bad{background:#e0405d}.lt-task{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-bottom-width:3px;border-radius:var(--radius);padding:16px 18px;margin-bottom:12px;width:100%;text-align:left;cursor:pointer}.lt-task:hover{border-color:var(--blue)}.lt-task-no{width:44px;height:44px;border-radius:12px;flex:none;display:grid;place-items:center;font-weight:800;font-size:16px;background:var(--soft);color:var(--blue)}.lt-task.done .lt-task-no{background:var(--green);color:#fff}.lt-task-main{flex:1}.lt-task-main strong{display:block;font-size:16px}.lt-task-main span{font-size:13.5px;color:var(--muted)}.lt-task-meta{font-size:12.5px;color:var(--muted);flex:none}@media(max-width:720px){.tp-prompt{font-size:19px}.tp-body{padding:16px}}.lt-unit{margin:0 auto;max-width:720px}.lt-unit-head{position:sticky;top:10px;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 22px;padding:18px 20px 14px;border-radius:18px;margin:0 0 26px;box-shadow:0 5px color-mix(in srgb,currentColor 20%,transparent),0 13px 28px #142b581f}.lt-unit-head>div:first-child>span{display:block;font-size:11.5px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;opacity:.85}.lt-unit-head strong{font-size:20px;margin-top:1px}.lt-unit-head p{margin:3px 0 0;font-size:13px;opacity:.9}.lt-unit-progress{text-align:right;align-self:center}.lt-unit-progress b{display:block;font-size:20px;line-height:1}.lt-unit-progress span{font-size:11.5px;opacity:.86}.lt-unit-bar{grid-column:1 / -1;height:8px;overflow:hidden;border-radius:999px;background:#00000029;margin-top:5px}.lt-unit-bar span{display:block;height:100%;border-radius:inherit;background:#fff;transition:width .35s ease}.lt-path{position:relative;padding:3px 0 34px}.lt-empty-path{padding:36px 20px;border:2px dashed var(--line);border-radius:16px;color:var(--muted);background:#fff;text-align:center;font-size:14px}.lt-path-step{position:relative;min-height:128px;display:grid;align-items:center;grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr)}.lt-path-step.left .lt-task{grid-column:1;justify-self:end}.lt-path-step.right .lt-task{grid-column:3;justify-self:start}.lt-path-node{grid-column:2;grid-row:1;justify-self:center;z-index:2;width:68px;height:64px;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:19px;font-weight:900;color:#68789a;background:#fff;border:3px solid #dbe4f4;border-bottom-width:7px;transition:transform .14s ease,filter .14s ease}.lt-path-node:hover{transform:translateY(-2px);filter:brightness(.99)}.lt-path-node:active{transform:translateY(3px);border-bottom-width:3px}.lt-path-node.current{color:#fff;background:var(--blue);border-color:#174fc4;box-shadow:0 0 0 8px #2468f21c;animation:pathPulse 2.2s ease-in-out infinite}.lt-path-node.done{color:#fff;background:var(--green);border-color:#2c9149}.lt-path-line{position:absolute;z-index:0;left:50%;top:-36px;height:76px;border-left:5px dotted #d7e1f1;transform:translate(-50%)}@keyframes pathPulse{0%,to{box-shadow:0 0 0 7px #2468f21a}50%{box-shadow:0 0 0 12px #2468f20a}}.lt-path .lt-task{grid-row:1;width:min(285px,100%);margin:0;padding:15px;border-radius:16px;box-shadow:0 4px #e2e9f4;transition:transform .14s ease,border-color .14s ease}.lt-path .lt-task:hover{transform:translateY(-2px);box-shadow:0 6px #dbe5f4}.lt-path .lt-task.current{border-color:#8bb1ff;background:#f8fbff}.lt-path .lt-task.done{border-color:#bee6c8;box-shadow:0 4px #d4ead9}.lt-path .lt-task-main>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.38;margin-top:3px}.lt-path .lt-task-meta{padding-left:10px}.lt-path .lt-task-meta b{color:var(--blue);font-size:12px;margin-top:4px}.lt-path .lt-task.done .lt-task-meta b{color:#2f8c4d}.ls-card,.lt-task,.tp-chip,.tp-option,.tp-action,.ls-lang-btn{outline:none}.ls-card:focus-visible,.lt-task:focus-visible,.lt-path-node:focus-visible,.tp-chip:focus-visible,.tp-option:focus-visible,.tp-action:focus-visible,.ls-lang-btn:focus-visible{box-shadow:0 0 0 4px #2468f233}.tp-action:not(:disabled):active,.ls-card:active,.lt-task:active{transform:translateY(2px)}@media(max-width:720px){.lt-unit-head{position:static;border-radius:15px}.lt-path-step{min-height:142px;grid-template-columns:64px minmax(0,1fr);gap:8px}.lt-path-step.left .lt-task,.lt-path-step.right .lt-task{grid-column:2;justify-self:stretch}.lt-path-node{grid-column:1;width:58px;height:55px}.lt-path-line{left:29px;transform:none;top:-48px;height:96px}.lt-path .lt-task{width:100%}.tp-head{padding:13px 14px;gap:10px}.tp-hearts svg{width:14px}.tp-foot{padding:13px 16px max(13px,env(safe-area-inset-bottom))}}.content-single{padding:26px 34px 40px}.lt-section{font-size:18px;margin:0 0 14px}.lt-task-meta{display:inline-flex;align-items:center;gap:5px}@media(max-width:720px){.content-single{padding:16px}}.ls-lang-btn{display:inline-flex;align-items:center;gap:6px}.ls-lang-btn b{font-size:12px;letter-spacing:.03em}.ls-lang-full{font-size:13px}.lt .ls-lang{padding:10px 14px;margin-bottom:18px;text-align:left;display:flex;align-items:center;gap:12px}.lt .ls-lang-row{justify-content:flex-start}@media(max-width:720px){.ls-lang-full{display:none}}.tp-timer{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}.tp-hearts{display:inline-flex;align-items:center;gap:2px}.tp-center{display:grid;place-items:center;max-width:520px}.tp-stage-card{background:#fff;border:1px solid var(--line);border-bottom-width:3px;border-radius:14px;padding:32px 28px;text-align:center;width:100%}.tp-stage-no{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:var(--soft);padding:5px 12px;border-radius:999px;margin-bottom:14px}.tp-stage-card h2{margin:0 0 8px;font-size:22px}.tp-stage-card>p{color:var(--muted);font-size:14.5px;line-height:1.55;margin:0 0 20px}.tp-goal{display:flex;gap:12px;text-align:left;background:var(--soft);border-radius:var(--radius);padding:16px;margin:18px 0 22px}.tp-goal svg{flex:none;color:var(--blue);margin-top:2px}.tp-goal strong{display:block;font-size:12.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:4px}.tp-goal p{margin:0;font-size:15px;line-height:1.5}.tp-stage-badge,.tp-lost-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px}.tp-stage-badge{background:var(--green)}.tp-lost-icon{background:#e0405d}.tp-stage-card.done{border-color:#bfe8cb}.tp-stage-card.lost{border-color:#f6c9d0}.tp-stage-card.lost .tp-goal{background:#fdeef0}.tp-stage-card.lost .tp-goal svg,.tp-stage-card.lost .tp-goal strong{color:#c13049}.tp-stars{display:inline-flex;gap:4px;justify-content:center;margin:4px 0 12px}.tp-stars svg.on{animation:pop .38s cubic-bezier(.2,1.5,.5,1) both}@keyframes pop{0%{transform:scale(.3) rotate(-25deg);opacity:0}to{transform:none;opacity:1}}.lt-task .tp-stars{margin:6px 0 0}.lt-task-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.lt-task-meta span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}@media(max-width:720px){.tp-stage-card{padding:24px 18px}.tp-timer{display:none}}.sh{padding-bottom:72px}.sh-tabs{display:flex;gap:6px;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:5px;margin:0 0 22px}.sh-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border:none;border-radius:6px;background:none;color:var(--muted);font-size:14.5px;font-weight:700;cursor:pointer}.sh-tab:hover{color:var(--text)}.sh-tab.active{background:#fff;color:var(--blue);box-shadow:0 1px 3px #1831601f}.sh-words-head{display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:var(--radius);padding:16px 20px;margin-bottom:26px}.sh-words-head>div:first-child{flex:1;min-width:220px}.sh-words-head strong{display:block;font-size:16px}.sh-words-head p{margin:3px 0 0;font-size:13.5px;color:var(--muted);line-height:1.5}.sh-words-count{text-align:center;flex:none}.sh-words-count b{display:block;font-size:20px;color:var(--blue)}.sh-words-count span{font-size:11.5px;color:var(--muted)}.sh-drill-btn{flex:none;display:inline-flex;align-items:center;gap:8px;border:none;border-radius:var(--radius);padding:12px 18px;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.sh-drill-btn:hover{filter:brightness(1.06)}.sh-block{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);margin-bottom:10px;overflow:hidden}.sh-block.open{border-color:#c3d6f8;box-shadow:0 2px 10px #1831600f}.sh-block>header{display:flex;align-items:center;gap:10px;padding:0 16px 0 0}.sh-block-toggle{flex:1;display:flex;align-items:center;gap:12px;min-width:0;background:none;border:none;padding:13px 8px 13px 14px;cursor:pointer;text-align:left;color:var(--text)}.sh-chevron{flex:none;color:var(--muted);transition:transform .15s ease}.sh-block.open .sh-chevron{transform:rotate(180deg)}.sh-block-no{flex:none;width:30px;height:30px;border-radius:8px;color:#fff;display:grid;place-items:center;font-size:13.5px;font-weight:800}.sh-block-title{flex:1;min-width:0}.sh-block-title strong{display:block;font-size:14.5px}.sh-block-title span{display:block;font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-block-count{flex:none;font-size:12.5px;color:var(--muted);font-weight:700}.sh-drill-small{flex:none;background:none;border:none;color:var(--blue);font-size:13px;font-weight:700;cursor:pointer;padding:8px 0}.sh-block .sh-word-list{padding:4px 14px 14px}.sh-word-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sh-word{display:flex;align-items:flex-start;gap:14px;background:var(--panel);border:1px solid var(--line);border-bottom-width:3px;border-radius:var(--radius);padding:14px 16px}.sh-word-speak{flex:none;width:40px;height:40px;border-radius:10px;cursor:pointer;background:var(--soft);border:1px solid var(--line);color:var(--blue);display:grid;place-items:center}.sh-word-speak:hover{background:#e2ecff}.sh-word-main{flex:1;min-width:0}.sh-word-main strong{font-size:16px;display:block}.sh-word-tr{display:block;font-size:14px;color:var(--blue);font-weight:600;margin-top:1px}.sh-word-main p{margin:6px 0 0;font-size:13.5px;color:var(--muted);line-height:1.5}.sh-word-strength{flex:none;width:124px;text-align:right;padding-top:4px}.sh-bar{display:block;height:7px;border-radius:999px;background:#e8eef9;overflow:hidden;margin-bottom:5px}.sh-bar i{display:block;height:100%;background:var(--green);border-radius:999px}.sh-word-strength small{font-size:11.5px;color:var(--muted)}.sh-path-hint{margin:0 0 18px;font-size:13.5px;color:var(--muted);line-height:1.55}.sh-inline-speak{margin-left:10px;vertical-align:middle;padding:6px}.lp-option.correct,.lp-tf.correct,.lp-step.correct{border-color:#58b86d;background:#edf9f0;color:#23753a}.lp-option.wrong,.lp-tf.wrong,.lp-step.wrong{border-color:#e0405d;background:#fdeef0;color:#b32e46}.sh-solution{background:#fff;border:1px solid #f6c9d0;border-radius:var(--radius);padding:10px 12px;margin:8px 0 10px}.sh-solution>span{display:block;font-size:11.5px;font-weight:700;color:#c13049;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.sh-solution>div{display:flex;gap:8px;font-size:14.5px;line-height:1.5}.sh-solution b{color:#2f8c4d;flex:none}.sh-returns{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:12.5px;color:var(--muted)}.sh-center{display:grid;place-items:center}.sh-lost-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow)}.sh-lost-icon{width:68px;height:68px;border-radius:50%;background:#e0405d;display:grid;place-items:center;margin:0 auto 16px}.sh-lost-card h2{margin:0 0 8px;font-size:22px}.sh-lost-card p{margin:0 0 22px;font-size:14.5px;color:var(--muted);line-height:1.55}@media(max-width:720px){.sh-word{flex-wrap:wrap}.sh-word-strength{width:100%;text-align:left}.sh-words-head{flex-direction:column;align-items:stretch}.sh-drill-btn{justify-content:center}}.sh-weak p{font-size:13px}.sh-weak.empty{background:var(--soft);border-color:var(--line)}.sh-weak.empty .lt-refresh-icon{background:#b7c4da}.sh-weak.empty p{color:var(--muted)}.sh-weak button:disabled{background:#d3dcec;color:#8e9bb4;cursor:not-allowed}.sh-remaining{font-size:13px;color:var(--muted);white-space:nowrap}.sh-remaining b{color:var(--text);font-size:15px}.sh-ready{background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow)}.sh-ready-count{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 16px;border-radius:50%;background:var(--blue);color:#fff;font-size:26px;font-weight:800}.sh-ready h2{margin:0 0 8px;font-size:24px}.sh-ready>p{margin:0 0 22px;font-size:14.5px;color:var(--muted);line-height:1.55}.sh-direction{margin-bottom:20px}.sh-direction>span{display:block;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.sh-direction>div{display:flex;gap:8px}.sh-direction button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:2px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-size:13.5px;font-weight:700;cursor:pointer}.sh-direction button.active{border-color:var(--blue);background:var(--soft);color:var(--blue)}.sh-pick-lang>div{flex-wrap:wrap;gap:6px}.sh-pick-lang button{flex:1 1 60px;padding:9px 4px;font-size:13px;letter-spacing:.03em}.sh-card{position:relative;width:100%;max-width:480px;min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:34px 54px;cursor:pointer;text-align:center;background:#fff;border:2px solid var(--line);border-bottom-width:6px;border-radius:16px;box-shadow:0 10px 30px #18316014;transition:border-color .15s ease,transform .12s ease}.sh-card:hover:not(.flipped){transform:translateY(-2px);border-color:#b9cdf5}.sh-card.flipped{cursor:default;border-color:#bfe8cb}.sh-card.missed{border-color:#f6c9d0}.sh-card-face{font-size:30px;font-weight:800;letter-spacing:-.01em;line-height:1.2}.sh-card-line{width:56px;height:2px;background:var(--line);border-radius:2px}.sh-card-back{font-size:25px;font-weight:700;color:var(--blue);line-height:1.25}.sh-card-speak{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:10px;cursor:pointer;background:var(--soft);border:1px solid var(--line);color:var(--blue);display:grid;place-items:center}.sh-card-speak:hover{background:#e2ecff}.sh-judge{display:flex;gap:12px;max-width:640px;margin:0 auto}.sh-judge-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:none;border-radius:var(--radius);color:#fff;font-size:15.5px;font-weight:800;cursor:pointer;letter-spacing:.02em}.sh-judge-btn.ok{background:var(--green)}.sh-judge-btn.bad{background:#e0405d}.sh-judge-btn:hover{filter:brightness(1.06)}@media(max-width:720px){.sh-card{padding:28px 22px;min-height:190px}.sh-card-face{font-size:25px}.sh-card-back{font-size:21px}}:root{--blue: #2468f2;--blue-dark: #07133f;--text: #08143d;--muted: #50607f;--soft: #edf4ff;--line: #dbe4f4;--green: #42b766;--panel: #ffffff;--shadow: 0 18px 48px rgba(24, 49, 96, .1);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#f7faff}*{box-sizing:border-box}body{margin:0;min-width:1180px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at 44% 0%,rgba(112,156,255,.14),transparent 33%),linear-gradient(180deg,#fbfdff,#f7faff)}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:18px 14px 22px;border-right:1px solid #edf2fb;background:#f9fcffdb}.brand{display:flex;align-items:center;gap:12px;padding:0 16px 30px}.brand-mark{display:grid;place-items:center;width:50px;height:36px;color:#2b69f5;font-size:34px;font-weight:950;font-style:italic;letter-spacing:0}.brand strong{display:block;font-size:28px;line-height:1;letter-spacing:0}.brand span,.company span,.profile span{display:block;color:var(--muted);font-size:12px;line-height:1.35}.nav-list{display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:16px;width:100%;min-height:42px;padding:0 16px;border:0;border-radius:var(--radius);color:#213259;text-decoration:none;font-size:14px;font-weight:500;text-align:left;background:transparent;cursor:pointer}.nav-item svg{color:#263a67}.nav-item.active{color:#005cff;background:#eaf2ff;box-shadow:inset 0 0 0 1px #2c6ff50a}.nav-item.active svg{color:#1765ff;fill:#1765ff}.nav-divider{height:1px;margin:26px 6px;background:#d8e1ef}.company{display:flex;align-items:center;gap:12px;margin-top:auto;padding:0 12px}.company-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#53658d;background:#eaf0fb}.company strong{display:block;font-size:14px}.main{min-width:0}.topbar{position:relative;z-index:60;display:flex;align-items:center;justify-content:space-between;height:72px;padding:13px 22px 12px 40px;border-bottom:1px solid #e8eef8;background:#ffffffc2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search{display:flex;align-items:center;gap:12px;width:min(624px,48vw);height:45px;padding:0 12px;border:1px solid #cfdaee;border-radius:8px;color:#5b6b8b;background:#ffffffc7}.global-search-wrap{position:relative;z-index:61;width:min(624px,48vw)}.global-search-wrap .search{width:100%}.search-clear{display:grid;place-items:center;width:24px;height:24px;flex:none;padding:0;border:0;border-radius:6px;color:#667794;background:#edf2f8;cursor:pointer}.global-search-results{position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:100%;overflow:hidden;border:1px solid #d5e0ee;border-radius:11px;background:#fff;box-shadow:0 18px 42px #132b552e}.global-search-results>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:54px;padding:8px 11px;border:0;border-bottom:1px solid #edf1f6;color:#64738d;background:#fff;text-align:left;cursor:pointer}.global-search-results>button:last-child{border-bottom:0}.global-search-results>button:hover{background:#f4f8ff}.global-search-results>button>span:nth-child(2){min-width:0}.global-search-results strong,.global-search-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-results strong{color:#1c3154;font-size:11px}.global-search-results small{margin-top:3px;color:#7a88a0;font-size:9.5px}.search-result-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:#1765ff;background:#edf4ff}.search-result-icon.quickhelp{color:#8152d4;background:#f2ecff}.search-result-icon.learning{color:#229354;background:#e8f7ed}.global-search-results>button>svg{color:#a3aec0}.search-no-result{display:flex;align-items:center;gap:9px;min-height:58px;padding:13px;color:#75839b;font-size:10.5px}.search input{width:100%;border:0;outline:0;color:#394869;background:transparent;font-size:13px}kbd{padding:4px 8px;border:1px solid #d9e1f0;border-radius:6px;color:#7784a0;background:#f8fbff;font-size:12px}.top-actions{display:flex;align-items:center;gap:18px}.language,.icon-button,.ghost-icon{border:0;color:#17254a;background:transparent;cursor:pointer}.language{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.top-language-wrap{position:relative}.top-language-menu{position:absolute;z-index:70;top:calc(100% + 10px);right:0;width:210px;overflow:hidden;padding:5px;border:1px solid #d7e1ee;border-radius:10px;background:#fff;box-shadow:0 16px 36px #162c532e}.top-language-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:36px;padding:0 9px;border:0;border-radius:7px;color:#40516e;background:transparent;font-size:10.5px;font-weight:700;text-align:left;cursor:pointer}.top-language-menu button:hover,.top-language-menu button.active{color:#1765ff;background:#edf4ff}.icon-button{position:relative;display:grid;place-items:center;width:36px;height:36px;border-left:1px solid #eef2f8;border-radius:50%}.notify:after{position:absolute;top:6px;right:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#ff3e42;content:""}.profile{display:flex;align-items:center;gap:10px;min-width:178px}.profile-trigger{padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.profile-trigger:hover .avatar{box-shadow:0 0 0 4px #edf3ff}.avatar{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;color:#111c43;background:#d9e6ff;font-size:15px;font-weight:800}.profile strong{display:block;font-size:13px}.profile-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:#07122a57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.profile-modal{width:min(410px,100%);overflow:hidden;border:1px solid #d6e0ee;border-radius:16px;color:#1c2e50;background:#fff;box-shadow:0 24px 70px #08173842}.profile-modal>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e8edf5;color:#667691;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.profile-modal>header button{display:grid;place-items:center;width:29px;height:29px;border:0;border-radius:7px;color:#60708c;background:#f1f4f8;cursor:pointer}.profile-modal-person{display:flex;align-items:center;gap:13px;padding:19px 18px 16px}.profile-modal-person .avatar{width:54px;height:54px;font-size:18px}.profile-modal-person h2,.profile-modal-person p{margin:0}.profile-modal-person h2{font-size:17px}.profile-modal-person p{margin-top:3px;color:#71809a;font-size:11px}.profile-modal dl{display:grid;gap:0;margin:0;padding:0 18px 14px}.profile-modal dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #edf1f6}.profile-modal dt{color:#7b88a0;font-size:10px}.profile-modal dd{margin:0;color:#314664;font-size:10.5px;font-weight:750;text-align:right}.profile-modal footer{padding:10px 18px;color:#7c6a3e;background:#fff6df;font-size:9.5px;line-height:1.4}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 374px;gap:24px;padding:20px 12px 24px 22px}.tab-grid{display:block;max-width:1040px;padding-right:22px}.tab-page{display:grid;gap:18px}.tab-heading{padding:18px 0 4px}.tab-heading h1{margin:0 0 8px;color:#08133d;font-size:32px;line-height:1.12;letter-spacing:0}.tab-heading p{max-width:640px;margin:0;color:#405274;font-size:14px;line-height:1.5}.quickhelp-page{max-width:none}.quickhelp-tab-grid{max-width:none;height:calc(100vh - 100px);padding-right:22px}.quickhelp-workspace{display:grid;grid-template-columns:292px minmax(0,1fr);gap:16px;min-height:0;min-height:560px;height:calc(100vh - 205px)}.chat-history-panel,.chat-page-panel,.language-empty-card{border:1px solid var(--line);border-radius:var(--radius);background:#fffffff5;box-shadow:0 16px 42px #18316012}.chat-history-panel{display:grid;grid-template-rows:auto 1fr;min-height:0;padding:14px}.history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e4ebf7}.history-header span{display:block;color:#6b7895;font-size:11px;font-weight:800;text-transform:uppercase}.history-header strong{display:block;margin-top:2px;color:#08133d;font-size:18px}.history-header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;color:#fff;background:#1765ff;cursor:pointer}.history-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding-top:12px}.history-empty{display:grid;justify-items:center;gap:8px;padding:28px 16px;border:1px dashed #d3deef;border-radius:8px;color:#61708f;text-align:center;font-size:12px;line-height:1.4}.history-empty svg{color:#1765ff}.history-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;width:100%;min-height:72px;padding:11px;border:1px solid #e2e9f5;border-radius:8px;color:#243860;background:#f8fbff;text-align:left;cursor:pointer}.history-item:hover,.history-item.active{border-color:#b9cdf4;background:#edf4ff}.history-item svg{margin-top:2px;color:#1765ff}.history-item span{display:grid;gap:4px;min-width:0}.history-item strong,.history-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item strong{color:#091844;font-size:13px}.history-item small{color:#60708f;font-size:11px}.history-item time{color:#8b98b3;font-size:10px}.chat-page-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-width:0;min-height:0;padding:16px}.chat-page-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #e4ebf7}.chat-page-header h2{margin:0;color:#08133d;font-size:20px}.chat-page-header span{display:flex;align-items:center;gap:7px;margin-top:3px;color:#405274;font-size:12px}.chat-page-header i{width:8px;height:8px;border-radius:50%;background:#33be5c}.fullpage-conversation{min-height:0;max-height:none;padding:18px 8px 18px 0}.fullpage-conversation .incoming{max-width:min(620px,72%)}.fullpage-conversation .outgoing{width:fit-content;max-width:min(420px,70%)}.fullpage-chat-input{margin-top:0}.fullpage-chat-footer{justify-content:space-between;padding-top:8px}.language-empty-card{display:grid;justify-items:center;gap:8px;min-height:220px;align-content:center;color:#50607f;text-align:center}.language-empty-card svg{color:#1765ff}.language-empty-card strong{color:#08133d;font-size:18px}.language-empty-card span{font-size:13px}.quickhelp-wide{display:block;width:min(820px,100%)}.quickhelp-wide .chat-card{min-height:0;padding:16px;box-shadow:0 16px 42px #18316014}.quickhelp-wide .chat-header{gap:11px}.quickhelp-wide .bot-avatar{width:38px;height:38px}.quickhelp-wide .chat-intro{margin:10px 0;font-size:12px}.quickhelp-wide .conversation{max-height:318px;min-height:214px;padding-right:2px}.quickhelp-wide .outgoing{width:fit-content;max-width:min(360px,78%)}.quickhelp-wide .answer-image{aspect-ratio:16 / 7}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.team-card{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffeb;box-shadow:0 1px 1px #142d5a08}.team-card{display:flex;align-items:flex-start;gap:14px;padding:16px}.team-card .avatar{flex:0 0 auto}.team-card strong,.team-card span{display:block}.team-card strong{font-size:15px}.team-card span{margin-top:2px;color:#1765ff;font-size:12px;font-weight:800}.team-card p{margin:8px 0 0;color:#405274;font-size:13px;line-height:1.45}.admin-page{position:relative;display:grid;gap:18px;max-width:1260px;margin:0 auto;padding:26px 30px 54px}.admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.admin-eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:9px;color:#1765ff;font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.admin-hero h1{margin:0;color:#08133d;font-size:30px;line-height:1.12}.admin-hero p,.admin-card-head p,.admin-table-toolbar p{margin:6px 0 0;color:#61708f;font-size:13px}.admin-hero-actions,.admin-tabs{display:flex;align-items:center;gap:9px}.admin-primary,.admin-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border:1px solid #d4deed;border-radius:9px;font-size:12.5px;font-weight:800;cursor:pointer}.admin-primary{color:#fff;border-color:#1765ff;background:#1765ff;box-shadow:0 7px 15px #1765ff2e}.admin-secondary{color:#17264c;background:#fff}.admin-primary:hover{background:#0957ee}.admin-primary:disabled{opacity:.62;cursor:wait}.admin-secondary:hover{border-color:#aebfda;background:#f9fbff}.admin-tabs{width:fit-content;padding:5px;border:1px solid #dbe4f2;border-radius:11px;background:#edf3fb}.admin-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:35px;padding:0 14px;border:0;border-radius:8px;color:#586986;background:transparent;font-size:12.5px;font-weight:750;cursor:pointer}.admin-tabs button.active{color:#135bdc;background:#fff;box-shadow:0 2px 7px #22375c1a}.admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-metric,.admin-card{border:1px solid #dfe7f3;background:#fffffff5;box-shadow:0 8px 30px #1831600e}.admin-metric{display:flex;align-items:flex-start;gap:13px;min-height:116px;padding:17px;border-radius:12px}.admin-metric>span{display:grid;place-items:center;width:39px;height:39px;flex:none;border-radius:10px}.admin-metric.blue>span{color:#1765ff;background:#eaf2ff}.admin-metric.green>span{color:#289b52;background:#eaf8ef}.admin-metric.violet>span{color:#7655dc;background:#f0ecff}.admin-metric.orange>span{color:#d17815;background:#fff3df}.admin-metric div{display:grid;gap:2px}.admin-metric b{color:#07143e;font-size:24px;line-height:1}.admin-metric strong{margin-top:3px;color:#21345d;font-size:12.5px}.admin-metric small{color:#72809c;font-size:10.5px}.admin-overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:14px}.admin-card{border-radius:12px;padding:19px}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.admin-card-head h2,.admin-table-toolbar h2{margin:0;font-size:17px}.admin-card-head>button{display:inline-flex;align-items:center;gap:3px;padding:4px;border:0;color:#1765ff;background:none;font-size:11.5px;font-weight:750;cursor:pointer}.admin-bars{display:grid;gap:18px;margin-top:22px}.admin-bar-row{display:grid;grid-template-columns:145px minmax(100px,1fr) 38px;align-items:center;gap:13px}.admin-bar-row>div:first-child strong,.admin-bar-row>div:first-child span{display:block}.admin-bar-row>div:first-child strong{color:#1a2b52;font-size:12px}.admin-bar-row>div:first-child span{margin-top:3px;color:#8290aa;font-size:10.5px}.admin-bar-track{overflow:hidden;height:9px;border-radius:999px;background:#e9eef6}.admin-bar-track span{display:block;height:100%;border-radius:inherit}.admin-bar-row>b{color:#33446a;font-size:11.5px;text-align:right}.admin-alert-list{display:grid;gap:8px;margin-top:15px}.admin-alert-list button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:11px;border:1px solid #e3eaf4;border-radius:9px;color:inherit;background:#fbfcff;text-align:left;cursor:pointer}.admin-alert-list button:hover{border-color:#bdcef0;background:#f5f8ff}.admin-alert-list button>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px}.admin-alert-list .warn{color:#be6b09;background:#fff2dc}.admin-alert-list .info{color:#1765ff;background:#eaf2ff}.admin-alert-list .danger{color:#d4445b;background:#ffedf0}.admin-alert-list strong,.admin-alert-list small{display:block}.admin-alert-list strong{color:#1d2d53;font-size:11.5px}.admin-alert-list small{margin-top:3px;color:#71809b;font-size:10.5px;line-height:1.35}.admin-alert-list>button>svg{color:#9aa7bd}.admin-live{display:inline-flex;align-items:center;gap:6px;color:#309653;font-size:11px;font-weight:750}.admin-live i{width:7px;height:7px;border-radius:50%;background:#34ba60;box-shadow:0 0 0 4px #e5f7eb}.admin-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.admin-activity-list>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:11px 12px;border-top:1px solid #edf1f7}.admin-activity-list>div:nth-child(odd){border-right:1px solid #edf1f7}.admin-avatar{display:inline-grid;place-items:center;width:34px;height:34px;flex:none;border-radius:50%;color:#174aab;background:#e2ecff;font-size:10.5px;font-weight:850}.admin-activity-list p{margin:0;color:#52617e;font-size:11.5px;line-height:1.4}.admin-activity-list p strong{color:#18294e}.admin-activity-list time{color:#8b98ae;font-size:10.5px;white-space:nowrap}.admin-table-card{padding:0;overflow:hidden}.admin-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 20px;border-bottom:1px solid #e6ecf5}.admin-table-toolbar label{display:flex;align-items:center;gap:8px;width:290px;height:38px;padding:0 11px;border:1px solid #d7e1ef;border-radius:8px;color:#73819b;background:#f9fbff}.admin-table-toolbar input{width:100%;border:0;outline:0;color:#213359;background:transparent;font-size:12px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{padding:10px 14px;color:#74819a;background:#f7f9fc;font-size:10.5px;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.admin-table td{padding:13px 14px;border-top:1px solid #edf1f6;color:#50607d;font-size:11.5px;white-space:nowrap}.admin-table td:first-child{display:flex;align-items:center;gap:10px;color:#17274d}.admin-inline-progress{display:flex;align-items:center;gap:8px}.admin-inline-progress>span,.admin-course-completion>span{display:block;overflow:hidden;width:72px;height:6px;border-radius:99px;background:#e5ebf3}.admin-inline-progress i,.admin-course-completion i{display:block;height:100%;border-radius:inherit;background:#36ad5d}.admin-inline-progress b{color:#435272;font-size:10.5px}.admin-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:99px;font-size:10px;font-style:normal;font-weight:800}.admin-status.active{color:#247d43;background:#e8f7ed}.admin-status.done{color:#175dce;background:#e8f1ff}.admin-status.pending{color:#a86711;background:#fff2dc}.admin-more{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:7px;color:#687792;background:transparent;cursor:pointer}.admin-more:hover{color:#1765ff;background:#edf4ff}.admin-empty{padding:42px;color:#70809b;text-align:center;font-size:13px}.admin-course-list{display:grid}.admin-course-list article{display:grid;grid-template-columns:auto minmax(180px,1fr) 170px 105px 70px auto;align-items:center;gap:14px;padding:15px 20px;border-top:1px solid #edf1f6}.admin-course-list article:first-child{border-top:0}.admin-course-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:10px}.admin-course-icon.tone-0{color:#1765ff;background:#e9f1ff}.admin-course-icon.tone-1{color:#7655dc;background:#f0ecff}.admin-course-icon.tone-2{color:#d07813;background:#fff2de}.admin-course-icon.tone-3{color:#169478;background:#e7f7f3}.admin-course-main strong,.admin-course-main small{display:block}.admin-course-main strong{color:#17274c;font-size:12.5px}.admin-course-main small{margin-top:4px;color:#7a879e;font-size:10.5px}.admin-course-completion{display:flex;align-items:center;gap:9px}.admin-course-completion>span{width:70px}.admin-course-completion b{color:#52617e;font-size:10.5px;white-space:nowrap}.admin-course-list time{color:#8290a7;font-size:10.5px}.admin-toast{position:fixed;top:82px;right:26px;z-index:80;display:flex;align-items:center;gap:9px;padding:12px 15px;border:1px solid #bfe5cb;border-radius:10px;color:#216f3b;background:#f0fbf3;box-shadow:0 14px 35px #123d202b;font-size:12px;font-weight:750;animation:adminToastIn .22s ease both}@keyframes adminToastIn{0%{opacity:0;transform:translateY(-8px)}}.content-studio-list{padding:0;overflow:hidden}.content-toolbar{background:linear-gradient(110deg,#fff,#f6f9ff)}.content-filters{display:flex;align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid #e7edf6;background:#fbfcfe}.content-filters>label,.object-search{display:flex;align-items:center;gap:7px;height:36px;padding:0 10px;border:1px solid #d7e1ef;border-radius:8px;color:#7a879e;background:#fff}.content-filters>label{width:270px}.content-filters input,.object-search input{width:100%;border:0;outline:0;color:#203158;background:transparent;font-size:11.5px}.content-filters select,.content-form-grid select{height:36px;padding:0 30px 0 10px;border:1px solid #d7e1ef;border-radius:8px;color:#346;background:#fff;font-size:11.5px}.content-legend{display:flex;gap:13px;margin-left:auto;color:#71809a;font-size:10.5px}.content-legend span{display:flex;align-items:center;gap:5px}.content-legend i{width:8px;height:8px;border-radius:50%}.content-legend i.standard{background:#1765ff}.content-legend i.custom{background:#895bd8}.content-list-head,.content-list article{display:grid;grid-template-columns:minmax(280px,1.5fr) 145px 125px 155px 90px;align-items:center;gap:12px}.content-list-head{padding:10px 20px 10px 70px;color:#7a879e;background:#f5f8fc;font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.content-list article{position:relative;min-height:72px;padding:11px 20px 11px 70px;border-top:1px solid #edf1f6;transition:background .15s ease}.content-list article:hover{background:#fbfdff}.content-list article.inactive{opacity:.62;background:#fafbfc}.content-kind-icon{position:absolute;left:20px;display:grid;place-items:center;width:37px;height:37px;border-radius:9px}.content-kind-icon.standard{color:#1765ff;background:#e9f1ff}.content-kind-icon.custom{color:#784ac5;background:#f0eaff}.content-title{min-width:0}.content-title strong,.content-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-title strong{color:#18294e;font-size:12.5px}.content-title small{margin-top:4px;color:#7b879e;font-size:10.5px}.content-role{color:#52617e;font-size:11px}.content-kind{display:inline-flex;align-items:center;gap:5px;width:fit-content;padding:5px 8px;border-radius:99px;font-size:9.5px;font-weight:800}.content-kind.standard{color:#1759c8;background:#eaf2ff}.content-kind.custom{color:#7041bc;background:#f1eaff}.content-toggle{display:flex;align-items:center;gap:5px;padding:0;border:0;color:#8b98ae;background:none;font-size:10px;font-weight:750;cursor:pointer}.content-toggle.on{color:#2b9c51}.content-edit{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;padding:7px 0;border:0;color:#1765ff;background:none;font-size:10.5px;font-weight:800;cursor:pointer}.content-editor{display:grid;gap:14px}.content-editor-head{display:grid;grid-template-columns:145px 1fr auto;align-items:center;gap:18px;padding:16px 18px;border:1px solid #dde6f2;border-radius:12px;background:#fff;box-shadow:0 8px 28px #1831600d}.content-back{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:7px 8px;border:0;border-radius:7px;color:#536482;background:#f2f5fa;font-size:11.5px;font-weight:750;cursor:pointer}.content-editor-head>div:nth-child(2) span{color:#1765ff;font-size:9.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.content-editor-head h2{margin:3px 0 0;font-size:18px}.content-editor-actions{display:flex;gap:8px}.content-protection{display:flex;align-items:flex-start;gap:10px;padding:12px 15px;border:1px solid #cbdaf2;border-radius:10px;color:#2458a8;background:#eff5ff}.content-protection svg{flex:none;margin-top:1px}.content-protection strong,.content-protection span{display:block}.content-protection strong{font-size:11.5px}.content-protection span{margin-top:3px;color:#546d96;font-size:10.5px}.content-editor-tabs{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #dce5f1;border-radius:10px;background:#fff}.content-editor-tabs button{min-height:42px;border:0;border-right:1px solid #e4eaf3;color:#667590;background:#fff;font-size:11.5px;font-weight:750;cursor:pointer}.content-editor-tabs button:last-child{border-right:0}.content-editor-tabs button.active{color:#1765ff;background:#edf4ff;box-shadow:inset 0 -3px #1765ff}.content-form-card{max-width:830px;margin:0 auto;padding:24px;border:1px solid #dfe7f3;border-radius:12px;background:#fff;box-shadow:0 8px 28px #1831600d}.content-section-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:21px}.content-section-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:#1765ff;background:#eaf2ff;font-size:11px;font-weight:900}.content-section-title h3{margin:0;color:#17274b;font-size:16px}.content-section-title p{margin:4px 0 0;color:#71809a;font-size:11px}.content-section-title.compact{margin-bottom:13px}.content-section-title.compact>svg{padding:8px;width:34px;height:34px;border-radius:9px;color:#1765ff;background:#eaf2ff}.content-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.content-form-grid label{display:grid;gap:6px}.content-form-grid label.wide{grid-column:1 / -1}.content-form-grid label>span{color:#3c4d6e;font-size:10.5px;font-weight:800}.content-form-grid input,.content-form-grid textarea{width:100%;padding:10px 12px;border:1px solid #d5dfed;border-radius:8px;outline:none;color:#17274b;background:#fbfcfe;font-size:12px}.content-form-grid input:focus,.content-form-grid textarea:focus{border-color:#7da7fa;box-shadow:0 0 0 3px #e8f0ff}.content-form-grid textarea{min-height:82px;resize:vertical;font-family:inherit;line-height:1.5}.content-next{display:flex;align-items:center;gap:4px;margin:22px 0 0 auto;padding:9px 13px;border:0;border-radius:8px;color:#fff;background:#1765ff;font-size:11.5px;font-weight:800;cursor:pointer}.creation-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px;padding:5px;border-radius:10px;background:#edf2f8}.creation-mode-switch button{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid transparent;border-radius:8px;color:#697792;background:transparent;text-align:left;cursor:pointer}.creation-mode-switch button.active{color:#1765ff;border-color:#cfdbef;background:#fff;box-shadow:0 3px 9px #1f355c14}.creation-mode-switch strong,.creation-mode-switch small{display:block}.creation-mode-switch strong{color:#203155;font-size:11.5px}.creation-mode-switch small{margin-top:2px;color:#77849b;font-size:9.5px}.compact-basics{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e8edf5}.manual-goal{margin-top:0}.ai-lesson-builder{margin:-3px 0 22px;padding:15px;border:1px solid #bdcff5;border-radius:11px;background:linear-gradient(125deg,#f1f6ff,#fbf8ff)}.ai-builder-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.ai-builder-head>span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#1765ff,#8657db)}.ai-builder-head strong,.ai-builder-head p{display:block;margin:0}.ai-builder-head strong{color:#16274d;font-size:12.5px}.ai-builder-head p{margin-top:3px;color:#667694;font-size:10.5px}.ai-builder-head em{padding:4px 7px;border-radius:99px;color:#286f48;background:#e8f7ed;font-size:8.5px;font-style:normal;font-weight:850;text-transform:uppercase}.ai-builder-input{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:9px;margin-top:12px}.ai-builder-input textarea{min-height:72px;padding:10px 11px;border:1px solid #cfdbee;border-radius:8px;outline:none;color:#23365e;background:#ffffffd9;font:inherit;font-size:11.5px;line-height:1.45;resize:vertical}.ai-builder-input textarea:focus{border-color:#789ff0;box-shadow:0 0 0 3px #e3edff}.ai-builder-input button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:145px;padding:0 13px;border:0;border-radius:8px;color:#fff;background:linear-gradient(135deg,#1765ff,#764ac8);font-size:10.5px;font-weight:850;cursor:pointer}.ai-builder-input button:disabled{opacity:.65;cursor:wait}.ai-lesson-builder>small{display:block;margin-top:7px;color:#7b879e;font-size:9.5px}.ai-chat-builder{padding:0;overflow:hidden;background:#fff}.ai-chat-builder .ai-builder-head{padding:13px 14px;border-bottom:1px solid #e1e8f4;background:linear-gradient(125deg,#f1f6ff,#faf7ff)}.ai-chat-log{display:grid;gap:9px;max-height:235px;overflow-y:auto;padding:14px;background:#f8faff}.ai-chat-log>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px;max-width:86%}.ai-chat-log>div.user{justify-self:end;grid-template-columns:auto;padding:9px 11px;border-radius:10px 10px 2px;color:#fff;background:#1765ff}.ai-chat-log>div.assistant{justify-self:start;padding:9px 11px;border:1px solid #dce5f2;border-radius:10px 10px 10px 2px;background:#fff}.ai-chat-log>div.assistant>span{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;color:#fff;background:linear-gradient(135deg,#1765ff,#8050d0)}.ai-chat-log>div.user>span{font-size:8px;font-weight:850;text-transform:uppercase;opacity:.8}.ai-chat-log p{margin:0;color:#3c4c69;font-size:10.5px;line-height:1.48}.ai-chat-log .user p{color:#fff}.ai-chat-log small{grid-column:1 / -1;font-size:8.5px;opacity:.75}.ai-chat-log .thinking{opacity:.72}.ai-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:6px;padding:11px;border-top:1px solid #e1e8f4}.ai-chat-composer textarea{min-height:58px;max-height:130px;padding:10px;border:1px solid #d1dbea;border-radius:8px;outline:none;color:#24365d;background:#fbfcfe;font:inherit;font-size:11px;line-height:1.4;resize:vertical}.ai-chat-composer textarea:focus{border-color:#79a0f2;box-shadow:0 0 0 3px #e5edff}.ai-chat-composer button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;cursor:pointer}.ai-chat-composer .attach{color:#536584;background:#edf1f7}.ai-chat-composer .send{color:#fff;background:#1765ff}.ai-chat-composer .send:disabled{opacity:.55;cursor:wait}.ai-chat-help{display:flex;align-items:center;gap:10px;padding:0 12px 11px;color:#687894;font-size:9px}.ai-chat-help span{display:inline-flex;align-items:center;gap:4px}.ai-chat-help small{margin-left:auto}.ai-media-row{display:flex;gap:7px;overflow-x:auto;padding:9px 11px;border-top:1px solid #e6ecf4}.ai-media-row>div{position:relative;flex:0 0 105px;overflow:hidden;border:1px solid #d9e2ee;border-radius:8px;background:#fff}.ai-media-row img,.ai-media-row video{display:block;width:100%;height:58px;object-fit:cover;background:#182236}.ai-media-row span{display:flex;align-items:center;gap:3px;overflow:hidden;padding:5px 7px;color:#4d5d79;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ai-media-row button{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:20px;height:20px;border:0;border-radius:50%;color:#fff;background:#0a1427b3;cursor:pointer}.generated-summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin:0 11px 11px;padding:9px 10px;border:1px solid #bfe4ca;border-radius:8px;color:#268348;background:#effaf2}.generated-summary strong,.generated-summary span{display:block}.generated-summary strong{font-size:10.5px}.generated-summary span{margin-top:2px;color:#5f7767;font-size:8.5px}.generated-summary button{padding:6px 8px;border:0;border-radius:6px;color:#237c43;background:#dff3e5;font-size:8.5px;font-weight:800;cursor:pointer}.translation-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.translation-choice button{position:relative;display:grid;justify-items:start;gap:6px;min-height:140px;padding:17px;border:2px solid #dce4f0;border-radius:11px;color:#667590;background:#fff;text-align:left;cursor:pointer}.translation-choice button.active{color:#1765ff;border-color:#5d91f6;background:#f5f9ff}.translation-choice strong{color:#1a2b50;font-size:12.5px}.translation-choice span{color:#687793;font-size:10.5px;line-height:1.5}.translation-choice em{position:absolute;top:12px;right:12px;padding:4px 7px;border-radius:99px;color:#287d46;background:#e9f7ee;font-size:8.5px;font-style:normal;font-weight:850;text-transform:uppercase}.translation-notice{display:flex;gap:9px;margin-top:14px;padding:11px 13px;border:1px solid #f2d59c;border-radius:9px;color:#a66b12;background:#fff8e9}.translation-notice svg{flex:none}.translation-notice p{margin:0;color:#735b33;font-size:10.5px;line-height:1.45}.translation-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.translation-language{display:grid;gap:8px;padding:12px;border:1px solid #dfe6f0;border-radius:9px;background:#fafcff}.translation-language>strong{color:#203158;font-size:11px}.translation-fields label{display:grid;gap:5px}.translation-fields span{color:#52617e;font-size:10px;font-weight:800}.translation-fields input,.translation-fields textarea{padding:9px 10px;border:1px solid #d7e1ef;border-radius:7px;color:#203158;background:#fff;font:inherit;font-size:11px}.translation-fields textarea{min-height:56px;resize:vertical}.builder-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:14px}.object-library,.scene-builder{border:1px solid #dfe7f2;border-radius:12px;background:#fff;box-shadow:0 8px 28px #1831600d}.object-library{padding:15px}.object-search{width:100%}.object-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}.object-categories{display:flex;gap:5px;overflow-x:auto;margin-top:9px;padding-bottom:2px}.object-categories button{flex:none;padding:5px 7px;border:1px solid #dce4ef;border-radius:99px;color:#6d7b94;background:#fff;font-size:8.5px;font-weight:750;cursor:pointer}.object-categories button.active{color:#1765ff;border-color:#9db9ef;background:#edf4ff}.object-grid button{position:relative;display:grid;justify-items:center;gap:3px;min-height:74px;padding:8px 4px;border:1px solid #e0e7f1;border-radius:8px;color:#52617c;background:#fafcff;cursor:pointer}.object-grid button:hover{border-color:#8eb0f2;background:#f0f5ff}.object-grid button>span{font-size:23px}.object-grid button b{font-size:9.5px}.object-grid button svg{position:absolute;top:5px;right:5px;color:#1765ff}.scene-builder{padding:14px}.scene-picker{display:flex;gap:7px;margin-bottom:11px;overflow-x:auto}.scene-picker button{display:inline-flex;align-items:center;gap:6px;flex:none;min-height:32px;padding:0 10px;border:1px solid #dce4ee;border-radius:7px;color:#65738e;background:#fff;font-size:9.5px;font-weight:750;cursor:pointer}.scene-picker button.active{color:#1765ff;border-color:#86aafa;background:#edf4ff}.scene-canvas{position:relative;min-height:310px;overflow:hidden;border:1px solid #cdd9e9;border-radius:10px;background:linear-gradient(#dcecff 0 61%,#c5a984 61%)}.scene-canvas.actual-scene{background:#f4f7fc}.scene-canvas.actual-scene>.scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78}.scene-canvas .scene-media{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#111827}.scene-canvas.scene-bath{background:linear-gradient(#e7f2f3 0 61%,#bbcfd0 61%)}.scene-canvas.scene-buffet{background:linear-gradient(#fff0d9 0 61%,#b89268 61%)}.scene-canvas.scene-reception{background:linear-gradient(#eae5fb 0 61%,#bea886 61%)}.scene-room-wall{position:absolute;left:50%;top:12%;width:31%;height:42%;transform:translate(-50%);border:7px solid rgba(255,255,255,.7);background:#689ad833}.scene-floor{position:absolute;inset:61% 0 0;background:repeating-linear-gradient(90deg,transparent 0 70px,rgba(85,62,34,.08) 71px 73px)}.scene-canvas-label{position:absolute;top:10px;left:10px;display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:7px;color:#375174;background:#ffffffd1;font-size:9.5px;font-weight:800}.scene-empty{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:5px;color:#5d7191}.scene-empty strong{font-size:12px}.scene-empty span{font-size:10px}.scene-objects button{position:absolute;transform:translate(-50%,-50%);display:grid;justify-items:center;gap:1px;padding:6px 8px;border:2px solid rgba(255,255,255,.9);border-radius:9px;background:#ffffffd1;box-shadow:0 4px 12px #23314929;cursor:grab;transition:left .45s ease,top .45s ease}.scene-objects button span{font-size:27px}.scene-objects button small{color:#354866;font-size:8.5px;font-weight:750}.animation-timeline{margin-top:12px;border:1px solid #dce5ef;border-radius:9px}.timeline-head{display:flex;align-items:center;justify-content:space-between;padding:9px 11px;background:#f6f8fc}.timeline-head strong,.timeline-head span{display:block}.timeline-head strong{font-size:10.5px}.timeline-head span{color:#7d899f;font-size:9px}.timeline-head button{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border:0;border-radius:6px;color:#1765ff;background:#e7f0ff;font-size:9.5px;font-weight:800;cursor:pointer}.timeline-steps{display:flex;gap:7px;overflow-x:auto;padding:9px}.timeline-steps>div{display:grid;grid-template-columns:auto auto 125px;align-items:center;gap:5px;flex:none;padding:6px;border:1px solid #dfe6ef;border-radius:7px;background:#fff}.timeline-steps>div.active{border-color:#78a0f3;background:#edf4ff;box-shadow:0 0 0 2px #e0eaff}.timeline-steps svg{color:#9aa6ba}.timeline-steps b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;color:#fff;background:#1765ff;font-size:8.5px}.timeline-steps input{width:125px;border:0;outline:0;color:#3e4e6c;font-size:9.5px}.task-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.task-type-grid button{display:grid;justify-items:start;gap:6px;min-height:105px;padding:12px;border:2px solid #dfe6f0;border-radius:9px;color:#75829a;background:#fff;text-align:left;cursor:pointer}.task-type-grid button.active{color:#1765ff;border-color:#75a0f7;background:#f1f6ff}.task-type-grid strong{color:#203155;font-size:10.5px}.task-type-grid span{color:#77849b;font-size:9px;line-height:1.35}.exercise-fields{padding-top:17px;border-top:1px solid #e8edf5}.exercise-preview{display:grid;gap:7px;margin-top:18px;padding:15px;border:1px solid #dbe4f1;border-radius:9px;background:#f8faff}.exercise-preview>span{color:#1765ff;font-size:8.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.exercise-preview>strong{margin-bottom:5px;color:#17264b;font-size:12.5px}.exercise-preview>div{padding:9px 10px;border:1px solid #d7e0ed;border-radius:7px;color:#566581;background:#fff;font-size:10.5px}.content-editor-footer{position:sticky;bottom:12px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 14px;border:1px solid #d9e3f1;border-radius:10px;background:#fffffff0;box-shadow:0 10px 30px #18316021;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.content-editor-footer>div:first-child{display:flex;align-items:center;gap:9px}.content-editor-footer span{color:#61708d;font-size:10.5px;font-weight:750}.content-editor-footer i{display:block;overflow:hidden;width:120px;height:6px;border-radius:99px;background:#e7edf5}.content-editor-footer i b{display:block;height:100%;border-radius:inherit;background:#1765ff;transition:width .2s ease}.content-editor-footer>div:last-child{display:flex;gap:8px}.preview-scrim{position:fixed;inset:0;z-index:90;border:0;background:#08143747;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}.lesson-preview{position:fixed;z-index:91;inset:0 0 0 auto;display:grid;grid-template-rows:auto 1fr auto;width:min(485px,94vw);padding:17px;background:#f7f9fd;box-shadow:-18px 0 55px #08183a33;animation:previewSlide .24s ease both}@keyframes previewSlide{0%{transform:translate(100%)}}.lesson-preview>header{display:flex;align-items:center;justify-content:space-between;padding:0 0 14px;border-bottom:1px solid #dfe6f1}.lesson-preview>header span,.lesson-preview>header strong{display:block}.lesson-preview>header span{color:#1765ff;font-size:9.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.lesson-preview>header strong{margin-top:3px;color:#18294d;font-size:14px}.lesson-preview>header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;color:#52617d;background:#eaf0f8;cursor:pointer}.preview-device{align-self:center;overflow:hidden;max-height:calc(100vh - 145px);border:1px solid #ccd8e8;border-radius:18px;background:#fff;box-shadow:0 15px 38px #1831601f}.preview-device-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e4eaf3;color:#e0405d;font-size:11px}.preview-device-head>span{overflow:hidden;height:8px;border-radius:99px;background:#e7edf5}.preview-device-head i{display:block;height:100%;border-radius:inherit;background:#42b766}.preview-device-body{max-height:calc(100vh - 260px);overflow-y:auto;padding:17px}.preview-device-body>small{color:#6e7c96;font-size:9.5px;font-weight:750}.preview-device-body h3{margin:5px 0 4px;color:#14254a;font-size:19px}.preview-device-body>p{margin:0 0 12px;color:#60708c;font-size:10.5px;line-height:1.45}.preview-scene{position:relative;overflow:hidden;height:190px;border:1px solid #d8e1ed;border-radius:10px;background:#f5f8fc}.preview-scene>.scene{width:100%;height:100%}.preview-scene>img,.preview-scene>video{display:block;width:100%;height:100%;object-fit:contain;background:#111827}.auto-creator{display:grid;gap:16px;color:#142342}.auto-creator-head{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid #dfe7f2;border-radius:16px;background:#fff;box-shadow:0 10px 34px #1d32580f}.auto-creator-head>div>span{display:inline-flex;align-items:center;gap:5px;color:#1765ff;font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.auto-creator-head h2{margin:4px 0 2px;font-size:22px;letter-spacing:-.025em}.auto-creator-head p{margin:0;color:#71809a;font-size:11px}.auto-creator-head>em{padding:7px 10px;border-radius:99px;color:#87621d;background:#fff4d8;font-size:9px;font-style:normal;font-weight:850}.auto-creator-head>em.connected{color:#247044;background:#e5f7ea}.auto-creator-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:16px;align-items:start}.auto-prompt-card,.auto-result-card{overflow:hidden;border:1px solid #dfe7f2;border-radius:18px;background:#fff;box-shadow:0 12px 38px #1d325812}.auto-prompt-card{padding:22px}.auto-simple-fields{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px;padding-bottom:18px;border-bottom:1px solid #edf1f6}.auto-simple-fields label{display:grid;gap:7px;color:#3c4c68;font-size:10.5px;font-weight:800}.auto-simple-fields label small{color:#96a1b4;font-size:9px;font-weight:650}.auto-simple-fields input,.auto-simple-fields select{width:100%;height:42px;padding:0 12px;border:1px solid #d6dfeb;border-radius:10px;outline:0;color:#213252;background:#fafcff;font:inherit;font-size:11.5px}.auto-simple-fields input:focus,.auto-simple-fields select:focus,.auto-main-input:focus{border-color:#75a0f6;box-shadow:0 0 0 4px #e9f0ff}.auto-prompt-title{display:flex;align-items:center;gap:11px;margin:22px 0 12px}.auto-prompt-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#1765ff,#7654db);box-shadow:0 7px 18px #345cd638}.auto-prompt-title h3,.auto-prompt-title p{margin:0}.auto-prompt-title h3{font-size:15px}.auto-prompt-title p{margin-top:2px;color:#74819a;font-size:10.5px}.auto-conversation{display:grid;gap:7px;max-height:145px;overflow-y:auto;margin-bottom:10px}.auto-conversation>div{max-width:88%;padding:9px 11px;border-radius:10px;background:#f1f5fa}.auto-conversation>div.user{justify-self:end;color:#fff;background:#1765ff}.auto-conversation b{display:block;margin-bottom:3px;font-size:8px;text-transform:uppercase;opacity:.72}.auto-conversation p{margin:0;font-size:10.5px;line-height:1.42}.auto-thinking p{display:flex;align-items:center;gap:4px}.auto-thinking i{width:5px;height:5px;border-radius:50%;background:#5e7194;animation:thinkingPulse 1s infinite}.auto-thinking i:nth-child(2){animation-delay:.12s}.auto-thinking i:nth-child(3){animation-delay:.24s}.auto-main-input{box-sizing:border-box;width:100%;min-height:150px;padding:16px;border:1px solid #cad7e8;border-radius:13px;outline:0;color:#1e3155;background:#fbfcff;font:inherit;font-size:13px;line-height:1.55;resize:vertical}.auto-main-input::placeholder{color:#98a4b7}.auto-prompt-actions{display:flex;align-items:center;gap:9px;margin-top:11px}.auto-prompt-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 14px;border-radius:10px;font-size:10.5px;font-weight:850;cursor:pointer}.auto-upload{border:1px solid #d5dfec;color:#53647f;background:#fff}.auto-generate{flex:1;border:0;color:#fff;background:linear-gradient(135deg,#1765ff,#6d4ed4);box-shadow:0 7px 18px #2f59d433}.auto-generate:disabled{opacity:.48;box-shadow:none;cursor:default}.auto-attachments{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.auto-attachments>span{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;color:#4f607e;background:#edf3fd;font-size:9px}.auto-attachments button{display:grid;place-items:center;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.auto-examples{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:14px;color:#8a96aa;font-size:9px}.auto-examples button{padding:5px 8px;border:1px solid #dfe6f0;border-radius:99px;color:#536581;background:#fafcff;font-size:9px;cursor:pointer}.auto-manual-link{display:block;margin:18px auto 0;border:0;color:#8290a7;background:transparent;font-size:9.5px;text-decoration:underline;cursor:pointer}.auto-result-card{position:sticky;top:14px;min-height:568px;padding:20px;background:linear-gradient(160deg,#f7faff,#fff 54%)}.auto-empty-result{display:grid;justify-items:center;align-content:center;min-height:525px;padding:35px;text-align:center}.auto-orbit{display:grid;place-items:center;width:76px;height:76px;margin-bottom:18px;border-radius:24px;color:#1765ff;background:#eaf1ff;box-shadow:0 0 0 10px #f3f6fd}.auto-empty-result strong{font-size:15px}.auto-empty-result p{max-width:270px;margin:7px 0 16px;color:#78869e;font-size:11px;line-height:1.5}.auto-empty-result small{padding:6px 9px;border-radius:99px;color:#486487;background:#eaf1fb;font-size:9px;font-weight:800}.auto-result-head{display:flex;align-items:center;justify-content:space-between}.auto-result-head>span{display:inline-flex;align-items:center;gap:5px;color:#267447;font-size:9px;font-weight:850;text-transform:uppercase}.auto-result-head button{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #d7e1ee;border-radius:8px;color:#3f587d;background:#fff;font-size:9px;font-weight:750;cursor:pointer}.auto-result-card>h3{margin:16px 0 5px;font-size:18px}.auto-result-card>p{margin:0 0 13px;color:#667691;font-size:10.5px;line-height:1.45}.auto-scene-stage{position:relative;display:grid;place-items:center;height:255px;overflow:hidden;border:1px solid #dce5f0;border-radius:14px;background:radial-gradient(circle at 50% 38%,#fff 0,#f0f5fc 63%,#e4ebf5)}.auto-scene-stage>.scene{width:100%;height:100%}.auto-scene-stage img,.auto-scene-stage video{width:100%;height:100%;object-fit:contain;animation:assetArrive .5s cubic-bezier(.2,.8,.2,1)}.auto-scene-stage>span{position:absolute;left:10px;bottom:10px;padding:5px 8px;border-radius:7px;color:#304564;background:#ffffffe6;font-size:8.5px;font-weight:800}.auto-scene-fallback{color:#8ba0c0}@keyframes assetArrive{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:none}}.generated-scene-part{transition:opacity .45s,transform .55s cubic-bezier(.2,.8,.2,1),fill .45s,stroke .45s;transform-box:fill-box;transform-origin:center}.generated-scene-part.motion-open{animation:generatedSceneOpen .55s cubic-bezier(.2,.8,.2,1)}.generated-scene-part.motion-close{animation:generatedSceneClose .55s cubic-bezier(.2,.8,.2,1)}.generated-scene-part.motion-remove{animation:generatedSceneRemove .55s ease}.generated-scene-part.motion-insert{animation:generatedSceneInsert .55s ease}.generated-scene-part.motion-wipe{animation:generatedSceneWipe .7s ease}.generated-scene-part.motion-check{animation:generatedSceneCheck .55s ease}@keyframes generatedSceneOpen{0%{transform:scale(.92) translateY(8px);opacity:.45}to{transform:scale(1) translateY(0);opacity:1}}@keyframes generatedSceneClose{0%{transform:scale(1.04);opacity:.75}to{transform:scale(1);opacity:1}}@keyframes generatedSceneRemove{0%{transform:translate(0);opacity:1}45%{transform:translate(16px);opacity:.72}to{transform:translate(0);opacity:1}}@keyframes generatedSceneInsert{0%{transform:translateY(-14px);opacity:.2}to{transform:translateY(0);opacity:1}}@keyframes generatedSceneWipe{0%{transform:translate(-10px);opacity:.55}50%{transform:translate(12px);opacity:1}to{transform:translate(0);opacity:1}}@keyframes generatedSceneCheck{0%{transform:scale(.75);opacity:.3}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}.auto-storyboard{display:grid;gap:6px;margin-top:11px}.auto-storyboard button{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;min-height:33px;padding:4px 8px;border:1px solid transparent;border-radius:8px;color:#60708b;background:#f5f7fb;text-align:left;cursor:pointer}.auto-storyboard button.active{color:#174baf;border-color:#b9cdf5;background:#ebf2ff}.auto-storyboard b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:#9aa9bf;font-size:8.5px}.auto-storyboard button.active b{background:#1765ff}.auto-storyboard span{overflow:hidden;font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.auto-result-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.auto-result-meta span{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:7px;color:#596b87;background:#f0f4f9;font-size:8.5px;font-weight:750}.auto-publish{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:43px;margin-top:13px;border:0;border-radius:10px;color:#fff;background:#28a653;font-size:10.5px;font-weight:850;cursor:pointer;box-shadow:0 7px 17px #28a65333}@media(max-width:980px){.auto-creator-grid{grid-template-columns:1fr}.auto-result-card{position:static}.auto-creator-head{grid-template-columns:1fr auto}.auto-creator-head>div{grid-column:1 / -1;grid-row:2}}@media(max-width:620px){.auto-simple-fields{grid-template-columns:1fr}.auto-prompt-actions{align-items:stretch;flex-direction:column}.auto-prompt-actions button{width:100%}.auto-result-card{min-height:0}.auto-creator-head{padding:15px}}.preview-scene>span{position:absolute;transform:translate(-50%,-50%);display:grid;place-items:center;width:39px;height:39px;border:2px solid #fff;border-radius:9px;background:#ffffffe0;box-shadow:0 4px 10px #192a4826;font-size:22px}.preview-task-label{width:fit-content;margin-top:13px;padding:4px 7px;border-radius:99px;color:#1765ff;background:#eaf2ff;font-size:8.5px;font-weight:850;text-transform:uppercase}.preview-device-body h4{margin:7px 0 10px;color:#17264b;font-size:13px}.preview-device-body>button{display:flex;align-items:center;gap:7px;width:100%;margin-top:7px;padding:10px 11px;border:2px solid #dbe3ee;border-bottom-width:4px;border-radius:8px;color:#405170;background:#fff;font-size:10.5px;text-align:left}.preview-device-body>button b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:#1765ff;font-size:9px}.preview-device>footer{padding:11px 14px;border-top:1px solid #e1e8f1}.preview-device>footer button{width:100%;padding:11px;border:0;border-radius:8px;color:#fff;background:#42b766;font-size:11px;font-weight:850}.preview-hint{display:flex;align-items:center;justify-content:center;gap:7px;padding-top:12px;color:#667590;font-size:10.5px}@media(max-width:1050px){.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-overview-grid{grid-template-columns:1fr}}@media(max-width:760px){.admin-page{padding:20px 14px 40px}.admin-hero{align-items:stretch;flex-direction:column}.admin-hero-actions{flex-wrap:wrap}.admin-tabs{width:100%;overflow-x:auto}.admin-tabs button{flex:1 0 auto}.admin-metrics,.admin-activity-list{grid-template-columns:1fr}.admin-activity-list>div:nth-child(odd){border-right:0}.admin-bar-row{grid-template-columns:110px minmax(80px,1fr) 34px}.admin-table-toolbar{align-items:stretch;flex-direction:column}.admin-table-toolbar label{width:100%}.admin-course-list article{grid-template-columns:auto 1fr auto}.admin-course-completion,.admin-course-list article>.admin-status,.admin-course-list article>time{display:none}.content-list-head{display:none}.content-list article{grid-template-columns:1fr auto;padding-left:65px}.content-role,.content-kind{display:none}.content-toggle{grid-column:1}.content-edit{grid-column:2;grid-row:1 / 3}.content-filters{align-items:stretch;flex-direction:column}.content-filters>label{width:100%}.content-legend{margin-left:0}.content-editor-head{grid-template-columns:1fr auto}.content-editor-head>div:nth-child(2){grid-column:1 / -1;grid-row:2}.content-editor-tabs{grid-template-columns:1fr 1fr}.content-form-grid,.translation-choice,.translation-fields,.builder-layout{grid-template-columns:1fr}.task-type-grid{grid-template-columns:1fr 1fr}.ai-builder-input{grid-template-columns:1fr}.ai-builder-input button{min-height:40px}.creation-mode-switch{grid-template-columns:1fr}.ai-chat-help small{display:none}.content-editor-footer{bottom:6px}.content-editor-footer>div:first-child{display:none}.content-editor-footer>div:last-child{width:100%;justify-content:flex-end}}.dashboard{display:grid;gap:16px;min-width:0}.hero{position:relative;display:grid;grid-template-columns:45% 55%;min-height:262px;overflow:hidden;border-radius:var(--radius);background:linear-gradient(90deg,#eef5ff,#f5f9ff 45%,#f5f9ff00 62%),#eef4ff;box-shadow:0 1px #142d5a0d}.hero-copy{z-index:1;padding:27px 0 22px 28px}.hero h1{margin:0;color:#09133d;font-size:34px;line-height:1.08;letter-spacing:0}.hero h1 span{color:#2369f6}.hero p{width:330px;margin:18px 0 28px;color:#24375f;font-size:15px;line-height:1.48}.hero-actions{display:flex;gap:16px}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 20px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:800;cursor:pointer;text-decoration:none}.primary-btn{color:#fff;background:#236af5;box-shadow:0 8px 18px #236af53d}.secondary-btn{color:#101b42;border-color:#d9e2f0;background:#ffffffe6}.hero-media{position:relative;min-width:0}.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-media:before{position:absolute;inset:0 auto 0 0;z-index:1;width:42%;background:linear-gradient(90deg,#f4f8ff,#f4f8ffdb 28%,#f4f8ff00);content:""}.summary-grid{display:grid;grid-template-columns:minmax(360px,1fr) repeat(3,134px);gap:8px}.progress-card,.metric,.module-card,.quick-card,.chat-card,.language-card{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffeb;box-shadow:0 1px 1px #142d5a08}.progress-card{padding:13px 16px 14px}.card-title{margin-bottom:12px;font-size:15px;font-weight:850}.progress-row{display:flex;align-items:center;gap:22px}.progress-track,.module-progress div{overflow:hidden;height:8px;border-radius:999px;background:#e6ebf3}.progress-track{flex:1}.progress-track span,.module-progress span{display:block;height:100%;border-radius:inherit;background:var(--green)}.progress-row strong{color:#21325a;font-size:13px}.progress-card p{margin:11px 0 0;color:#2a3b62;font-size:12px}.metric{display:grid;justify-items:center;align-content:center;min-height:95px;gap:5px}.metric.orange svg{color:#ff7a1a;fill:#ff7a1a}.metric.gold svg{color:#ffb819;fill:#ffb819}.metric strong{font-size:22px;line-height:1}.metric span{color:#23345b;font-size:12px}.modules-section,.quick-section{padding-top:8px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}h2{margin:0;color:#08133d;font-size:23px;line-height:1.2;letter-spacing:0}.section-heading a{display:flex;align-items:center;gap:8px;color:#005cff;text-decoration:none;font-size:12px;font-weight:600}.module-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.module-card{display:flex;flex-direction:column;min-height:203px;padding:10px 11px 12px;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.module-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #142d5a1a}.module-card:focus-visible,.quick-card:focus-visible,.section-link:focus-visible{outline:2px solid #005cff;outline-offset:2px}.module-card.current{border-color:#2468f2;box-shadow:0 0 0 1px #2468f2 inset,0 6px 18px #2468f224}.module-image.tile{display:grid;place-items:center;color:#0f9b8e;background:linear-gradient(135deg,#d7f0ec,#e4eefc)}.module-tag{position:absolute;left:6px;bottom:6px;display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:999px;color:#fff;font-size:10px;font-weight:600}.module-next{display:block;margin-top:7px;color:#5a6c92;font-size:11px;line-height:1.3}.module-card .module-progress{margin-top:auto;padding-top:10px}.section-link{display:flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:#005cff;font-size:12px;font-weight:600;cursor:pointer}.module-image{position:relative;height:75px;overflow:hidden;border-radius:8px;background:#d7e3f8}.module-image img{width:100%;height:100%;object-fit:cover;display:block}.state{position:absolute;top:5px;right:6px;display:grid;place-items:center;width:30px;height:30px;border:3px solid #fff;border-radius:50%}.state.done{color:#fff;background:#42c569}.state.play{color:#2468f2;background:#fff}.state.locked{color:#fff;background:#242f48ad}.module-card h3{min-height:34px;margin:9px 0 4px;font-size:13px;line-height:1.25}.module-card p{min-height:38px;margin:0;color:#35466c;font-size:12px;line-height:1.33}.module-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;margin-top:12px}.module-progress div{height:8px}.module-progress strong{color:#334976;font-size:11px;font-weight:700}.quick-section h2{margin-bottom:12px}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-card{display:flex;align-items:center;gap:16px;width:100%;min-height:86px;padding:13px 14px;color:inherit;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.quick-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #142d5a1a}.quick-icon{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:50%;color:#1765ff;background:#edf4ff}.quick-card strong{display:block;margin-bottom:6px;font-size:12px}.quick-card span{display:block;color:#43557b;font-size:11px;line-height:1.35}.encouragement{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:102px;padding:16px 18px;border-radius:var(--radius);background:linear-gradient(90deg,#eaf6ff,#f2f8ff 62%,#f7fbff)}.plant{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;color:#37ad61;background:linear-gradient(135deg,#d2ecff,#dcf5df)}.encouragement h3{margin:0 0 8px;font-size:15px}.encouragement p{margin:0;color:#31507e;font-size:13px}.progress-dashboard{display:grid;gap:14px}.progress-board,.progress-panel{border:1px solid #d9e4f4;border-radius:8px;background:#fffffff0;box-shadow:0 18px 52px #1c386c14}.progress-board{padding:18px}.progress-board-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.progress-tabs,.progress-range{display:flex;align-items:center;gap:5px}.progress-tabs button,.progress-range button{border:0;border-radius:8px;padding:7px 11px;color:#697998;background:transparent;font-size:14px;font-weight:800;cursor:pointer}.progress-tabs button.active,.progress-range button.active{color:#07133f;background:#edf4ff;box-shadow:inset 0 0 0 1px #dbe6f8}.progress-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.progress-stat{min-height:76px;padding:12px;border:1px solid #dfe8f6;border-radius:8px;background:#f6f9ff}.progress-stat span{display:block;margin-bottom:9px;color:#74829f;font-size:13px;font-weight:750}.progress-stat strong{display:block;color:#08143d;font-size:22px;line-height:1;letter-spacing:0}.activity-heatmap{display:grid;grid-auto-flow:column;grid-auto-columns:18px;grid-template-rows:repeat(7,18px);justify-content:start;overflow:hidden;gap:5px;margin:10px 0 16px}.heat-cell{display:block;width:18px;height:18px;min-width:0;border-radius:4px;background:#e7edf7}.heat-cell.level-1{background:#bcd5ff}.heat-cell.level-2{background:#83adf4}.heat-cell.level-3{background:#4f85e8}.heat-cell.level-4{background:#2468f2}.progress-board-note{margin:0;color:#5a6b8b;font-size:13px;font-weight:720}.progress-analytics-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:14px}.progress-panel{min-height:245px;padding:18px}.panel-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-heading-row span{display:block;margin-bottom:5px;color:#6a7896;font-size:12px;font-weight:850;text-transform:uppercase}.panel-heading-row h2{margin:0;color:#08143d;font-size:38px;line-height:1;letter-spacing:0}.panel-heading-row.compact h2{font-size:20px}.panel-heading-row svg{color:#2468f2}.large-progress-track,.area-track{overflow:hidden;border-radius:999px;background:#e8eef8}.large-progress-track{height:12px;margin-bottom:18px}.large-progress-track span,.area-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2468f2,#42b766)}.area-bars{display:grid;gap:12px}.area-progress{display:grid;grid-template-columns:138px minmax(0,1fr) 48px;align-items:center;gap:12px}.area-progress strong,.area-progress span{display:block}.area-progress strong{margin-bottom:3px;font-size:14px}.area-progress span{color:#61708f;font-size:12px;font-weight:720}.area-progress b{color:#173a80;font-size:13px;text-align:right}.area-track{height:9px}.weekly-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;height:132px;padding-top:8px}.week-column{display:grid;grid-template-rows:1fr auto;align-items:end;gap:8px;min-width:0}.week-stack{display:flex;flex-direction:column-reverse;justify-content:flex-start;overflow:hidden;width:100%;min-height:18px;border-radius:8px 8px 4px 4px;background:#edf2fb}.week-learning{display:block;min-height:0;background:#2468f2}.week-language{display:block;min-height:0;background:#42b766}.week-column small{color:#657493;font-size:11px;font-weight:800;text-align:center}.chart-legend{display:flex;gap:16px;margin-top:14px;color:#536382;font-size:12px;font-weight:760}.chart-legend span{display:inline-flex;align-items:center;gap:7px}.chart-legend i{display:block;width:9px;height:9px;border-radius:50%}.legend-learning{background:#2468f2}.legend-language{background:#42b766}.rightbar{display:grid;gap:16px;align-content:start}.chat-card{padding:16px 10px 14px 12px}.chat-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.bot-avatar,.mini-bot{display:grid;place-items:center;color:#1765ff;border-radius:50%;background:#d8e8ff}.bot-avatar{width:43px;height:43px}.mini-bot{width:35px;height:35px;margin-top:4px}.chat-header h2{font-size:17px}.chat-header span{display:flex;align-items:center;gap:7px;color:#263b68;font-size:12px}.chat-header i{width:8px;height:8px;border-radius:50%;background:#33be5c}.chat-intro{margin:13px 0 11px;color:#334771;font-size:13px;line-height:1.42}.conversation{display:grid;gap:14px;max-height:360px;overflow:auto;padding:2px 4px 10px 0;scrollbar-width:thin}.message{position:relative;width:fit-content;max-width:100%;overflow-wrap:anywhere;word-break:normal;border-radius:8px;color:#07143e;font-size:13px;line-height:1.45}.message p{margin:0 0 12px}.message p:last-child{margin-bottom:0}.message time{display:block;margin-top:8px;color:#8a97b2;font-size:10px;line-height:1;text-align:right}.outgoing{justify-self:end;width:fit-content;max-width:min(420px,70%);padding:13px 15px 11px;background:#dce6ff}.answer-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;justify-content:start;max-width:min(720px,100%);gap:10px;margin-top:5px}.incoming{justify-self:start;width:fit-content;max-width:min(620px,72vw);padding:13px 15px 11px;background:#f2f5fa}.thinking-message{display:inline-flex;align-items:center;gap:5px;width:fit-content;min-height:40px;padding-right:16px;color:#415477}.thinking-message span{font-size:12px;font-weight:800}.thinking-message i{display:block;width:5px;height:5px;border-radius:50%;background:#7890b8;animation:thinkingPulse 1s infinite ease-in-out}.thinking-message i:nth-child(3){animation-delay:.12s}.thinking-message i:nth-child(4){animation-delay:.24s}@keyframes thinkingPulse{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.answer-steps{display:grid;gap:6px;margin:0 0 12px;padding-left:18px;color:#1c2e57;font-size:12px}.answer-steps li::marker{color:#1765ff;font-weight:800}.answer-image{display:block;width:100%;aspect-ratio:16 / 8;object-fit:cover;margin:2px 0 12px;border:1px solid #d9e3f0;border-radius:8px;background:#e6edf7}.chat-learning-card{display:grid;gap:10px;margin:4px 0 12px;padding:12px;border:1px solid #d9e3f0;border-radius:8px;background:#fff}.chat-learning-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-learning-header span,.chat-learning-caption span{color:#6b7895;font-size:10px;font-weight:800;text-transform:uppercase}.chat-learning-header strong{color:#08133d;font-size:14px}.chat-learning-stage{overflow:hidden;border:1px solid #e2e9f5;border-radius:8px;background:linear-gradient(180deg,#f8fbff,#eef4ff)}.chat-learning-stage .scene{display:block;width:100%;height:auto}.chat-learning-caption{display:grid;gap:3px}.chat-learning-caption strong{color:#15264d;font-size:13px}.chat-learning-dots{display:flex;gap:6px}.chat-learning-dots button{width:28px;height:5px;border:0;border-radius:999px;background:#d5dfef;cursor:pointer}.chat-learning-dots button.active{background:#1765ff}.prompt-list{display:flex;flex-wrap:wrap;gap:7px;margin:34px 10px 16px}.fullpage-prompt-list{margin:10px 0 12px}.prompt-list button{min-height:34px;padding:0 14px;border:1px solid #dce5f4;border-radius:8px;color:#0d3584;background:#f5f9ff;font-size:12px;cursor:pointer}.prompt-list button:hover{border-color:#b9cdf4;background:#edf4ff}.prompt-list button:disabled,.chat-input button:disabled{cursor:not-allowed;opacity:.62}.chat-input{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:44px;padding:0 8px 0 13px;border:1px solid #d7e1f1;border-radius:8px;background:#fff}.chat-input input{min-width:0;border:0;outline:0;color:#52617e;background:transparent}.chat-input svg{color:#536789}.chat-input button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;color:#fff;background:#1765ff;cursor:pointer}.chat-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:9px;color:#73819d;text-align:center;font-size:10px}.chat-footer button{display:inline-flex;align-items:center;gap:5px;border:0;color:#1765ff;background:transparent;font-size:10px;font-weight:800;cursor:pointer}.language-card{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px 14px 15px;background:linear-gradient(135deg,#ecfff1,#ddf5e5)}.translate-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;color:#2caf58;background:#c9f0d3}.language-copy h3{margin:0 0 5px;font-size:14px}.language-copy p{margin:0 0 12px;color:#213a65;font-size:11px;line-height:1.35}.language-copy .secondary-btn{min-height:37px;padding:0 14px;font-size:12px}@media(max-width:1100px){body{min-width:0}.app-shell{grid-template-columns:78px minmax(0,1fr)}.brand div:last-child,.nav-item span,.company div:last-child{display:none}.brand{padding-inline:0;justify-content:center}.nav-item,.company{justify-content:center;padding:0}.content-grid{grid-template-columns:1fr;padding:16px}.tab-grid{max-width:none;padding-right:16px}.rightbar{grid-template-columns:minmax(0,1fr)}.quickhelp-wide{display:block}.quickhelp-tab-grid{height:auto}.quickhelp-workspace{grid-template-columns:1fr;height:auto}.chat-history-panel{min-height:180px}.chat-page-panel{min-height:560px}.progress-analytics-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;overflow-x:auto;padding:10px}.brand,.company,.nav-divider{display:none}.nav-list{display:flex}.nav-item{width:44px;flex:0 0 auto}.topbar{height:auto;flex-direction:column;align-items:stretch;gap:10px;padding:12px}.search{width:100%}.top-actions{justify-content:space-between}.content-grid{padding:12px}.quickhelp-tab-grid{padding-right:12px}.chat-history-panel,.chat-page-panel{padding:12px}.history-list{max-height:220px}.fullpage-conversation .incoming,.fullpage-conversation .outgoing{max-width:100%}.hero{grid-template-columns:1fr}.hero-copy{padding:24px}.hero-media{min-height:190px}.summary-grid,.module-grid,.quick-grid,.language-card,.team-grid{grid-template-columns:1fr}.progress-board-top,.chart-legend{align-items:flex-start;flex-direction:column}.progress-stat-grid{grid-template-columns:1fr 1fr}.area-progress{grid-template-columns:1fr;gap:8px}.area-progress b{text-align:left}.weekly-chart{gap:6px}.encouragement{grid-template-columns:1fr}.conversation{max-height:none}}.composer{display:grid;gap:8px}.attachment-chip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid #d7e1f1;border-radius:8px;background:#f5f9ff}.attachment-chip img{width:42px;height:42px;object-fit:cover;border-radius:6px;background:#e6edf7}.attachment-chip div{display:grid;gap:2px;min-width:0}.attachment-chip strong{overflow:hidden;color:#08133d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.attachment-chip span{color:#50607f;font-size:11px}.attachment-chip button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:6px;color:#536789;background:#e7eefc;cursor:pointer}.attachment-error{margin:0;color:#b42318;font-size:11px}.chat-input .attach-btn{width:34px;height:34px;color:#536789;background:transparent}.chat-input .attach-btn:hover:not(:disabled){background:#eef3fd}.message-image{display:block;width:100%;max-height:220px;object-fit:cover;margin-bottom:8px;border-radius:6px;background:#e6edf7}.message-muted{color:#50607f;font-style:italic}.settings-grid{max-width:780px}.settings-page{gap:14px}.settings-card{padding:18px;border:1px solid #dce5f1;border-radius:14px;background:#fff;box-shadow:0 8px 26px #1831600d}.settings-card-head{display:flex;align-items:center;gap:11px;margin-bottom:16px}.settings-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:#1765ff;background:#edf4ff}.settings-card h2,.settings-card p{margin:0}.settings-card h2{color:#17284b;font-size:14px}.settings-card p{margin-top:3px;color:#71809a;font-size:10.5px}.theme-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-choice button{position:relative;display:grid;justify-items:start;gap:4px;min-height:94px;padding:13px;border:1px solid #dae3ef;border-radius:11px;color:#65748d;background:#fbfcfe;text-align:left;cursor:pointer}.theme-choice button svg{color:#7183a1}.theme-choice button strong{color:#243757;font-size:11.5px}.theme-choice button span{font-size:9.5px}.theme-choice button.active{border-color:#76a0f2;background:#edf4ff}.theme-choice button.active svg,.theme-choice button.active strong{color:#1765ff}.theme-choice button i{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:#fff;background:#1765ff}.settings-select{display:grid;gap:7px;color:#435571;font-size:10.5px;font-weight:800}.settings-select select{width:100%;height:42px;padding:0 11px;border:1px solid #d7e1ee;border-radius:9px;outline:0;color:#263956;background:#fbfcfe;font:inherit;font-size:11.5px}.settings-select select:focus{border-color:#75a0f6;box-shadow:0 0 0 3px #e9f0ff}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-switch{display:inline-flex;align-items:center;gap:7px;padding:4px 8px 4px 5px;border:0;border-radius:99px;color:#71809a;background:#eef2f7;font-size:10px;font-weight:800;cursor:pointer}.settings-switch i{width:25px;height:25px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #152a4f2e;transition:transform .2s ease}.settings-switch.on{color:#1765ff;background:#dce9ff}.settings-switch.on i{transform:translate(18px);background:#1765ff}html[data-theme=dark]{color-scheme:dark;--text: #e7edf9;--muted: #9daec8;--soft: #1d2a40;--line: #31425d;--panel: #162238;--blue-dark: #eef4ff;background:#0e1625}html[data-theme=dark] .app-shell{background:radial-gradient(circle at 44% 0%,rgba(63,108,205,.18),transparent 33%),linear-gradient(180deg,#111b2d,#0e1625)}html[data-theme=dark] .sidebar,html[data-theme=dark] .topbar{border-color:#273751;background:#121d30e0}html[data-theme=dark] .language,html[data-theme=dark] .profile{color:#e7eefb}html[data-theme=dark] .top-language-menu,html[data-theme=dark] .profile-modal{border-color:#2f405c;color:#e8effc;background:#162238}html[data-theme=dark] .top-language-menu button{color:#b3c0d5}html[data-theme=dark] .top-language-menu button:hover,html[data-theme=dark] .top-language-menu button.active{color:#9ec0ff;background:#1c3155}html[data-theme=dark] .profile-modal>header{border-color:#2b3c57;color:#aebcd1}html[data-theme=dark] .profile-modal>header button{color:#c3cde0;background:#23334d}html[data-theme=dark] .profile-modal-person p,html[data-theme=dark] .profile-modal dt{color:#aab8ce}html[data-theme=dark] .profile-modal dl>div{border-color:#2b3c57}html[data-theme=dark] .profile-modal dd{color:#edf3ff}html[data-theme=dark] .profile-modal footer{color:#efd48e;background:#382d17}html[data-theme=dark] .search{border-color:#2e405d;background:#162238}html[data-theme=dark] .search input{color:#e7eefb}html[data-theme=dark] .global-search-results{border-color:#2e405d;background:#162238;box-shadow:0 18px 42px #00000059}html[data-theme=dark] .global-search-results>button{border-color:#263752;background:#162238}html[data-theme=dark] .global-search-results>button:hover{background:#1c3155}html[data-theme=dark] .global-search-results strong{color:#edf3ff}html[data-theme=dark] .search-no-result{color:#a5b5ce}html[data-theme=dark] .brand strong,html[data-theme=dark] .company strong,html[data-theme=dark] .nav-item,html[data-theme=dark] .nav-item svg,html[data-theme=dark] .tab-heading h1{color:#e8effc}html[data-theme=dark] .nav-item.active{color:#8db4ff;background:#1c3155}html[data-theme=dark] .nav-item.active svg{color:#8db4ff;fill:#8db4ff}html[data-theme=dark] .settings-card{border-color:#2c3e5a;background:#162238;box-shadow:none}html[data-theme=dark] .settings-card h2,html[data-theme=dark] .theme-choice button strong{color:#ebf2ff}html[data-theme=dark] .settings-card p,html[data-theme=dark] .settings-select{color:#a7b7cf}html[data-theme=dark] .settings-icon,html[data-theme=dark] .theme-choice button.active{background:#1c3155}html[data-theme=dark] .theme-choice button{border-color:#2e405c;color:#9eafc8;background:#1a2941}html[data-theme=dark] .theme-choice button.active{border-color:#4b7ed8}html[data-theme=dark] .settings-select select{border-color:#2e405c;color:#e7eefb;background:#1a2941}html.reduced-motion *,html.reduced-motion *:before,html.reduced-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}@media(max-width:620px){.theme-choice{grid-template-columns:1fr}.settings-row{align-items:flex-start;flex-direction:column}}
