:root{--navy:#152a3a;--ink:#243749;--muted:#627386;--teal:#087f8c;--teal-light:#e7f4f3;--line:#dce4ea;--canvas:#f8fafc;--load:#b46b2b;--bg:#edf1f5;--white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--line);background:white;color:var(--ink);border-radius:7px;padding:9px 13px;font-size:.875rem;font-weight:550;transition:background .15s,box-shadow .15s}button:hover{background:#edf5f6;border-color:#9ac6cc}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid #6eb5c8;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.5}button.primary{background:var(--teal);border-color:var(--teal);color:white}button.primary:hover{background:#066b76}button.ghost{border-color:transparent;background:transparent}button.danger{color:#a84737}input,select,textarea{width:100%;min-width:0;border:1px solid #cdd8e0;border-radius:6px;padding:9px 10px;color:var(--ink);background:white;font-size:.875rem}input[type=checkbox]{width:17px;height:17px;accent-color:var(--teal)}textarea{resize:vertical;min-height:80px;line-height:1.5}label{display:block;font-size:.875rem;line-height:1.4;color:#526579}label>input,label>select,label>textarea{margin-top:5px}label small{font-size:.75rem;display:block;margin:4px 0;color:var(--muted)}a{color:var(--teal)}h1,h2,h3,p{margin-top:0}h1{font-size:1.7rem;letter-spacing:-.8px;margin-bottom:7px}h2{font-size:1.2rem;letter-spacing:-.3px}h3{font-size:1rem}p{line-height:1.6}small{font-size:.8125rem}summary{cursor:pointer;font-size:.875rem;font-weight:650;padding:10px 0}details{border-top:1px solid var(--line)}.app-shell{display:grid;grid-template-columns:218px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--navy);color:#c5d1dc;display:flex;flex-direction:column;padding:30px 15px;position:sticky;top:0;height:100vh;overflow:auto}.brand{font-weight:800;letter-spacing:2px;font-size:1.05rem;color:white;display:flex;align-items:center;gap:9px;margin:0 9px 5px}.brand-mark{color:#78d5d2;font-size:1.7rem;line-height:1}.brand small{color:#78d5d2;font-size:.9rem;letter-spacing:1px}.brand-sub{font-size:.75rem;color:#90a7b9;margin:5px 9px 37px}.nav-label{text-transform:uppercase;letter-spacing:1.7px;font-size:.6875rem;color:#8ea4b6;margin:19px 12px 11px}.nav-btn{display:flex;align-items:center;gap:12px;width:100%;text-align:left;color:#c5d1dc;background:transparent;border:0;margin:3px 0;border-radius:7px;padding:12px;font-size:.875rem}.nav-btn:hover{background:#233e50;color:white}.nav-btn.active{background:#264454;color:white;box-shadow:inset 3px 0 #78d5d2}.nav-symbol{font-size:1.15rem;width:20px;text-align:center;color:#8fb5c2}.sidebar-bottom{margin-top:auto;padding:28px 10px 0;font-size:.75rem;color:#8ea4b6;line-height:1.7}.sidebar-bottom b{color:#b9cbd7;font-weight:500}.sidebar-bottom .scope{border-top:1px solid #304654;padding-top:17px}.main{min-width:0}.topbar{height:78px;background:white;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 30px;gap:15px}.breadcrumb{color:var(--muted);font-size:.875rem}.breadcrumb b{color:var(--ink);font-weight:550}.top-actions{display:flex;gap:8px}.avatar{border-radius:50%;background:#e8f0f3;color:#446073;width:32px;height:32px;display:grid;place-items:center;font-size:.75rem;margin-left:9px}.page{padding:27px 30px 40px;max-width:1800px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:21px}.eyebrow{color:var(--teal);font-size:.6875rem;font-weight:700;letter-spacing:1.8px;margin-bottom:8px}.subtitle{font-size:.875rem;color:var(--muted);margin:0;line-height:1.5}.pill{display:inline-flex;align-items:center;background:#e5eef2;border:1px solid #d6e2e9;color:#4a6274;border-radius:30px;padding:6px 10px;font-size:.75rem;gap:6px;white-space:nowrap}.pill.ok{background:var(--teal-light);color:#096c71;border-color:#c5e4e1}.modes{display:flex;padding:4px;background:#e1e8ee;border-radius:8px;gap:4px;margin-bottom:22px;width:fit-content}.modes button{border:0;background:transparent;color:var(--muted);padding:10px 16px}.modes button.active{background:white;color:var(--ink);box-shadow:0 1px 4px #18334414}.workspace{display:grid;grid-template-columns:255px minmax(380px,1fr) 280px;gap:18px;align-items:start}.panel{border:1px solid var(--line);border-radius:10px;background:white;min-width:0;overflow:hidden}.panel-header{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:17px 18px;border-bottom:1px solid var(--line)}.panel-header h2,.panel-header h3{margin:0;font-size:.9375rem}.panel-body{padding:18px}.panel-body>p:last-child{margin-bottom:0}.stack{display:grid;gap:17px;min-width:0}.section-tag{font-size:.6875rem;text-transform:uppercase;letter-spacing:1.3px;color:#7c8b9b;font-weight:700}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.field-grid.three{grid-template-columns:repeat(3,1fr)}.field-grid.single{grid-template-columns:1fr}.form-row{display:flex;align-items:center;gap:8px;margin:8px 0}.form-row label{flex:1}.field-note{font-size:.75rem;color:var(--muted);line-height:1.55}.properties{background:#f5f8fa;padding:12px;border-radius:6px;margin-top:13px;font-size:.8125rem;line-height:1.7}.element-chip{background:#e8f3f4;color:#087f8c;padding:3px 7px;border-radius:4px;font-size:.75rem}.canvas-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;flex-wrap:wrap}.canvas-tabs{display:flex;gap:3px;flex-wrap:wrap}.canvas-tabs button{border:0;padding:7px 10px;color:var(--muted);font-size:.8125rem}.canvas-tabs button.active{color:var(--teal);background:var(--teal-light)}.structure-svg{display:block;width:100%;height:auto;min-height:290px;touch-action:none;user-select:none}.structure-svg text{font-family:inherit;font-size:13px}.structure-svg .node-label{font-size:14px;font-weight:650;fill:#243749}.structure-svg .element-label{fill:#73879a;font-size:12px}.node{cursor:grab}.node:active{cursor:grabbing}.element{cursor:pointer}.canvas-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;padding:12px 17px;font-size:.75rem;color:var(--muted);line-height:1.6;flex-wrap:wrap}.legend{display:flex;align-items:center;gap:12px}.legend span{display:inline-flex;align-items:center;gap:5px}.legend i{display:inline-block;width:14px;height:3px;background:var(--load)}.legend i.teal{background:var(--teal)}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat{padding:16px;background:white;border:1px solid var(--line);border-radius:9px}.stat-label{font-size:.75rem;color:var(--muted);margin-bottom:8px}.stat-value{font-size:1.45rem;letter-spacing:-.6px;font-weight:650;white-space:nowrap}.stat-value small{font-size:.8125rem;font-weight:450;letter-spacing:0}.stat-note{font-size:.6875rem;color:#7b8a98;margin-top:6px}.callout{padding:13px 15px;border-radius:7px;background:#eff6f7;color:#365e67;border-left:3px solid #78b9c1;font-size:.875rem;line-height:1.6}.callout.warning{background:#fff5e8;border-color:#d49a4d;color:#795728}.callout.error{background:#fff0ed;border-color:#c56650;color:#964f3f}.callout p{margin:0}.callout button{margin-top:10px}.steps{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:20px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.steps button{border:0;border-radius:0;padding:12px 5px;font-size:.75rem;color:#778697}.steps button.active{color:#087f8c;background:#e9f4f4}.steps b{display:block;font-size:.75rem;margin-bottom:5px}.question{font-family:Georgia,serif;font-size:1.2rem;line-height:1.5;color:#344f60}.notebook{background:#fcfdfd}.notebook label{margin-top:14px}.micro-tag{color:var(--teal);font-size:.6875rem;font-weight:650;letter-spacing:1px;text-transform:uppercase}.notebook .panel-header{background:#f7fafb}.equation{font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;line-height:1.7;background:#f2f7f8;padding:16px;border-radius:6px;overflow-x:auto;margin:12px 0}.equation small{display:block;font-family:inherit}.btn-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.full{width:100%}.divider{height:1px;background:var(--line);margin:16px 0}.progress{height:3px;background:#dce8eb}.progress>div{height:100%;background:var(--teal);transition:width .2s}.status{font-size:.75rem;color:var(--muted);padding:9px 15px;display:flex;justify-content:space-between}.status:empty{display:none}.wide-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,1fr);gap:20px;align-items:start}.tab-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.tab-row button.active{background:var(--teal);color:white;border-color:var(--teal)}.prose{font-size:.9375rem;line-height:1.65}.prose h3{margin-top:21px}.prose li{margin:8px 0}.table-wrap{overflow:auto;max-width:100%}table{border-collapse:collapse;width:100%;font-size:.8125rem}th,td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{font-size:.75rem;color:#66798a;background:#f6f9fa;font-weight:600}td{font-variant-numeric:tabular-nums}tbody tr:hover{background:#f9fbfc}.matrix{display:flex;align-items:center;gap:15px;margin:15px 0;max-width:100%;font-family:Georgia,serif}.matrix .table-wrap{border-left:2px solid #607687;border-right:2px solid #607687;border-radius:5px}.matrix td{padding:7px;font-size:.75rem}.matrix th{padding:4px}.value-good{color:#087f8c}.value-bad{color:#ad533e}.check-card{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.check-icon{color:var(--teal);background:#eaf5f3;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.check-card h3{font-size:.875rem;margin:0 0 4px}.check-card p{font-size:.8125rem;color:var(--muted);margin:0}.check-numbers{margin-left:auto;font-size:.8125rem;text-align:right;min-width:115px}.lesson-list{display:grid;gap:10px}.lesson{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;padding:17px;gap:12px;background:white;border:1px solid var(--line);border-radius:8px}.lesson-number{font:1.3rem Georgia,serif;color:#7d99a6}.lesson h3{margin:0 0 5px;font-size:.9375rem}.lesson p{font-size:.8125rem;color:var(--muted);margin:0}.objective{display:flex;gap:10px;font-size:.875rem;margin:10px 0;line-height:1.5}.objective b{color:var(--teal)}.modal-backdrop{position:fixed;inset:0;background:#10253688;backdrop-filter:blur(3px);display:grid;place-items:center;z-index:10;padding:25px}.modal{background:white;border-radius:12px;width:min(850px,100%);max-height:90vh;overflow:auto;box-shadow:0 15px 70px #001d3644}.modal-title{padding:22px 25px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:white;z-index:1}.modal-title h2{margin:0}.modal-body{padding:24px}.hypothesis-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hypothesis{border:1px solid var(--line);border-radius:8px;padding:16px}.hypothesis h3{font-size:.9375rem;color:var(--teal);margin-bottom:9px}.hypothesis p{font-size:.875rem;margin-bottom:10px}.hypothesis small{color:var(--muted);line-height:1.6;display:block}.modal-footer{padding:18px 25px;border-top:1px solid var(--line);display:flex;gap:10px;justify-content:flex-end}.toast{position:fixed;right:25px;bottom:25px;background:#183447;color:white;border-radius:8px;padding:13px 20px;box-shadow:0 5px 25px #132b4630;max-width:400px;z-index:30;font-size:.875rem}.load-row{padding:10px;background:#f6f9fb;border-radius:6px;margin:8px 0}.load-row .field-grid{margin:8px 0}.report-preview{background:white;padding:30px;max-width:900px;margin:auto;border:1px solid var(--line);box-shadow:0 5px 20px #24394c0a}.report-preview h1{font-size:2rem}.report-preview h2{margin-top:30px}.report-preview .structure-svg{min-height:0}.report-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.75rem}.report-preview .student{border-left:3px solid var(--teal);padding:10px;white-space:pre-wrap}.report-preview .report-meta{display:flex;justify-content:space-between;font-size:.8125rem;border-bottom:1px solid var(--teal);padding-bottom:15px}.report-preview figure{margin:20px 0}.report-preview figcaption{font-size:.8125rem;color:var(--muted)}.report-preview .kicker{margin-top:25px;font-size:.75rem;letter-spacing:2px;color:var(--teal)}.empty{padding:30px;text-align:center;color:var(--muted);line-height:1.6}.mobile-nav{display:none}.controls-compact{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.controls-compact label{display:flex;align-items:center;gap:7px}.controls-compact input[type=number]{width:90px}.scroll-area{max-height:650px;overflow:auto}.tool-help{font-size:.8125rem;line-height:1.6;color:var(--muted)}
@media(min-width:1700px){.workspace{grid-template-columns:285px minmax(450px,1fr) 320px}.structure-svg{min-height:420px}}@media(max-width:1350px){.app-shell{grid-template-columns:185px 1fr}.sidebar{padding-left:10px;padding-right:10px}.page{padding:24px 20px}.topbar{padding:0 20px}.workspace{grid-template-columns:230px minmax(360px,1fr)}.notebook{grid-column:1/-1}.notebook .panel-body{display:grid;grid-template-columns:1fr 1fr;gap:20px}.notebook .panel-body .notebook-intro{grid-column:1/-1}.brand{font-size:.9rem;letter-spacing:1px}.brand-sub{font-size:.6875rem}}@media(max-width:1000px){.app-shell{grid-template-columns:70px 1fr}.sidebar{padding:20px 9px}.brand{justify-content:center;margin:0}.brand-name,.brand-sub,.nav-label,.nav-text,.sidebar-bottom{display:none}.nav-btn{justify-content:center;padding:13px 0}.nav-symbol{font-size:1.3rem}.brand{margin-bottom:30px}.wide-grid{grid-template-columns:1fr}.workspace{grid-template-columns:220px minmax(0,1fr)}.stats{gap:7px}.stat{padding:12px}.stat-value{font-size:1.15rem}.page-heading{align-items:start}.top-actions button{padding:8px}.avatar{display:none}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;height:64px;display:flex;flex-direction:row;justify-content:space-around;z-index:5;padding:3px 6px;border-top:1px solid #3a505e}.sidebar .brand{display:none}.sidebar nav{display:contents}.nav-btn{width:auto;flex:1;padding:8px 4px;margin:0;display:flex;flex-direction:column;gap:3px}.nav-btn .nav-text{display:block;font-size:.6rem}.nav-btn.active{box-shadow:inset 0 2px #78d5d2}.sidebar .nav-label,.sidebar .sidebar-bottom{display:none}.topbar{height:65px;padding:0 14px}.breadcrumb{font-size:.75rem}.top-actions{gap:4px}.top-actions button{font-size:.75rem;padding:7px}.page{padding:20px 14px 90px}.page-heading{display:block}.page-heading .pill{margin-top:10px}h1{font-size:1.5rem}.modes{width:100%;gap:1px}.modes button{font-size:.75rem;padding:10px 8px;flex:1}.workspace{display:flex;flex-direction:column}.workspace>.stack,.workspace>.panel{width:100%}.model-panel{order:2}.canvas-stack{order:1}.notebook{order:3}.notebook .panel-body{display:block}.structure-svg{min-height:220px}.hypothesis-grid{grid-template-columns:1fr}.modal-backdrop{padding:12px}.modal-body{padding:15px}.modal-title{padding:15px}.modal-footer{padding:15px}.stats{gap:7px}.stat-label{font-size:.6875rem}.stat-value{font-size:1.1rem}.stat-note{font-size:.65rem}.steps{overflow:auto}.steps button{font-size:.65rem;min-width:55px}.check-card{flex-wrap:wrap}.check-numbers{margin-left:43px;text-align:left}.lesson{grid-template-columns:26px 1fr}.lesson>button{grid-column:2;justify-self:start}.report-preview{padding:15px}.report-preview .report-meta{gap:10px}.panel-body{padding:15px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.structure-svg text{font-size:18px}.structure-svg .node-label{font-size:18px}.structure-svg .element-label{font-size:16px}
@media(max-width:760px){.structure-svg text{font-size:28px}.structure-svg .node-label{font-size:28px}.structure-svg .element-label{font-size:24px}.canvas-footer{font-size:.8125rem}.nav-btn .nav-text{font-size:.6875rem}}
@media(max-width:760px){.sidebar{overflow:hidden}.sidebar .nav-btn{min-width:0;flex:1 1 0;padding:4px 2px;gap:2px}.sidebar>.nav-btn{display:none}.sidebar .nav-text{line-height:1.15}}
