:root{--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;font-family:var(--sans);color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc}*{box-sizing:border-box}body{background:linear-gradient(#eefdfa 0,#fff 320px,#f7f9fc 720px),#f8fafc;min-width:320px;min-height:100svh;margin:0}button,input,select,textarea{font-family:inherit}#root{min-height:100svh}code{color:#111827;font-family:var(--mono);background:#eef2f7;border-radius:4px;padding:4px 6px;font-size:12px;line-height:1.35;display:inline-flex}.app-shell{text-align:left;width:min(1180px,100% - 56px);margin:0 auto;padding:28px 0 56px}.workspace-hero{border-bottom:1px solid #e5e2dc;margin-bottom:24px;padding:0 0 24px}.workspace-header{min-width:0}.eyebrow{color:#115e59;letter-spacing:.08em;text-transform:uppercase;background:#e6fffa;border-radius:10px;align-items:center;gap:10px;width:fit-content;margin:0 0 18px;padding:9px 16px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.eyebrow span{font-size:18px;line-height:1}.workspace-header h1{color:#0b0b0b;letter-spacing:0;max-width:1120px;margin:0;font-size:clamp(28px,2.65vw,38px);font-weight:700;line-height:1.1}.intro{color:#56534f;max-width:960px;margin:14px 0 0;font-size:clamp(16px,1.25vw,19px);line-height:1.35}.hero-chips{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.hero-chips span{color:#514e4a;background:#fff;border:1px solid #ddd9d3;border-radius:12px;padding:8px 14px;font-size:14px;font-weight:500;line-height:1}.hero-summary{background:#fff;border:1px solid #e4e1dc;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:24px;padding:18px 22px;display:grid}.hero-summary strong{color:#111;align-items:center;gap:14px;font-size:17px;font-weight:800;display:inline-flex}.hero-summary strong span{background:#0f766e;border-radius:999px;width:13px;height:13px}.hero-summary p{color:#827e78;text-align:right;margin:0;font-size:15px;font-weight:650}.scenario-section{border-bottom:1px solid #e5e2dc;margin-bottom:34px;padding-bottom:28px}.section-heading,.panel-heading{margin-bottom:18px}.section-heading h2{color:#8a8782;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:14px;font-weight:800;line-height:1.2}.panel-heading h2{color:#4c4b49;margin:0;font-size:23px;font-weight:800;line-height:1.15}.panel-heading p{color:#89857f;margin:8px 0 0;font-size:16px;line-height:1.3}.scenario-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:16px;display:grid}.scenario-card{box-sizing:border-box;color:#0b0b0b;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2ded8;border-radius:18px;flex-direction:column;align-items:flex-start;min-height:145px;padding:22px 24px;display:flex}.scenario-card:hover,.scenario-card.active{background:#ecfdf8;border-color:#99f6e4;box-shadow:inset 0 0 0 1px #99f6e4}.scenario-icon{color:#115e59;background:#e6fffa;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:16px;font-weight:800;line-height:1;display:grid}.scenario-card.active .scenario-icon{color:#fff;background:#2f7d73}.scenario-card span:not(.scenario-icon),.scenario-card small{min-width:0;display:block}.scenario-card span:not(.scenario-icon){color:#0b0b0b;margin-bottom:10px;font-size:17px;font-weight:720;line-height:1.15}.scenario-card small{color:#817d77;font-size:15px;font-weight:500;line-height:1.22}.workspace-grid{grid-template-columns:minmax(360px,500px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.incident-form,.analysis-panel{box-sizing:border-box;background:#fff;border:1px solid #d6dce5;border-radius:8px;box-shadow:0 14px 34px #0f172a12}.incident-form{flex-direction:column;gap:16px;padding:22px;display:flex}label{color:#374151;flex-direction:column;gap:7px;font-size:14px;font-weight:700;display:flex}.label-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.char-count{color:#64748b;white-space:nowrap;font-size:12px;font-weight:700}.char-count.at-limit{color:#b45309}.field-help{color:#64748b;font-size:12px;font-weight:500;line-height:1.4}.upload-status{color:#0f766e;background:#eefcf8;border-radius:6px;width:fit-content;padding:7px 10px;font-size:12px;font-weight:800}.text-action{color:#0f766e;cursor:pointer;width:fit-content;font:inherit;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.text-action:hover{color:#115e59;text-decoration:underline}.required-label{align-items:baseline;gap:4px;display:inline-flex}.required-mark{color:#9f1d20;font-weight:900}input,select,textarea{box-sizing:border-box;color:#111827;width:100%;font:inherit;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:10px 12px;font-size:15px;font-weight:400;line-height:1.4}textarea{resize:vertical;min-height:120px}textarea[name=logs],label:nth-of-type(5) textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:15px}input:focus,select:focus,textarea:focus{border-color:#0f766e;outline:3px solid #0f766e29}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.primary-action{color:#fff;cursor:pointer;min-height:46px;font:inherit;background:#0f766e;border:0;border-radius:6px;font-weight:800}.primary-action:hover{background:#115e59}.primary-action:disabled{cursor:not-allowed;background:#94a3b8}.error-message{color:#991b1b;background:#fef2f2;border-left:3px solid #b91c1c;margin:0;padding:14px 16px;font-size:14px;font-weight:700}.analysis-panel{min-height:100%;padding:24px}.empty-state{text-align:center;place-content:center;min-height:420px;display:grid}.empty-preview{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;width:220px;margin:0 auto 22px;padding:14px}.empty-preview span{background:#b7ded8;border-radius:999px;height:9px;display:block}.empty-preview span+span{margin-top:9px}.empty-preview span:nth-child(2){background:#cbd5e1;width:74%}.empty-preview span:nth-child(3){background:#dbeafe;width:52%}.empty-state h2,.analysis-result h2{color:#111827;letter-spacing:0;margin:0;font-size:25px;line-height:1.25}.empty-state p{color:#6b7280;max-width:420px;margin:10px auto 0}.analysis-result{flex-direction:column;gap:22px;display:flex}.result-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:20px;padding-bottom:18px;display:flex}.result-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.result-actions span{color:#115e59;background:#ccfbf1;border:1px solid #99f6e4;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:800}.model-note{color:#64748b;margin:-8px 0 0;font-size:13px}article{border-bottom:1px solid #eef2f7;padding-bottom:18px}article:last-child{border-bottom:0;padding-bottom:0}article h3{color:#1f2937;margin:0 0 8px;font-size:16px}.article-heading{margin-bottom:10px}.checklist-heading,.update-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.checklist-heading span{color:#0f766e;white-space:nowrap;background:#eefcf8;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.article-heading h3{margin-bottom:5px}.article-heading p{color:#64748b;font-size:13px}article p{color:#4b5563;font-size:inherit;margin:0;line-height:1.45}ol,.insight-list{color:#4b5563;font-size:inherit;margin:0;padding-left:22px}li+li{margin-top:8px}.checklist{gap:9px;display:grid}.checklist-item{color:#334155;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;padding:11px 12px;font-size:14px;font-weight:500;line-height:1.45;display:grid}.checklist-item input{accent-color:#0f766e;width:16px;height:16px;margin:2px 0 0}.checklist-item.completed{background:#f0fdfa;border-color:#b7ded8}.checklist-item.completed span{color:#827e78;text-decoration:line-through}.reference-list{gap:12px;display:grid}.reference-item{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;padding:12px}.retrieved-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.retrieved-item{background:#f0fdfa;border-color:#b7ded8}.reference-item strong,.reference-item code,.reference-item p{display:block}.reference-item strong{color:#1f2937;font-size:14px}.reference-item code{white-space:normal;overflow-wrap:anywhere;width:fit-content;max-width:100%;margin:8px 0}.reference-item p{font-size:13px;line-height:1.45}.update-tabs{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.update-tabs button,.copy-button{color:#334155;cursor:pointer;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:800}.update-tabs button:hover,.update-tabs button.active,.copy-button:hover{color:#115e59;background:#f0fdfa;border-color:#0f766e}.stakeholder-update{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;padding:13px}.stakeholder-update p{color:#334155;line-height:1.5}@media (width<=1100px){.app-shell{width:min(100% - 32px,780px);padding:22px 0 44px}.hero-summary,.scenario-section,.workspace-grid,.form-row{grid-template-columns:1fr}.hero-summary p{text-align:left}.scenario-strip{grid-template-columns:1fr}.scenario-card{min-height:150px}.incident-form{padding:22px}.workspace-header h1{font-size:34px}.intro,.hero-summary p,.panel-heading p,.empty-state p{font-size:18px}input,select,textarea{font-size:15px}.result-header,.update-heading{flex-direction:column}.result-actions{align-items:flex-start}}
