:root{--canvas:#f4f6fa;--surface:#fff;--ink:#17233d;--text:#33415c;--muted:#5d6b87;--border:#e3e8f1;--border-strong:#cbd4e4;--brand:#2456d6;--brand-strong:#1c46b4;--brand-soft:#eef3fe;--ok:#157347;--ok-soft:#e8f5ee;--warn:#9a6700;--warn-soft:#fff3d6;--danger:#c93a55;--danger-soft:#fdeef2;--info:#0b6bcb;--info-soft:#e8f2fd;--r-sm:6px;--r-md:8px;--ease:cubic-bezier(0.2,0.7,0.3,1)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--canvas);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.5}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand);outline-offset:1px;border-radius:3px}.layout{display:flex;min-height:100vh}.sidebar{width:184px;padding:14px 10px;border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:2px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar .brand{font-weight:700;font-size:13.5px;padding:0 8px 12px;color:var(--ink)}.sidebar a{padding:7px 10px;border-radius:var(--r-sm);color:var(--muted);display:flex;align-items:center;gap:7px;min-height:34px;transition:background .1s var(--ease),color .1s var(--ease);position:relative}.sidebar a:hover{background:var(--canvas);color:var(--ink)}.sidebar a.active{background:var(--brand-soft);color:var(--brand);font-weight:600}.sidebar a.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:3px;background:var(--brand)}.sidebar nav{display:flex;flex-direction:column;gap:2px;flex:1 1}.main{flex:1 1;padding:18px 22px;max-width:1280px;min-width:0}h1{font-size:17px;margin-bottom:12px}h1,h2{color:var(--ink)}h2{font-size:14px;margin:16px 0 8px}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:10px;gap:10px;margin-bottom:18px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:12px 14px}.stat b{font-size:20px;display:block;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat span{color:var(--muted);font-size:11.5px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:8px 10px;font-size:12px;font-weight:600;color:var(--muted);background:#fafbfe;border-bottom:1px solid var(--border-strong);white-space:nowrap}td,thead th{text-align:left}td{padding:7px 10px;border-bottom:1px solid var(--border);font-size:12.5px;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fafbfe}td,td .muted{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}input,select,textarea{padding:6px 9px;border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);margin:0 6px 6px 0;min-height:32px;font-size:12.5px;font-family:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}button{padding:6px 12px;border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);cursor:pointer;margin-right:5px;margin-bottom:5px;min-height:32px;font-size:12.5px;transition:border-color .1s var(--ease),background .1s var(--ease)}button:hover{border-color:var(--brand);color:var(--brand)}button.primary{background:var(--brand);border-color:var(--brand);color:#fff}button.primary:hover{background:var(--brand-strong);color:#fff}button.danger{color:var(--danger);background:var(--danger-soft);border-color:#f0c6d0}button.danger:hover{color:var(--danger);border-color:var(--danger);background:#fbdae1}button:disabled{opacity:.55;cursor:not-allowed}.tag{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;border-radius:999px;font-size:11.5px;font-weight:500;border:1px solid transparent;white-space:nowrap}.tag:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.tag.ok{color:var(--ok);background:var(--ok-soft);border-color:#cfe9db}.tag.bad{color:var(--danger);background:var(--danger-soft);border-color:#f5cdd6}.tag.warn{color:var(--warn);background:var(--warn-soft);border-color:#f0e2b8}.tag.info{color:var(--info);background:var(--info-soft);border-color:#cde0f7}.tag.neutral{color:var(--muted);background:var(--canvas);border-color:var(--border)}.panel{background:var(--surface);padding:14px;margin-bottom:14px}.panel,fieldset.cms-group{border:1px solid var(--border);border-radius:var(--r-md)}fieldset.cms-group{padding:10px 12px 2px;margin:0 0 12px}fieldset.cms-group legend{font-size:11.5px;font-weight:600;color:var(--brand);padding:0 6px;letter-spacing:.3px}fieldset.cms-group input,fieldset.cms-group textarea{width:100%;margin-right:0}fieldset.cms-group .hint{font-size:11px;color:var(--muted);margin:-2px 0 6px}.msg{min-height:16px;margin:6px 0;color:var(--muted);font-size:12.5px;white-space:pre-wrap}.msg.ok{color:var(--ok)}.msg.bad{color:var(--danger)}.muted{color:var(--muted);font-size:11.5px}.hidden{display:none}@media (max-width:860px){.layout{flex-direction:column}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:auto;width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;padding:8px 12px;border-right:0;border-bottom:1px solid var(--border)}.sidebar .brand{padding:0 8px 0 0}.sidebar nav{display:flex;flex-direction:row;flex-wrap:wrap;flex:1 1}.sidebar a.active:before{display:none}.main{padding:14px}}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}