html.adm{--adm-canvas: #f6f7f9;--adm-surface: #ffffff;--adm-surface-2: #f3f4f6;--adm-line: #e5e7eb;--adm-line-strong: #d1d5db;--adm-fg: #0f172a;--adm-fg-2: #374151;--adm-muted: #6b7280;--adm-field: #ffffff;--adm-primary: #157884;--adm-primary-hover: #15616b;--adm-on-primary: #ffffff;--adm-link: #15616b;--adm-nav-on-bg: #ecfafb;--adm-nav-on-fg: #15616b;--adm-focus: #157884;--adm-st-active: #15803d;--adm-st-scheduled: #1d4ed8;--adm-st-done: #6b7280;--adm-st-attention: #b45309;--adm-st-failed: #b91c1c;color-scheme:light}@media(prefers-color-scheme:dark){html.adm.adm-dark-ok:not([data-theme=light]){--adm-canvas: #121417;--adm-surface: #181b1f;--adm-surface-2: #20242a;--adm-line: #2b3036;--adm-line-strong: #3a4047;--adm-fg: #e8eaed;--adm-fg-2: #c4c9cf;--adm-muted: #9aa3ad;--adm-field: #121417;--adm-primary: #2caebc;--adm-primary-hover: #5cccd7;--adm-on-primary: #0b1a1d;--adm-link: #5cccd7;--adm-nav-on-bg: #1d2a2d;--adm-nav-on-fg: #5cccd7;--adm-focus: #5cccd7;--adm-st-active: #4ade80;--adm-st-scheduled: #60a5fa;--adm-st-done: #9aa3ad;--adm-st-attention: #fbbf24;--adm-st-failed: #f87171;color-scheme:dark}}html.adm.adm-dark-ok[data-theme=dark]{--adm-canvas: #121417;--adm-surface: #181b1f;--adm-surface-2: #20242a;--adm-line: #2b3036;--adm-line-strong: #3a4047;--adm-fg: #e8eaed;--adm-fg-2: #c4c9cf;--adm-muted: #9aa3ad;--adm-field: #121417;--adm-primary: #2caebc;--adm-primary-hover: #5cccd7;--adm-on-primary: #0b1a1d;--adm-link: #5cccd7;--adm-nav-on-bg: #1d2a2d;--adm-nav-on-fg: #5cccd7;--adm-focus: #5cccd7;--adm-st-active: #4ade80;--adm-st-scheduled: #60a5fa;--adm-st-done: #9aa3ad;--adm-st-attention: #fbbf24;--adm-st-failed: #f87171;color-scheme:dark}html.adm body{background:var(--adm-canvas);color:var(--adm-fg)}html.adm :focus-visible{outline:2px solid var(--adm-focus);outline-offset:2px}.adm-app{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100vh}.adm-side-col{background:var(--adm-surface);border-right:1px solid var(--adm-line)}.adm-side{position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;background:var(--adm-surface)}.adm-brand{display:block;padding:16px 16px 12px;font-size:14px;font-weight:700;letter-spacing:.08em;color:var(--adm-fg);text-decoration:none}.adm-nav{display:flex;flex-direction:column;gap:2px;padding:4px 8px}.adm-nav-link,.adm-nav-sec>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;height:32px;padding:0 8px;border-radius:6px;color:var(--adm-fg-2);text-decoration:none;font-size:14px;font-weight:500;cursor:pointer}.adm-nav-link:hover,.adm-nav-sec>summary:hover{background:var(--adm-surface-2);color:var(--adm-fg)}.adm-nav-sec>summary{list-style:none}.adm-nav-sec>summary::-webkit-details-marker{display:none}.adm-nav-sec>summary .adm-sum-right{display:inline-flex;align-items:center;gap:6px}.adm-chev{width:14px;height:14px;flex-shrink:0;color:var(--adm-muted);transition:transform .15s}.adm-nav-sec[open]>summary .adm-chev{transform:rotate(90deg)}.adm-nav-sec[open]>summary{color:var(--adm-fg);font-weight:600}.adm-nav-sec[open]>summary .adm-count{display:none}.adm-nav-group{padding:8px 8px 2px 20px;font-size:12px;color:var(--adm-muted)}.adm-nav-item{display:flex;align-items:center;justify-content:space-between;gap:8px;height:32px;padding:0 8px 0 20px;border-radius:6px;color:var(--adm-fg-2);text-decoration:none;font-size:14px}.adm-nav-item:hover{background:var(--adm-surface-2);color:var(--adm-fg)}.adm-nav-link[aria-current=page],.adm-nav-item[aria-current=page]{background:var(--adm-nav-on-bg);color:var(--adm-nav-on-fg);font-weight:600}.adm-nav-body{padding-bottom:6px}.adm-count{min-width:20px;height:20px;padding:0 6px;border-radius:10px;display:inline-grid;place-items:center;font-size:12px;font-weight:600;color:var(--adm-st-attention);border:1px solid currentColor}.adm-side-foot{margin-top:auto;border-top:1px solid var(--adm-line);padding:8px}.adm-main{min-width:0;display:flex;flex-direction:column}.adm-top{display:flex;align-items:center;justify-content:flex-end;gap:16px;height:52px;padding:0 24px;border-bottom:1px solid var(--adm-line)}.adm-top .adm-menu-btn{display:none;margin-right:auto}.adm-top-link{font-size:12px;color:var(--adm-fg-2);text-decoration:none;white-space:nowrap}.adm-top-link:hover{color:var(--adm-fg);text-decoration:underline}.adm-theme{display:inline-flex;border:1px solid var(--adm-line-strong);border-radius:6px;overflow:hidden}.adm-theme button{height:30px;padding:0 12px;border:0;background:transparent;color:var(--adm-fg-2);font:inherit;font-size:12px;font-weight:600;cursor:pointer}.adm-theme button[aria-pressed=true]{background:var(--adm-nav-on-bg);color:var(--adm-nav-on-fg)}.adm-account{position:relative}.adm-account>summary{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 8px;border-radius:6px;color:var(--adm-fg-2);font-size:12px;cursor:pointer;list-style:none}.adm-account>summary::-webkit-details-marker{display:none}.adm-account>summary:hover{background:var(--adm-surface-2)}.adm-account-menu{position:absolute;right:0;top:38px;z-index:30;min-width:220px;padding:8px;background:var(--adm-surface);border:1px solid var(--adm-line-strong);border-radius:8px;box-shadow:0 8px 24px #0000002e}.adm-account-menu .adm-meta{padding:4px 8px 8px;display:block;word-break:break-all}.adm-account-menu button{width:100%;height:32px;padding:0 8px;text-align:left;border:0;border-radius:6px;background:transparent;color:var(--adm-fg);font:inherit;font-size:14px;cursor:pointer}.adm-account-menu button:hover{background:var(--adm-surface-2)}.adm-content{width:100%;max-width:1280px;padding:24px 24px 64px}.adm-backdrop{display:none}@media(max-width:960px){.adm-app{grid-template-columns:minmax(0,1fr)}.adm-side-col{display:contents}.adm-side{position:fixed;left:0;top:0;bottom:0;width:260px;z-index:40;transform:translate(-100%);border-right:1px solid var(--adm-line)}.adm-side.is-open{transform:none}.adm-backdrop.is-open{display:block;position:fixed;inset:0;z-index:35;background:#0006}.adm-top .adm-menu-btn{display:inline-flex}.adm-top{padding:0 16px;gap:12px}.adm-top-link{display:none}.adm-content{padding:16px 16px 48px}}@media(min-width:961px){.adm-account-menu .adm-narrow-only{display:none}}.adm-h1{margin:0;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:0;color:var(--adm-fg)}.adm-h2{margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:0;color:var(--adm-fg)}.adm-meta{font-size:12px;color:var(--adm-muted)}.adm-page-head{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;margin-bottom:16px}.adm-page-head>:first-child{flex:1 1 280px;min-width:0}.adm-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.adm-panel{background:var(--adm-surface);border:1px solid var(--adm-line);border-radius:8px}.adm-panel-body{padding:16px}.adm-empty{margin:0;padding:10px 16px;color:var(--adm-fg-2);font-size:14px}.adm-note{position:relative;padding:10px 16px 10px 32px;border-radius:8px;background:var(--adm-surface);border:1px solid var(--adm-line);color:var(--adm-fg-2);font-size:14px;line-height:1.6}.adm-note:before{content:"";position:absolute;left:16px;top:17px;width:8px;height:8px;border-radius:50%;background:var(--adm-st-done)}.adm-note.is-ok:before{background:var(--adm-st-active)}.adm-note.is-warn:before{background:var(--adm-st-attention)}.adm-note.is-error:before{background:var(--adm-st-failed)}.adm-note.is-error{color:var(--adm-fg)}.adm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:6px;border:1px solid transparent;font:inherit;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.adm-btn-primary{background:var(--adm-primary);color:var(--adm-on-primary)}.adm-btn-primary:hover{background:var(--adm-primary-hover)}.adm-btn-secondary{background:transparent;color:var(--adm-fg);border-color:var(--adm-line-strong)}.adm-btn-secondary:hover{background:var(--adm-surface-2)}.adm-btn-sm{height:28px;padding:0 10px;font-size:12px}.adm-btn:disabled,.adm-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.adm-tbl-wrap{overflow-x:auto;position:relative}.adm-tbl{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;font-size:14px}.adm-tbl th,.adm-tbl td{height:40px;padding:8px 12px;text-align:left;border-bottom:1px solid var(--adm-line);font-size:14px}.adm-tbl th{font-weight:600;color:var(--adm-fg-2);white-space:nowrap}.adm-tbl tbody tr:last-child td{border-bottom:0}.adm-tbl tbody tr:hover td{background:var(--adm-surface-2)}.adm-tbl .r{text-align:right}.adm-tbl .wide{min-width:240px}.adm-tbl td a:not(.adm-btn){color:var(--adm-fg);font-weight:500;text-decoration:none}.adm-tbl td a:not(.adm-btn):hover{color:var(--adm-link);text-decoration:underline}.adm-status{display:inline-flex;align-items:center;gap:6px;color:var(--adm-fg-2);white-space:nowrap}.adm-status:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.adm-status.st-active:before{background:var(--adm-st-active)}.adm-status.st-scheduled:before{background:var(--adm-st-scheduled)}.adm-status.st-done:before{background:var(--adm-st-done)}.adm-status.st-attention:before{background:var(--adm-st-attention)}.adm-status.st-failed:before{background:var(--adm-st-failed)}.adm-status.is-wrap{white-space:normal;align-items:flex-start}.adm-status.is-wrap:before{margin-top:7px}html.adm .progress-track{background:var(--adm-line)}html.adm .progress-fill{background:var(--adm-fg-2)}.adm-ico{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--adm-line-strong);border-radius:6px;background:transparent;color:var(--adm-fg-2);font-size:13px;line-height:1;cursor:pointer}.adm-ico:hover{background:var(--adm-surface-2);color:var(--adm-fg)}.adm-select-sm{height:28px;max-width:150px;padding:0 6px;border:1px solid var(--adm-line-strong);border-radius:6px;background:var(--adm-field);color:var(--adm-fg);font:inherit;font-size:12px;cursor:pointer}.adm-tag{display:inline-flex;align-items:center;height:20px;padding:0 6px;border:1px solid var(--adm-line);border-radius:4px;font-size:12px;font-weight:500;color:var(--adm-fg-2);white-space:nowrap}a.adm-panel:hover{border-color:var(--adm-line-strong)}.adm-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}@media(max-width:1199px){.adm-home-grid{grid-template-columns:minmax(0,1fr)}}.adm-section{margin-bottom:24px}.adm-facts{margin:0}.adm-facts>div{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 16px;border-bottom:1px solid var(--adm-line);font-variant-numeric:tabular-nums}.adm-facts>div:last-child{border-bottom:0}.adm-facts dt{color:var(--adm-fg-2);font-size:14px}.adm-facts dd{margin:0;font-weight:600;text-align:right;color:var(--adm-fg);font-size:14px}.adm-sub{margin-left:6px;font-size:12px;font-weight:400;color:var(--adm-muted)}.adm-tabs{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--adm-line);margin-bottom:16px}.adm-tabs a,.adm-tabs button{padding:8px 12px;margin-bottom:-1px;border:0;border-bottom:2px solid transparent;background:none;font:inherit;font-size:14px;font-weight:600;color:var(--adm-fg-2);text-decoration:none;cursor:pointer}.adm-tabs a:hover,.adm-tabs button:hover{color:var(--adm-fg)}.adm-tabs a[aria-current=page],.adm-tabs button[aria-pressed=true]{color:var(--adm-fg);border-bottom-color:var(--adm-primary)}.adm-qa .bg-white{background:var(--adm-surface)}.adm-qa .bg-violet-50,.adm-qa .bg-brand-50,.adm-qa .bg-violet-100{background:var(--adm-surface-2)}.adm-qa .border-violet-100,.adm-qa .border-ink-100,.adm-qa .border-ink-200{border-color:var(--adm-line)}.adm-qa .text-ink-800,.adm-qa .text-ink-900{color:var(--adm-fg)}.adm-qa .text-ink-500,.adm-qa .text-ink-600,.adm-qa .text-violet-700,.adm-qa .text-brand-700{color:var(--adm-fg-2)}.adm-qa .text-ink-400{color:var(--adm-muted)}.adm-qa .bg-brand-600{background:var(--adm-primary)}.adm-qa .bg-brand-600,.adm-qa .bg-brand-600 [class*=text-white]{color:var(--adm-on-primary)}.adm-qa .bg-white\/90{background:var(--adm-surface)}.adm-qa .text-brand-600{color:var(--adm-link)}html.adm .adm-input{width:100%;min-height:36px;padding:6px 10px;border:1px solid var(--adm-line-strong);border-radius:6px;background:var(--adm-field);color:var(--adm-fg);font:inherit;font-size:14px}html.adm .adm-input:focus{outline:2px solid var(--adm-primary);outline-offset:-1px;border-color:var(--adm-primary)}html.adm .adm-input[readonly]{background:var(--adm-surface-2);color:var(--adm-muted);cursor:not-allowed}.adm-label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:var(--adm-fg)}.adm-help{margin-top:4px;font-size:12px;color:var(--adm-muted)}@media(prefers-reduced-motion:reduce){html.adm *{transition:none!important}}
