:root{--primary: #003366;--accent: #e30613;--ink: #1f2937;--muted: #6b7280;--bg: #f3f4f6;--card: #ffffff;--border: #e5e7eb;--success: #15803d;--warn: #ca8a04}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--primary);color:#fff;padding:24px 18px}.sidebar h1{font-size:18px;margin:0 0 4px}.sidebar .sub{font-size:13px;opacity:.75;margin-bottom:24px}.sidebar nav a{display:block;padding:8px 10px;border-radius:6px;color:#fff;text-decoration:none;margin-bottom:4px;font-size:14px}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff1f}.main{padding:32px 36px;max-width:1100px}.main h2{margin-top:0}.card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:16px;box-shadow:0 1px 2px #0000000a}.btn{background:var(--primary);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.ghost{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn.accent{background:var(--accent)}.btn-row{display:flex;gap:8px;flex-wrap:wrap}textarea,input[type=text],select{width:100%;border:1px solid var(--border);border-radius:6px;padding:10px 12px;font-size:14px;font-family:inherit}textarea{min-height:120px;resize:vertical}label{display:block;font-size:13px;color:var(--muted);margin:12px 0 4px}.rating{display:inline-flex;align-items:center;gap:6px;font-size:13px;background:var(--bg);padding:4px 8px;border-radius:12px}.rating .score{font-weight:700;color:var(--primary)}.section-list,.file-list{list-style:none;padding:0}.section-list li,.file-list li{padding:8px 0;border-bottom:1px solid var(--border)}.section-list a,.file-list a{color:var(--primary);text-decoration:none;font-weight:500}.muted{color:var(--muted);font-size:13px}.content-preview{white-space:pre-wrap;background:#fafafa;padding:14px;border-radius:6px;border:1px solid var(--border);font-size:14px;max-height:400px;overflow:auto}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}.meta-row{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.meta-row strong{color:var(--ink)}.deliverable-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.deliverable-grid a{background:var(--card);border:1px solid var(--border);padding:18px;border-radius:10px;color:var(--ink);text-decoration:none}.deliverable-grid a:hover{border-color:var(--primary)}.error{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:6px}.brand-header{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 2px #0000000a}.brand-header h2{margin:0 0 4px}.brand-header p{margin:0}.brand-top-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 26px}.brand-top-info{flex:1;min-width:0}.brand-top-header h2{margin:0 0 8px;font-size:22px;color:var(--primary)}.brand-top-overview{margin:0;font-size:14.5px;line-height:1.55;color:var(--ink);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.completion-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.completion-ring-label{position:absolute;font-size:13px;font-weight:600}.section-grid-root{display:flex;flex-direction:column;gap:24px}.section-group{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px 20px 20px;box-shadow:0 1px 2px #0000000a}.section-group.group-locked{background:linear-gradient(135deg,#fafafa,#f3f4f6);border-color:#d1d5db;border-style:dashed}.group-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.group-head h3{margin:0 0 2px;font-size:16px;color:var(--primary);display:inline-flex;align-items:center;gap:8px}.group-head p{margin:0;font-size:13px}.premium-badge{background:var(--accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.section-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.section-card-link{display:block;text-decoration:none;color:inherit;background:transparent;border:0;padding:0;margin:0;text-align:left;width:100%;cursor:pointer;font:inherit}.section-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px 14px 12px;transition:border-color .15s ease,transform .1s ease;height:100%;display:flex;flex-direction:column}.section-card-link:hover .section-card{border-color:var(--primary)}.section-card.locked{background:#f9fafb;border-style:dashed}.section-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.section-card-title{font-weight:600;font-size:14px;margin-bottom:4px}.section-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section-icon-base-data{background:#e5e7eb;color:#4b5563}.section-icon-strategic-direction{background:#dbeafe;color:#1e40af}.section-icon-strategic-expression{background:#ede9fe;color:#6b21a8}.section-icon-deliverables{background:#fef3c7;color:#92400e}.section-card-desc{font-size:12.5px;color:var(--muted);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-card-meta{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap;font-size:11.5px;color:var(--muted)}.status-badge{font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 8px;border-radius:999px;white-space:nowrap}.status-complete{background:#dcfce7;color:#15803d}.status-partial{background:#fef3c7;color:#92400e}.status-empty{background:#f3f4f6;color:#6b7280}.lock-icon{font-size:14px;line-height:1}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.modal{background:var(--card);border-radius:12px;padding:24px 28px;max-width:480px;width:100%;box-shadow:0 12px 32px #0003}.modal h3{margin:0 0 12px}.modal p{margin:8px 0}.editor-layout{display:grid;grid-template-columns:1fr;gap:16px}.editor-layout.with-coach{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.editor-pane,.coach-pane{min-width:0}.coach-pane{padding:0;overflow:hidden;display:flex;flex-direction:column}.coaching-chat{display:flex;flex-direction:column;height:100%;min-height:520px}.coaching-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);background:#fafafa}.coaching-header strong{color:var(--primary)}.coaching-messages{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.chat-bubble{max-width:92%;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.5;white-space:pre-wrap}.chat-user{align-self:flex-end;background:var(--primary);color:#fff}.chat-assistant{align-self:flex-start;background:var(--bg);color:var(--ink);border:1px solid var(--border)}.chat-bubble-role{font-size:11px;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:4px}.chat-assistant.typing{font-style:italic;opacity:.7}.coaching-input{display:flex;gap:8px;align-items:flex-end;padding:12px 14px;border-top:1px solid var(--border);background:var(--card)}.coaching-input textarea{flex:1;resize:vertical;min-height:56px;max-height:200px}.coaching-input .btn{white-space:nowrap}.sidebar-logo{background:#fff;border-radius:8px;padding:12px 14px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;min-height:56px}.sidebar-logo img{max-width:100%;max-height:80px;height:auto}.section-view-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.section-view-head h2{margin:6px 0 4px}.section-view-head p{margin:0}.section-view-layout{display:grid;grid-template-columns:1fr;gap:16px}.section-view-layout.with-coach{grid-template-columns:minmax(0,2fr) minmax(360px,1fr)}.md-document{padding:18px 24px}.md-document-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}.md-document-head h3{margin:0 0 4px;font-size:16px;color:var(--primary)}.md-document-head p{margin:0;font-size:12px}.md-rendered{font-size:15px;line-height:1.6;color:var(--ink)}.md-rendered h1,.md-rendered h2,.md-rendered h3,.md-rendered h4{color:var(--ink);margin:1.2em 0 .5em;line-height:1.25}.md-rendered h1{font-size:1.5em;border-bottom:1px solid var(--border);padding-bottom:.25em}.md-rendered h2{font-size:1.25em}.md-rendered h3{font-size:1.1em}.md-rendered p{margin:.75em 0}.md-rendered ul,.md-rendered ol{padding-left:1.5em;margin:.5em 0}.md-rendered li{margin:.15em 0;line-height:1.45}.md-rendered li>p{margin:0}.chat-bubble-content .md-rendered p{margin:.4em 0}.chat-bubble-content .md-rendered ol,.chat-bubble-content .md-rendered ul{margin:.3em 0 .5em;padding-left:1.4em}.chat-bubble-content .md-rendered li{margin:.1em 0;line-height:1.4}.md-rendered code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-size:.92em;font-family:ui-monospace,SFMono-Regular,monospace}.md-rendered pre{background:#1f2937;color:#f9fafb;padding:12px 16px;border-radius:6px;overflow-x:auto;font-size:13px;line-height:1.5}.md-rendered pre code{background:transparent;color:inherit;padding:0}.md-rendered blockquote{border-left:4px solid var(--primary);background:#f9fafb;padding:8px 14px;margin:1em 0;color:var(--muted)}.md-rendered table{border-collapse:collapse;margin:1em 0;width:100%;font-size:.92em}.md-rendered th,.md-rendered td{border:1px solid var(--border);padding:6px 10px;text-align:left}.md-rendered th{background:#f9fafb;font-weight:600}.md-rendered a{color:var(--primary)}.md-rendered img{max-width:100%;height:auto}.md-rendered hr{border:none;border-top:1px solid var(--border);margin:1.5em 0}.modal.modal-wide{max-width:760px;max-height:85vh;overflow-y:auto}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modal-head h3{margin:0}.modal-head-actions{display:flex;gap:6px;align-items:center}.btn.small{padding:5px 10px;font-size:13px}.btn.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn.btn-ghost:hover{background:var(--bg)}.artifact-actions{display:flex;gap:6px;align-items:center;position:relative}.download-menu-wrap{position:relative}.download-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:transparent}.download-menu{position:absolute;right:0;top:calc(100% + 4px);z-index:91;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 24px #0000001f;min-width:240px;padding:4px;display:flex;flex-direction:column}.download-menu-item{background:transparent;border:0;text-align:left;padding:8px 10px;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.download-menu-item:hover{background:var(--bg)}.download-menu-label{font-weight:600;font-size:13px;color:var(--text)}.download-menu-hint{font-size:11px;color:var(--muted)}.lint-badge{display:inline-flex;align-items:center;gap:4px;border:1px solid;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;cursor:pointer;background:#fff;margin-left:8px}.lint-ok{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.lint-warn{color:#92400e;border-color:#fde68a;background:#fffbeb}.lint-err{color:#991b1b;border-color:#fecaca;background:#fef2f2}.lint-badge:hover{filter:brightness(.97)}.lint-detail{grid-column:1 / -1;background:#fbfbfd;border:1px solid var(--border);border-radius:6px;margin-top:8px;padding:10px 12px}.lint-detail-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.lint-violations{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lint-violation{padding:8px 10px;border-radius:4px;border-left:3px solid}.lint-violation-error{background:#fef2f2;border-left-color:#dc2626}.lint-violation-warn{background:#fffbeb;border-left-color:#d97706}.lint-violation-info{background:#eff6ff;border-left-color:#2563eb}.lint-violation-head{display:flex;gap:8px;align-items:center;font-size:13px;margin-bottom:4px}.lint-pill{font-size:10px;padding:1px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.lint-pill-error{background:#dc2626;color:#fff}.lint-pill-warn{background:#d97706;color:#fff}.lint-pill-info{background:#2563eb;color:#fff}.lint-snippet{display:block;font-family:ui-monospace,monospace;font-size:12px;background:#fff;padding:4px 6px;border-radius:3px;margin:4px 0;border:1px solid var(--border);color:#374151}.lint-hint{font-size:12px;margin-top:2px}.lint-hint em{background:#fff;padding:0 4px;border-radius:3px;border:1px solid var(--border);font-style:normal}.artifact-card{position:relative}.artifact-info{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.verdict-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.verdict-card{border:1px solid var(--border);border-left:3px solid;border-radius:5px;padding:10px 12px;background:#fff}.verdict-card.verdict-ok{border-left-color:#16a34a;background:#f0fdf4}.verdict-card.verdict-drift{border-left-color:#d97706;background:#fffbeb}.verdict-card.verdict-extra{border-left-color:#6b7280;background:#f9fafb}.verdict-card.verdict-missing{border-left-color:#2563eb;background:#eff6ff}.verdict-head{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:14px}.verdict-pill{font-size:11px;padding:1px 8px;border-radius:8px;font-weight:700;background:#fff;border:1px solid var(--border)}.verdict-pill.verdict-ok{background:#16a34a;color:#fff;border-color:#16a34a}.verdict-pill.verdict-drift{background:#d97706;color:#fff;border-color:#d97706}.verdict-pill.verdict-extra{background:#6b7280;color:#fff;border-color:#6b7280}.verdict-pill.verdict-missing{background:#2563eb;color:#fff;border-color:#2563eb}.verdict-reason{font-size:13px;color:#374151}.verdict-suggested{margin:6px 0 0;padding:8px 10px;font-size:12px;background:#fff;border:1px dashed var(--border);border-radius:4px;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.status-pill{font-size:12px;padding:2px 10px;border-radius:10px;font-weight:600;background:#f3f4f6;color:#374151}.status-pill.status-ok{background:#dcfce7;color:#166534}.status-pill.status-warn{background:#fef3c7;color:#92400e}.status-pill.status-err{background:#fee2e2;color:#991b1b}.artifact-preview-body{padding:4px 0}.artifact-preview-md{max-height:70vh;overflow-y:auto;padding:0 4px}.artifact-preview-iframe{width:100%;height:70vh;border:1px solid var(--border);border-radius:4px;background:#fff}.artifact-preview-pre{margin:0;padding:12px;background:#f9fafb;border:1px solid var(--border);border-radius:4px;max-height:70vh;overflow:auto;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;white-space:pre-wrap;word-break:break-word}.check-summary{display:flex;justify-content:space-between;align-items:baseline;padding:10px 14px;border-radius:6px;background:var(--bg);margin-bottom:12px;font-size:14px}.check-summary-text{margin:12px 0 16px}.conflict-list{display:flex;flex-direction:column;gap:14px}.conflict-card{border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:6px;padding:14px 16px;background:#fff}.conflict-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.conflict-body{margin:0 0 8px}.conflict-card blockquote{border-left:3px solid #d1d5db;background:#f9fafb;margin:8px 0;padding:6px 12px;font-size:13px;color:var(--muted);white-space:pre-wrap}.conflict-card p{margin:6px 0;font-size:14px;line-height:1.5}.conflict-rec{color:var(--success)}.severity-badge{font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 8px;border-radius:999px}.severity-high{background:#fee2e2;color:#991b1b}.severity-medium{background:#fef3c7;color:#92400e}.severity-low{background:#dbeafe;color:#1e40af}.quality-list{display:flex;flex-direction:column;gap:8px}.quality-section{border:1px solid var(--border);border-radius:6px;background:#fff}.quality-section-head{display:grid;grid-template-columns:1fr auto 220px auto;gap:14px;align-items:center;width:100%;text-align:left;background:none;border:none;padding:12px 16px;cursor:pointer;font-size:14px}.quality-section-head:hover{background:#fafafa}.quality-section-label{font-weight:600}.quality-section-stats{display:flex;gap:12px;font-size:11.5px;color:var(--muted)}.quality-arrow{transition:transform .2s ease;color:var(--muted)}.quality-arrow.open{transform:rotate(180deg)}.score-bar-row{display:flex;align-items:center;gap:8px;width:100%}.score-bar-label{font-size:11.5px;color:var(--muted);min-width:60px}.score-bar-track{flex:1;height:6px;border-radius:3px;background:var(--bg);overflow:hidden}.score-bar-fill{height:100%;transition:width .4s ease}.score-bar-value{font-size:12px;font-weight:600;min-width:38px;text-align:right}.quality-section-detail{padding:4px 18px 16px;border-top:1px solid var(--border);background:#fafbfc}.quality-subscores{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-bottom:1px dashed var(--border)}.quality-missing,.quality-present,.quality-excellence{margin-top:12px;font-size:13px}.quality-missing strong{color:#991b1b}.quality-present strong{color:#15803d}.quality-excellence strong{color:var(--primary)}.quality-missing ul,.quality-present ul,.quality-excellence ul{margin:6px 0 0 18px;padding:0}.chat-text{white-space:pre-wrap}.proposed-change{margin:10px 0;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:8px;background:#fff;overflow:hidden}.proposed-change.pc-accepted,.proposed-change.pc-modified{border-left-color:#15803d;background:#f0fdf4}.proposed-change.pc-rejected{border-left-color:#6b7280;opacity:.7}.pc-head{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border-bottom:1px solid var(--border);font-size:12.5px}.pc-target code{background:transparent;padding:0;font-size:12.5px}.pc-status{font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 8px;border-radius:999px}.pc-status-pending{background:#dbeafe;color:#1e40af}.pc-status-accepted{background:#dcfce7;color:#15803d}.pc-status-rejected{background:#f3f4f6;color:#6b7280}.pc-content{margin:0;padding:12px 14px;background:#fafafa;font-size:12.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow-y:auto}.pc-textarea{margin:8px 12px;width:calc(100% - 24px);font-family:ui-monospace,SFMono-Regular,monospace;font-size:12.5px}.pc-actions{display:flex;gap:6px;padding:8px 12px;border-top:1px solid var(--border);background:#fff}.pc-actions .btn{padding:6px 12px;font-size:12.5px}.pc-commit{padding:4px 12px 8px;font-size:11.5px}.pc-commit code{font-size:11.5px}.classification-card{background:#f0f9ff;border:1px solid #bae6fd;border-left:4px solid var(--primary);border-radius:6px;padding:12px 14px;margin-top:12px}.classification-row{display:flex;gap:10px;align-items:baseline;margin:4px 0;font-size:14px}.classification-row code{background:#0000000f;font-size:12.5px}.classification-questions{margin-top:12px;font-size:13.5px}.classification-questions ol{margin:6px 0 0 22px;padding:0}.classification-questions li{margin:4px 0;line-height:1.45}.upload-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px dashed var(--border);border-radius:6px;font-size:13px}.help-fab{position:fixed;bottom:20px;right:20px;width:52px;height:52px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:24px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #00000040;z-index:90;transition:transform .15s ease}.help-fab:hover{transform:scale(1.05)}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-end;justify-content:flex-end;z-index:100;padding:20px}.help-panel{background:var(--card);border-radius:12px;box-shadow:0 12px 32px #00000040;width:460px;max-width:100%;height:min(85vh,720px);display:flex;flex-direction:column;overflow:hidden}.help-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:#fafbfc}.help-messages{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.help-input{display:flex;gap:8px;align-items:flex-end;padding:12px 14px;border-top:1px solid var(--border);background:var(--card)}.help-input textarea{flex:1;resize:vertical;min-height:56px;max-height:160px}.help-input .btn{white-space:nowrap}.story-list{margin-top:14px;border-top:1px dashed var(--border);padding-top:12px}.story-list h4{margin:0 0 8px;font-size:13px;color:var(--muted)}.story-card{background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid var(--success);border-radius:6px;padding:10px 12px;margin-bottom:8px}.story-head{display:flex;gap:8px;align-items:baseline;margin-bottom:6px}.story-tag{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--success);color:#fff;padding:2px 8px;border-radius:999px}.story-subhead{font-size:11.5px;color:var(--muted);margin-top:6px}.story-body{margin:4px 0;font-size:13px;line-height:1.45;white-space:pre-wrap;font-family:inherit}.story-list-page{display:flex;flex-direction:column;gap:12px}.story-card-page{padding:14px 18px}.type-hint{display:block;margin-top:6px;padding:6px 10px;border-radius:4px;font-size:12.5px;line-height:1.5}.type-hint-existing{background:#dbeafe;color:#1e40af;border-left:3px solid #1e40af}.type-hint-new{background:#fef3c7;color:#92400e;border-left:3px solid #ca8a04}.actions-card .btn-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.actions-card .btn-row .btn{width:100%;justify-content:center;white-space:normal}.kind-badge{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px}.kind-badge-story{background:var(--success);color:#fff}.kind-badge-bug{background:#dc2626;color:#fff}.story-card-page.story-card-bug{background:#fef2f2;border-color:#fecaca;border-left-color:#dc2626}.bug-fields{margin-top:8px;display:grid;gap:6px;font-size:13px}.bug-fields strong{display:inline-block;min-width:80px}.chat-bubble.chat-warning{align-self:stretch;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-left:4px solid #ea580c;padding:10px 14px;border-radius:8px;font-size:13.5px;line-height:1.5}.chat-warning p{margin:6px 0}.chat-warning code{background:#0000000f}.rejected-file{background:#fef2f2;border:1px dashed #fca5a5;padding:10px 12px;border-radius:6px;font-size:12.5px;color:#991b1b;margin:8px 0}.session-list{list-style:none;padding:0}.session-list li{padding:8px 0;border-bottom:1px solid var(--border)}.session-list a{color:var(--primary);text-decoration:none}.artifact-card{margin:10px 0;padding:10px 14px;border:1px solid var(--border);border-left:4px solid var(--success);border-radius:6px;background:#f0fdf4;display:flex;flex-direction:column;gap:8px}.artifact-info{display:flex;flex-direction:column;gap:2px;font-size:13px}.artifact-info strong{font-family:ui-monospace,SFMono-Regular,monospace}.artifact-info .muted{font-size:11.5px}.icon-btn{display:inline-flex;align-items:center;gap:6px}.btn-ico{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:13px;line-height:1;opacity:.8}
