:root{color-scheme:light;font-family:Inter,sans-serif;background:#f9f9ff;color:#191b23;--bg: #f9f9ff;--surface: #ffffff;--surface-low: #f2f3fd;--surface-mid: #ecedf7;--border: #c2c6d6;--text: #191b23;--muted: #596373;--primary: #0058be;--primary-strong: #2170e4;--primary-soft: #d8e2ff;--success: #1f9d55;--warning: #c76d00}*{box-sizing:border-box}body{margin:0;min-width:1280px;background:var(--bg);color:var(--text);height:100vh;overflow:hidden}#root{height:100vh;overflow:hidden}button,input,textarea,select{font:inherit}.material-symbols-outlined{font-family:Material Symbols Outlined,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.app-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{height:56px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 24px}.brand-area,.topbar-actions{display:flex;align-items:center;gap:18px}.brand-mark{font-size:18px;font-weight:700;letter-spacing:-.02em}.topbar-search input{width:280px;height:36px;border:1px solid transparent;border-radius:10px;background:var(--surface-low);padding:0 14px 0 38px}.topbar-search{position:relative}.topbar-search .nav-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#97a0b0}.profile-pill{display:flex;align-items:center;gap:12px;padding-left:18px;border-left:1px solid var(--border);color:var(--text)}.profile-copy{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.profile-copy strong{font-size:13px;font-weight:600;line-height:1.2}.profile-copy span{font-size:11px;color:var(--muted);line-height:1.2}.avatar{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:700}.workspace-shell{display:flex;flex:1;min-height:0;overflow:hidden}.sidebar{width:240px;background:#f7f8fc;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 0 14px;gap:10px;overflow:hidden}.sidebar-label,.stat-label,.section-tag{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.phase-nav{display:flex;flex-direction:column;gap:2px;padding:0 12px}.phase-item{display:flex;align-items:center;gap:12px;background:transparent;border:0;text-align:left;padding:12px 14px;font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;border-right:4px solid transparent;cursor:pointer;border-radius:0}.phase-item.active{background:var(--surface);color:var(--primary);border-right-color:var(--primary)}.phase-item .nav-icon{font-size:18px;color:currentColor}.phase-item-label{white-space:nowrap;line-height:1.2}.phase-item:disabled{opacity:.5;cursor:not-allowed}.primary-action,.primary-button,.secondary-button,.icon-button,.ghost-link{border-radius:8px;border:1px solid transparent;cursor:pointer}.primary-action,.primary-button{background:var(--primary);color:#fff;padding:10px 16px;font-weight:600}.primary-button.large{padding-inline:20px}.secondary-button{background:var(--surface);color:var(--text);border-color:var(--border);padding:10px 16px}.icon-button{background:transparent;color:var(--muted);padding:8px 10px}.topbar-icon-button{width:36px;height:36px;display:grid;place-items:center;padding:0}.topbar-icon-button:hover{background:#f4f6fb}.ghost-link{background:transparent;color:var(--muted);padding:8px 12px;text-align:left;display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding:14px 12px 0;border-top:1px solid var(--border)}.primary-action{margin:6px 16px 0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;border-radius:10px;box-shadow:0 6px 18px #0058be29}.primary-action:disabled,.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.65}.main-panel{flex:1;min-width:0;min-height:0;padding:16px;position:relative;overflow-y:auto;overflow-x:hidden}.dashboard-layout,.content-layout,.report-layout,.generator-layout,.workbench-entry-layout{display:flex;flex-direction:column;gap:16px}.dashboard-header,.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.create-task-card{gap:12px}.create-task-form{display:grid;grid-template-columns:180px minmax(240px,420px);gap:16px}.create-task-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}.create-task-form input,.create-task-form select{height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:0 12px}.dashboard-header h1,.section-header h1,.section-header h2{margin:0;font-size:30px;line-height:38px}.dashboard-header p,.section-header p,.placeholder-card p{margin:8px 0 0;color:var(--muted)}.section-header h2{font-size:26px;line-height:34px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card,.content-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px}.stat-card strong{display:block;margin-top:8px;font-size:34px;line-height:1}.stat-card small{color:var(--muted)}.stat-card.accent,.accent-panel{background:linear-gradient(135deg,#0058be,#2170e4);color:#fff}.stat-card.accent .stat-label,.accent-panel h2,.accent-panel p{color:inherit}.progress-bar{margin-top:16px;height:6px;border-radius:999px;background:var(--surface-mid);overflow:hidden}.progress-bar span{display:block;height:100%;background:var(--primary-strong)}.dashboard-grid,.step-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:16px}.wide{padding:0;overflow:hidden}.generator-section{overflow:hidden}.section-header{padding:24px 24px 18px;border-bottom:1px solid var(--border)}.section-header.compact{align-items:center}.header-actions,.toolbar-group,.report-actions,.inline-actions{display:flex;gap:10px}.table-wrap{overflow:auto}.table-caption{padding:16px 20px 0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #e6e7f2;vertical-align:top;text-align:left;font-size:13px}th{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--surface-low)}tbody tr.selected,.task-row:hover{background:#d8e2ff59}.task-row{cursor:pointer}.table-action{background:transparent;border:0;color:var(--primary);font-weight:600;cursor:pointer}.inline-editor{display:grid;gap:12px;padding:18px 20px 20px;border-top:1px solid var(--border);background:#fbfbff}.inline-editor label,.evidence-meta-grid span,.evidence-quote span,.editor-label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.inline-editor input,.report-paper textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--surface);margin-top:8px}.evidence-panel{border-left:1px solid var(--border);background:#fbfbff;padding:20px;display:flex;flex-direction:column;gap:16px}.evidence-panel h2,.content-card h2{margin:0;font-size:18px;line-height:26px}.evidence-document{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.document-chrome{padding:10px 12px;background:var(--surface-mid);color:var(--muted);font-family:JetBrains Mono,monospace;font-size:12px}.document-body{height:180px;background:linear-gradient(#eef1fb 18px,transparent 18px) 24px 30px / calc(100% - 48px) 26px no-repeat,linear-gradient(#eef1fb 18px,transparent 18px) 24px 70px / calc(100% - 92px) 26px no-repeat,linear-gradient(#fff4c4 36px,transparent 36px) 20px 104px / calc(100% - 40px) 42px no-repeat,#fdfdff}.evidence-meta-grid,.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.evidence-meta-grid div,.insight-grid div{padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.evidence-quote,.insight-card{padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.evidence-quote p,.insight-card p{margin:10px 0 0;color:var(--muted);line-height:1.6}.insight-hero{height:128px;border-radius:8px;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.35),transparent 22%),linear-gradient(135deg,#0058bef2,#2170e48c),#0058be;margin-bottom:12px}.placeholder-card{min-height:360px;display:grid;align-content:start;gap:10px}.generator-summary-card{padding:0;overflow:hidden}.workbench-start-card h1{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.03em}.workbench-start-card p{margin:0;max-width:720px;color:var(--muted);line-height:1.75}.workbench-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:54px;padding:28px 10px 22px 12px}.workbench-hero-copy{display:grid;gap:18px;padding:8px 20px}.system-pill{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:8px 14px;border-radius:999px;background:#dce8ff;color:#47648f;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.system-dot{width:8px;height:8px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 4px #0058be1f}.workbench-hero-copy h1{margin:0;max-width:640px;font-size:54px;line-height:1.04;letter-spacing:-.05em}.workbench-hero-copy p{margin:0;max-width:650px;color:#505c70;font-size:16px;line-height:1.62}.workbench-hero-actions{display:flex;gap:14px;padding-top:6px}.workbench-hero-button{min-width:188px;min-height:52px;font-size:15px;font-weight:700;border-radius:10px;box-shadow:0 10px 20px #0058be24}.workbench-hero-visual{position:relative;min-height:430px;display:grid;place-items:center}.dashboard-frame{width:100%;max-width:470px;padding:6px;border-radius:22px;background:linear-gradient(145deg,#d9e6ff,#fbfdff);box-shadow:0 18px 42px #273d6929}.dashboard-shell{min-height:364px;border-radius:18px;padding:24px 20px 18px;background:radial-gradient(circle at 22% 32%,rgba(73,201,255,.22),transparent 28%),radial-gradient(circle at 78% 22%,rgba(76,182,255,.14),transparent 20%),linear-gradient(145deg,#213645 2%,#264b5b 48%,#233846);color:#93d7ff;position:relative;overflow:hidden}.dashboard-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 96%,#93d7ff14 96%) 0 0 / 100% 38px,linear-gradient(90deg,transparent 96%,rgba(147,215,255,.05) 96%) 0 0 / 48px 100%;opacity:.35;pointer-events:none}.dashboard-title{font-size:15px;font-weight:500;letter-spacing:.02em;color:#6dc8ff}.dashboard-selector{margin-top:14px;display:flex;justify-content:space-between;align-items:center;height:42px;padding:0 14px;border-radius:8px;border:1px solid rgba(120,198,240,.16);background:#6ec0f01a;color:#bddff7;font-size:13px}.dashboard-panel{margin-top:8px;border-radius:8px;border:1px solid rgba(120,198,240,.14);background:#5fb7f01a;padding:12px 12px 14px}.dashboard-panel-wide{margin-top:10px}.dashboard-panel-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#c1e6fcb8}.dashboard-chart{display:grid;grid-template-columns:minmax(0,1fr) 116px;align-items:center;gap:12px;margin-top:12px}.dashboard-bars{display:grid;gap:10px}.dashboard-bars span{display:block;height:11px;border-radius:999px;background:linear-gradient(90deg,#75d8fff2,#75d8ff1f);box-shadow:inset 0 0 0 1px #75d8ff14}.dashboard-radar{position:relative;width:94px;height:94px;margin-left:auto}.dashboard-radar-ring,.dashboard-radar-core{position:absolute;border-radius:999px}.dashboard-radar-ring{top:0;right:0;bottom:0;left:0;border:2px solid rgba(99,208,255,.22)}.dashboard-radar-ring.ring-b{top:16px;right:16px;bottom:16px;left:16px}.dashboard-radar-core{top:32px;right:32px;bottom:32px;left:32px;background:#68ddffe6;box-shadow:0 0 0 10px #68ddff14}.dashboard-timeline{margin-top:14px}.dashboard-status-chip{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#5fccff29;color:#c9efff;font-size:12px}.dashboard-timeline-line{margin-top:14px;height:3px;border-radius:999px;background:linear-gradient(90deg,#72d6ff,#72d6ff29)}.dashboard-timeline-marks{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#c9efffc7}.dashboard-footnote{margin-top:18px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#bae3fc85}.synthesis-badge{position:absolute;left:8px;bottom:10px;display:flex;align-items:center;gap:14px;min-width:220px;padding:14px 18px;border-radius:12px;background:#fffffff5;border:1px solid rgba(199,209,228,.9);box-shadow:0 14px 28px #273d692e}.synthesis-badge-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#ffe0cf;color:#b86b39}.synthesis-badge span{display:block;color:#6b7283;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.synthesis-badge strong{display:block;margin-top:3px;color:#0d5dc7;font-size:30px;line-height:1;letter-spacing:-.04em}.methodology-section{padding:18px 20px 10px}.methodology-heading{display:flex;align-items:center;gap:18px;margin-bottom:28px}.methodology-heading h2{margin:0;font-size:26px;line-height:1.15}.methodology-heading p{margin:8px 0 0;color:#606b7f}.methodology-line{flex:1;height:1px;background:linear-gradient(90deg,#919eba85,#919eba14)}.methodology-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.method-card{min-height:324px;padding:28px 30px 26px;border-radius:12px;border:1px solid #cfd6e6;background:#ffffffeb;box-shadow:0 10px 24px #273d690d;display:grid;align-content:start;gap:18px;position:relative}.method-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:12px 0 0 12px;background:#2f6bcc}.method-card-top{display:flex;justify-content:space-between;align-items:center}.method-card-top strong{font-size:40px;line-height:1;letter-spacing:-.05em;color:#1864d9}.method-card-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f2f5fb;color:#345d9b}.method-card h3{margin:8px 0 0;font-size:34px;line-height:1.1;letter-spacing:-.03em}.method-card p{margin:0;color:#586477;line-height:1.6}.method-card.tone-amber:before{background:#8f4819}.method-card.tone-amber .method-card-top strong,.method-card.tone-amber .method-card-icon{color:#8f4819}.method-card.tone-slate:before{background:#566170}.method-card.tone-slate .method-card-top strong,.method-card.tone-slate .method-card-icon{color:#566170}.method-card.tone-primary{background:linear-gradient(180deg,#1065d4,#156fe2);border-color:transparent;box-shadow:0 18px 30px #1065d438}.method-card.tone-primary:before{display:none}.method-card.tone-primary .method-card-top strong,.method-card.tone-primary .method-card-icon,.method-card.tone-primary h3,.method-card.tone-primary p{color:#fff}.method-card.tone-primary .method-card-icon{background:#ffffff1f}.generator-summary-header{align-items:center}.generator-summary-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.4fr);gap:18px;padding:22px 24px 24px}.generator-hero{padding:22px;border-radius:16px;background:radial-gradient(circle at top right,rgba(255,255,255,.28),transparent 32%),linear-gradient(135deg,#0f4fa8,#2f7ce8);color:#fff}.generator-hero h2{margin:14px 0 8px;font-size:32px;line-height:1.1}.generator-hero p{margin:0;color:#ffffffd1}.generator-step-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.generator-step-chip{border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--surface-low);display:grid;gap:6px}.generator-step-chip strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.generator-step-chip span{font-size:17px;font-weight:700}.generator-step-chip small{color:var(--muted)}.generator-step-chip.current{background:#edf4ff;border-color:#97baf0;box-shadow:inset 0 0 0 1px #0058be14}.generator-step-chip.done{background:#f3fbf6;border-color:#a7d9ba}.generator-step-chip.pending{opacity:.78}.empty-step-state{margin:18px;padding:20px;border:1px dashed #b8bfd3;border-radius:14px;background:#fcfcff}.empty-step-state strong{display:block;font-size:16px}.empty-step-state p{margin:8px 0 0;color:var(--muted);line-height:1.7}.embedded-report-layout{padding:18px 24px 24px}.history-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.history-open-button{white-space:nowrap}.report-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:10px 14px}.report-toolbar-meta{display:grid;gap:4px;min-width:180px}.report-toolbar-meta strong{font-size:14px}.report-preview-note{font-size:12px;color:var(--muted)}.report-format-button{border:1px solid var(--border);background:var(--surface-low);color:var(--text)}.report-canvas-wrap{display:flex;justify-content:center;padding:20px 0 32px}.report-paper{width:min(860px,100%);min-height:980px;padding:48px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 12px 32px #191b2314}.report-paper.preview{background:linear-gradient(180deg,#d8e2ff57,#fff0) 0 0 / 100% 180px no-repeat,var(--surface)}.report-paper.editing{padding-top:24px}.report-editor{min-height:760px;border:1px solid var(--border);border-radius:12px;padding:28px 32px;background:#fff;font-size:15px;line-height:1.8;outline:none;box-shadow:inset 0 1px #ffffffb3}.report-editor:focus{border-color:var(--primary);box-shadow:inset 0 1px #ffffffb3,0 0 0 3px #2170e429}.report-content{color:#243041;font-size:15px;line-height:1.8}.report-content .report-document{display:grid;gap:28px}.report-content .report-cover{padding-bottom:26px;border-bottom:1px solid #d8dfec}.report-content .report-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.report-content h1{margin:14px 0 8px;font-size:40px;line-height:1.08;letter-spacing:-.04em;color:#182233}.report-content .report-subtitle{margin:0;font-size:20px;color:#35537c}.report-content .report-meta{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0}.report-content .report-meta span{padding:6px 10px;border-radius:999px;background:#eef4ff;color:#28466d;font-size:12px;font-weight:600}.report-content .report-section,.report-editor .report-section{display:grid;gap:14px}.report-content h2,.report-editor h2{margin:0;padding-bottom:10px;border-bottom:1px solid #d8dfec;font-size:24px;line-height:1.3;color:#1c2940}.report-content h3,.report-editor h3{margin:10px 0 0;font-size:20px;line-height:1.4;color:#173864}.report-content h4,.report-editor h4{margin:10px 0 0;font-size:14px;font-weight:700;letter-spacing:.04em;color:#3a4f71}.report-content p,.report-editor p,.report-content li,.report-editor li{margin:0}.report-content ol,.report-content ul,.report-editor ol,.report-editor ul{margin:0;padding-left:22px;display:grid;gap:8px}.report-content table,.report-editor table{width:100%;border-collapse:collapse;margin-top:4px}.report-content th,.report-content td,.report-editor th,.report-editor td{padding:12px 14px;border:1px solid #dfe5f1;font-size:13px;vertical-align:top}.report-content th,.report-editor th{background:#f3f6fb;color:#50627c;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.case-study{display:grid;gap:12px;padding-top:10px}.timeline{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:18px}.timeline li{display:grid;gap:4px;padding-left:18px;border-left:2px solid var(--primary-soft)}.side-stack{display:grid;gap:16px}.flash-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:#191b23eb;color:#fff;border-radius:12px;padding:12px 18px;font-size:13px;box-shadow:0 10px 24px #191b232e}.stitch-workbench-layout{margin:-16px;min-height:calc(100vh - 56px);background:#f7f8fc;display:flex;flex-direction:column}.workbench-step-nav{position:sticky;top:0;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:center;padding:26px 28px 20px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e7ebf3}.workbench-step-tab{position:relative;display:flex;align-items:center;gap:14px;min-width:0;padding:0;border:0;background:transparent;color:#1f2937;text-align:left}.workbench-step-tab strong{position:relative;z-index:1;font-size:15px;font-weight:600;line-height:1.2;white-space:nowrap}.workbench-step-icon-shell{position:relative;z-index:1;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#aab2bf}.workbench-step-icon-shell .material-symbols-outlined{font-size:28px}.workbench-step-connector{flex:1;min-width:48px;height:16px;margin-left:4px;display:flex;align-items:center;gap:6px}.workbench-step-connector-line{flex:1;height:2px;border-radius:999px;background:#e5e7eb}.workbench-step-connector-arrow{width:8px;height:8px;border-top:2px solid #e5e7eb;border-right:2px solid #e5e7eb;transform:rotate(45deg);flex:0 0 auto}.workbench-step-tab.active .workbench-step-icon-shell,.workbench-step-tab.is-completed .workbench-step-icon-shell,.workbench-step-tab.is-running .workbench-step-icon-shell{color:#4285f4}.workbench-step-tab.active strong,.workbench-step-tab.is-completed strong,.workbench-step-tab.is-running strong{color:#1f2937}.workbench-step-tab.is-failed .workbench-step-icon-shell{color:#d14343}.workbench-step-tab.is-disabled strong{color:#a0a7b4}.workbench-step-tab.is-disabled .workbench-step-icon-shell,.workbench-step-tab:disabled .workbench-step-icon-shell{color:#c9ced8}.workbench-step-tab.is-completed .workbench-step-connector-line,.workbench-step-tab.is-running .workbench-step-connector-line,.workbench-step-tab.active .workbench-step-connector-line{background:#4285f4}.workbench-step-tab.is-completed .workbench-step-connector-arrow,.workbench-step-tab.is-running .workbench-step-connector-arrow,.workbench-step-tab.active .workbench-step-connector-arrow{border-top-color:#4285f4;border-right-color:#4285f4}.workbench-step-tab:disabled{cursor:not-allowed}.runtime-kicker{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.runtime-kicker{color:var(--primary)}.runtime-timeline{margin-top:auto;padding:18px 20px 28px;border-top:1px solid #d9dfeb;background:linear-gradient(180deg,#f8f9ffb8,#f2f5fb)}.runtime-timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.runtime-timeline-header h2,.runtime-card h3{margin:0}.runtime-status-chip{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.runtime-status-chip.tone-success{background:#e6f6ed;color:#157347}.runtime-status-chip.tone-warning{background:#fff3dd;color:#9a5b00}.runtime-status-chip.tone-danger{background:#ffe3e0;color:#b42318}.runtime-status-chip.tone-info{background:#e8f1ff;color:var(--primary)}.runtime-timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.runtime-card{background:#fff;border:1px solid #d6dcea;border-radius:18px;padding:18px;display:grid;gap:14px}.runtime-card-wide{grid-column:1 / -1}.runtime-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.runtime-summary-grid span,.runtime-task-top span,.runtime-task-meta,.runtime-event-item span,.runtime-empty-copy,.runtime-empty-state p,.runtime-error-copy{color:#607084;font-size:12px;line-height:1.6}.runtime-summary-grid strong,.runtime-task-top strong,.runtime-event-item strong,.runtime-empty-state strong{display:block;color:#1f2937}.runtime-task-list,.runtime-event-list{display:grid;gap:12px}.runtime-task-item,.runtime-event-item{padding:14px;border-radius:14px;background:#f7f9fc;border:1px solid #e0e6f0}.runtime-task-top,.runtime-task-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.runtime-progress-bar{height:8px;border-radius:999px;overflow:hidden;background:#e5ebf5;margin:10px 0 8px}.runtime-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--primary),#4f8df6)}.runtime-event-item{display:grid;grid-template-columns:140px minmax(0,1fr);gap:14px}.runtime-empty-state{border:1px dashed #c9d3e4;border-radius:18px;padding:22px;background:#fff}.stitch-stage-header,.stitch-page-heading,.stitch-final-header{display:grid;gap:10px}.stitch-stage-header h1,.stitch-page-heading h1,.stitch-final-header h1{margin:0;font-size:32px;line-height:1.15;letter-spacing:-.04em}.stitch-stage-header p,.stitch-page-heading p,.stitch-final-header p{margin:0;max-width:760px;color:#4f5d70;font-size:15px;line-height:1.7}.stitch-stage-kicker,.stitch-breadcrumb{color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.stitch-entity-stage,.stitch-product-stage{max-width:1120px;margin:0 auto;padding:56px 40px 36px}.stitch-entity-form{display:grid;gap:28px;margin-top:42px}.stitch-section-label{display:block;margin-bottom:16px;font-size:15px;font-weight:600}.stitch-entity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stitch-entity-card{display:grid;gap:14px;padding:22px;background:#fff;border:1px solid #ccd3e2;border-radius:18px;text-align:left;color:inherit}.stitch-entity-card.active{border-width:2px;border-color:var(--primary);box-shadow:0 6px 18px #2170e414}.stitch-entity-card strong{font-size:15px}.stitch-entity-card p{margin:0;color:#5b6778;font-size:13px;line-height:1.6}.stitch-entity-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef3ff;color:var(--primary)}.stitch-entity-card.active .stitch-entity-icon{background:var(--primary);color:#fff}.stitch-entity-input{width:100%;min-height:56px;padding:16px 18px;border:1px solid #c7cfde;border-radius:16px;background:#fff;color:var(--text)}.stitch-entity-input[readonly]{color:#2f3a49}.stitch-upload-block{display:grid;gap:14px}.stitch-upload-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.stitch-upload-heading .stitch-section-label{margin-bottom:0}.stitch-upload-tip{color:#607084;font-size:12px}.stitch-upload-panel{padding:34px 28px;border:2px dashed #c7cfde;border-radius:20px;background:#fbfcff;display:grid;justify-items:center;gap:10px;text-align:center;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.stitch-upload-panel.is-dragover{border-color:var(--primary);background:#f2f7ff;box-shadow:0 10px 30px #2170e41f}.stitch-upload-panel p{max-width:520px;margin:0;color:#607084;line-height:1.7}.stitch-upload-icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#5f6c80;box-shadow:0 6px 18px #0f172a14}.stitch-upload-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stitch-upload-list{display:grid;gap:10px}.stitch-upload-item,.stitch-upload-empty{border:1px solid #d5dcea;border-radius:16px;background:#fff}.stitch-upload-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.stitch-upload-filemeta{min-width:0;display:flex;align-items:center;gap:12px}.stitch-upload-fileicon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#eef3ff;color:var(--primary)}.stitch-upload-filemeta strong,.stitch-upload-filemeta span{display:block}.stitch-upload-filemeta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.stitch-upload-filemeta span{margin-top:4px;color:#607084;font-size:12px}.stitch-upload-remove{width:36px;height:36px;flex:0 0 auto;border:1px solid #d6ddeb;border-radius:12px;background:#fff;color:#5f6c80;display:grid;place-items:center;cursor:pointer}.stitch-upload-empty{padding:16px;color:#607084;font-size:13px;line-height:1.6}.stitch-stage-footer,.stitch-pane-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.stitch-stage-footer{margin-top:44px;padding-top:24px;border-top:1px solid #d9dfeb}.stitch-footer-link,.stitch-footer-primary,.stitch-ghost-button,.stitch-text-button{display:inline-flex;align-items:center;gap:8px;border-radius:14px;font-weight:600;cursor:pointer}.stitch-footer-link{border:0;background:transparent;color:#586577;padding:10px 4px}.stitch-footer-primary{border:0;padding:14px 20px;background:var(--primary);color:#fff;box-shadow:0 10px 24px #0058be2e}.stitch-footer-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.stitch-ghost-button{border:1px solid #cdd4e1;background:#fff;color:#2b3748;padding:11px 14px}.stitch-text-button{border:0;background:transparent;color:var(--primary);padding:0}.stitch-inline-button{padding-inline:16px}.stitch-split-stage{min-height:calc(100vh - 56px);display:grid;grid-template-columns:minmax(0,1.75fr) minmax(340px,1fr);background:#f7f8fc}.stitch-table-pane,.stitch-preview-pane{min-height:calc(100vh - 56px)}.stitch-table-pane{display:grid;grid-template-rows:auto 1fr auto;background:#f8f9ff;border-right:1px solid #d9dfeb}.stitch-pane-header{display:flex;justify-content:space-between;gap:16px;padding:28px 30px 22px;border-bottom:1px solid #d9dfeb;background:#f8f9ff}.stitch-pane-header h1,.stitch-preview-header h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.03em}.stitch-pane-header p{margin:8px 0 0;color:#4f5d70;font-size:14px;line-height:1.65}.stitch-pane-actions,.stitch-heading-actions{display:flex;align-items:center;gap:12px}.stitch-heading-action-button{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cdd7e8;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);color:#203045;font-size:15px;font-weight:600;box-shadow:0 6px 18px #1c355c14;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.stitch-heading-action-button:hover:not(:disabled){transform:translateY(-1px);border-color:#b8c9e2;box-shadow:0 10px 24px #1c355c1f}.stitch-heading-action-button.primary{border-color:#0e61cd;background:linear-gradient(135deg,#0f5fc7,#1f74dd);color:#fff;box-shadow:0 14px 28px #0f5fc73d}.stitch-heading-action-button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.stitch-table-scroll,.stitch-preview-scroll,.stitch-assets-list{overflow:auto}.stitch-data-table,.stitch-matrix-table{width:100%;border-collapse:collapse}.stitch-data-table thead,.stitch-matrix-table thead{position:sticky;top:0;z-index:1;background:#eef2fb}.stitch-data-table th,.stitch-matrix-table th{padding:16px 20px;text-align:left;border-bottom:1px solid #d9dfeb;color:#5d6979;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stitch-data-table td,.stitch-matrix-table td{padding:18px 20px;border-bottom:1px solid #ebeff6;font-size:14px;line-height:1.6;vertical-align:top}.stitch-data-table tbody tr{cursor:pointer}.stitch-data-table tbody tr.is-active{background:#eaf1ff;box-shadow:inset 2px 0 0 var(--primary)}.stitch-entry-cell{max-width:280px;color:#0f58cb;font-size:16px;font-weight:500}.stitch-progress-bar{width:78px;height:6px;overflow:hidden;border-radius:999px;background:#dbe3f0}.stitch-progress-bar span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.stitch-type-pill,.stitch-status-pill,.stitch-tech-pill,.stitch-status-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700}.stitch-type-pill.tone-slate{background:#dfe5f5;color:#5c6881}.stitch-type-pill.tone-amber{background:#ffe5d1;color:#a65319}.stitch-type-pill.tone-stone,.stitch-type-pill.tone-neutral{background:#eceff6;color:#5d6979}.stitch-type-pill.tone-blue,.stitch-tech-pill.tone-blue{background:#e8f0ff;color:#0f58cb}.stitch-tech-pill.tone-amber{background:#fff0dc;color:#b85d1b}.stitch-tech-pill.tone-green{background:#e5fbef;color:#0b8f5a}.stitch-status-pill.tone-success,.stitch-status-badge.trusted{background:#def7e7;color:#118652}.stitch-status-pill.tone-warning{background:#fff0bc;color:#9b6a00}.stitch-status-pill.tone-danger{background:#ffe0dd;color:#ba1a1a}.stitch-chevron-cell{width:44px;color:#7e8898}.stitch-pane-footer{padding:18px 22px;border-top:1px solid #d9dfeb;background:#fff;color:#536071}.stitch-preview-pane,.stitch-assets-pane{display:grid;grid-template-rows:auto 1fr auto;background:#fff}.stitch-preview-header,.stitch-assets-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #d9dfeb;background:#fbfcff}.stitch-preview-title{display:flex;align-items:center;gap:10px}.stitch-preview-card,.stitch-reference-card,.stitch-inline-editor-panel,.stitch-asset-card,.stitch-stat-card,.stitch-insight-card,.stitch-secondary-card,.stitch-summary-card,.stitch-meta-card,.stitch-lineage-card{background:#fff;border:1px solid #d9dfeb;border-radius:18px;box-shadow:0 8px 24px #0f172a0d}.stitch-preview-scroll{padding:24px;display:grid;gap:18px;background:linear-gradient(180deg,#f9fbff,#f4f6fb)}.stitch-preview-card{padding:22px;display:grid;gap:22px}.stitch-preview-card-top{display:flex;justify-content:space-between;gap:16px}.stitch-preview-card-top strong{color:#0f58cb;font-size:14px}.stitch-preview-card-top h3{margin:8px 0 0;font-size:18px;line-height:1.4}.stitch-preview-block{display:grid;gap:10px}.stitch-preview-block>span,.stitch-reference-card-head>span{color:#5d6979;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stitch-preview-block p{margin:0;padding-left:14px;border-left:2px solid #b7caff;color:#2c3746;font-size:15px;line-height:1.7}.stitch-preview-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stitch-preview-meta div{padding:14px;border-radius:14px;background:#f1f4fb;display:grid;gap:6px}.stitch-preview-meta span,.stitch-meta-list span,.stitch-summary-metrics span,.stitch-mini-metrics span,.stitch-asset-card p,.stitch-lineage-item span,.stitch-evidence-row span{color:#617082;font-size:12px}.stitch-extraction-list{display:grid;gap:10px}.stitch-extraction-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e1e6ef;border-radius:12px;background:#fff}.stitch-reference-card,.stitch-inline-editor-panel{padding:18px 20px}.stitch-reference-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.stitch-reference-card p,.stitch-preview-empty,.stitch-insight-card p,.stitch-summary-body{margin:0;color:#425064;line-height:1.8}.stitch-inline-editor-panel{display:grid;gap:12px}.stitch-inline-editor-panel label{font-size:14px;font-weight:600}.stitch-inline-editor-panel input{width:100%;min-height:48px;padding:0 14px;border:1px solid #cdd4e1;border-radius:12px}.stitch-inline-editor-actions{display:flex;justify-content:flex-end;gap:12px}.stitch-product-stage{display:grid;gap:28px}.stitch-product-grid,.stitch-final-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,.8fr);gap:24px}.stitch-matrix-card{border:1px solid #d9dfeb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #0f172a0d}.stitch-card-head,.stitch-lineage-head,.stitch-summary-head,.stitch-secondary-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.stitch-secondary-card-head{align-items:flex-start}.stitch-secondary-card-head p{margin:8px 0 0;color:#5f6d7f;font-size:14px;line-height:1.7}.stitch-card-head{padding:18px 22px;border-bottom:1px solid #d9dfeb;background:#fbfcff}.stitch-priority-legend{display:flex;gap:16px;font-size:12px;font-weight:600}.stitch-priority-legend .high{color:#14a44d}.stitch-priority-legend .medium{color:#2563eb}.stitch-product-name{font-size:18px;font-weight:600}.stitch-side-cards,.stitch-final-side{display:grid;gap:20px}.stitch-stat-card,.stitch-insight-card,.stitch-secondary-card,.stitch-summary-card,.stitch-meta-card,.stitch-lineage-card{padding:22px}.stitch-stat-card h3,.stitch-secondary-card h3,.stitch-summary-head h3,.stitch-meta-card h4,.stitch-lineage-head h3{margin:0;font-size:18px}.stitch-progress-meta,.stitch-summary-head{margin-bottom:14px}.stitch-progress-meta{display:flex;justify-content:space-between;gap:12px;color:#617082;font-size:12px;font-weight:600;text-transform:uppercase}.stitch-mini-metrics,.stitch-summary-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.stitch-mini-metrics div,.stitch-summary-metrics div{padding:14px 16px;border-radius:14px;background:#f3f6fb;display:grid;gap:4px}.stitch-mini-metrics strong,.stitch-summary-metrics strong,.stitch-stat-card strong{font-size:20px;line-height:1.1}.low-risk{color:#118652}.stitch-insight-card{background:#edf4ff;border-color:#bfd6ff}.stitch-insight-label,.stitch-complete-tag{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.stitch-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.stitch-benchmark-section{display:grid;gap:18px}.stitch-benchmark-count{color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stitch-benchmark-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.stitch-benchmark-card{padding:20px;border:1px solid #d9dfeb;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 24px #0f172a0d;display:grid;gap:14px}.stitch-benchmark-top{display:grid;gap:8px}.stitch-benchmark-top strong{font-size:19px;line-height:1.35}.stitch-benchmark-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stitch-benchmark-meta div{padding:12px 14px;border-radius:14px;background:#eef4ff;display:grid;gap:6px}.stitch-benchmark-meta span,.stitch-benchmark-foot span{color:#627286;font-size:12px}.stitch-benchmark-card p{margin:0;color:#3f4d61;line-height:1.75}.stitch-benchmark-foot{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:4px;border-top:1px solid #e6ebf4}.stitch-benchmark-foot span:last-child{text-align:right}.stitch-stack-list,.stitch-evidence-list,.stitch-meta-list,.stitch-assets-actions{display:grid;gap:14px}.stitch-stack-row{display:grid;grid-template-columns:72px minmax(0,1fr) 42px;align-items:center;gap:14px}.stitch-stack-bar{height:18px;border-radius:999px;background:#e6ebf4;overflow:hidden}.stitch-stack-fill{height:100%}.stitch-stack-fill.tone-blue{background:linear-gradient(90deg,#3b82f6,#93c5fd)}.stitch-stack-fill.tone-green{background:linear-gradient(90deg,#10b981,#9ae6b4)}.stitch-stack-fill.tone-purple{background:linear-gradient(90deg,#a855f7,#d8b4fe)}.stitch-evidence-row,.stitch-lineage-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.stitch-evidence-row{padding:10px 0;border-bottom:1px solid #edf1f7}.stitch-evidence-row:last-child{border-bottom:0}.stitch-evidence-row div{display:grid;gap:4px}.stitch-final-report-stage{min-height:calc(100vh - 56px);padding:28px 32px 48px;background:#eef0fb}.stitch-final-report-shell{width:min(100%,1100px);margin:0 auto;display:grid;gap:18px}.stitch-final-report-topbar{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.stitch-final-report-breadcrumbs{display:flex;align-items:center;gap:8px;color:#485064;font-size:13px;line-height:1}.stitch-final-report-breadcrumbs strong{color:#191b23;font-size:14px;font-weight:600}.stitch-final-report-breadcrumbs .nav-icon{font-size:18px;color:#5c6577}.stitch-final-report-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.stitch-report-action-button{height:34px;padding:0 14px;border:1px solid #c2c6d6;border-radius:4px;background:#fff;color:#191b23;font-size:13px;font-weight:500}.stitch-report-action-button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.stitch-report-action-button:disabled{opacity:.55;cursor:not-allowed}.stitch-final-report-paper{min-height:1220px;padding:56px 52px 48px;border:1px solid #d7dbe8;border-radius:4px;background:#fff;box-shadow:0 1px 3px #191b230d,0 1px 2px #191b231a}.stitch-final-paper-header{padding-bottom:28px;border-bottom:1px solid #c2c6d6}.stitch-final-paper-title h1{margin:0;font-size:30px;line-height:38px;letter-spacing:-.02em}.stitch-final-paper-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:10px;color:#485064;font-size:13px}.stitch-final-paper-meta>span{display:inline-flex;align-items:center;gap:6px}.stitch-final-paper-meta .nav-icon{font-size:16px}.stitch-paper-meta-separator{width:4px;height:4px;border-radius:999px;background:#727785}.stitch-final-paper-section{margin-top:36px}.stitch-final-paper-section h2{margin:0 0 16px;font-size:24px;line-height:32px;letter-spacing:-.01em}.stitch-final-paper-section>p{margin:0 0 24px;color:#424754;font-size:14px;line-height:1.75}.stitch-final-highlight{position:relative;display:flex;justify-content:space-between;gap:16px;overflow:hidden;padding:22px 20px;border:1px solid #5c86f7;border-radius:4px;background:#dfe6ff}.stitch-final-highlight-copy{max-width:680px}.stitch-final-highlight-copy h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:18px;line-height:26px}.stitch-final-highlight-copy p{margin:0;color:#204e9d;font-size:14px;line-height:1.55}.stitch-final-highlight>.nav-icon{align-self:flex-start;font-size:56px;color:#191b231f}.stitch-final-table-shell{overflow:hidden;border:1px solid #c2c6d6;border-radius:4px}.stitch-final-report-table{width:100%;border-collapse:collapse;font-size:13px}.stitch-final-report-table th,.stitch-final-report-table td{padding:10px 14px;border-bottom:1px solid #c2c6d6;vertical-align:middle}.stitch-final-report-table thead th{background:#f2f3fd;color:#485064;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stitch-final-report-table tbody tr:last-child td{border-bottom:0}.stitch-final-report-table .mono{font-family:JetBrains Mono,SFMono-Regular,ui-monospace,monospace;font-size:12px}.stitch-final-report-table .align-right{text-align:right}.stitch-final-report-table .align-right .nav-icon{justify-content:flex-end}.stitch-metric-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1}.stitch-metric-badge.tone-success{background:#ddf7e8;color:#1f9d55}.stitch-metric-badge.tone-info{background:#dde8ff;color:#2b63c6}.stitch-final-report-table .tone-success{color:#1f9d55}.stitch-final-report-table .tone-tertiary{color:#924700}.stitch-final-report-table .tone-muted{color:#97a0b0}.stitch-final-opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.stitch-final-opportunity-card{padding:20px 18px 16px;border:1px solid #c2c6d6;border-radius:4px;background:#fff}.stitch-final-opportunity-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.stitch-final-opportunity-head .nav-icon{color:var(--primary)}.stitch-final-opportunity-head h3{margin:0;font-size:18px;line-height:26px}.stitch-final-opportunity-card p{margin:0 0 16px;color:#424754;font-size:14px;line-height:1.6}.stitch-final-chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stitch-final-chip-row span{padding:4px 8px;border-radius:2px;background:#e6e7f2;color:#323643;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.stitch-final-section-caption{margin-bottom:18px;color:#596373;font-size:13px}.stitch-final-region-cell{display:flex;align-items:center;gap:8px}.stitch-final-region-mark{width:12px;height:10px;border-radius:2px;background:#d9dee8;flex-shrink:0}.stitch-final-status{display:inline-flex;align-items:center;gap:6px}.stitch-final-status-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.stitch-final-status.tone-success{color:#1f9d55}.stitch-final-status.tone-warning{color:#c29100}.stitch-final-paper-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:64px;padding-top:28px;border-top:1px solid #c2c6d6}.stitch-final-paper-footer p{margin:0;color:#596373;font-size:12px;font-style:italic;line-height:1.45}.stitch-final-paper-version{display:grid;justify-items:end;gap:10px}.stitch-final-paper-seal{width:42px;height:42px;display:grid;place-items:center;background:#d0d3dc;color:#fff;font-size:11px;font-weight:700}.stitch-final-paper-version span{color:#323643;font-family:JetBrains Mono,SFMono-Regular,ui-monospace,monospace;font-size:12px}.stitch-final-rich-mode{display:grid;gap:16px}.stitch-final-rich-editor{min-height:860px;border:1px solid #c2c6d6;border-radius:4px;padding:28px 32px;background:#fff;font-size:15px;line-height:1.8;outline:none}.stitch-final-rich-editor:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2170e429}.stitch-final-rich-content{min-height:860px}.stitch-lineage-card{display:grid;gap:18px}.stitch-lineage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.stitch-lineage-item{align-items:flex-start;justify-content:flex-start}.stitch-lineage-item div:last-child{display:grid;gap:6px}.stitch-lineage-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#dcf5e5;color:#118652}.stitch-lineage-icon.current{background:#e8f0ff;color:var(--primary)}.stitch-assets-pane{min-height:calc(100vh - 56px)}.stitch-assets-head h2{margin:0;font-size:16px;letter-spacing:.08em;text-transform:uppercase}.stitch-assets-list{padding:18px;display:grid;gap:16px}.stitch-asset-card{padding:16px;display:grid;gap:8px}.stitch-asset-card.compact{box-shadow:none}.stitch-asset-card strong{font-size:18px;line-height:1.4}.stitch-asset-card p,.stitch-asset-card span{margin:0}.stitch-asset-tag{color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stitch-asset-dropzone{padding:24px 18px;border:1px dashed #d1d8e6;border-radius:18px;text-align:center;color:#687789;display:grid;gap:10px;background:#fafbfd}.stitch-assets-actions{padding:18px;border-top:1px solid #d9dfeb;background:#fafbfd}@media (max-width: 1320px){.stitch-final-report-stage{padding-left:24px;padding-right:24px}}@media (max-width: 1180px){.stitch-split-stage,.stitch-product-grid,.stitch-final-grid,.stitch-secondary-grid,.stitch-lineage-grid,.stitch-final-opportunity-grid,.stitch-entity-grid,.stitch-benchmark-meta{grid-template-columns:1fr}.stitch-benchmark-foot{flex-direction:column}.stitch-benchmark-foot span:last-child{text-align:left}}@media (max-width: 900px){.stitch-final-report-stage{padding:20px 16px 36px}.stitch-final-report-paper{padding:32px 24px}.stitch-final-paper-footer{align-items:flex-start;flex-direction:column}}
