:root{color:#17201b;background:#eef1ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#eef1ef}button,input{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef1ef,#dce8df 52%,#f4e7cf)}.auth-panel{width:min(100%,420px);background:#fff;border:1px solid #d9dfdc;border-radius:8px;padding:28px;box-shadow:0 24px 70px #17201b1f}.auth-heading,.brand{display:flex;align-items:center;gap:12px}.auth-heading h1{margin:0;font-size:1.55rem}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#0e5f47;color:#fff;font-weight:800}.form-grid{display:grid;gap:16px;margin-top:24px}label{display:grid;gap:8px;color:#4b5750;font-weight:700}input{width:100%;border:1px solid #cfd8d3;border-radius:8px;padding:12px 14px;background:#fff;color:#17201b}input:focus{border-color:#0e5f47;outline:3px solid rgba(14,95,71,.16)}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{min-height:100vh;padding:20px;background:#17201b;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand span{display:block;color:#b8c8c0;margin-top:3px;font-size:.9rem}.nav-list{display:grid;gap:8px;margin-top:28px}.nav-list button,.ghost-button,.primary-button,.danger-button,.link-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:10px 14px;font-weight:800;white-space:nowrap}.nav-list button{justify-content:flex-start;background:transparent;color:#dfe9e4}.nav-list button.active,.nav-list button:hover{background:#26352d}.primary-button{background:#0e5f47;color:#fff}.primary-button:hover{background:#0b4f3b}.danger-button{background:#a7352d;color:#fff}.ghost-button{background:#e6ece8;color:#17201b}.sidebar .ghost-button{background:#26352d;color:#fff}.link-button{width:100%;margin-top:14px;background:transparent;color:#0e5f47}.main-view{padding:30px;overflow:auto}.view-stack{display:grid;gap:22px;max-width:1060px}.view-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.view-header h1{margin:0;font-size:2rem}.eyebrow{margin:0 0 6px;color:#66736c;font-weight:900;text-transform:uppercase;font-size:.78rem}.panel{background:#fff;border:1px solid #d9dfdc;border-radius:8px;padding:22px}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric{min-height:128px;display:grid;align-content:space-between}.metric span,.muted{color:#657269}.metric strong{font-size:2rem}.lesson-panel,.practice-panel,.result-panel{display:grid;gap:16px}.lesson-panel h2,.result-panel h2{margin:0;font-size:1.25rem}.target-text{margin:0;color:#17201b;font-size:1.55rem;font-weight:850;line-height:1.55}.word-feedback{display:flex;flex-wrap:wrap;gap:8px}.word{display:inline-flex;align-items:center;min-height:34px;padding:3px 8px;border-radius:7px;border:1px solid transparent}.word-good{color:#0b5d37;background:#e5f4ec;font-weight:900}.word-ok{color:#6f5200;background:#fff3c9;border-color:#ead37a}.word-weak{color:#a1221a;background:#ffe7e4;border-color:#efb7b1;text-decoration:underline;transform:rotate(-1.5deg)}.action-row,.recorder,.chat-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.result-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.debug-card{display:grid;align-content:start;gap:12px;min-height:210px}.debug-card-head,.debug-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.debug-title{justify-content:flex-start}.debug-title h2,.debug-card h2{margin:0;font-size:1.05rem}.debug-good{border-color:#b8dfc9}.debug-weak,.debug-error{border-color:#efb7b1}.debug-object{display:grid;gap:8px;margin:0}.debug-object div{display:grid;grid-template-columns:minmax(110px,.45fr) minmax(0,1fr);gap:10px;padding:7px 0;border-top:1px solid #e2e7e4}.debug-object dt{color:#657269;font-weight:800;overflow-wrap:anywhere}.debug-object dd{margin:0;overflow-wrap:anywhere}.score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.score{min-height:82px;border-radius:8px;padding:12px;display:grid;gap:6px;border:1px solid transparent}.score span{color:#526158;font-weight:800}.score strong{font-size:1.7rem}.score-good{background:#e5f4ec;border-color:#b8dfc9}.score-ok{background:#fff3c9;border-color:#ead37a}.score-weak{background:#ffe7e4;border-color:#efb7b1}.dialogue-panel{min-height:360px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:min(720px,92%);padding:12px 14px;border-radius:8px}.bubble span{display:block;color:#66736c;font-size:.8rem;font-weight:900;margin-bottom:6px}.bubble p{margin:0}.bubble.teacher{align-self:flex-start;background:#e5f4ec}.bubble.learner{align-self:flex-end;background:#eaf0ff}.chat-form{align-items:stretch}.chat-form input{flex:1 1 260px}.icon-only{width:44px;padding:10px}.weak-list,.attempt-list{display:flex;flex-wrap:wrap;gap:10px}.attempt-row{width:100%;min-height:42px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e7e4}.form-error,.inline-error{color:#a1221a;font-weight:800}.form-error{margin:0}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;position:sticky;top:0;z-index:5;gap:12px}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.main-view{padding:18px}.view-header,.result-grid{display:grid}.metric-grid,.debug-grid,.score-grid{grid-template-columns:1fr}.target-text{font-size:1.3rem}}
