:root{--ink:#1f2937;--muted:#5b6472;--line:#cbd5e1;--soft:#f8fafc;--section:#e0f2fe;--section-border:#38bdf8;--accent:#fef3c7;--accent-border:#f59e0b;--live:#fee2e2;--live-border:#ef4444;--review:#dcfce7;--review-border:#22c55e;--final:#ede9fe;--final-border:#8b5cf6;--rules:#f1f5f9;--rules-border:#64748b}*{box-sizing:border-box}body{color:var(--ink);background:#e5e7eb;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.24}.page{background:#fff;border-radius:10px;width:min(1800px,100vw - 24px);margin:16px auto;padding:18px 22px 24px;box-shadow:0 8px 28px #0f172a2e}.working-file{text-align:center;color:var(--muted);margin:-6px 0 10px;font-size:12px;font-weight:700}.controls{z-index:10;color:#fff;background:#111827;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:10px 14px;display:flex;position:sticky;top:0}button{cursor:pointer;border:0;border-radius:7px;padding:7px 12px;font-weight:700}button.print{color:#111827;background:#bfdbfe}button.save{color:#111827;background:#fde68a}button.load{color:#111827;background:#ddd6fe}button.filled{color:#111827;background:#bbf7d0}.hint{color:#e5e7eb;text-align:center;max-width:980px;font-size:12px}.status-badge{color:#f9fafb;background:#374151;border:1px solid #6b7280;border-radius:999px;padding:4px 8px;font-size:12px}.status-badge.ok{background:#064e3b;border-color:#10b981}.status-badge.warn{background:#78350f;border-color:#f59e0b}.status-badge.bad{background:#7f1d1d;border-color:#ef4444}.timing-note{color:#7c2d12;background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;margin:8px 0 10px;padding:8px 10px;font-size:12px;font-weight:700}.pill{vertical-align:middle;white-space:nowrap;text-transform:none;letter-spacing:0;border-radius:999px;margin-top:2px;margin-left:6px;padding:2px 7px;font-size:11px;font-weight:700;line-height:1.3;display:inline-block}.pill.euus{color:#075985;background:#e0f2fe;border:1px solid #38bdf8}.pill.suggested{color:#9a3412;background:#ffedd5;border:1px solid #fb923c}.pill.confirm{color:#92400e;background:#fef3c7;border:1px solid #f59e0b}h1{text-align:center;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:22px}h2{text-align:center;letter-spacing:.04em;text-transform:uppercase;margin:2px 0 10px;font-size:18px}.topline{grid-template-columns:1fr 1fr;gap:14px;margin:10px 0 12px;display:grid}.fieldrow{align-items:center;gap:8px;min-width:0;display:flex}.fieldrow label{white-space:nowrap;font-weight:700}input[type=text],input[type=date],input[type=time],select{border:1px solid var(--line);width:100%;min-height:28px;font:inherit;color:var(--ink);background:#fff;border-radius:5px;padding:4px 7px}.section{border:1px solid var(--section-border);background:var(--soft);border-left-width:6px;border-radius:8px;margin:9px 0;overflow:hidden}.section.auction{border-color:var(--accent-border)}.section.live{border-color:var(--live-border)}.section.review{border-color:var(--review-border)}.section.final{border-color:var(--final-border)}.section.screenshots{border-color:#0ea5e9}.section.rules{border-color:var(--rules-border)}.section-title{text-transform:uppercase;background:var(--section);letter-spacing:.02em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;font-weight:800;display:flex}.auction .section-title{background:var(--accent)}.live .section-title{background:var(--live)}.review .section-title{background:var(--review)}.final .section-title{background:var(--final)}.screenshots .section-title{background:#e0f2fe}.rules .section-title{background:var(--rules)}.section-name{display:inline-block}.section-body{background:#fff;padding:8px 10px 10px}.section-timer{text-transform:none;letter-spacing:0;flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.section-timer input{width:72px;min-height:22px;padding:2px 4px;font-size:11px}.section-timer .duration{width:74px}.timer-btn{color:#111827;background:#dbeafe;border:1px solid #93c5fd;border-radius:5px;padding:3px 7px;font-size:11px}.objective,.purpose,.note,.example,.training-box,.task-focus{background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px;margin:6px 0 8px;padding:7px 9px}.objective strong,.purpose strong,.note strong,.example strong{margin-bottom:3px;display:block}.note{background:#fff7ed}.example{background:#fffbeb;border-color:#fbbf24}.task-focus{background:#eff6ff;border-color:#60a5fa}.training-box{background:#f8fafc;border-color:#94a3b8}.rule{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #64748b;border-radius:6px;margin:8px 0;padding:7px 9px}.q{break-inside:avoid;margin:7px 0 8px}.q-title{margin-bottom:4px;font-weight:700}.checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 12px;margin:3px 0 5px;display:grid}.checks.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checks.four{grid-template-columns:repeat(4,minmax(0,1fr))}.checks label{white-space:nowrap;align-items:center;gap:6px;display:flex}input[type=checkbox]{accent-color:#2563eb;width:15px;height:15px}textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:38px;font:inherit;color:var(--ink);background:#fff;border-radius:5px;padding:5px 7px;overflow:hidden}.short{min-height:30px}.medium{min-height:48px}.large{min-height:70px}.refs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;display:grid}.ref-pair{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.scenario{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:7px;margin:6px 0;padding:7px}.scenario-title{margin-bottom:4px;font-weight:800}.scenario-grid{grid-template-columns:110px 1fr;align-items:start;gap:5px 8px;display:grid}.scenario-grid label{padding-top:5px;font-weight:700}.promptline{grid-template-columns:185px 1fr;align-items:start;gap:8px;margin:5px 0;display:grid}.promptline label{padding-top:5px;font-weight:700}.fixed-subheading{border-left:4px solid var(--review-border);background:#fff7ed;border-radius:5px;margin:10px 0 4px;padding:5px 8px;font-weight:800}.live-subheading{border-left:5px solid var(--live-border);text-transform:uppercase;background:#fef2f2;border-radius:5px;margin:12px 0 5px;padding:6px 8px;font-weight:900}.calvin-feedback{background:#f8fafc;border:1px dashed #94a3b8;border-radius:7px;margin-top:8px;padding:7px}.calvin-feedback label{color:#334155;font-weight:800}.remember{background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px;margin-top:8px;padding:8px 10px}.sentence{margin-bottom:5px;font-weight:700}.autosave{color:var(--muted);text-align:right;margin-top:4px;font-size:12px}ul{margin:6px 0 0 20px;padding:0}li{margin:2px 0}.screenshot-grid{grid-template-columns:1fr;gap:10px;display:grid}.screenshot-slot{break-inside:avoid;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:8px}.screenshot-slot-title{margin-bottom:6px;font-weight:800}.screenshot-controls{flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 6px;display:flex}.screenshot-preview{background:#fff;border:1px solid #94a3b8;border-radius:6px;max-width:100%;max-height:720px;margin-top:6px;display:block}.paste-zone{text-align:center;color:#475569;background:#fff;border:1px dashed #94a3b8;border-radius:7px;outline:none;margin:6px 0;padding:9px;font-size:12px;font-weight:700}.paste-zone:focus{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.image-data{display:none}.context-layout{grid-template-columns:minmax(560px,1fr) minmax(460px,44vw);align-items:start;gap:16px;margin:9px 0;display:grid}.context-layout.panel-collapsed{grid-template-columns:minmax(0,1fr)}.context-main{min-width:0}.restore-panel-btn{color:#075985;white-space:nowrap;background:#e0f2fe;border:1px solid #38bdf8;border-radius:999px;margin:0 0 8px auto;padding:4px 10px;font-size:12px;font-weight:800;display:none}.context-layout.panel-collapsed .restore-panel-btn{align-items:center;display:inline-flex}.context-layout.panel-collapsed .context-panel{display:none!important}.context-panel-title{text-transform:uppercase;letter-spacing:.03em;color:#0f172a;margin-bottom:4px;font-size:12px;font-weight:900}.context-panel-prompt{color:#475569;margin-bottom:6px;font-size:11px;font-weight:700}.context-panel img{object-fit:contain;cursor:zoom-in;background:#fff;border:1px solid #94a3b8;border-radius:6px;width:100%;max-height:calc(100vh - 160px)}.context-panel .empty-shot{color:#64748b;text-align:center;background:#fff;border:1px dashed #94a3b8;border-radius:6px;padding:12px;font-size:12px}.context-panel-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.context-panel-toggle{color:#075985;white-space:nowrap;background:#e0f2fe;border:1px solid #38bdf8;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:800}@media (width<=720px){.topline,.refs,.checks,.checks.two,.checks.four,.ref-pair,.scenario-grid,.promptline{grid-template-columns:1fr}.scenario-grid label,.promptline label{padding-top:0}.page{width:100%;box-shadow:none;border-radius:0;margin:0;padding:14px}}@page{size:A3 portrait;margin:9mm}@media print{body{background:#fff;font-size:10.6px;line-height:1.15}.controls{display:none!important}.page{width:auto;box-shadow:none;border-radius:0;margin:0;padding:0}h1{font-size:17px}h2{margin-bottom:5px;font-size:14px}.topline{gap:8px;margin:5px 0 7px}.section{border-radius:5px;margin:4px 0}.section-title{gap:4px;padding:4px 7px}.section-body{padding:5px 7px 6px}.q{margin:3px 0 4px}.q-title{margin-bottom:2px}.checks{gap:1px 8px;margin:1px 0 3px}input[type=text],input[type=date],input[type=time],select{border-color:#94a3b8;min-height:20px;padding:2px 4px}textarea{resize:none;border-color:#94a3b8;min-height:25px;padding:3px 5px}textarea.medium{min-height:35px}textarea.short{min-height:23px}textarea.large{min-height:45px}.scenario{margin:3px 0;padding:4px}.scenario-grid{grid-template-columns:76px 1fr;gap:3px 5px}.promptline{grid-template-columns:140px 1fr;gap:5px;margin:3px 0}.objective,.purpose,.note,.example,.training-box,.task-focus,.remember,.calvin-feedback{margin:4px 0;padding:4px 6px}.fixed-subheading,.live-subheading{margin:5px 0 3px;padding:3px 6px}.screenshot-controls input[type=file],.screenshot-controls button,.paste-zone{display:none!important}.screenshot-preview{page-break-inside:avoid;max-height:none}.context-layout{margin:0;display:block}.restore-panel-btn{display:none!important}.context-layout.panel-collapsed .context-panel{display:block!important}.context-panel{page-break-inside:avoid;max-height:none;margin:4px 0;position:relative;top:auto}.context-panel img{max-height:none}.context-panel .empty-shot,.autosave{display:none}}.controls .seg{border:1px solid #6b7280;border-radius:7px;display:inline-flex;overflow:hidden}.controls .seg button{color:#e5e7eb;background:#374151;border-radius:0;padding:6px 12px}.controls .seg button.active{color:#111827;background:#f9fafb}.controls .statepill{color:#f9fafb;background:#1f2937;border:1px solid #6b7280;border-radius:999px;padding:5px 12px;font-weight:800}.lanebanner{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;margin:8px 0 14px;padding:9px 12px;font-size:13px;font-weight:700}.lanebanner b{color:#0f172a}.locked input,.locked textarea,.locked select{cursor:not-allowed;color:#64748b!important;background:#eef2f7!important}.calvin-feedback.active-lane{background:#f5f3ff;border-style:solid;border-color:#8b5cf6}.blocked{text-align:center;color:#475569;background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;max-width:560px;margin:40px auto;padding:28px}.blocked h2{border:0}.ssfile{font-size:12px}.ss-preview{border:1px solid #94a3b8;border-radius:6px;max-width:100%;max-height:300px;margin-top:6px;display:block}.chart-layout{align-items:flex-start;gap:0;display:flex}.chart-main{flex:1 1 0;min-width:0;overflow:hidden}.chart-aside{flex:0 0 var(--split,42%);align-self:flex-start;position:sticky;top:96px}.chart-aside.collapsed{flex:none}.chart-gutter{cursor:col-resize;background:#e2e8f0;border-radius:5px;flex:0 0 10px;align-self:stretch;margin:2px 6px 0}.chart-gutter:hover{background:#cbd5e1}.dragging-split{-webkit-user-select:none;user-select:none;cursor:col-resize}@media (width<=900px){.chart-layout{flex-direction:column}.chart-main{flex:auto;overflow:visible}.chart-aside{flex-basis:auto;width:100%;position:static}.chart-gutter{display:none}}@media print{.chart-layout{display:block}.chart-aside{flex-basis:auto;width:100%;position:static}.chart-gutter{display:none}}@media screen{.checks,.checks.two,.checks.four{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.checks label{white-space:normal}}.paste-zone{cursor:text}.paste-zone.pz-disabled{opacity:.5;cursor:not-allowed}.jump-ss{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;margin-left:auto;padding:3px 10px;font-size:12px;font-weight:700;text-decoration:none}.jump-ss:hover{background:#dbeafe}html{scroll-behavior:smooth}#sec-screenshots{scroll-margin-top:104px}.context-panel{background:#f8fafc;border:1px solid #cbd5e1;border-left:5px solid #0ea5e9;border-radius:9px;max-height:calc(100vh - 112px);padding:10px;position:sticky;top:96px;overflow:auto}.context-panel.live-panel{border-left-color:var(--live-border)}.context-panel.review-panel{border-left-color:var(--review-border)}.context-panel.panel-collapsed .context-panel-body{display:none}.side-preview{cursor:zoom-in;max-width:100%;max-height:360px}.appbar{z-index:10;color:#f9fafb;background:#111827;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;display:flex;position:sticky;top:0}.appbar .brand{letter-spacing:.03em;font-weight:800}.appbar .spacer{flex:1}.appbar .who{color:#cbd5e1;font-size:12px}.savechip{color:#e5e7eb;background:#1f2937;border:1px solid #6b7280;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.savechip.saving{color:#fde68a;background:#78350f;border-color:#f59e0b}.savechip.saved{color:#bbf7d0;background:#064e3b;border-color:#10b981}.savechip.offline{color:#fed7aa;background:#422006;border-color:#d97706}.savechip.error{color:#fecaca;background:#7f1d1d;border-color:#ef4444}.login-wrap{background:#fff;border-radius:12px;max-width:420px;margin:14vh auto;padding:28px;box-shadow:0 8px 28px #0f172a2e}.login-wrap h1{margin-bottom:6px;font-size:20px}.login-wrap p{color:var(--muted);text-align:center;margin:0 0 16px}.login-wrap input[type=email],.login-wrap input[type=password]{border:1px solid var(--line);width:100%;min-height:38px;font:inherit;border-radius:7px;margin-bottom:10px;padding:8px 10px}.login-wrap button{color:#fff;background:#2563eb;border-radius:8px;width:100%;padding:10px}.login-msg{text-align:center;margin-top:12px;font-size:13px;font-weight:700}.login-msg.ok{color:#047857}.login-msg.err{color:#b91c1c}.modal-overlay{z-index:50;background:#0f172a99;justify-content:center;align-items:stretch;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:12px;flex-direction:column;width:min(1400px,100%);display:flex;overflow:hidden;box-shadow:0 20px 60px #0006}.modal-head{border-bottom:1px solid var(--line);color:#f9fafb;background:#0f172a;align-items:center;gap:12px;padding:12px 16px;display:flex}.modal-head .spacer{flex:1}.modal-body{flex:1;grid-template-columns:240px 1fr;min-height:0;display:grid;overflow:hidden}.vh-list{border-right:1px solid var(--line);flex-direction:column;gap:4px;padding:8px;display:flex;overflow:auto}.vh-list button{text-align:left;color:#0f172a;border:1px solid var(--line);background:#f1f5f9;border-radius:6px;padding:6px 8px;font-size:12px;font-weight:700}.vh-list button.active{color:#fff;background:#2563eb;border-color:#2563eb}.vh-preview{background:#f8fafc;padding:16px;overflow:auto}@media (width<=760px){.modal-overlay{padding:0}.modal-body{grid-template-columns:1fr}.vh-list{border-right:0;border-bottom:1px solid var(--line);flex-flow:row;overflow-x:auto}}
