: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;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}.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.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}.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(980px,92vw);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}.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)}.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}.cards-editor{display:grid;gap:14px;padding:18px 26px 40px}.card-editor{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:250px;background:#fff;border:1px solid var(--line)}.card-preview{min-height:250px;position:relative;background:#edf1ef;overflow:hidden}.card-preview img{width:100%;height:100%;min-height:250px;object-fit:cover}.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}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}.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}.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{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{padding-left:14px;padding-right:14px}.brief-editor{grid-template-columns:1fr;margin-left:14px;margin-right:14px}.card-editor{grid-template-columns:110px minmax(0,1fr)}.card-preview,.card-preview img{min-height:220px}.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}.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)}.top-actions>.icon-button{display:none}.stats-grid,.card-editor{grid-template-columns:1fr}.card-preview,.card-preview img{height:250px;min-height:250px}}
