:root{font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:#17324f;background:#f3f8ff;--blue:#1769e0;--line:#d7e5f5}
*{box-sizing:border-box}body{margin:0}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}
aside{background:linear-gradient(180deg,#0d5dc9,#0a469f);color:#fff;padding:26px 18px;display:flex;flex-direction:column}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:19px;margin:0 8px 32px}.brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;color:var(--blue)}.brand small{display:block;font-size:11px;font-weight:500;opacity:.75;margin-top:3px}
nav{display:grid;gap:7px}button{font:inherit;border:0;border-radius:9px;padding:10px 14px;background:var(--blue);color:#fff;cursor:pointer;font-weight:700}nav button{text-align:left;background:transparent;color:#dcecff}nav button:hover,nav button.active{background:rgba(255,255,255,.16);color:#fff}.aside-foot{margin-top:auto;font-size:12px;display:flex;align-items:center;gap:8px;opacity:.88}#dot{width:8px;height:8px;border-radius:50%;background:#8db7eb}#dot.live{background:#63edaa;box-shadow:0 0 0 4px rgba(99,237,170,.14)}
main{padding:34px 42px;min-width:0}header,.header-actions,.panel-head,.actions{display:flex;align-items:center}header{justify-content:space-between;margin-bottom:25px}header p{margin:0 0 5px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.1em}h1{margin:0;font-size:29px}h2{margin:0}.header-actions,.actions{gap:10px}.role-chip{padding:7px 11px;border:1px solid #bed5ef;border-radius:999px;background:#eaf3ff;color:#165ba8;font-size:12px;font-weight:800}
.secondary{background:#fff;color:#195ca7;border:1px solid #bcd2e9}.cards{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:15px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 28px rgba(30,82,139,.07)}.card{padding:20px}.card small{display:block;color:#62809f;font-weight:700}.card strong{display:block;font-size:28px;margin-top:10px;color:#0e58b5}.panel{margin-top:17px;padding:20px}.panel-head{justify-content:space-between;margin-bottom:15px}
table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e6eef8;font-size:13px;vertical-align:top}th{color:#5b7692;background:#f6faff}.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#eaf3ff;color:#175ba7;font-size:12px;font-weight:800}.badge.succeeded{background:#e9f8ef;color:#197343}.badge.failed,.badge.cancelled{background:#fff0f0;color:#b43b3b}.badge.processing,.badge.dispatching,.badge.queued{background:#fff7de;color:#986a00}
code,pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}pre{max-height:52vh;overflow:auto;background:#0d2035;color:#dcecff;padding:15px;border-radius:10px;white-space:pre-wrap;word-break:break-word}.empty{padding:36px;text-align:center;color:#7890a8}#notice{min-height:22px;color:#b43b3b;font-weight:700;font-size:13px}
dialog{border:0;border-radius:15px;padding:24px;width:min(440px,calc(100vw - 32px));box-shadow:0 25px 70px rgba(13,46,84,.25)}dialog.wide{width:min(900px,calc(100vw - 32px))}dialog::backdrop{background:rgba(8,33,62,.48)}label{display:grid;gap:7px;margin:18px 0;font-weight:700}input{padding:11px;border:1px solid #bfd3e8;border-radius:8px}.actions{justify-content:flex-end}
@media(max-width:900px){.shell{grid-template-columns:1fr}aside{padding:14px;position:static}.brand{margin-bottom:12px}nav{display:flex}.aside-foot{display:none}main{padding:22px 16px}.cards{grid-template-columns:repeat(2,1fr)}header{align-items:flex-start;gap:14px}.header-actions{flex-wrap:wrap;justify-content:flex-end}}
