:root{--bg: #0f1419;--surface: #1a2332;--surface-2: #243044;--border: #2d3a4f;--text: #e8edf4;--muted: #9aa8bc;--accent: #c9a227;--accent-dim: #8a7020;--success: #3d9a6a;--warn: #d4a574;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.banner{background:#2a2210;border-bottom:1px solid var(--accent-dim);color:#f0e6c8;padding:.65rem 1.25rem;font-size:.875rem;text-align:center}.shell{display:grid;grid-template-columns:280px 1fr;flex:1;min-height:0}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:1.5rem}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .5rem}.sidebar h1{font-size:1.35rem;margin:0 0 .75rem;line-height:1.25}.tagline{color:var(--muted);font-size:.9rem;margin:0 0 1rem}.meta{font-size:.8rem;color:var(--muted);margin:0 0 1.5rem}.steps{display:flex;flex-direction:column;gap:.35rem}.step{text-align:left;background:transparent;border:1px solid transparent;color:var(--muted);padding:.55rem .75rem;border-radius:6px;cursor:pointer;font-size:.875rem}.step:hover{background:var(--surface-2);color:var(--text)}.step.active{background:var(--surface-2);border-color:var(--accent-dim);color:var(--text)}.main{padding:2rem 2.5rem;overflow:auto}.main h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.main h3{font-size:.95rem;margin:1.5rem 0 .75rem;color:var(--accent)}section:first-of-type h3{margin-top:0}.grid.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.card h3{margin:0 0 .35rem;font-size:.95rem;color:var(--text)}.card p{margin:0;font-size:.85rem;color:var(--muted)}.source-cards .source-card{display:flex;flex-direction:column;gap:.65rem}.source-icon{width:2.25rem;height:2.25rem;flex-shrink:0}.source-card h3{margin:0}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:500}.pill{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;background:var(--surface-2)}.pill.high{background:#1e3d2f;color:#8fd4a8}.pill.mediumhigh,.pill.medhigh{background:#3d3520;color:var(--warn)}.pill.medium{background:var(--surface-2);color:var(--muted)}.callout{background:var(--surface);border-left:3px solid var(--accent);padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin-bottom:1rem}.callout p{margin:0}.boost-list{list-style:none;padding:0;margin:0}.boost-list li{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.75rem;display:grid;gap:.25rem}.boost-list em{font-style:normal;color:var(--muted);font-size:.85rem}.footnote,.lead{color:var(--muted);font-size:.9rem}code{background:var(--surface-2);padding:.1rem .35rem;border-radius:4px;font-size:.85em}.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin:1rem 0}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.review-card h3{margin:0 0 .5rem;color:var(--text)}.status{font-size:.85rem;margin:0 0 .75rem;text-transform:capitalize}.status.approved{color:var(--success)}.status.rejected{color:#c75c5c}.status.edited{color:var(--warn)}.actions{display:flex;flex-wrap:wrap;gap:.35rem}.actions button{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.35rem .65rem;border-radius:4px;cursor:pointer;font-size:.8rem}.actions button:hover{border-color:var(--accent-dim)}.warning{color:#e8b86d;font-weight:500;margin-top:1.5rem}.open-artifacts{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.linkish{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.875rem;padding:.5rem 0;margin-top:.5rem}.linkish:hover{text-decoration:underline}.drive-folder{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin:1rem 0}.drive-folder.compact{margin-bottom:1.25rem}.folder-label{margin:0 0 1rem;font-size:.9rem;color:var(--muted)}.drive-file-list{display:flex;flex-direction:column;gap:.65rem}.drive-file{display:flex;align-items:flex-start;gap:.85rem;width:100%;text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;cursor:pointer;color:var(--text);transition:border-color .15s,background .15s}.drive-file:hover{border-color:var(--accent-dim);background:#2a3548}.drive-file.large{padding:1rem 1.15rem}.file-icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.file-icon.doc{background:#1a4d8c;color:#b8d4f0}.file-icon.sheet{background:#1e5c3a;color:#b8e8c8}.file-icon.log{background:#4a3d1e;color:#e8d4a8}.file-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.file-info strong{font-size:.95rem}.file-info em{font-style:normal;font-size:.8rem;color:var(--muted)}.file-status{font-size:.75rem;color:var(--warn);text-transform:lowercase}.view-btn{display:block;width:100%;margin-bottom:.75rem;background:var(--surface-2);border:1px solid var(--border);color:var(--accent);padding:.45rem .65rem;border-radius:4px;cursor:pointer;font-size:.8rem}.view-btn:hover{border-color:var(--accent-dim)}.artifact-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#080c12e0;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow:auto}.artifact-panel{width:min(920px,100%);max-height:calc(100vh - 3rem);background:#f8f9fb;color:#1a2332;border-radius:10px;box-shadow:0 24px 64px #00000073;display:flex;flex-direction:column;overflow:hidden}.artifact-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #dadce0}.artifact-header-left h3{margin:.25rem 0;font-size:1.05rem;color:#1a2332}.artifact-type{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#5f6368}.artifact-badge{display:inline-block;font-size:.7rem;background:#fef7e0;color:#b06000;padding:.15rem .45rem;border-radius:4px;margin-top:.35rem}.artifact-close{flex-shrink:0;background:transparent;border:1px solid #dadce0;color:#1a73e8;padding:.45rem .85rem;border-radius:4px;cursor:pointer;font-size:.85rem}.artifact-close:hover{background:#f1f3f4}.artifact-sample-label{background:#e8f0fe;color:#174ea6;font-size:.8rem;padding:.5rem 1.25rem;border-bottom:1px solid #c6dafc}.artifact-body{padding:1.25rem 1.5rem 2rem;overflow:auto;flex:1}.artifact-body h4{margin:1.25rem 0 .5rem;font-size:.95rem;color:#1a2332}.artifact-body section:first-of-type h4{margin-top:0}.artifact-body table{width:100%;font-size:.85rem}.artifact-body th,.artifact-body td{border-bottom:1px solid #e0e0e0;padding:.5rem .65rem;color:#3c4043}.artifact-body th{color:#5f6368;font-weight:500;background:#f8f9fa}.doc-meta{font-size:.85rem;color:#5f6368;margin:0 0 1rem}.doc-footnote{font-size:.8rem;color:#5f6368;margin-top:.5rem}.sheet-scroll{overflow-x:auto}.sheet-style .topic-cell{min-width:220px}.sheet-style .notes-cell{font-size:.8rem;color:#5f6368}.sheet-style ul{margin:0;padding-left:1.25rem;font-size:.9rem;color:#3c4043}.stat-strip{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.stat-item{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem}.stat-value{display:block;font-size:.95rem;font-weight:600;color:var(--accent)}.stat-label{font-size:.68rem;color:var(--muted);line-height:1.3}.cost-note{font-size:.75rem;color:var(--muted);margin:0 0 1.25rem;line-height:1.4}.time-compare{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.time-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem}.time-card.before{border-color:#4a3540}.time-card.after{border-color:var(--accent-dim);background:#1a2218}.time-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.35rem}.time-card strong{display:block;font-size:1.35rem;margin-bottom:.35rem}.time-card p{margin:0;font-size:.85rem;color:var(--muted)}.notification-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid #4285f4;border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin-bottom:1rem}.notification-from{margin:0 0 .35rem;font-size:.75rem;color:var(--muted)}.notification-title{margin:0 0 .5rem;font-weight:600;font-size:1rem}.notification-body{margin:0;font-size:.875rem;color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.two-col h3{margin-top:0}.geo-insights{margin:0;padding-left:1.15rem;font-size:.875rem;color:var(--muted)}.geo-table .insight-cell{font-size:.85rem;color:var(--muted)}.drive-review-explainer{background:var(--surface);border:1px solid var(--border);border-left:3px solid #4285f4;border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin-bottom:1.25rem}.drive-review-explainer .lead{margin-top:0}.drive-review-explainer ul{margin:.75rem 0;padding-left:1.15rem;font-size:.9rem;color:var(--muted)}.drive-review-explainer li{margin-bottom:.5rem}.drive-review-explainer strong{color:var(--text)}.explainer-foot{margin:0;font-size:.85rem;color:var(--muted);font-style:italic}.build-flow .lead{margin-bottom:1.25rem}.build-flow-track{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-wrap:wrap;align-items:stretch;gap:.35rem 0}.build-flow-node{display:flex;align-items:center;flex:1 1 140px;min-width:0}.build-flow-arrow{flex-shrink:0;color:var(--accent);font-size:1.1rem;padding:0 .25rem;opacity:.85}.build-flow-card{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem .85rem;position:relative}.build-flow-card.highlight{border-color:var(--accent-dim);background:#1a2218}.build-flow-managed{display:inline-block;font-size:.62rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.35rem}.build-flow-card h3{margin:0 0 .35rem;font-size:.88rem;line-height:1.25;color:var(--text)}.build-flow-card p{margin:0;font-size:.78rem;line-height:1.35;color:var(--muted)}.build-flow-footnote{margin:0 0 .5rem;font-size:.85rem;color:var(--muted);padding:.75rem 1rem;background:#151820;border-radius:8px;border-left:3px solid var(--accent-dim)}.build-flow-demo-note{margin:0;font-size:.8rem;color:var(--muted);font-style:italic}@media(max-width:900px){.build-flow-node{flex:1 1 100%}.build-flow-arrow{display:none}.build-flow-card:before{content:"↓";display:block;text-align:center;color:var(--accent);font-size:.9rem;margin-bottom:.35rem;opacity:.7}.build-flow-node:first-child .build-flow-card:before{content:none}}.one-place-callout{background:#1a2218;border:1px solid var(--accent-dim);border-radius:8px;padding:.85rem 1rem;margin:.75rem 0 1rem}.one-place-callout strong{display:block;color:var(--accent);margin-bottom:.35rem}.one-place-callout p{margin:0;font-size:.9rem;color:var(--text)}.drive-review-explainer .primary-surface{color:var(--text)}.primary-badge{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;background:var(--accent-dim);color:#f0e6c8;padding:.1rem .4rem;border-radius:3px;margin-left:.35rem;vertical-align:middle}.primary-sheet{border-color:var(--accent-dim)}.read-only-sheet{opacity:.92}.readonly-cell{font-size:.85rem;color:var(--muted);font-style:italic}.readonly-cell.synced{color:#8fd4a8;font-style:normal}.sheet-mock{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem;margin-bottom:1.25rem}.sheet-mock-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.sheet-mock-header em{display:block;font-style:normal;font-size:.8rem;color:var(--muted);margin-top:.15rem}.review-sheet{width:100%;font-size:.85rem}.review-sheet .topic-cell{min-width:180px;max-width:320px}.review-sheet.compact td:last-child{color:var(--muted)}.status-select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.3rem .45rem;border-radius:4px;font-size:.8rem;cursor:pointer}.status-select.approved{border-color:#2d5a45;color:#8fd4a8}.status-select.edit{border-color:var(--warn);color:var(--warn)}.status-select.reject{border-color:#8b4545;color:#e8a0a0}.status-select.skip{color:var(--muted)}.demo-hint{margin:.75rem 0 0;font-size:.78rem;color:var(--muted)}.audit-mock{border-color:var(--accent-dim)}.tone-badge{display:flex;align-items:flex-start;gap:.5rem;background:#1e3d2f;border:1px solid #2d5a45;color:#8fd4a8;padding:.65rem .9rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.tone-badge.doc-tone{background:#e6f4ea;border-color:#ceead6;color:#137333}.tone-check{font-weight:700}.reuse-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem;margin-bottom:1.25rem}.reuse-summary h3{margin-top:0}.reuse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}.reuse-stat{text-align:center;background:var(--surface-2);border-radius:6px;padding:.65rem .5rem}.reuse-stat strong{display:block;font-size:1.5rem;color:var(--accent)}.reuse-stat span{font-size:.75rem;color:var(--muted)}.reuse-stat.trust strong{color:#8fd4a8}.reuse-caption{margin:0;font-size:.85rem;color:var(--muted)}.trust-callout{background:#1a2218;border:1px solid #2d4a35;border-radius:8px;padding:.85rem 1rem;margin-bottom:1.25rem}.trust-callout h3{margin-top:0;color:#8fd4a8}.trust-callout p{margin:0;font-size:.9rem}.script-preview{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem;margin-bottom:1.25rem}.script-preview h3{margin-top:0}.script-hook{font-size:.9rem;color:var(--muted);font-style:italic;margin:0 0 .75rem}.priority-review{background:var(--surface);border:1px solid var(--accent-dim);border-radius:8px;padding:1rem 1.15rem;margin:1.25rem 0}.priority-review h3{margin-top:0}.production-path{background:#1a2218;border:1px solid #2d4a35;border-radius:8px;padding:1rem 1.15rem;margin-bottom:1rem}.production-path h3{margin-top:0;color:#8fd4a8}.path-steps{margin:0;padding-left:1.25rem}.path-steps li{margin-bottom:.65rem}.path-steps strong{display:block;color:var(--text)}.path-steps span{font-size:.85rem;color:var(--muted)}.view-btn.inline{display:inline-block;width:auto;margin-bottom:0}.script-block{background:#f1f3f4;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;line-height:1.5}.script-block.caption{font-family:inherit}.script-beats{margin:0;padding-left:1.25rem;font-size:.9rem}.sheet-style .trust-row td.topic-cell{font-weight:600}@media(max-width:768px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border)}.steps{flex-direction:row;flex-wrap:wrap}.time-compare,.two-col,.reuse-grid{grid-template-columns:1fr}}
