:root{--bg:#f8f4fb;--surface:#fffafd;--surface-2:#f2eef9;--surface-3:#eefaf5;--text:#263241;--muted:#687386;--line:#ded5ea;--ink:#40536f;--gold:#c58a55;--wine:#bd6f89;--forest:#5d9c8c;--blue:#7698cf;--lavender:#d9ccf4;--blush:#f5cfda;--mint:#cdeee1;--danger:#ba6170;--shadow:0 16px 40px #6152791f}*{box-sizing:border-box}html{min-height:100%;scroll-padding-top:20px;overflow-y:auto}body{min-height:100%;color:var(--text);letter-spacing:0;background:linear-gradient(#fbf7ff 0%,#f7f7ff 38%,#f4fbf7 100%);margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.lucide{flex-shrink:0;display:block}.app-shell{grid-template-columns:248px minmax(0,1fr);align-items:start;min-height:100vh;display:grid}.sidebar{height:100vh;color:var(--text);border-right:1px solid var(--line);background:linear-gradient(#fffafdf5,#f1f7fff2);padding:22px 18px;position:sticky;top:0;overflow-y:auto;box-shadow:12px 0 36px #695b8214}.brand-mark{gap:6px;margin-bottom:28px;display:grid}.brand-mark strong{font-size:20px}.brand-mark span{color:var(--muted);font-size:12px}.nav-stack{gap:8px;display:grid}.nav-item{color:#536277;border-radius:6px;align-items:center;gap:10px;min-width:0;padding:10px;font-size:14px;text-decoration:none;display:flex}.nav-item.active,.nav-item:hover{color:#33445e;background:#efe8fb;box-shadow:inset 0 0 0 1px #dccdf6}.sidebar-footer{color:var(--muted);gap:10px;font-size:12px;display:grid;position:absolute;bottom:22px;left:18px;right:18px}.status-line{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding-top:12px;display:flex}.main{min-width:0;min-height:100vh;padding:24px;overflow:visible}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.topbar h1{margin:0 0 6px;font-size:28px;line-height:1.1}.topbar p{color:var(--muted);margin:0;font-size:14px}.topbar-actions{align-items:center;gap:10px;min-width:0;display:flex}.user-menu{justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.auth-page{background:linear-gradient(#fbf7ff 0%,#f7f7ff 42%,#f4fbf7 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--surface);width:min(100%,420px);box-shadow:var(--shadow);text-align:center;border-radius:8px;gap:14px;padding:28px;display:grid}.auth-panel h1{margin:0;font-size:24px}.auth-panel p{color:var(--muted);margin:0;line-height:1.5}.auth-panel .button{width:fit-content;margin:6px auto 0}.auth-card{width:min(100%,460px)}.auth-card-box{border-radius:8px}.auth-footer-action-hidden{display:none!important}.button{border:1px solid var(--line);min-height:38px;color:var(--text);white-space:nowrap;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:700;display:inline-flex}.button.primary{border-color:var(--ink);color:#fff;background:#6d78a8}.button.danger{color:var(--danger);background:#fff;border-color:#edbcc8}.button.success{background:var(--forest);border-color:var(--forest);color:#fff}.button:disabled{opacity:.55;cursor:wait}.icon-button{width:38px;height:38px;padding:0}.grid{gap:16px;display:grid}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;margin-top:16px}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.panel-title{align-items:center;gap:9px;min-width:0;font-weight:800;display:flex}.panel-subtitle{color:var(--muted);font-size:12px}.panel-body{padding:16px}.workflow-run{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffafdf5;border-radius:8px;margin-bottom:16px;overflow:hidden}.workflow-run-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.workflow-run-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.workflow-run-badge-running{color:#426aa2;background:#e9f1ff}.workflow-run-badge-success{color:#2f765e;background:#e7f7ef}.workflow-run-badge-failure{color:var(--danger);background:#fff0f3}.workflow-node-row{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:10px;padding:14px 16px 16px;display:grid}.workflow-node{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:10px;display:grid;position:relative}.workflow-node-connector{display:none}.workflow-node-dot{width:25px;height:25px;color:var(--muted);background:#f7f4fb;border:1px solid #d8d2e4;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.workflow-node-copy{gap:2px;min-width:0;display:grid}.workflow-node-copy strong{color:var(--text);font-size:12px;line-height:1.15}.workflow-node-copy span{color:var(--muted);font-size:11px;line-height:1.25}.workflow-node-running{background:#f4f8ff;border-color:#9cb8e3;box-shadow:inset 0 0 0 1px #d4e4fb}.workflow-node-running .workflow-node-dot{border-color:var(--blue);color:#426aa2;background:#e9f1ff}.workflow-node-success{background:#f3fbf7;border-color:#b8dfd1}.workflow-node-success .workflow-node-dot{border-color:var(--forest);color:#2f765e;background:#e2f4ec}.workflow-node-failure{background:#fff6f8;border-color:#efbac4}.workflow-node-failure .workflow-node-dot{border-color:var(--danger);color:var(--danger);background:#fff0f3}.spin{animation:.9s linear infinite spin}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;min-height:220px;color:var(--muted);border:1px dashed var(--line);background:#ffffff8a;border-radius:8px;align-content:center;place-items:center;gap:8px;display:grid}.empty-state strong{color:var(--ink)}.empty-state span{max-width:280px;font-size:13px}.kpi{grid-template-columns:32px minmax(0,1fr);align-content:start;gap:9px 8px;min-height:112px;padding:15px;display:grid}.kpi-icon{width:32px;height:32px;color:var(--ink);background:#f4ebff;border-radius:6px;grid-area:1/1;justify-content:center;align-items:center;display:flex}.kpi span{color:var(--muted);text-transform:uppercase;grid-area:1/2;align-self:center;font-size:12px;font-weight:800;line-height:1.15}.kpi strong{grid-column:1/-1;margin:2px 0 0;font-size:24px;line-height:1;display:block}.kpi small{color:var(--muted);grid-column:1/-1;line-height:1.35;display:block}.approval-filter-tile{text-align:left;cursor:pointer;width:100%;transition:border-color .14s,box-shadow .14s,transform .14s}.approval-filter-tile:hover,.approval-filter-tile.active{border-color:#b9a8d7;box-shadow:0 14px 34px #61527924}.approval-filter-tile.active{background:linear-gradient(135deg,#fffafd,#f1ebff)}.approval-filter-tile:focus-visible{outline-offset:2px;outline:3px solid #7698cf6b}.approval-filter-chips{flex-wrap:wrap;gap:8px;display:flex}.approval-filter-chip{border:1px solid var(--line);min-height:32px;color:var(--ink);background:#ffffffd6;border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.approval-filter-chip.active,.approval-filter-chip:hover{background:#f1ebff;border-color:#b9a8d7}.detail-stack{gap:16px;display:grid}.detail-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-card-list{gap:12px;display:grid}.detail-card-list.compact{gap:10px}.entity-graph-panel{gap:14px;display:grid}.entity-graph-toolbar{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.entity-graph-toolbar label{gap:6px;min-width:min(260px,100%);display:grid}.entity-graph-toolbar label>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.entity-graph-toolbar select{border:1px solid var(--line);min-height:38px;color:var(--text);font:inherit;background:#fff;border-radius:6px;padding:0 10px}.entity-graph-stats{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.entity-graph-stats span{color:#40536f;background:#eff3ff;border-radius:999px;align-items:center;min-height:30px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.entity-graph-visual-shell{border:1px solid var(--line);background:linear-gradient(#ffffffe6,#ffffffe6),repeating-linear-gradient(90deg,#7698cf24 0 1px,#0000 1px 42px),repeating-linear-gradient(0deg,#4c7a651f 0 1px,#0000 1px 42px);border-radius:6px;gap:10px;min-width:0;padding:12px;display:grid}.entity-graph-visual-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.entity-graph-visual-head>div:first-child{gap:3px;display:grid}.entity-graph-visual-head strong{color:var(--ink);font-size:13px}.entity-graph-visual-head span{color:var(--muted);font-size:12px;font-weight:800}.entity-graph-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.entity-graph-zoom-controls{border:1px solid var(--line);background:#ffffffdb;border-radius:6px;align-items:center;gap:6px;min-width:0;padding:4px;display:inline-flex}.entity-graph-zoom-controls .button{min-height:30px;padding:0 10px;font-size:12px}.entity-graph-zoom-controls .icon-button{width:30px;height:30px;padding:0}.entity-graph-zoom-controls .entity-graph-zoom-value{min-width:46px;height:30px;color:var(--ink);justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.entity-graph-legend{flex-wrap:wrap;gap:7px;display:flex}.entity-legend-item{border:1px solid var(--line);min-height:26px;color:var(--text);background:#ffffffe0;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.entity-legend-item i{background:#7698cf;border-radius:999px;width:10px;height:10px;display:block}.entity-legend-item.book i{background:#7e425c;border-radius:3px}.entity-legend-item.character i{background:#4c7a65;border-radius:0;transform:rotate(45deg)}.entity-graph-visual-scroll{background:#ffffffc2;border:1px solid #d6dae2d1;border-radius:6px;max-height:620px;overflow:auto}.entity-graph-svg{width:100%;min-width:760px;height:auto;transition:width .14s,min-width .14s;display:block}.entity-graph-edge{fill:none;stroke-width:1.65px;opacity:.62}.entity-graph-edge.inspired_by{stroke:#7698cf}.entity-graph-edge.contains_character{stroke:#7e425c}.entity-graph-edge.references_character{stroke:#4c7a65}.entity-graph-arrow.inspired_by{fill:#7698cf}.entity-graph-arrow.contains_character{fill:#7e425c}.entity-graph-arrow.references_character{fill:#4c7a65}.entity-graph-node{cursor:pointer;outline:none}.entity-graph-node-shape{stroke:#202b3d6b;stroke-width:1.5px;transition:filter .16s,stroke .16s,stroke-width .16s}.entity-graph-node.song .entity-graph-node-shape{fill:#dce8fb}.entity-graph-node.book .entity-graph-node-shape{fill:#efd7e0}.entity-graph-node.character .entity-graph-node-shape{fill:#d9ebe1}.entity-graph-node.active .entity-graph-node-shape,.entity-graph-node:hover .entity-graph-node-shape,.entity-graph-node:focus-visible .entity-graph-node-shape{filter:drop-shadow(0 5px 10px #41325a38);stroke:#46345f;stroke-width:2.2px}.entity-graph-root-ring{fill:none;stroke:#46345f;stroke-dasharray:5 4;stroke-width:1.5px}.entity-graph-node-label-main{fill:var(--text);font-size:12px;font-weight:900}.entity-graph-node-label-sub{fill:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.entity-graph-canvas-note{fill:var(--muted);font-size:11px;font-weight:800}.entity-graph-layout{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start;gap:14px;display:grid}.entity-graph-map,.entity-edge-list{gap:12px;min-width:0;display:grid}.entity-graph-map{border:1px solid var(--line);background:linear-gradient(#ffffffe0,#ffffffe0),repeating-linear-gradient(90deg,#edf8f3 0 1px,#0000 1px 34px),repeating-linear-gradient(0deg,#eff3ff 0 1px,#0000 1px 34px);border-radius:6px;padding:12px}.entity-graph-layer{gap:8px;display:grid}.entity-graph-layer-heading,.entity-edge-heading{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.entity-graph-layer-heading strong,.entity-edge-heading strong{color:var(--ink);font-size:13px}.entity-graph-layer-heading span,.entity-edge-heading span{color:var(--muted);font-size:12px;font-weight:800}.entity-graph-node-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;display:grid}.entity-node-card{border:1px solid var(--line);min-width:0;min-height:92px;color:inherit;text-align:left;background:#fff;border-left:4px solid #7698cf;border-radius:6px;gap:5px;padding:10px;display:grid}.entity-node-card.book{border-left-color:#7e425c}.entity-node-card.character{border-left-color:#4c7a65}.entity-node-card.active,.entity-node-card:hover{background:#fbf8ff;border-color:#b9a8d7}.entity-node-card span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.entity-node-card strong{color:var(--text);font-size:13px;line-height:1.25}.entity-node-card small{color:var(--muted);font-size:12px;line-height:1.35}.entity-edge-list{border:1px solid var(--line);background:#fff;border-radius:6px;padding:12px}.entity-edge-row{border:1px solid var(--line);background:#fbfbfd;border-radius:6px;gap:5px;padding:10px;display:grid}.entity-edge-row strong{color:var(--text);font-size:13px;line-height:1.35}.entity-edge-row span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.entity-edge-row p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.detail-card{border:1px solid var(--line);background:#ffffffdb;border-radius:6px;gap:12px;min-width:0;padding:14px;display:grid}.detail-card.research-brief-card,.detail-card.review-brief-card{background:#fffffff5;border-color:#d7cde6;gap:16px;padding:18px;box-shadow:0 12px 30px #61527914}.detail-card.compact{gap:8px;padding:12px}.detail-overview{border:1px solid var(--line);background:linear-gradient(135deg,#ffffffe6,#f7f2ffd6);border-radius:8px;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:stretch;gap:16px;padding:18px;display:grid}.detail-overview.review-overview{background:linear-gradient(135deg,#ffffffeb,#eff8f4e0)}.overview-main{align-content:center;gap:8px;min-width:0;display:grid}.overview-main h2{color:var(--ink);margin:0;font-size:25px;line-height:1.12}.overview-main p{color:var(--muted);margin:0;line-height:1.45}.overview-kicker,.brief-meta-row,.overview-metric span,.overview-metric small{color:var(--muted);font-size:12px;font-weight:800}.overview-kicker,.overview-metric span{text-transform:uppercase}.overview-tag-row,.brief-meta-row{flex-wrap:wrap;gap:8px;display:flex}.overview-tag{border:1px solid var(--line);color:var(--ink);background:#ffffffc7;border-radius:999px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;font-weight:800;display:inline-flex}.overview-tag small{color:var(--muted)}.overview-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.overview-metric{border:1px solid var(--line);background:#ffffffd1;border-radius:6px;align-content:center;gap:4px;padding:12px;display:grid}.overview-metric strong{color:var(--ink);font-size:24px}.brief-card-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.score-tile{border:1px solid var(--line);background:#f7fbff;border-radius:6px;place-items:center;min-width:56px;padding:10px;display:grid}.score-tile.source-score{background:#eff8f4}.score-tile strong{color:var(--ink);font-size:21px}.score-tile span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.brief-head{min-width:0}.brief-head p,.rationale-strip p{color:var(--muted);margin:0;font-size:13px;line-height:1.48}.brief-head h2{color:var(--text);margin:5px 0;font-size:20px;line-height:1.18}.rationale-strip{background:#fbf7ff;border:1px solid #eadcf8;border-radius:6px;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.rationale-strip svg{color:var(--wine);flex:none;margin-top:2px}.brief-content-grid,.brief-context-grid,.brief-taxonomy-grid,.review-workbench,.prompt-two-up,.review-bottom-grid,.source-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.copy-block,.context-cell,.chip-panel,.linked-research-block,.platform-adaptation,.evidence-item,.snippet-focus,.snippet-panel,.risk-notes-block,.risk-panel{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;padding:12px}.linked-research-block{background:#fbf7ff;gap:10px;display:grid}.context-cell,.source-detail-cell{gap:4px;min-width:0;display:grid}.source-detail-cell{border:1px solid var(--line);background:#ffffffc2;border-radius:6px;padding:12px}.source-detail-cell.wide{grid-column:1/-1}.context-cell span,.source-detail-cell span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.context-cell strong,.source-detail-cell strong{color:var(--text)}.caption-copy{background:#fffafd}.caption-copy p{color:var(--text);font-size:14px}.prompt-copy,.snippet-panel{background:#f7fbff}.copy-block p,.chip-panel p,.context-cell p,.platform-adaptation p,.evidence-item p,.snippet-focus p,.risk-notes-block p,.source-detail-cell p,.risk-panel p{color:var(--muted);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.48}.score-meter-list,.platform-adaptation-list,.evidence-timeline{gap:10px;display:grid}.score-meter-list{border:1px solid var(--line);background:#f8fbff;border-radius:6px;align-content:start;padding:12px}.score-meter{gap:6px;display:grid}.score-meter div:first-child{color:var(--muted);justify-content:space-between;gap:10px;font-size:12px;font-weight:800;display:flex}.score-meter-track{background:#f2edf8;border-radius:999px;height:9px;overflow:hidden}.score-meter-track span{border-radius:inherit;background:var(--wine);height:100%;display:block}.platform-adaptation-list{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-section{gap:10px;display:grid}.platform-adaptation strong{text-transform:capitalize}.enhanced-tags{margin-top:0}.inline-chip-group{border-top:1px solid var(--line);gap:8px;margin-top:12px;padding-top:12px;display:grid}.tag.people-tag{color:#40536f;background:#eff3ff}.evidence-timeline{padding-top:2px}.evidence-item{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.platform-adaptation strong,.evidence-source strong,.evidence-source a{color:var(--text);margin-bottom:4px;font-weight:900;display:block}.evidence-source a{text-decoration:none}.snippet-panel{align-content:start;gap:10px;display:grid}.snippet-focus{background:#ffffffb8}.snippet-focus strong{color:var(--text);font-size:15px;display:block}.snippet-meta-row{color:var(--muted);flex-wrap:wrap;gap:8px;margin:6px 0;font-size:12px;font-weight:800;display:flex}.risk-summary{border:1px solid var(--line);background:#fff;border-radius:6px;justify-items:center;gap:2px;min-width:82px;padding:10px;display:grid}.risk-summary.has-risk,.risk-notes-block.has-risk{background:#fff8e8;border-color:#efcf8c}.risk-summary.is-clear,.risk-notes-block.is-clear{background:#f3fbf7;border-color:#cdeee1}.risk-summary strong{color:var(--ink);font-size:20px}.risk-summary span,.evidence-source span{color:var(--muted);font-size:12px;font-weight:800}.detail-card>p,.detail-card-header p,.platform-card p,.evidence-row p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.detail-card-header{grid-template-columns:52px minmax(0,1fr);align-items:start;gap:12px;display:grid}.detail-card-header.compact{grid-template-columns:auto minmax(0,1fr);align-items:center}.detail-card-header strong{color:var(--text);margin-bottom:4px;font-size:15px;display:block}.detail-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.mini-stat-grid,.platform-grid{gap:10px;display:grid}.mini-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-stat,.platform-card,.prompt-box,.evidence-row{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0}.mini-stat{padding:10px}.mini-stat span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800;display:block}.mini-stat strong{margin-top:4px;font-size:18px;display:block}.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-card,.prompt-box,.evidence-row{padding:10px}.platform-card strong,.evidence-row strong,.evidence-row a{color:var(--text);text-transform:capitalize;margin-bottom:4px;display:block}.evidence-row a{text-decoration:none}.evidence-row a:hover{text-decoration:underline}.evidence-source a{color:var(--text);font-weight:900;text-decoration:none;display:block}.evidence-source a:hover{text-decoration:underline}.prompt-box{color:var(--text);white-space:pre-wrap;font-size:13px;line-height:1.5}.evidence-list{gap:8px;display:grid}.evidence-row span{color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.status-pill{min-height:26px;color:var(--ink);background:#eff3ff;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.status-pill.status-needs-review{color:#7b4a0c;background:#fff3d7;border-color:#e3c17a}.status-pill.status-approved{color:#1d644f;background:#dcf8ec;border-color:#a9e5cf}.status-pill.status-scheduled{color:#3f6c30;background:#eefbea;border-color:#cbeabd}.status-pill.status-binned{color:#7c4c59;background:#f1e8eb;border-color:#e4c7cf}.status-pill.status-failed{color:#9a3446;background:#fff0f2;border-color:#eab0b8}.status-pill.status-published{color:#345b8d;background:#edf4ff;border-color:#bed3f3}.status-pill.status-draft,.status-pill.status-imported{color:#526072;background:#f1f3f7;border-color:#d5dae4}.snippet-row.standalone{border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px}.approval-package-list{gap:14px;display:grid}.approval-package-card{border:1px solid var(--line);background:#ffffffe0;border-radius:6px;grid-template-columns:minmax(300px,380px) minmax(280px,.85fr) minmax(280px,.75fr);align-items:start;gap:18px;padding:18px;display:grid}.phone-frame.compact-phone{justify-self:center;max-width:min(380px,100%)}.approval-package-copy,.approval-package-side{gap:12px;min-width:0;display:grid}.approval-prompt-grid{gap:10px;display:grid}.approval-post-panel,.approval-state-note{border:1px solid var(--line);background:#f7fbff;border-radius:6px;gap:10px;padding:11px;display:grid}.approval-post-panel.empty,.approval-state-note{background:#fbf8ff}.approval-post-panel.empty span,.approval-state-note span{color:var(--muted);font-size:12px}.approval-post-grid{gap:8px;display:grid}.approval-post-row{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding-top:8px;display:grid}.approval-post-row:first-child{border-top:0;padding-top:0}.approval-post-row p{color:var(--muted);margin:3px 0;font-size:12px;line-height:1.4}.approval-post-row small{color:var(--muted);font-size:11px;font-weight:800}.schedule-editor{border:1px solid var(--line);background:#fffafd;border-radius:6px;gap:7px;padding:11px;display:grid}.schedule-editor span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.schedule-editor input{border:1px solid var(--line);width:100%;min-height:38px;color:var(--text);background:#fff;border-radius:6px;padding:0 10px}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px;font-size:13px}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;padding:10px 12px}.data-table th{color:var(--muted);text-transform:uppercase;font-size:11px}.pipeline{grid-template-columns:repeat(6,minmax(110px,1fr));gap:10px;display:grid}.pipeline-step{border:1px solid var(--line);background:linear-gradient(#fbf8ff,#f0f8f4);border-radius:6px;align-content:space-between;gap:12px;min-height:112px;padding:12px;display:grid}.pipeline-step strong{font-size:13px}.pipeline-step span{color:var(--muted);font-size:12px}.brief-list,.song-list,.recommendation-list,.spend-list{gap:10px;display:grid}.cost-sync-row{border:1px solid var(--line);background:#f7fbff;border-radius:8px;gap:4px;margin-bottom:12px;padding:12px;display:grid}.cost-sync-row span,.cost-sync-row small{color:var(--muted);font-size:12px}.cost-sync-row strong{color:var(--ink);font-size:14px}.spend-section-title{color:var(--ink);justify-content:space-between;align-items:center;gap:12px;margin:16px 0 10px;display:flex}.spend-section-title span{color:var(--muted);font-size:12px;font-weight:700}.brief-row,.song-card,.recommendation-row,.spend-row{border:1px solid var(--line);background:#ffffffd1;border-radius:6px;padding:12px}.brief-row{grid-template-columns:52px minmax(0,1fr);gap:12px;display:grid}.score{color:#7e425c;background:#f7dfec;border-radius:6px;place-items:center;height:48px;font-weight:900;display:grid}.brief-copy strong,.song-card-title,.recommendation-row strong{margin-bottom:5px;display:block}.brief-copy p,.song-card-motifs,.recommendation-row p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.tag-row{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.tag{color:#315b51;background:#edf8f3;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.tag.theme{color:#7e425c;background:#f7dfec}.tag.motif{color:#40536f;background:#eff3ff}.song-card{padding:0;overflow:hidden}.song-card.expanded{background:#ffffffeb}.library-card-summary-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.song-card-summary{width:100%;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) 22px;align-items:center;gap:8px 12px;padding:12px;display:grid}.song-card-summary:hover{background:#fbf8ff}.library-edit-button{color:var(--ink);background:#fff;align-self:start;margin:8px 8px 0 0}.song-card-copy{grid-column:1;gap:4px;min-width:0;display:grid}.song-card-title{color:var(--text);font-size:16px;line-height:1.18}.song-card-meta{flex-wrap:wrap;grid-column:1;justify-content:flex-start;gap:6px;min-width:0;display:flex}.panel-header .tag,.song-card-meta .tag{white-space:nowrap}.song-card-indicator{color:var(--ink);grid-area:1/2/span 2;align-self:center;place-items:center;display:grid}.song-detail{border-top:1px solid var(--line);grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);gap:16px;padding:14px 12px 12px;display:grid}.song-meta-grid,.song-detail-section.wide,.library-edit-form.wide,.library-edit-message.wide{grid-column:1/-1}.library-edit-form{border:1px solid var(--line);background:#fbf8ff;border-radius:6px;gap:12px;min-width:0;padding:12px;display:grid}.library-edit-form.compact{padding:10px}.library-edit-card-title{color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:900;display:flex}.library-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.library-edit-field{gap:5px;min-width:0;display:grid}.library-edit-field.wide{grid-column:1/-1}.library-edit-field span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.library-edit-field input,.library-edit-field select,.library-edit-field textarea{width:100%;min-width:0;color:var(--text);background:#fff;border:1px solid #cfc5de;border-radius:5px;padding:8px 9px;font-size:13px}.library-edit-field textarea{resize:vertical;line-height:1.4}.library-edit-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.library-edit-message{color:#315b51;background:#f0faf5;border:1px solid #bedfd4;border-radius:6px;padding:9px 10px;font-size:12px;font-weight:800}.library-edit-message.error{color:var(--danger);background:#fff6f8;border-color:#efbac4}.song-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.song-meta-cell{border:1px solid var(--line);background:#f7fbff;border-radius:6px;min-width:0;padding:10px}.song-meta-cell span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800;display:block}.song-meta-cell strong{overflow-wrap:anywhere;margin-top:4px;display:block}.song-detail-section{align-content:start;gap:10px;min-width:0;display:grid}.section-title{color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:900;display:flex}.tag-row.compact{margin-top:0}.lyrics-box{white-space:pre-wrap;border:1px solid var(--line);max-height:360px;color:var(--text);background:#fff;border-radius:6px;margin:0;padding:12px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.55;overflow:auto}.messaging-list{color:var(--text);margin:0;padding-left:18px;font-size:13px;line-height:1.45}.messaging-list li+li{margin-top:6px}.snippet-list,.hook-list,.compact-list{gap:10px;display:grid}.snippet-row,.hook-row,.compact-row{border-top:1px solid var(--line);padding-top:10px}.snippet-row:first-child,.hook-row:first-child,.compact-row:first-child{border-top:0;padding-top:0}.snippet-heading{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.snippet-heading strong,.hook-row strong,.compact-row strong{color:var(--text);font-size:13px}.snippet-heading span{color:var(--muted);font-size:12px;font-weight:700}.snippet-row p,.hook-row p,.compact-row p,.empty-copy,.song-detail-section.highlight p{color:var(--muted);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.45}.hook-row{grid-template-columns:44px minmax(0,1fr);gap:10px;display:grid}.hook-score{color:#7e425c;background:#f7dfec;border-radius:6px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.compact-row{gap:4px;display:grid}.compact-row span{color:var(--muted);font-size:12px;font-weight:700}.book-library-list{gap:12px;display:grid}.character-book{border-top:1px solid var(--line);gap:10px;padding-top:10px;display:grid}.character-book:first-child{border-top:0;padding-top:0}.character-book-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.character-book-heading strong{color:var(--text);font-size:13px}.character-book-heading span{color:var(--muted);font-size:12px;font-weight:700}.character-book>p,.character-profile p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.character-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.character-profile{border:1px solid var(--line);background:#fff;border-radius:6px;gap:7px;min-width:0;padding:10px;display:grid}.character-profile>div:first-child{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.character-profile strong{color:var(--text);font-size:13px}.character-profile span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.repository-book-card{border:1px solid var(--line);background:#fff;border-radius:6px;padding:12px}.book-card-detail{border-top:1px solid var(--line);gap:12px;padding:14px 12px 12px;display:grid}.book-card-detail>p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.book-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.book-library-block{align-content:start;gap:9px;min-width:0;display:grid}.compact-character-grid{grid-template-columns:1fr}.character-shelf-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.character-shelf-card{border:1px solid var(--line);background:#fff;border-radius:6px;align-content:start;gap:9px;min-width:0;padding:12px;display:grid}.character-card-heading-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.character-card-heading-row .library-edit-button{margin:0}.character-source{color:var(--muted);font-size:12px;font-weight:800}.character-shelf-card>p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.song-detail-section.highlight{background:#eff8f4;border-radius:6px;padding:10px}.approval-panel{margin-top:16px}.approval-layout{grid-template-columns:minmax(180px,220px) minmax(320px,1.25fr) minmax(280px,.75fr);align-items:start;gap:18px;display:grid}.approval-copy,.approval-side{min-width:0}.approval-side{align-content:start;gap:14px;display:grid}.phone-frame{aspect-ratio:9/16;background:#333b50;border:1px solid #cfc2e8;border-radius:22px;width:100%;max-width:220px;padding:10px;box-shadow:0 18px 34px #40536f2e}.reel-preview{background:#eef2fb;border-radius:16px;height:100%;position:relative;overflow:hidden}.reel-video{object-fit:cover;border:0;width:100%;height:100%;display:block}.reel-overlay{color:#fff;overflow-wrap:anywhere;pointer-events:none;text-shadow:0 1px 6px #0000006b;background:#11131dad;border:1px solid #ffffff29;border-radius:8px;min-width:0;max-width:calc(100% - 24px);padding:9px 11px;font-size:clamp(10px,3vw,12px);line-height:1.28;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 10px 22px #11131d47}.reel-overlay strong{margin-bottom:2px;font-size:1.02em;line-height:1.2;display:block}.caption-box{white-space:pre-wrap;color:var(--text);border:1px solid var(--line);background:#ffffffc7;border-radius:6px;min-height:128px;padding:12px;line-height:1.45}.approval-panel .caption-box{min-height:220px;font-size:15px}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.approval-panel .meta-grid{margin-top:0}.meta-cell{border:1px solid var(--line);background:#f4f0fb;border-radius:6px;padding:10px}.meta-cell span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800;display:block}.meta-cell strong{margin-top:4px;display:block}.meta-cell a{color:var(--ink);text-decoration:none}.meta-cell a:hover{text-decoration:underline}.approval-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.approval-panel .approval-actions{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0;display:grid}.approval-panel .approval-actions .button{min-width:0}.approval-panel .approval-actions .button.success{grid-column:1/-1}.chart-wrap{width:100%;min-width:0;height:230px}.metric-bars{gap:14px;display:grid}.metric-bar-row{grid-template-columns:minmax(92px,.28fr) minmax(120px,1fr);align-items:center;gap:10px 14px;display:grid}.metric-label{text-transform:capitalize;gap:2px;display:grid}.metric-label span,.metric-mini{color:var(--muted);font-size:12px}.metric-track{border:1px solid var(--line);background:#f2edf8;border-radius:999px;height:18px;overflow:hidden}.metric-fill{border-radius:inherit;height:100%;display:block}.metric-fill.views{background:var(--blue)}.metric-fill.spend{background:var(--wine)}.metric-mini{flex-wrap:wrap;grid-column:2;gap:10px;display:flex}.spend-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.spend-row.empty{color:var(--muted);border-style:dashed}.spend-row div{gap:2px;display:grid}.spend-row span{color:var(--muted);font-size:12px}.alert{color:#705326;background:#fff4df;border:1px solid #efcf8c;border-radius:6px;align-items:flex-start;gap:10px;margin-bottom:12px;padding:11px 12px;font-size:13px;display:flex}.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{grid-template-columns:minmax(180px,auto) minmax(0,1fr);align-items:start;gap:14px 18px;height:auto;display:grid;position:static}.sidebar-footer{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0;position:static}.brand-mark{margin-bottom:0}.nav-stack{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.nav-item{justify-content:center;padding:9px 8px}.content-grid,.two-column,.detail-overview,.brief-content-grid,.brief-context-grid,.brief-taxonomy-grid,.review-workbench,.prompt-two-up,.review-bottom-grid,.source-detail-grid{grid-template-columns:1fr}.detail-kpi-grid,.approval-package-card{grid-template-columns:repeat(2,minmax(0,1fr))}.phone-frame.compact-phone{max-width:min(390px,100%)}.approval-package-side{grid-column:1/-1}.approval-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr)}.platform-adaptation-list{grid-template-columns:1fr}.approval-side{grid-column:1/-1}}@media (max-width:760px){.main{padding:16px}.topbar,.approval-layout{grid-template-columns:1fr;display:grid}.approval-side{grid-column:auto}.topbar-actions{flex-wrap:wrap}.sidebar{grid-template-columns:1fr}.sidebar-footer,.nav-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-item{justify-content:flex-start}.detail-kpi-grid,.detail-split,.entity-graph-layout,.platform-grid,.brief-card-top,.overview-metric-grid,.evidence-item,.approval-package-card{grid-template-columns:1fr}.approval-package-side{grid-column:auto}.phone-frame.compact-phone{max-width:min(340px,100%)}.song-card-summary{grid-template-columns:minmax(0,1fr) 22px}.song-card-meta{grid-column:1/-1;justify-content:flex-start}.song-card-indicator{grid-area:1/2}.library-edit-grid{grid-template-columns:1fr}.library-edit-field.wide{grid-column:auto}.song-detail,.character-profile-grid,.book-library-grid{grid-template-columns:1fr}.song-meta-grid,.kpi-grid,.pipeline,.mini-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phone-frame{max-width:260px}}@media (max-width:640px){html{scroll-padding-top:12px}.app-shell{display:block}.sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--line);padding:12px 14px 10px;position:sticky;top:0;box-shadow:0 10px 28px #695b821a}.brand-mark{gap:2px;margin-bottom:10px}.brand-mark strong{font-size:18px}.brand-mark span{font-size:11px}.nav-stack{scrollbar-width:none;gap:8px;padding:0 1px 4px;display:flex;overflow-x:auto}.nav-stack::-webkit-scrollbar{display:none}.nav-item{white-space:nowrap;flex:none;justify-content:center;min-height:40px;padding:9px 11px;font-size:13px}.sidebar-footer{display:none}.main{min-height:auto;padding:14px}.topbar{gap:12px;margin-bottom:14px}.topbar h1{font-size:24px}.topbar p{font-size:13px;line-height:1.35}.topbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;width:100%;display:grid}.topbar-actions .button{width:100%;min-width:0}.topbar-actions .user-menu{justify-self:stretch;width:100%;height:42px}.topbar-actions .user-menu span{font-size:12px;font-weight:800}.button{white-space:normal;min-height:42px;padding:8px 10px;line-height:1.15}.icon-button{width:42px;height:42px;padding:0}.panel-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px;display:grid}.panel-header>.topbar-actions,.panel-header>.approval-filter-chips{grid-column:1/-1}.panel-header>.button:not(.icon-button){grid-column:1/-1;width:100%}.panel-body{padding:12px}.grid,.detail-stack{gap:12px}.kpi-grid,.detail-kpi-grid,.pipeline,.mini-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kpi{grid-template-columns:30px minmax(0,1fr);min-height:100px;padding:12px}.kpi-icon{width:30px;height:30px}.kpi span{font-size:10.5px}.kpi strong{font-size:22px}.detail-overview{gap:12px;padding:14px}.overview-main h2{font-size:21px}.overview-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.overview-metric{padding:10px 8px}.overview-metric strong{font-size:20px}.detail-card.research-brief-card,.detail-card.review-brief-card{padding:14px}.brief-card-top{grid-template-columns:auto minmax(0,1fr);gap:10px}.brief-card-top>.button,.review-card-top .risk-summary{grid-column:1/-1}.brief-card-top>.button{width:100%}.review-card-top .risk-summary{justify-self:start}.source-detail-cell{padding:10px}input,select,textarea,.library-edit-field input,.library-edit-field select,.library-edit-field textarea,.schedule-editor input{width:100%;min-width:0;min-height:42px;font-size:16px}.approval-actions{grid-template-columns:1fr;display:grid}.library-card-summary-row{grid-template-columns:minmax(0,1fr) 42px}.library-edit-button{width:34px;height:34px;min-height:34px;margin:8px 8px 0 0;padding:0}.library-edit-form{padding:10px}.library-edit-actions{grid-template-columns:1fr;display:grid}.library-edit-actions .button,.approval-actions .button{width:100%}.approval-panel .approval-actions{grid-template-columns:1fr}.approval-panel .approval-actions .button.success{grid-column:auto}.entity-graph-toolbar{grid-template-columns:1fr;display:grid}.entity-graph-toolbar label{width:100%;min-width:0}.entity-graph-stats{margin-left:0}.entity-graph-visual-shell,.entity-graph-map,.entity-edge-list{padding:10px}.entity-graph-visual-head,.entity-graph-head-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.entity-graph-zoom-controls{grid-template-columns:42px minmax(48px,1fr) 42px auto;width:100%;display:grid}.entity-graph-zoom-controls .button,.entity-graph-zoom-controls .icon-button{height:38px;min-height:38px}.entity-graph-legend{justify-content:flex-start}.entity-graph-visual-scroll{max-height:480px}.entity-graph-svg{min-width:680px}.entity-graph-node-grid{grid-template-columns:1fr}.phone-frame,.phone-frame.compact-phone{justify-self:center;max-width:min(300px,100%)}.table-wrap{margin:0 -12px;padding:0 12px}.data-table{min-width:680px}}@media (max-width:480px){.meta-grid,.song-meta-grid,.hook-row{grid-template-columns:1fr}}@media (max-width:380px){.topbar-actions,.kpi-grid,.detail-kpi-grid,.pipeline,.mini-stat-grid,.overview-metric-grid{grid-template-columns:1fr}.entity-graph-zoom-controls{grid-template-columns:42px minmax(48px,1fr) 42px}.entity-graph-zoom-controls .button:not(.icon-button){grid-column:1/-1}}
