:root{
  --navy:#10213a;--navy-2:#172d4b;--blue:#2c67e8;--blue-soft:#edf4ff;--gold:#e5ad43;--gold-soft:#fff7df;
  --green:#169873;--green-soft:#eaf9f4;--red:#d94a55;--red-soft:#fff0f2;--amber:#c47c15;--amber-soft:#fff5e7;
  --ink:#172033;--muted:#69758a;--line:#dfe5ee;--surface:#fff;--canvas:#f3f6fa;--shadow:0 16px 45px rgba(22,36,59,.10);
  --radius:18px;--radius-sm:12px;--sidebar:258px;--helper:326px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--canvas);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}code{background:#e9eef6;padding:.15rem .38rem;border-radius:5px;color:#253b60}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--navy),#0b172a);color:white;padding:22px 17px;display:flex;flex-direction:column;z-index:30;box-shadow:12px 0 35px rgba(8,20,37,.12)}.brand-block{display:flex;align-items:center;gap:12px;padding:2px 8px 20px}.brand-mark{width:47px;height:47px;border-radius:15px;background:linear-gradient(135deg,#f7c667,#d89525);color:#10213a;font-weight:900;display:grid;place-items:center;letter-spacing:-1px;box-shadow:0 10px 22px rgba(229,173,67,.22)}.brand-block h1{font-size:19px;letter-spacing:.7px;margin:0}.brand-block p{margin:2px 0 0;color:#f4c35f;font-weight:800;font-size:12px;letter-spacing:2.5px}.mode-card{display:flex;gap:10px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:12px;border-radius:14px;margin-bottom:18px}.mode-card strong{display:block;font-size:11px;letter-spacing:.9px}.mode-card small{display:block;color:#aab8ca;margin-top:3px;font-size:10px}.mode-dot{width:10px;height:10px;border-radius:50%;background:#4de4ac;box-shadow:0 0 0 5px rgba(77,228,172,.12)}.main-nav{display:flex;flex-direction:column;gap:5px}.nav-button{border:0;color:#b8c5d6;background:transparent;text-align:left;padding:11px 12px;border-radius:11px;display:flex;align-items:center;gap:11px;font-weight:650}.nav-button span{width:19px;text-align:center;font-size:17px}.nav-button:hover,.nav-button.active{color:#fff;background:rgba(255,255,255,.11)}.nav-button.active{box-shadow:inset 3px 0 0 var(--gold)}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px;align-items:center}.sidebar-footer small{color:#708198}.workspace{margin-left:var(--sidebar);margin-right:var(--helper);min-height:100vh}.topbar{height:85px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);padding:16px 28px;display:flex;align-items:center;justify-content:space-between}.topbar h2{margin:2px 0 0;font-size:22px}.eyebrow{text-transform:uppercase;letter-spacing:1.45px;color:#718096;font-weight:800;font-size:10px;margin:0}.topbar-actions{display:flex;align-items:center;gap:14px}.save-status{display:flex;align-items:center;gap:7px;color:#66758a;font-size:12px}.save-status span{width:8px;height:8px;border-radius:50%;background:var(--green)}.privacy-banner{margin:18px 28px 0;background:var(--gold-soft);border:1px solid #f1d895;color:#6f541b;border-radius:12px;padding:10px 15px}.view{display:none;padding:22px 28px 45px}.view.active{display:block}.hero-card{min-height:280px;border-radius:24px;padding:34px 38px;display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:center;background:radial-gradient(circle at 85% 20%,rgba(91,146,255,.34),transparent 35%),linear-gradient(135deg,#10213a,#173c70);color:#fff;box-shadow:var(--shadow);overflow:hidden}.hero-card h3{font-size:35px;line-height:1.1;max-width:650px;margin:15px 0 14px;letter-spacing:-1.1px}.hero-card p{max-width:690px;color:#cbd7e8;font-size:15px;line-height:1.65}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850;letter-spacing:.65px}.pill.gold{background:rgba(237,183,78,.16);color:#ffd77e;border:1px solid rgba(237,183,78,.35)}.pill.warning{background:var(--amber-soft);color:#975c0d}.hero-orbit{position:relative;width:280px;height:230px;margin:auto}.orbit-core{position:absolute;inset:65px 90px;width:100px;height:100px;border-radius:30px;display:grid;place-items:center;font-size:31px;font-weight:900;background:linear-gradient(135deg,#fff,#dce9ff);color:#173a6d;box-shadow:0 17px 55px rgba(0,0,0,.25)}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;inset:23px 40px}.hero-orbit:after{inset:0 15px}.orbit-item{position:absolute;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:11px;font-weight:850;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(5px)}.orbit-item.one{top:4px;left:105px}.orbit-item.two{top:78px;right:0}.orbit-item.three{bottom:0;left:105px}.orbit-item.four{top:78px;left:0}.button-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.primary-button,.secondary-button,.ghost-button,.danger-outline-button{border-radius:10px;padding:10px 15px;font-weight:750;border:1px solid transparent;transition:.18s}.primary-button{background:var(--blue);color:#fff;box-shadow:0 7px 18px rgba(44,103,232,.2)}.primary-button:hover{transform:translateY(-1px);background:#2459cb}.secondary-button{background:#fff;color:#244066;border-color:var(--line)}.secondary-button:hover{border-color:#aebbd0;background:#f8fafc}.ghost-button{background:transparent;color:#d7e1ee;border-color:rgba(255,255,255,.2)}.danger-outline-button{background:#fff;color:var(--red);border-color:#f0bcc2}.compact{padding:8px 12px;font-size:12px}.full{width:100%}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 7px 20px rgba(31,49,78,.045)}.metric-card span{display:block;color:var(--muted);font-size:11px;font-weight:700}.metric-card strong{display:block;margin:7px 0 5px;font-size:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-card small{color:#8390a3}.two-column-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:21px;box-shadow:0 8px 24px rgba(31,49,78,.045)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-heading h3,.section-intro h3{margin:5px 0 0;font-size:19px}.sample-list{display:flex;flex-direction:column;gap:11px}.sample-card{width:100%;display:grid;grid-template-columns:48px 1fr 20px;align-items:center;gap:12px;padding:13px;text-align:left;border:1px solid var(--line);border-radius:13px;background:#fff}.sample-card:hover{border-color:#9fb5d8;box-shadow:0 7px 18px rgba(28,62,110,.08)}.sample-card strong,.sample-card span,.sample-card small{display:block}.sample-card span{margin-top:2px;color:#4f6077}.sample-card small{margin-top:5px;color:#8995a6;font-size:10px}.sample-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;font-size:21px;font-weight:900}.sample-icon.math{background:#edf3ff;color:#275bc9}.sample-icon.science{background:#e9f8f3;color:#158561}.arrow{font-size:20px!important;color:#8d99aa!important}.flow-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.flow-list li{display:flex;gap:12px}.flow-list>li>span{min-width:29px;height:29px;border-radius:9px;background:#eff4fb;color:#2a5cb3;display:grid;place-items:center;font-weight:850}.flow-list strong,.flow-list small{display:block}.flow-list small{color:var(--muted);margin-top:3px;line-height:1.45}.section-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:17px}.section-intro>div>p:not(.eyebrow){color:var(--muted);max-width:760px;line-height:1.6;margin:8px 0 0}.inline-filters{display:flex;gap:8px;flex-wrap:wrap}.inline-filters select,.inline-filters input{min-width:145px}.filters select,.filters input,input,select,textarea{border:1px solid #cfd8e5;border-radius:9px;background:#fff;color:var(--ink);padding:10px 11px;outline:none}.filters input:focus,input:focus,select:focus,textarea:focus{border-color:#6b99ef;box-shadow:0 0 0 3px rgba(44,103,232,.1)}textarea{resize:vertical}.curriculum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.curriculum-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px}.curriculum-card h4{margin:0;font-size:16px}.curriculum-card p{margin:0;color:var(--muted);line-height:1.5}.curriculum-meta{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:10px;padding:5px 8px;border-radius:999px;background:#eff3f8;color:#56657a;font-weight:750}.tag.official{background:var(--green-soft);color:#087759}.tag.golden{background:var(--gold-soft);color:#866116}.curriculum-card .primary-button{margin-top:auto}.builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.form-panel{padding:0;overflow:hidden}.form-section{padding:22px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0}.form-section-title{display:flex;gap:11px;align-items:center;margin-bottom:17px}.form-section-title>span{width:31px;height:31px;border-radius:10px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:850}.form-section-title strong,.form-section-title small{display:block}.form-section-title small{color:var(--muted);margin-top:2px}.form-grid{display:grid;gap:12px;margin-bottom:12px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:1fr 1fr 1fr}label{font-size:11px;font-weight:750;color:#546176;display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.repeat-header{display:flex;justify-content:space-between;align-items:center;margin:17px 0 8px}.text-button{border:0;background:transparent;color:var(--blue);font-weight:800}.repeat-list{display:flex;flex-direction:column;gap:9px}.repeat-item{display:grid;grid-template-columns:110px 1fr auto;gap:8px;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fafbfd}.repeat-item.skill-item{grid-template-columns:105px 1fr 1fr auto}.remove-button{border:0;width:34px;height:38px;border-radius:9px;background:var(--red-soft);color:var(--red);font-weight:900}.builder-side{min-width:0}.sticky-card{position:sticky;top:105px}.sticky-card h3{font-size:18px;margin:7px 0 14px}.checklist{display:flex;flex-direction:column;gap:9px;margin-bottom:16px}.check-item{display:flex;gap:9px;align-items:center;color:#68768a}.check-item:before{content:"";width:18px;height:18px;border-radius:6px;background:#edf1f6;border:1px solid #d4dce7}.check-item.done{color:#16785d}.check-item.done:before{content:"✓";color:#fff;background:var(--green);border-color:var(--green);display:grid;place-items:center;font-size:11px}
.source-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.source-upload-card{border:1px solid var(--line);border-radius:15px;padding:16px;background:#fbfcfe}.source-upload-heading{display:flex;align-items:center;gap:11px;margin-bottom:12px}.source-upload-heading strong,.source-upload-heading small{display:block}.source-upload-heading small{color:var(--muted);margin-top:3px;font-size:10px}.source-file-icon{width:47px;height:47px;border-radius:13px;background:#edf3ff;color:#2859b8;display:grid;place-items:center;font-size:10px;font-weight:900}.source-file-icon.textbook{background:#fff5e7;color:#9a6113}.source-file-status{min-height:62px;border:1px dashed #c7d3e2;border-radius:11px;padding:11px 12px;background:#fff;margin-bottom:10px}.source-file-status strong,.source-file-status span{display:block}.source-file-status strong{font-size:12px}.source-file-status span{font-size:10px;color:var(--muted);margin-top:4px;line-height:1.45;word-break:break-word}.source-file-status.attached{border-style:solid;border-color:#a9ddcb;background:var(--green-soft)}.source-file-actions{margin-bottom:12px}.source-file-actions button:disabled{opacity:.45;cursor:not-allowed;transform:none}.source-upload-card label{margin-top:9px}.source-upload-notice{margin-top:14px}.source-upload-notice p{margin:5px 0 0}.source-size{font-variant-numeric:tabular-nums}
.notice-card{border-radius:12px;padding:13px 14px;margin-top:13px}.notice-card strong{display:block}.notice-card p{margin:5px 0 0;line-height:1.5;font-size:12px}.notice-card.warning{background:var(--amber-soft);color:#825711}.notice-card.info{background:var(--blue-soft);color:#244e92}.notice-card.success{background:var(--green-soft);color:#116d55}.slim-panel{padding:14px 17px}.transit-toolbar{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.toolbar-group{display:flex;align-items:end;gap:9px}.toolbar-group label{margin:0}.toolbar-group input{min-width:120px}.toolbar-group>input[type=search]{min-width:240px}.toolbar-group span{padding:9px;color:var(--muted)}.table-panel{padding:0;overflow:hidden}.table-scroll{overflow:auto;max-height:590px}.data-table{width:100%;border-collapse:collapse;min-width:1000px}.data-table th{position:sticky;top:0;background:#eef3f9;color:#536278;text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.55px;padding:11px;border-bottom:1px solid var(--line);z-index:2}.data-table td{padding:7px 9px;border-bottom:1px solid #edf0f4;vertical-align:middle}.data-table tr:hover td{background:#fbfcfe}.data-table input,.data-table select{width:100%;min-width:70px;padding:7px 8px;border-radius:7px}.data-table .row-number{color:#9aa5b5;width:35px}.status-chip{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850}.status-chip.complete{background:var(--green-soft);color:#0f755a}.status-chip.review{background:var(--amber-soft);color:#9a6113}.empty-cell,.empty-state{text-align:center;color:#8a96a8;padding:35px!important}.compact-metrics{margin-top:0}.audit-layout{align-items:start}.audit-list{display:flex;flex-direction:column;gap:8px}.audit-item{border-radius:11px;padding:11px 12px;display:grid;grid-template-columns:28px 1fr;gap:9px}.audit-item.error{background:var(--red-soft);color:#96323b}.audit-item.warning{background:var(--amber-soft);color:#8a5b12}.audit-item.success{background:var(--green-soft);color:#117156}.audit-item strong,.audit-item small{display:block}.audit-item small{margin-top:3px;line-height:1.45}.analysis-content{display:flex;flex-direction:column;gap:14px}.analysis-stat{display:grid;grid-template-columns:135px 1fr 45px;gap:9px;align-items:center}.analysis-stat span{font-size:11px;color:#647287}.bar-track{height:9px;background:#edf1f5;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#2c67e8,#6a9cff);border-radius:999px}.analysis-stat strong{text-align:right;font-size:11px}.analysis-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mini-stat{padding:11px;background:#f6f8fb;border-radius:11px}.mini-stat span,.mini-stat strong{display:block}.mini-stat strong{font-size:17px;margin-top:5px}.intervention-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.intervention-card{border:1px solid var(--line);border-radius:13px;padding:14px}.intervention-card h4{margin:0 0 7px}.intervention-card p{color:var(--muted);font-size:12px;line-height:1.55;margin:0}.top-gap{margin-top:18px}.prompt-layout{display:grid;grid-template-columns:300px 1fr;gap:18px}.prompt-controls{align-self:start}.checkbox-row{flex-direction:row;align-items:center;font-weight:650}.checkbox-row input{width:auto}.prompt-output{width:100%;min-height:430px;background:#0f1f35;color:#e2ebf7;border:0;border-radius:13px;padding:18px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.65}.notebook-layout{display:grid;grid-template-columns:1fr 360px;gap:18px}.source-options{display:flex;flex-direction:column;gap:9px}.source-option{display:grid;grid-template-columns:22px 1fr;gap:10px;padding:13px;border:1px solid var(--line);border-radius:12px;margin:0}.source-option input{margin-top:2px}.source-option strong,.source-option span{display:block}.source-option span{font-size:11px;color:var(--muted);margin-top:4px}.file-tree{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#101f34;color:#d5e3f3;border-radius:13px;padding:15px;font-size:11px;line-height:1.85;min-height:310px;white-space:pre-wrap}.export-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.export-card{display:grid;grid-template-columns:65px 1fr;gap:13px;align-items:center;text-align:left;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.export-card:hover{border-color:#9ab3db;box-shadow:0 10px 28px rgba(31,60,105,.08);transform:translateY(-1px)}.export-icon{width:58px;height:54px;border-radius:13px;background:#edf3ff;color:#2859b8;display:grid;place-items:center;font-size:11px;font-weight:900}.export-card strong,.export-card small{display:block}.export-card small{color:var(--muted);margin-top:5px;line-height:1.4}.danger-card .export-icon{background:var(--red-soft);color:var(--red)}.library-status{display:flex;gap:10px;flex-wrap:wrap}.library-chip{display:flex;align-items:center;gap:8px;background:#f4f7fb;border-radius:10px;padding:9px 11px}.library-chip span{width:8px;height:8px;border-radius:50%}.library-chip .ok{background:var(--green)}.library-chip .missing{background:var(--red)}.ai-helper{position:fixed;inset:0 0 0 auto;width:var(--helper);background:#fff;border-left:1px solid var(--line);z-index:25;padding:21px 18px;display:flex;flex-direction:column;box-shadow:-12px 0 35px rgba(31,49,78,.05)}.helper-heading{display:flex;justify-content:space-between;align-items:flex-start}.helper-heading h3{margin:5px 0 0}.helper-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;background:#eef2f7;padding:4px;border-radius:11px;margin:17px 0}.helper-tabs button{border:0;background:transparent;padding:8px 4px;border-radius:8px;color:#66758a;font-size:11px;font-weight:800}.helper-tabs button.active{background:#fff;color:#244574;box-shadow:0 3px 10px rgba(20,43,78,.08)}.helper-content{flex:1;overflow:auto}.helper-step{display:grid;grid-template-columns:27px 1fr;gap:9px;margin-bottom:13px}.helper-step>span{width:27px;height:27px;border-radius:9px;background:#eef3fa;display:grid;place-items:center;font-weight:850;color:#2c5dae}.helper-step strong,.helper-step small{display:block}.helper-step small{color:var(--muted);line-height:1.45;margin-top:3px}.icon-button{border:0;background:#edf1f6;color:#3c4f6b;width:34px;height:34px;border-radius:10px;font-size:17px}.helper-fab{display:none;position:fixed;right:17px;bottom:18px;width:52px;height:52px;border:0;border-radius:17px;background:var(--navy);color:#fff;font-weight:900;z-index:24;box-shadow:0 13px 27px rgba(16,33,58,.28)}.mobile-only{display:none}.modal-backdrop{position:fixed;inset:0;background:rgba(6,17,31,.62);backdrop-filter:blur(4px);z-index:100;display:grid;place-items:center;padding:18px}.modal-backdrop[hidden]{display:none}.custom-alert{width:min(470px,100%);background:#fff;border-radius:22px;padding:25px;box-shadow:0 35px 90px rgba(0,0,0,.3);display:grid;grid-template-columns:55px 1fr;gap:16px;animation:alertIn .18s ease}.alert-icon{width:53px;height:53px;border-radius:17px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:23px;font-weight:900}.custom-alert[data-type="success"] .alert-icon{background:var(--green-soft);color:var(--green)}.custom-alert[data-type="warning"] .alert-icon{background:var(--amber-soft);color:var(--amber)}.custom-alert[data-type="error"] .alert-icon{background:var(--red-soft);color:var(--red)}.alert-content h3{font-size:20px;margin:6px 0 8px}.alert-content>p:not(.eyebrow){color:#617086;line-height:1.55;margin:0;white-space:pre-line}.alert-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:9px;margin-top:5px}@keyframes alertIn{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:none;opacity:1}}.print-report{display:none}
@media(max-width:1250px){:root{--helper:0px}.ai-helper{transform:translateX(100%);transition:.2s;width:326px}.ai-helper.open{transform:translateX(0)}.helper-fab{display:block}.workspace{margin-right:0}.close-helper-button{display:block}}
@media(max-width:960px){.source-upload-grid{grid-template-columns:1fr}.hero-card{grid-template-columns:1fr}.hero-orbit{display:none}.metric-grid,.curriculum-grid{grid-template-columns:repeat(2,1fr)}.builder-layout,.notebook-layout{grid-template-columns:1fr}.sticky-card{position:static}.intervention-grid,.export-grid{grid-template-columns:repeat(2,1fr)}.prompt-layout{grid-template-columns:1fr}.prompt-controls{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.prompt-controls .full{grid-column:1/-1}.form-grid.three{grid-template-columns:1fr 1fr}}
@media(max-width:760px){:root{--sidebar:0px}.sidebar{width:258px;transform:translateX(-100%);transition:.2s}.sidebar.open{transform:translateX(0)}.workspace{margin-left:0}.mobile-only{display:inline-grid}.topbar{padding:13px 16px;height:76px}.topbar>div:nth-child(2){flex:1;margin-left:10px}.topbar-actions .save-status{display:none}.privacy-banner{margin:12px 15px 0}.view{padding:17px 15px 35px}.hero-card{padding:25px 22px}.hero-card h3{font-size:28px}.two-column-grid,.metric-grid,.curriculum-grid,.export-grid,.intervention-grid{grid-template-columns:1fr}.section-intro{flex-direction:column}.inline-filters{width:100%}.inline-filters>*{flex:1}.form-grid.two,.form-grid.three{grid-template-columns:1fr}.repeat-item,.repeat-item.skill-item{grid-template-columns:1fr}.repeat-item .remove-button{width:100%}.transit-toolbar{align-items:stretch;flex-direction:column}.toolbar-group{flex-wrap:wrap}.toolbar-group>input[type=search]{min-width:0;flex:1}.prompt-controls{display:block}.analysis-summary{grid-template-columns:1fr}.ai-helper{width:min(326px,92vw)}}
@media print{body{background:#fff}.sidebar,.topbar,.privacy-banner,.view,.ai-helper,.helper-fab,.modal-backdrop{display:none!important}.workspace{margin:0}.print-report{display:block!important;padding:25px;color:#000}.print-report h1,.print-report h2,.print-report h3{color:#10213a}.print-report table{width:100%;border-collapse:collapse;font-size:9px}.print-report th,.print-report td{border:1px solid #bbb;padding:4px;text-align:left}.print-report .print-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px}.print-report .print-box{border:1px solid #ccc;padding:8px}.print-report .page-break{break-before:page}}

/* R1B — Module Unit 5 NotebookLM workflow */
.pill.success{background:var(--green-soft);color:#0f755a}.source-auto-display{margin-top:18px;border:1px solid #cfe0f7;background:linear-gradient(180deg,#f7fbff,#fff);border-radius:16px;padding:16px}.source-auto-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:13px}.source-auto-heading h4{margin:4px 0 0;font-size:15px}.source-preview-grid,.unit5-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.source-preview-card,.unit5-source-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.source-preview-title,.unit5-source-card-head{display:flex;align-items:center;gap:10px;margin-bottom:11px}.source-preview-title strong,.source-preview-title small,.unit5-source-card-head strong,.unit5-source-card-head small{display:block}.source-preview-title small,.unit5-source-card-head small{color:var(--muted);margin-top:3px;line-height:1.4}.source-mini-badge{min-width:44px;height:38px;padding:0 8px;border-radius:10px;background:#eaf1ff;color:#2859b8;display:grid;place-items:center;font-size:10px;font-weight:900}.source-mini-badge.book{background:#fff2d9;color:#9a6415}.inline-document-preview{min-height:170px;border:1px dashed #cfd8e5;border-radius:12px;background:#f7f9fc;overflow:hidden;position:relative}.inline-document-preview.large{min-height:270px}.inline-document-preview iframe,.inline-document-preview img{width:100%;height:270px;border:0;display:block;object-fit:contain;background:#fff}.inline-document-preview pre{white-space:pre-wrap;margin:0;padding:13px;font:11px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;max-height:270px;overflow:auto}.empty-source-preview{min-height:inherit;display:grid;place-items:center;text-align:center;padding:20px;color:#8a96a8;font-size:11px;line-height:1.5}.builder-source-summary{margin:14px 0;padding:13px;border:1px solid var(--line);border-radius:13px;background:#f7f9fc}.mini-source-row{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #e6ebf2;font-size:11px}.mini-source-row:last-of-type{border-bottom:0;margin-bottom:9px}.mini-source-row strong{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2c466b}.unit5-intro{align-items:center}.unit5-source-console{margin-bottom:18px}.unit5-stage-list{display:flex;flex-direction:column;gap:16px}.unit5-stage{display:grid;grid-template-columns:62px 1fr;gap:17px;padding:20px}.unit5-stage-number{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--navy),#27558f);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900;box-shadow:0 10px 22px rgba(16,33,58,.18)}.unit5-stage-body{min-width:0}.stage-status{border-radius:999px;padding:6px 10px;background:#eef2f7;color:#66758a;font-size:10px;font-weight:850;white-space:nowrap}.stage-status.done{background:var(--green-soft);color:#0f755a}.stage-status.warning{background:var(--amber-soft);color:#97600f}.unit5-stage-body>p{color:var(--muted);line-height:1.6}.unit5-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.unit5-check-item{border:1px solid var(--line);border-radius:11px;padding:10px 12px;display:flex;gap:8px;align-items:flex-start;color:#647287;font-size:11px}.unit5-check-item:before{content:'○';color:#8da0b7;font-weight:900}.unit5-check-item.done{background:var(--green-soft);color:#0f755a;border-color:#c8ebdf}.unit5-check-item.done:before{content:'✓';color:var(--green)}.unit5-prompt{min-height:175px;margin:11px 0 13px}.unit5-resource-fields{align-items:start}.unit5-resource-fields label{margin:0}.studio-tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:15px 0}.studio-tool-grid button{border:1px solid var(--line);background:#f8fafc;color:#42546d;border-radius:11px;padding:11px;font-weight:800}.studio-tool-grid button:hover,.studio-tool-grid button.active{background:#edf4ff;color:#2859b8;border-color:#9fbbee}.unit5-pack-builder{margin-top:18px}.required-source{background:#f6fbf9;border-color:#cbe7dc}.required-source input{accent-color:var(--green)}.unit5-source-card.attached{border-color:#9ed8c4;background:linear-gradient(180deg,#f3fcf8,#fff)}.unit5-source-card .button-row{margin-bottom:11px}
@media(max-width:960px){.source-preview-grid,.unit5-source-grid{grid-template-columns:1fr}.studio-tool-grid{grid-template-columns:repeat(2,1fr)}.unit5-check-grid{grid-template-columns:1fr}}
@media(max-width:760px){.unit5-stage{grid-template-columns:1fr}.unit5-stage-number{width:50px;height:50px}.studio-tool-grid{grid-template-columns:1fr}.source-auto-heading{flex-direction:column}.unit5-intro .button-row{width:100%}.unit5-intro .button-row>*{flex:1;text-align:center}}
.secondary-button[href]{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
