:root{font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#27302f;background:#f4f6f5;font-synthesis:none;letter-spacing:0;--ink: #27302f;--muted: #687270;--line: #dce2df;--panel: #ffffff;--teal: #2f6f68;--teal-dark: #245852;--orange: #d77e48;--yellow: #b99024;--red: #b9584e;--blue: #47778a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.hidden{display:none}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef2f0}.login-panel{width:min(420px,100%);background:#fff;border:1px solid var(--line);padding:36px;border-radius:6px;box-shadow:0 18px 55px #27302f1a}.brand-mark{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#1f2928;border-radius:6px;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block}.brand-mark.small{width:40px;height:40px;flex:0 0 auto}.login-panel h1{font-size:23px;margin:22px 0 8px}.login-panel>p{color:var(--muted);line-height:1.6;margin:0 0 24px;font-size:14px}.login-panel label,.modal label,.card-fields label{display:grid;gap:8px;font-weight:600;color:#44504e;font-size:13px}.token-input{height:44px;display:flex;align-items:center;gap:10px;border:1px solid #cbd4d0;padding:0 12px;border-radius:5px;color:var(--muted)}.token-input:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #2f6f681a}.token-input input{border:0;outline:0;width:100%}.form-error{color:var(--red)!important;margin:10px 0 0!important}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:236px;z-index:30;display:flex;flex-direction:column;overflow-x:hidden;background:#1f2928;color:#fff;padding:20px 14px}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand div{min-width:0}.brand div span{margin-top:3px;color:#aab7b3;font-size:10px;white-space:nowrap}.sidebar nav{display:grid;gap:5px;margin-top:20px}.sidebar nav button,.logout{height:42px;border:0;border-radius:5px;display:flex;align-items:center;gap:11px;padding:0 12px;background:transparent;color:#b9c4c1;text-align:left}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#31403e}.sidebar nav button.active{box-shadow:inset 3px 0 var(--orange)}.nav-count{margin-left:auto;min-width:21px;text-align:center;padding:2px 5px;font-size:11px;border-radius:10px;background:var(--orange);color:#fff}.sidebar-progress{margin-top:auto;padding:16px 12px;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:#263331}.sidebar-progress>div:first-child{display:flex;justify-content:space-between;font-size:12px}.sidebar-progress .progress{height:5px;margin:12px 0 8px;background:#45524f;overflow:hidden}.sidebar-progress .progress span{display:block;height:100%;background:var(--orange)}.sidebar-progress small{color:#aab7b3}.logout{margin-top:10px;width:100%}.main{min-height:100vh;margin-left:236px}.topbar{height:76px;padding:0 28px;border-bottom:1px solid var(--line);background:#fffffff5;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.topbar h1{margin:2px 0 0;font-size:20px}.topbar-title{min-width:0}.topbar-title h1,.topbar-title .eyebrow{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eyebrow{text-transform:uppercase;color:var(--muted);font-size:10px}.top-actions{display:flex;align-items:center;gap:12px}.topbar .top-actions{flex:0 0 auto}.project-switch{max-width:180px}.worker-status{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.worker-status i{width:8px;height:8px;border-radius:50%;background:#6aa178;box-shadow:0 0 0 3px #e5f0e8}.worker-status i.busy{background:var(--orange);box-shadow:0 0 0 3px #fae9df}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:5px;color:#4f5d5a;background:#fff;padding:0}.icon-button:hover{color:var(--teal);border-color:#a8bcb7}.mobile-menu,.mobile-nav-backdrop{display:none}.spinning svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-content{padding:26px 28px 44px;max-width:1500px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.metric{min-height:84px;display:flex;align-items:center;gap:14px;padding:16px;background:var(--panel);border:1px solid var(--line);border-radius:6px}.metric-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:5px}.metric-icon.teal{background:#e4f0ed;color:var(--teal)}.metric-icon.orange{background:#fae9df;color:var(--orange)}.metric-icon.blue{background:#e4eef1;color:var(--blue)}.metric-icon.red{background:#f6e5e2;color:var(--red)}.metric strong,.metric span{display:block}.metric strong{font-size:23px;line-height:1}.metric div span{margin-top:7px;color:var(--muted);font-size:12px}.category-strip{display:flex;gap:8px;padding:22px 0 14px;overflow-x:auto}.category-strip button{flex:0 0 auto;height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:5px;color:#55615f;background:#fff}.category-strip button.active{border-color:var(--teal);color:var(--teal-dark);background:#eaf3f0}.category-strip b{font-size:11px;color:#7d8986}.category-dot{width:7px;height:7px;border-radius:50%;background:var(--teal)}.category-strip .orange .category-dot{background:var(--orange)}.category-strip .blue .category-dot{background:var(--blue)}.category-strip .yellow .category-dot{background:var(--yellow)}.category-strip .red .category-dot{background:var(--red)}.toolbar{display:flex;align-items:center;gap:9px;margin-bottom:18px}.search{height:38px;min-width:240px;display:flex;align-items:center;gap:8px;padding:0 11px;background:#fff;border:1px solid var(--line);border-radius:5px;color:var(--muted)}.search input{border:0;outline:0;min-width:0;width:100%}select,.modal input,.card-title-row input,.copy-fields input,textarea{border:1px solid #cfd7d4;border-radius:5px;background:#fff;color:var(--ink);outline:0}select{height:38px;padding:0 30px 0 10px}select:focus,.modal input:focus,.card-title-row input:focus,.copy-fields input:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2f6f6817}.button{min-height:38px;display:inline-flex;justify-content:center;align-items:center;gap:7px;border-radius:5px;padding:0 13px;border:1px solid transparent;font-weight:600;font-size:13px}.button.primary{color:#fff;background:var(--teal);border-color:var(--teal)}.button.primary:hover{background:var(--teal-dark)}.button.secondary{color:#465350;background:#fff;border-color:var(--line)}.button.secondary:hover,.button.ghost:hover{border-color:#a8bcb7;color:var(--teal)}.button.success{color:#28603e;background:#e8f2ea;border-color:#bfd6c5}.button.wechat-action{color:#fff;background:#208b55;border-color:#208b55}.button.wechat-action:hover{background:#176f43}.button.ghost{min-height:32px;color:#55615f;background:#f8faf9;border-color:var(--line);padding:0 10px}.button.full{width:100%;margin-top:22px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:16px}.article-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:6px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px #27302f1a}.cover{height:184px;position:relative;overflow:hidden;background:#edf1ef}.cover img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.cover-empty,.preview-empty{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#93a09c}.cover-empty span,.preview-empty span{font-size:12px}.category-badge,.status-badge{position:absolute;top:10px;padding:5px 8px;border-radius:4px;font-size:11px;font-weight:700}.category-badge{left:10px;color:#245852;background:#e4f0ed}.category-badge.orange{color:#8b4a27;background:#fae6da}.category-badge.blue{color:#365e70;background:#e1edf1}.category-badge.yellow{color:#765a11;background:#f5edcf}.category-badge.red{color:#803d36;background:#f5e2df}.category-badge.static{position:static;display:inline-flex;margin-bottom:9px}.status-badge{right:10px;color:#5d6866;background:#ffffffeb}.status-badge.processing,.status-badge.queued{color:#8a4d2b}.status-badge.failed{color:var(--red)}.status-badge.complete{color:#28603e}.article-body{padding:15px}.article-body h2{height:44px;overflow:hidden;margin:0;font-size:15px;line-height:1.5}.thumb-progress{height:4px;margin:15px 0 10px;background:#edf0ef}.thumb-progress span{display:block;height:100%;background:var(--teal)}.article-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px}.article-meta svg{margin-left:auto}.empty-state{min-height:320px;display:grid;place-items:center;align-content:center;color:#8b9894;border:1px dashed #c7d0cd;background:#f8faf9}.empty-state h2{margin:13px 0 6px;color:#596561;font-size:16px}.empty-state p{margin:0;font-size:13px}.section-heading{display:flex;justify-content:space-between;margin-bottom:18px}.section-heading h2,.settings-section h2{margin:0;font-size:17px}.section-heading p,.settings-section p{margin:6px 0 0;color:var(--muted);font-size:12px}.table-wrap{overflow-x:auto;border:1px solid var(--line);background:#fff}table{width:100%;border-collapse:collapse;font-size:12px}th{height:38px;color:#65706e;background:#f0f3f2;text-align:left;font-weight:600}th,td{padding:10px 12px;border-bottom:1px solid #e8ecea}td strong,td span{display:block}td span{color:var(--muted);margin-top:3px}.job-status{display:inline-flex!important;padding:3px 7px;border-radius:4px;color:#5f6a67!important;background:#edf1ef;font-size:11px}.job-status.running,.job-status.optimizing,.job-status.generating{color:#8b4a27!important;background:#fae6da}.job-status.uploading{color:#365e70!important;background:#e1edf1}.job-status.complete{color:#28603e!important;background:#e6f1e9}.job-status.failed{color:#873f37!important;background:#f5e2df}.job-status.cancelled{color:#69716f!important;background:#e8ebea}.error-log{margin-top:18px;border-left:3px solid var(--red);background:#fff;padding:14px 16px}.error-log h3{display:flex;align-items:center;gap:7px;margin:0 0 10px;font-size:14px;color:var(--red)}.error-log p{margin:6px 0;font-size:12px;color:#6b4a46}.error-log b{margin-right:8px}.pipeline-health{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#fff}.pipeline-health>div{min-width:0;display:grid;gap:5px;padding:15px 17px}.pipeline-health>div+div{border-left:1px solid var(--line)}.pipeline-health span,.pipeline-health small{color:var(--muted);font-size:10px}.pipeline-health strong{color:var(--ink);font-size:23px}.pipeline-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0 16px}.pipeline-stages article{min-width:0;padding:12px;border:1px solid var(--line);background:#fff}.pipeline-stages article>div{min-width:0;display:grid;gap:3px}.pipeline-stages article>div strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.pipeline-stages article>div span{color:var(--muted);font-size:10px}.pipeline-stages dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:11px 0 0;padding-top:9px;border-top:1px solid var(--line)}.pipeline-stages dl div{min-width:0;display:grid;gap:2px}.pipeline-stages dt{color:var(--muted);font-size:9px}.pipeline-stages dd{min-width:0;margin:0;overflow:hidden;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.settings-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.settings-section{background:#fff;border:1px solid var(--line);padding:20px}.section-title{display:flex;gap:11px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #e5eae8}.section-title>svg{color:var(--teal)}.config-list{margin:0}.config-list>div{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #edf0ef;font-size:12px}.config-list dt{color:var(--muted)}.config-list dd{margin:0;display:flex;align-items:center;gap:7px;font-weight:600;overflow-wrap:anywhere}.config-dot{width:7px;height:7px;border-radius:50%}.config-dot.ok{background:#5d9b70}.config-dot.error{background:var(--red)}.path-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.settings-actions{display:flex;flex-wrap:wrap;gap:9px;padding-top:18px}.provider-settings{margin-top:20px;border-top:1px solid var(--line)}.settings-band{padding:22px 0 26px;border-bottom:1px solid var(--line)}.settings-band .section-title{padding:0 0 16px}.settings-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:17px}.settings-fields label{min-width:0;display:grid;gap:7px;color:#596562;font-size:12px;font-weight:600}.settings-fields input{width:100%;min-width:0;height:40px;padding:0 10px;border:1px solid #cfd7d4;border-radius:5px;color:var(--ink);background:#fff;outline:0}.settings-fields input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2f6f6817}.settings-fields select{width:100%;height:40px}.settings-subtitle{margin-top:18px;color:var(--teal-dark);font-size:13px;font-weight:700}.toggle-row{display:inline-flex;align-items:center;gap:9px;margin-top:17px;color:#45514f;font-size:13px;font-weight:600}.toggle-row input{width:17px;height:17px;accent-color:var(--teal)}.settings-save{display:flex;justify-content:flex-end;padding:18px 0 0}.drawer-backdrop,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#171f1e6b}.drawer{position:absolute;inset:0 0 0 auto;width:min(1500px,96vw);max-width:100%;background:#f5f7f6;overflow-y:auto;box-shadow:-18px 0 50px #161f1e29}.drawer-header{min-height:126px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 20px;background:#fff;border-bottom:1px solid var(--line)}.drawer-header h2{margin:0;font-size:20px}.drawer-header p{margin:8px 0 0;color:var(--muted);font-size:12px}.review-target-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 26px;border-bottom:1px solid #e7c895;color:#6d4216;background:#fff5df}.review-target-banner strong{font-size:12px}.review-target-banner span{color:#805d36;font-size:11px}.drawer-actions{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;gap:8px;padding:12px 26px;background:#f5f7f6f5;border-bottom:1px solid var(--line)}.detail-view-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 26px 0}.detail-view-bar>span{color:var(--muted);font-size:12px}.segmented-control{display:inline-grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid #ccd5d1;border-radius:5px;background:#e9eeec}.segmented-control button{min-width:132px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:0;border-radius:3px;color:#596562;background:transparent;font-size:12px;font-weight:700}.segmented-control button.active{color:var(--teal-dark);background:#fff;box-shadow:0 1px 3px #27302f1f}.review-blockers{margin:16px 26px 0;padding:13px 15px;border:1px solid #e0bcb7;background:#f8e8e5}.review-blockers.clear{color:#28603e;border-color:#bfd6c5;background:#e9f3ec}.review-blockers-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:#873f37}.review-blockers.clear .review-blockers-heading{color:#28603e}.review-blockers-heading>div{min-width:0;display:grid;gap:4px}.review-blockers-heading strong{font-size:13px}.review-blockers-heading span{color:#6f5a57;font-size:10px}.review-blockers.clear .review-blockers-heading span{color:#52705c}.review-blocker-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 22px;margin:11px 0 0;padding:10px 0 0 18px;border-top:1px solid rgba(135,63,55,.16);color:#75433e;font-size:11px;line-height:1.5}.review-blocker-list li{min-width:0;overflow-wrap:anywhere}.delivery-status{display:grid;grid-template-columns:minmax(170px,auto) minmax(0,1fr);gap:14px 24px;margin:12px 26px 0;padding:14px 15px;border:1px solid #d7dfdc;background:#fff}.delivery-status>div{display:grid;gap:4px;align-content:start}.delivery-status>div span,.delivery-status dt{color:var(--muted);font-size:10px}.delivery-status>div strong{font-size:13px}.delivery-status dl{display:flex;flex-wrap:wrap;gap:10px 24px;margin:0}.delivery-status dl>div{min-width:120px;display:grid;gap:4px}.delivery-status dd{max-width:300px;margin:0;overflow:hidden;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.delivery-status p,.delivery-status small{grid-column:1 / -1;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.delivery-status.draft_created,.delivery-status.published{border-color:#bfd6c5;background:#edf5ef}.delivery-status.stale{border-color:#decda4;background:#f8f2e2}.delivery-status.failed{border-color:#e0bcb7;background:#fcf1ef}.delivery-status.failed p{color:#873f37}.continuity-profile{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;margin:16px 26px 0;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.continuity-profile strong{color:var(--teal-dark);font-size:12px;white-space:nowrap}.continuity-profile p{margin:0;color:#5e6a67;font-size:12px;line-height:1.6}.continuity-grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0}.continuity-grid>div{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:7px}.continuity-grid dt{color:#798481;font-size:10px;font-weight:700}.continuity-grid dd{min-width:0;margin:0;color:#53605d;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.continuity-missing{color:var(--red)!important}.storyboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 26px 40px}.storyboard-card{min-width:0;overflow:hidden;border:1px solid var(--line);background:#fff}.storyboard-preview{width:100%;aspect-ratio:4 / 5;position:relative;display:block;overflow:hidden;padding:0;border:0;border-bottom:1px solid var(--line);background:#e8edeb}.storyboard-preview img{width:100%;height:100%;display:block;object-fit:contain}.storyboard-preview .preview-empty{width:100%;height:100%}.storyboard-preview>b{position:absolute;top:9px;left:9px;display:grid;place-items:center;width:30px;height:30px;border-radius:4px;color:#fff;background:#1f2928db;font-size:11px}.candidate-target{position:absolute;right:9px;bottom:9px;padding:6px 8px;border:1px solid #efcf9c;border-radius:4px;color:#714315;background:#fff6e0f5;font-size:10px;font-weight:800}.storyboard-preview:focus-visible{outline:3px solid rgba(47,111,104,.35);outline-offset:-3px}.storyboard-meta{display:grid;gap:11px;padding:13px}.storyboard-role{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.storyboard-role span{color:var(--muted);font-size:10px}.storyboard-role strong{min-width:0;overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.version-summary{display:flex;align-items:center;justify-content:space-between;gap:8px}.version-summary>span{padding:3px 7px;border-radius:4px;color:#365e70;background:#e4eef1;font-size:10px;font-weight:700}.version-summary small{margin-left:auto}.review-statuses{display:flex;flex-wrap:wrap;gap:5px}.review-chip{padding:4px 6px;border:1px solid #d9dfdc;border-radius:4px;color:#66716e;background:#f3f5f4;font-size:10px;font-weight:700}.review-chip.complete,.review-chip.passed,.review-chip.approved{color:#28603e;border-color:#c5dacb;background:#e9f3ec}.review-chip.generating,.review-chip.optimizing,.review-chip.uploading,.review-chip.queued{color:#8b4a27;border-color:#ebcdbb;background:#fae9df}.review-chip.failed,.review-chip.rejected{color:#873f37;border-color:#e2beb8;background:#f5e2df}.review-chip.pending{color:#6a5a34;border-color:#ded0aa;background:#f5f0df}.review-chip.warning{color:#815023;border-color:#e3c19e;background:#faead8}.review-chip.legacy{color:#56615f;border-color:#cfd7d4;background:#edf0ef}.review-note{margin:0;padding:7px 8px;color:#7b4039;background:#f8e8e5;border-left:3px solid #c77469;font-size:10px;line-height:1.5;overflow-wrap:anywhere}.review-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.review-actions .button{min-width:0}.review-approve{color:#28603e;border-color:#bfd6c5;background:#e8f2ea}.review-reject{color:#873f37;border-color:#e2beb8;background:#f8e8e5}.reject-panel{min-width:0;display:grid;gap:7px;padding:10px;border:1px solid #e0bcb7;background:#fcf5f4}.reject-panel label{color:#684b47;font-size:11px;font-weight:700}.reject-panel textarea{min-height:76px;resize:vertical}.reject-panel>div{display:flex;align-items:center;justify-content:flex-end;gap:7px}.reject-panel>div>span{margin-right:auto;color:var(--muted);font-size:10px}.reject-panel .button{min-height:34px;padding:0 9px;font-size:11px}.reject-error{margin:0;color:var(--red);font-size:10px}.storyboard-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.storyboard-actions .button{min-width:0;padding-left:9px;padding-right:9px}.storyboard-meta small{color:#7a8582;font-size:10px;line-height:1.4}.brief-editor{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin:18px 26px 0;padding:16px;border:1px solid var(--line);background:#fff}.brief-editor label{display:grid;gap:8px;color:#44504e;font-size:13px;font-weight:700}.single-card-picker{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:16px 26px 0}.single-card-picker label{display:grid;gap:7px;color:#596562;font-size:12px;font-weight:700}.single-card-picker select{min-width:240px}.single-card-picker>span{color:var(--muted);font-size:11px}.cards-editor{display:grid;gap:14px;padding:18px 26px 40px}.card-editor{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;background:#fff;border:1px solid var(--line)}.card-preview{width:100%;aspect-ratio:4 / 5;position:relative;align-self:start;overflow:hidden;background:#e8edeb}.card-preview img{width:100%;height:100%;display:block;object-fit:contain}.card-preview .preview-empty{width:100%;height:100%}.card-preview>b{position:absolute;top:9px;left:9px;display:grid;place-items:center;width:29px;height:29px;color:#fff;background:#1f2928d1;border-radius:4px;font-size:11px}.local-draft{position:absolute;right:9px;bottom:9px;padding:4px 7px;color:#73451f;background:#fff1df;border:1px solid #efcda6;border-radius:4px;font-size:10px;font-weight:700}.card-fields{min-width:0;padding:15px}.card-title-row{display:flex;align-items:center;gap:9px;margin-bottom:12px}.card-title-row input{min-width:0;flex:1;height:34px;padding:0 9px;font-weight:700}.copy-fields{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(0,1.25fr);gap:10px;margin-bottom:12px}.copy-fields input{width:100%;min-width:0;height:38px;padding:0 9px}.template-picker,.semantic-review{margin:0 0 12px;padding:12px;border:1px solid #d8dfdc;background:#f8faf9}.template-picker legend,.semantic-review legend{padding:0 6px;color:var(--teal-dark);font-size:12px;font-weight:800}.template-picker{display:grid;grid-template-columns:repeat(5,minmax(84px,1fr));gap:8px}.template-option{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr);gap:2px 7px;align-items:center;padding:7px;border:1px solid #d4dcda;border-radius:5px;color:#53605d;background:#fff;text-align:left}.template-option.active{border-color:var(--teal);box-shadow:0 0 0 2px #2f6f681f}.template-option strong{font-size:11px}.template-option small{grid-column:2;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.template-mini{grid-row:1 / span 2;width:30px;height:38px;display:grid;align-content:end;gap:2px;padding:4px;background:#173f3a}.template-mini i,.template-mini b,.template-mini em{display:block;height:2px;background:#edf3f1}.template-mini i{width:60%;height:3px;background:#e78a4e}.template-option.judgment .template-mini{background:#f6f0e7;border-left:3px solid #b95f3b}.template-option.judgment .template-mini b,.template-option.judgment .template-mini em{background:#40514d}.template-option.steps .template-mini{border-left:8px solid #f2bd76}.template-option.dialogue .template-mini{background:#e8f1ef;border-radius:9px 9px 9px 2px}.template-option.dialogue .template-mini b,.template-option.dialogue .template-mini em{background:#2f6f68}.template-option.checklist .template-mini{border-left:5px double #e78a4e;background:#283633}.content-block-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 12px;padding:12px;border:1px solid #d8dfdc;background:#f8faf9}.content-block-editor legend{padding:0 6px;color:var(--teal-dark);font-size:12px;font-weight:800}.content-block-editor>label{display:grid;gap:6px;color:#53605d;font-size:10px;font-weight:750}.content-block-editor>label:last-of-type,.content-block-editor .block-headline{grid-column:1 / -1}.content-block-editor input{width:100%;min-width:0;height:38px;padding:0 9px}.block-row{grid-column:1 / -1;display:grid;grid-template-columns:34px minmax(90px,.45fr) minmax(0,1fr) 34px;align-items:end;gap:8px;padding:9px;border:1px solid #dfe5e2;background:#fff}.block-row>span{align-self:center;color:var(--teal);font-size:11px;font-weight:850}.block-row label{min-width:0;display:grid;gap:5px;color:#64706d;font-size:9px;font-weight:750}.checklist-row{grid-template-columns:34px minmax(0,1fr) 34px}.add-block{grid-column:1 / -1;justify-self:start;min-height:38px}.vision-audit-panel{margin:12px 0;padding:12px;border:1px solid #d6dfdc;background:#f8faf9}.vision-audit-panel.passed{border-left:4px solid var(--teal)}.vision-audit-panel.failed{border-left:4px solid var(--red);background:#fff5f3}.vision-audit-panel.review_required{border-left:4px solid #d58a35;background:#fff8ee}.vision-audit-panel header{display:flex;justify-content:space-between;gap:10px;font-size:11px}.vision-audit-panel header span{font-weight:800}.vision-audit-panel dl{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0}.vision-audit-panel dl div{min-width:0;padding:7px;border:1px solid #e0e6e3;background:#fff}.vision-audit-panel dt{color:var(--muted);font-size:9px}.vision-audit-panel dd{margin:3px 0 0;color:#4e5c58;font-size:9px;line-height:1.45}.vision-audit-panel dd b{margin-right:6px;color:var(--teal-dark);font-size:11px}.vision-audit-panel p,.vision-audit-panel small{color:#67726f;font-size:9px;line-height:1.5}.semantic-review{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 16px;margin-top:12px}.semantic-review label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:650}.semantic-review input{width:17px;height:17px;flex:0 0 auto;accent-color:var(--teal)}textarea{width:100%;resize:vertical;padding:9px 10px;line-height:1.55;font-size:12px}.card-fields details{margin-top:9px;border:1px solid #dfe5e2;background:#f8faf9;padding:8px 10px;font-size:12px}.card-fields details summary{cursor:pointer;color:var(--teal-dark);font-weight:600}.card-fields details p{color:#586461;line-height:1.6;white-space:pre-wrap}.version-history{margin-top:12px;border:1px solid #dfe5e2;background:#f8faf9}.version-history-title,.version-row{display:flex;align-items:center;gap:12px;padding:10px 12px}.version-history-title{border-bottom:1px solid #dfe5e2}.version-history-title strong{font-size:12px}.version-history-title span{margin-left:auto;color:var(--muted);font-size:10px}.version-history-title .button{min-height:32px;padding:0 9px;font-size:10px}.version-compare{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;border-bottom:1px solid #dfe5e2;background:#eef2f0}.version-compare figure{min-width:0;margin:0;border:1px solid #d5ddda;background:#fff}.version-compare figure>div{aspect-ratio:4 / 5;display:grid;place-items:center;overflow:hidden;color:var(--muted);background:#e5eae8;font-size:10px}.version-compare img{width:100%;height:100%;object-fit:contain}.version-compare figcaption{min-width:0;display:flex;justify-content:space-between;gap:7px;padding:8px}.version-compare figcaption strong{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.version-compare figcaption span{color:var(--muted);font-size:9px;white-space:nowrap}.reference-chain{display:grid;grid-template-columns:auto repeat(2,minmax(0,160px));align-items:start;gap:10px;padding:12px;border-bottom:1px solid #dfe5e2;background:#f5f8f6}.reference-chain>strong{padding-top:4px;color:var(--teal-dark);font-size:11px}.reference-chain figure{min-width:0;margin:0;border:1px solid #d5ddda;background:#fff}.reference-chain img,.reference-chain figure>span{width:100%;aspect-ratio:4 / 5;display:grid;place-items:center;object-fit:cover;color:var(--muted);background:#e8edeb;font-size:9px;text-align:center}.reference-chain figcaption{padding:7px;color:#53605d;font-size:9px;line-height:1.4}.version-row+.version-row{border-top:1px solid #e4e9e7}.version-row.selected{background:#eef5f1}.version-row.candidate{background:#fff8ee;border-left:3px solid #d58a35}.version-row>div{min-width:0;display:grid;gap:2px}.version-row>div strong{font-size:12px}.version-row>div span{color:var(--muted);font-size:10px;line-height:1.4}.version-row>.review-chip,.version-row>.button{margin-left:auto;flex:0 0 auto}.card-error{display:flex;gap:6px;color:var(--red);font-size:11px}.card-buttons{display:flex;justify-content:flex-end;gap:7px;margin-top:11px}.single-card-impact{align-self:center;margin-right:auto;color:var(--muted);font-size:10px}.modal-backdrop{display:grid;place-items:center;padding:20px}.modal{width:min(560px,100%);background:#fff;border-radius:6px;box-shadow:0 20px 60px #141d1c33}.modal header{display:flex;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.modal header h2{margin:0;font-size:18px}.modal header p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal>label,.modal>.form-row{margin:16px 22px 0}.modal input{height:40px;padding:0 10px;width:100%}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row select{width:100%;height:40px}.modal footer{display:flex;justify-content:flex-end;gap:9px;padding:18px 22px 22px}.toast{position:fixed;z-index:100;right:22px;bottom:22px;max-width:min(420px,calc(100vw - 44px));display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:5px;color:#25583b;background:#e7f2e9;border:1px solid #bcd4c1;box-shadow:0 10px 30px #27302f29;font-size:13px}.toast.error{color:#7e3932;background:#f6e3e0;border-color:#dfb7b1}@media(max-width:1100px){.article-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid{grid-template-columns:1fr}.settings-fields,.storyboard-grid,.pipeline-health,.pipeline-stages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.sidebar{width:min(276px,86vw);transform:translate(-100%);box-shadow:16px 0 40px #141d1c33;transition:transform .2s ease}.sidebar.open{transform:translate(0)}.mobile-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;border:0;background:#171f1e75}.main{margin-left:0}.mobile-menu{display:inline-grid}.topbar{height:66px;padding:0 14px;justify-content:flex-start;gap:12px}.topbar-title{flex:1}.topbar .top-actions{margin-left:auto}.worker-status{display:none}.project-switch{max-width:120px}.page-content{padding:16px 14px 34px}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.metric{min-height:72px;padding:11px;gap:10px}.metric-icon{width:35px;height:35px}.metric strong{font-size:19px}.toolbar{flex-wrap:wrap}.search{width:100%;min-width:0}.toolbar select{flex:1}.article-grid{grid-template-columns:1fr}.cover{height:205px}.drawer{top:0;right:0;bottom:0;left:0;width:100%;max-width:100%}.drawer-header,.drawer-actions,.cards-editor,.storyboard-grid,.detail-view-bar,.review-target-banner{padding-left:14px;padding-right:14px}.drawer-actions{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity}.drawer-actions .button{min-height:44px;flex:0 0 auto;scroll-snap-align:start}.review-blockers,.delivery-status,.continuity-profile,.single-card-picker{margin-left:14px;margin-right:14px}.brief-editor{grid-template-columns:1fr;margin-left:14px;margin-right:14px}.card-editor{grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr)}.card-buttons{flex-wrap:wrap}.copy-fields,.form-row{grid-template-columns:1fr}.config-list>div{grid-template-columns:105px 1fr}.settings-fields{grid-template-columns:1fr}.pipeline-health{grid-template-columns:1fr 1fr}.pipeline-health>div+div{border-left:0}.pipeline-health>div:nth-child(2n){border-left:1px solid var(--line)}.pipeline-health>div:nth-child(n+3){border-top:1px solid var(--line)}.pipeline-stages{grid-template-columns:1fr}.table-wrap{overflow:visible;border:0;background:transparent}.table-wrap table,.table-wrap tbody{display:block}.table-wrap thead{display:none}.table-wrap tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;margin-bottom:9px;padding:12px;border:1px solid var(--line);background:#fff}.table-wrap td{padding:0;border:0;min-width:0}.table-wrap td:nth-child(1),.table-wrap td:nth-child(5),.table-wrap td:nth-child(6){display:none}.table-wrap td:nth-child(2){grid-column:1;color:var(--teal-dark);font-weight:700}.table-wrap td:nth-child(3){grid-column:1;overflow-wrap:anywhere}.table-wrap td:nth-child(4){grid-column:2;grid-row:1 / span 2;align-self:center}.table-wrap td:nth-child(7){grid-column:2;grid-row:2;justify-self:end}}@media(max-width:430px){.topbar{gap:8px}.topbar-title .eyebrow{display:none}.topbar-title h1{margin-top:0;font-size:18px}.project-switch{width:min(110px,34vw)}.project-switch{min-width:104px;font-size:11px}.top-actions>.icon-button{display:none}.stats-grid{grid-template-columns:1fr 1fr}.detail-view-bar{align-items:stretch;flex-direction:column;gap:8px}.detail-view-bar>span{display:none}.review-target-banner{align-items:flex-start;flex-direction:column;gap:3px}.segmented-control{width:100%}.segmented-control button{min-width:0}.continuity-profile{grid-template-columns:1fr;gap:6px}.continuity-grid,.review-blocker-list,.delivery-status{grid-template-columns:1fr}.version-history-title,.version-row{align-items:flex-start;flex-wrap:wrap}.version-history-title span,.version-row>.review-chip,.version-row>.button{margin-left:0}.version-history-title .button{width:100%}.version-compare{grid-template-columns:repeat(3,minmax(78vw,1fr));overflow-x:auto;scroll-snap-type:x mandatory}.version-compare figure{scroll-snap-align:center}.reference-chain{grid-template-columns:1fr 1fr}.reference-chain>strong{grid-column:1 / -1}.storyboard-grid{grid-template-columns:1fr}.storyboard-actions{grid-template-columns:1fr 1fr}.review-actions .button{min-height:44px}.reject-panel>div{flex-wrap:wrap}.reject-panel>div>span{width:100%;margin-right:0}.reject-panel>div .button{flex:1;min-height:44px}.single-card-picker{align-items:stretch;flex-direction:column;gap:7px}.single-card-picker select{width:100%;min-width:0}.card-editor{grid-template-columns:1fr}.card-buttons .single-card-impact{width:100%}.template-picker{grid-template-columns:1fr 1fr}.content-block-editor{grid-template-columns:1fr}.content-block-editor>label:last-of-type,.content-block-editor .block-headline{grid-column:auto}.block-row{grid-template-columns:32px minmax(0,1fr) 34px;align-items:end}.block-row label{grid-column:2}.block-row>.icon-button{grid-column:3;grid-row:1 / span 2;align-self:center;min-width:34px}.vision-audit-panel dl,.semantic-review{grid-template-columns:1fr}.card-buttons .button{min-height:44px;flex:1 1 150px}}
