:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#eef2f7;--surface:#fff;--surface-soft:#f8fafc;--text:#182230;--muted:#667085;--border:#d6dde8;--accent:#0f766e;--blue:#2563eb;--green:#138a63;--amber:#b45309;--red:#c2410c;--shadow:0 16px 40px #16223314}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);background:linear-gradient(#eef2f7f5,#eef2f7),#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f8fafc;background:#111827;flex-direction:column;gap:28px;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.brand-lockup{align-items:center;gap:12px;display:flex}.brand-mark{color:#082f2c;background:#14b8a6;border-radius:8px;place-items:center;width:42px;height:42px;font-size:.82rem;font-weight:800;display:grid}.brand-name,.brand-subtitle{margin:0}.brand-name{font-size:.96rem;font-weight:750}.brand-subtitle{color:#aab6c5;font-size:.78rem}.nav-list{gap:6px;display:grid}.nav-item{color:#d7dee8;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:0 12px;font-size:.9rem;font-weight:650;text-decoration:none;display:flex}.nav-item:first-child,.nav-item:hover{color:#fff;background:#ffffff17}.workspace{min-width:0;padding:28px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.topbar h1{letter-spacing:0;margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.08}.topbar p,.panel-header p{color:var(--muted);margin:6px 0 0;font-size:.92rem;line-height:1.5}.connection-strip{border:1px solid var(--border);background:var(--surface);color:#344054;min-height:40px;box-shadow:var(--shadow);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:.82rem;font-weight:650;display:flex}.status-dot{border-radius:999px;width:8px;height:8px}.status-ok{background:var(--green)}.divider{background:var(--border);width:1px;height:18px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.metric-card,.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.metric-card{min-height:142px;padding:16px;display:grid}.icon-frame{border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.icon-frame.blue{color:var(--blue);background:#dbeafe}.icon-frame.green{color:var(--green);background:#dff7ec}.icon-frame.amber{color:var(--amber);background:#fef3c7}.icon-frame.red{color:var(--red);background:#ffedd5}.metric-label{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:14px 0 0;font-size:.78rem;font-weight:700}.metric-card strong{margin-top:4px;font-size:2rem;line-height:1}.metric-card span{color:var(--muted);font-size:.86rem}.content-grid{grid-template-columns:minmax(320px,.95fr) minmax(420px,1.35fr);gap:18px;margin-bottom:18px;display:grid}.bottom-grid{grid-template-columns:minmax(420px,1.25fr) minmax(320px,.95fr);margin-bottom:0}.panel{min-width:0;padding:18px}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.panel-header h2{letter-spacing:0;margin:0;font-size:1rem;line-height:1.25}.icon-button{border:1px solid var(--border);background:var(--surface);color:#344054;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;display:grid}.icon-button:hover{color:var(--accent);border-color:#9aa8bb}.icon-button.subtle{background:var(--surface-soft);width:32px;height:32px}.article-list,.queue-list{gap:10px;display:grid}.article-row,.queue-row{background:var(--surface-soft);border:1px solid #e3e8f0;border-radius:8px;gap:12px;display:grid}.article-row{grid-template-columns:minmax(0,1fr) auto;padding:14px}.source-line{color:var(--muted);font-size:.78rem;font-weight:700}.article-row h3{margin:4px 0 10px;font-size:.95rem;line-height:1.35}.tag-row,.hashtag-row{flex-wrap:wrap;gap:8px;display:flex}.tag-row span,.hashtag-row span{color:#475467;background:#fff;border:1px solid #d9e2ee;border-radius:999px;padding:7px 9px;font-size:.76rem;font-weight:700;line-height:1}.score-block{align-content:space-between;justify-items:end;min-width:48px;display:grid}.score-block strong{color:var(--accent);font-size:1rem}.draft-panel{grid-template-rows:auto auto minmax(220px,auto) auto auto;display:grid}.insight-strip{border-left:3px solid var(--accent);background:#ecfdf5;padding:10px 12px}.insight-strip span{color:#0f766e;text-transform:uppercase;font-size:.74rem;font-weight:800}.insight-strip p,.draft-editor p{margin:6px 0 0;font-size:.95rem;line-height:1.62}.draft-editor{border:1px solid var(--border);background:#fff;border-radius:8px;min-height:224px;margin:14px 0;padding:16px}.action-row{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.text-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:.88rem;font-weight:750;display:inline-flex}.text-button.primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.text-button.secondary{border:1px solid var(--border);color:#344054;background:#fff}.queue-row{grid-template-columns:96px minmax(0,1fr) auto;align-items:center;min-height:60px;padding:10px 12px}.queue-row time{color:var(--muted);font-size:.8rem;font-weight:750}.queue-row p{margin:0;font-size:.9rem;line-height:1.35}.queue-status{text-align:center;text-transform:uppercase;border-radius:999px;min-width:78px;padding:7px 9px;font-size:.72rem;font-weight:800;line-height:1}.queue-status.scheduled{color:#1d4ed8;background:#dbeafe}.queue-status.failed{color:#c2410c;background:#ffedd5}.settings-list{gap:10px;margin:0;display:grid}.settings-list div{border-bottom:1px solid #e3e8f0;justify-content:space-between;align-items:center;gap:16px;min-height:48px;display:flex}.settings-list div:last-child{border-bottom:0}.settings-list dt,.settings-list dd{margin:0;font-size:.88rem}.settings-list dt{color:var(--muted);font-weight:700}.settings-list dd{color:var(--text);text-align:right;font-weight:750}@media (max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:14px 18px;position:static}.nav-list{grid-auto-columns:max-content;grid-auto-flow:column;overflow-x:auto}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.bottom-grid{grid-template-columns:1fr}}@media (max-width:680px){.workspace{padding:18px}.topbar{display:grid}.connection-strip{white-space:normal;flex-wrap:wrap}.metric-grid{grid-template-columns:1fr}.queue-row{grid-template-columns:1fr;align-items:start}.queue-status{width:max-content}.action-row{display:grid}}
