﻿:root{--bg:#f5f6fb;--surface:#fff;--line:#e4e7ee;--line2:#d7dce7;--text:#18181b;--muted:#6b7280;--purple:#5b3df5;--purple2:#ede9ff;--green:#16845b;--orange:#f59e0b;--red:#ef4444;--shadow:0 1px 2px rgba(15,23,42,.06),0 10px 24px rgba(15,23,42,.04)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:14px}button,input,select{font:inherit}.spacer{flex:1}.muted{color:var(--muted);font-weight:600}
.topNotice{height:38px;background:#f0efff;color:#111827;display:flex;align-items:center;gap:10px;padding:0 14px;font-weight:600;border-bottom:1px solid #e7e5ff}.topNotice .tinyLogo{width:14px;height:14px;border:2px solid var(--purple);border-radius:3px}.topNotice .x{margin-left:auto;font-size:20px;cursor:pointer}
.header{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 8px rgba(15,23,42,.03)}.headerRow{height:74px;display:flex;align-items:center;gap:14px;padding:0 18px}.hamb{font-weight:800;color:#3f3f46}.logo{width:38px;height:38px;border-radius:6px;background:#312777;color:#fff;display:grid;place-items:center;font-weight:900;font-size:24px}.crown{color:var(--purple);font-size:18px}.titleWrap{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;white-space:nowrap}.editIcon{color:#63666d;font-size:14px}.avatar{width:36px;height:36px;border-radius:50%;background:#7b2cbf;color:#fff;display:grid;place-items:center;font-weight:900}
.btn{border:1px solid var(--line2);background:#fff;color:#2a2f38;border-radius:6px;height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:600}.btn:hover.btn.primary{background:var(--purple);border-color:var(--purple);color:#fff}.btn.soft{background:var(--purple2);border-color:var(--purple2);color:#4f46e5}.btn.disabled{background:#e5e5e5;color:#575757;border-color:#e5e5e5}.iconBtn{width:38px;padding:0;justify-content:center}
.subTools{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:0 12px 10px}.switch{width:40px;height:22px;background:var(--purple);border-radius:30px;display:inline-flex;align-items:center;justify-content:flex-end;padding:2px}.switch i{width:18px;height:18px;background:#fff;border-radius:50%;display:block}
.tabs{display:flex;align-items:center;background:#fff;border-top:1px solid #f0f1f5}.tab{height:42px;padding:0 24px;border:1px solid var(--line2);border-left:0;background:#fff;color:#5f6672;display:flex;align-items:center;font-weight:700;cursor:pointer}.tab:first-child{border-left:1px solid var(--line2)}.tab.active{color:#15151a;box-shadow:inset 0 -3px 0 var(--purple)}
.updateBar{height:42px;display:flex;align-items:center;padding:0 14px;background:#fbfcff;border-bottom:1px solid var(--line);font-weight:700}.page{padding:16px;max-width:1900px;margin:0 auto}.grid{display:grid;gap:14px}.overviewGrid{grid-template-columns:1.05fr 1.3fr}.card{background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:var(--shadow);overflow:hidden}.card h2,.card h3{margin:0;font-size:18px}.cardHead{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-weight:800}.cardBody{padding:16px}
.infoRow{display:grid;grid-template-columns:34px 120px 1fr;align-items:start;gap:8px;margin:14px 0;line-height:1.4}.bubble{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px}.bPurple{background:#a855f7}.bGreen{background:#3aa889}.bGold{background:#c69b14}.bRed{background:#c56a6a}.label{font-weight:800}
.summaryCards{display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr;gap:14px}.metric{border:1px solid var(--line);border-radius:8px;background:#fff;padding:22px 14px;text-align:center;min-height:142px}.metric .name{color:#69717d;font-weight:700}.metric .num{font-size:34px;font-weight:700;margin:22px 0}.statusList{text-align:left;padding:12px 18px}.statusItem{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:12px 0;color:#69717d;font-weight:700}.statusItem:last-child.statusItem b{margin-left:auto;color:#111827;font-size:18px}
.table{width:100%;border-collapse:collapse}.table th{font-weight:800;color:#2e333a;text-align:left;border-bottom:1px solid var(--line);padding:14px 18px}.table td{padding:16px 18px;border-bottom:1px solid #f0f1f4;color:#4b5563}.memberCell{display:flex;align-items:center;gap:12px;color:#111827;font-weight:700}.memberAvatar{width:28px;height:28px;border-radius:50%;background:#7b2cbf;color:#fff;display:grid;place-items:center}.ok{color:#0f8a5b;font-weight:700}
.view{display:none}.view.active{display:block}
.progressGrid{grid-template-columns:1fr 1.2fr}.progressBody{display:grid;grid-template-columns:280px 1fr;align-items:center;min-height:250px}
.donut{width:146px;height:146px;border-radius:50%;background:#eef0f6;display:grid;place-items:center;margin:auto}.donut span{font-size:22px;font-weight:800;color:#5b6068}
.bigCenter{text-align:center}.bigCenter .time{color:#4f46e5;font-weight:700;margin-bottom:24px}.bigCenter .big{font-size:26px;font-weight:800;margin:14px 0}
.legend{display:flex;gap:18px;justify-content:center;margin-top:24px;font-weight:700;color:#5f6672}.dot{width:9px;height:9px;border-radius:2px;display:inline-block;margin-right:7px}
.red{background:#f87171}.orange{background:#fdba74}.green{background:#4dae3c}.progressLine{height:2px;background:#c8cedb;margin:24px 0}.warn{color:#f59e0b;font-size:20px;margin-right:10px}
.statusItem:last-child.statusItem b{margin-left:auto;color:#111827;font-size:18px}



.liveControls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.liveControls input{border:1px solid var(--line2);border-radius:6px;padding:8px;background:#fff}
textarea{border:1px solid var(--line2);border-radius:6px;padding:10px;font:inherit}
#liveArticleList .article{margin-bottom:8px}
#liveConflictList .statusItem{align-items:flex-start}
