.path-shell-focus.is-guided-first-lesson{position:relative;width:calc(100% - 28px);min-height:calc(100dvh - 84px);max-width:none;margin:72px auto 12px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(70px,8vh,96px) 1rem 170px;border:2px solid rgba(16,59,132,.22);border-radius:24px;background:#ffffff14;box-shadow:inset 0 1px #ffffff85;font-family:Manrope,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem}.lv-guided-lesson-tools{position:absolute;z-index:3;top:18px;left:14px}.lv-guided-lesson-tools button{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;color:#0a234f94;background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease,transform .14s ease}.lv-guided-lesson-tools button:hover,.lv-guided-lesson-tools button:focus-visible{color:var(--text);background:#ffffff9e;transform:translateY(-1px)}.path-shell-focus.is-guided-first-lesson .lf-serif{font-family:inherit;font-style:normal;font-weight:800;letter-spacing:.045em!important;text-transform:uppercase!important}.path-shell-focus.is-guided-first-lesson .path-card-title{font-size:clamp(1.45rem,2.7vw,1.82rem);font-weight:800;letter-spacing:-.025em}.path-shell-focus.is-guided-first-lesson .path-card,.path-shell-focus.is-guided-first-lesson .lf-check{font-size:1rem}.path-shell-focus.is-guided-first-lesson .path-card,.path-shell-focus.is-guided-first-lesson .lf-check,.path-shell-focus.is-guided-first-lesson .lv-watchfor{width:min(100%,720px);box-sizing:border-box}.path-shell-focus.is-guided-first-lesson .lf-check{height:620px;min-height:570px;margin:0 auto;padding:1.45rem 1.55rem 1.35rem;align-content:start;background:var(--surface);border:1px solid var(--card-border);border-radius:24px;box-shadow:0 8px #b8d9ed,0 18px 38px #3082b81f;overflow-y:auto}.path-shell-focus.is-guided-first-lesson .lv-watchfor{display:none}.path-shell-focus.is-guided-first-lesson .path-q-text{min-height:7.2rem;margin-bottom:1rem;font-size:1.08rem;font-weight:650;line-height:1.55}.path-shell-focus.is-guided-first-lesson .path-q-status-slot{min-height:5.35rem}.path-shell-focus.is-guided-first-lesson .path-q-option{min-height:3.15rem;border-width:1.5px;border-radius:14px;box-shadow:0 4px #d8e2eb;transition:transform 80ms ease,box-shadow 80ms ease,border-color .12s ease,background .12s ease}.path-shell-focus.is-guided-first-lesson .path-q-option:hover:not(:disabled){transform:translateY(1px);box-shadow:0 3px #c8d7e4}.path-shell-focus.is-guided-first-lesson .path-q-option:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px #c8d7e4}.path-shell-focus.is-guided-first-lesson .path-q-option.is-correct{box-shadow:0 4px #85caa4}.path-shell-focus.is-guided-first-lesson .path-q-option.is-wrong{box-shadow:0 4px #e5a4aa}.path-shell-focus.is-guided-first-lesson .path-q-hint,.path-shell-focus.is-guided-first-lesson .path-q-verdict{margin-top:1rem;border:1px solid transparent;border-radius:14px;padding:.75rem .9rem}.path-shell-focus.is-guided-first-lesson .path-q-verdict.is-right{border-color:#9bd6b4}.path-shell-focus.is-guided-first-lesson .path-q-verdict.is-miss{border-color:#efadb4}.path-shell-focus.is-guided-first-lesson .lf-next{margin-top:0;box-shadow:0 6px #07527b}.path-shell-focus.is-guided-first-lesson .lf-next:hover{transform:translateY(1px);box-shadow:0 5px #07527b}.path-shell-focus.is-guided-first-lesson .lf-next:active{transform:translateY(5px);box-shadow:0 1px #07527b}.lv-report-overlay{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:20px;background:#0a234f61;backdrop-filter:blur(4px)}.lv-report-modal{width:min(100%,520px);overflow:hidden;border:1px solid rgba(16,59,132,.14);border-radius:18px;color:var(--text);background:#fff;box-shadow:0 20px 50px #0a2b643d;animation:lv-report-in .18s cubic-bezier(.2,.8,.2,1) both}.lv-report-modal>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(16,59,132,.12)}.lv-report-modal h2{margin:0;font-size:1.08rem;font-weight:800}.lv-report-modal header button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer}.lv-report-modal header button:hover{background:#103b8412}.lv-report-body{display:grid;gap:14px;padding:20px}.lv-report-body>p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.lv-report-body textarea{width:100%;min-height:118px;box-sizing:border-box;resize:vertical;padding:12px 14px;border:2px solid rgba(16,59,132,.16);border-radius:12px;color:var(--text);background:#f5faffd1;font:650 .92rem/1.5 Manrope,Segoe UI,system-ui,sans-serif}.lv-report-body textarea:focus{outline:3px solid rgba(47,154,230,.2);border-color:var(--primary)}.lv-report-success{color:var(--success)!important;font-weight:800}.lv-report-actions{display:flex;justify-content:flex-end;gap:9px}@keyframes lv-report-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:720px){.path-shell-focus.is-guided-first-lesson{width:calc(100% - 16px);min-height:calc(100svh - 72px);margin:64px auto 8px;padding:64px 14px 142px;border-radius:18px}.lv-guided-lesson-tools{top:10px}.lv-guided-lesson-tools button{width:38px;height:38px}.path-shell-focus.is-guided-first-lesson .lf-check{height:auto;min-height:540px;padding:1.15rem;border-radius:20px;overflow-y:visible}.path-shell-focus.is-guided-first-lesson .path-q-text{min-height:6.5rem}}.lv-personal{width:min(680px,calc(100% - 2.5rem));margin:1.25rem auto -.25rem;color:var(--muted);font-family:inherit!important;font-style:normal!important;font-size:.98rem;line-height:1.65}.lv-worked{text-align:left}.lv-move{font-size:1.15rem;font-weight:750;letter-spacing:-.01em;line-height:1.4;margin:.1rem 0 1rem;padding-left:.85rem;border-left:3px solid var(--primary)}.lv-prompt{font-size:1.05rem;line-height:1.6;font-weight:600;margin:0 0 1rem;padding:.9rem 1.1rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:12px}.lv-diagram{display:flex;justify-content:center;margin:.25rem 0 1rem}.lv-steps{display:grid;gap:.7rem;margin:0 0 1.1rem;padding-left:1.5rem}.lv-step{line-height:1.55;animation:lf-step-in .35s ease both}.lv-step-note{display:block;font-size:.88rem;color:var(--muted-soft);margin-top:.15rem}.lv-watchfor{width:min(680px,calc(100% - 2rem));margin:1.25rem auto 0;border-left:3px solid var(--warn);background:var(--warn-soft);border-radius:0 12px 12px 0;padding:.85rem 1.1rem}.lv-watchfor-title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--warn);margin:0 0 .4rem}.lv-watchfor ul{margin:0;padding-left:1.1rem;display:grid;gap:.3rem}.lv-watchfor li{line-height:1.5;font-size:.95rem}.lv-solved{margin-bottom:.4rem}.lv-step-solved{color:var(--muted)}.lv-step-tick{margin-left:.5rem;color:var(--success);font-weight:800}.lv-guided-step{border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem 1.1rem;background:var(--surface);animation:lf-step-in .35s ease both}.lv-guided-setup{font-size:1.02rem;font-weight:600;line-height:1.55;margin:0 0 .85rem}.lv-guided-options{display:flex;flex-wrap:wrap;gap:.6rem}.lv-guided-option{border:1.5px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-weight:700;border-radius:12px;padding:.55rem 1rem;cursor:pointer;transition:border-color .15s ease,transform .12s ease,background .15s ease}.lv-guided-option:hover:not(:disabled){border-color:var(--primary);transform:translateY(-1px)}.lv-guided-option.is-missed{border-color:var(--danger);color:var(--muted-soft);background:var(--danger-soft);text-decoration:line-through;cursor:default}.lv-guided-explain{margin:.85rem 0 0;padding:.7rem .9rem;border-left:3px solid var(--danger);background:var(--danger-soft);border-radius:0 10px 10px 0;font-size:.95rem;line-height:1.55;animation:lf-step-in .3s ease both}.lv-claim{display:flex;align-items:baseline;gap:.6rem;font-weight:700;margin:0 0 1rem;padding:.7rem 1rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:12px}.lv-claim span{flex:0 0 auto;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}.lv-passage{margin:0 0 .5rem;line-height:1.9}.lv-sentence{display:inline;border:none;background:transparent;color:var(--text);font:inherit;line-height:inherit;text-align:left;padding:.1rem .15rem;margin:0;border-radius:6px;cursor:pointer;transition:background .15s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px}.lv-sentence:hover:not(:disabled):not(.is-wrong){background:var(--avatar-bg);text-decoration-color:var(--primary)}.lv-sentence.is-wrong{color:var(--muted-soft);background:var(--danger-soft);cursor:default}.lv-sentence.is-right{background:var(--success-soft);color:var(--text);font-weight:600}.lv-evidence-win{margin:.85rem 0 1.1rem;padding:.7rem .9rem;border-left:3px solid var(--success);background:var(--success-soft);border-radius:0 10px 10px 0;font-size:.95rem;line-height:1.55;animation:lf-step-in .3s ease both}.lv-graph{width:min(680px,calc(100% - 2.5rem));margin:.75rem auto 0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center}.lv-graph-group{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4rem}.lv-graph-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-soft)}.lv-graph-chip{display:inline-flex;align-items:baseline;gap:.35rem;font-size:.82rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface)}.lv-graph-chip em{font-style:normal;font-size:.75rem;color:var(--muted-soft)}.lv-graph-chip.is-held{border-color:var(--success)}.lv-graph-chip.is-held em{color:var(--success)}.lv-graph-chip.is-focus{border-color:var(--lh-focus, #e8638c)}
