:root{--canvas:#f5f7fb;--surface:#fff;--surface-muted:#f0f3f9;--sidebar:#172033;--sidebar-muted:#263148;--text:#172033;--text-muted:#5c667a;--text-soft:#5c667a;--border:#dce2ec;--border-strong:#c7d0de;--accent:#2457d6;--accent-strong:#1946bb;--accent-soft:#e9efff;--danger:#b42318;--danger-soft:#fef0ee;--warning:#8a5b12;--warning-soft:#fff7e6;--radius:12px;--radius-sm:8px;--shadow-float:0 12px 30px #17203329;--focus-ring:0 0 0 3px #2457d63d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--canvas)}body{background:var(--canvas);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.5}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}:focus-visible{box-shadow:var(--focus-ring);outline:none}.skip-link{z-index:100;border-radius:var(--radius-sm);background:var(--surface);color:var(--accent);box-shadow:var(--shadow-float);padding:10px 14px;transition:transform .18s ease-out;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand-mark{border-radius:var(--radius-sm);background:var(--accent);color:#fff;place-items:center;width:28px;height:28px;font-size:13px;font-weight:750;display:inline-grid}.auth-shell{grid-template-columns:minmax(300px,.86fr) minmax(460px,1.14fr);min-height:100vh;display:grid}.auth-context{background:var(--sidebar);color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;padding:42px clamp(32px,5vw,72px);display:flex}.auth-brand,.sidebar-brand{align-items:center;gap:11px;font-weight:700;display:flex}.auth-context-copy{max-width:520px;padding:64px 0}.auth-context-title{color:#fff;letter-spacing:-.035em;max-width:12ch;margin:0 0 20px;font-size:3rem;font-weight:700;line-height:1.04}.auth-context-copy p{color:#bdc7d9;max-width:42ch;margin:0;font-size:1rem}.auth-environment{color:#dce4f2;align-items:center;gap:9px;font-size:13px;display:flex}.auth-environment:before{content:"";background:#78a0ff;border-radius:50%;width:8px;height:8px}.auth-workspace{background:var(--surface);place-items:center;min-height:100vh;padding:40px clamp(24px,7vw,104px);display:grid}.auth-panel{width:min(100%,440px)}.auth-panel-header{margin-bottom:28px}.auth-kicker{color:var(--accent);margin-bottom:8px;font-size:13px;font-weight:700;display:block}.auth-panel h1,.status-page h1{letter-spacing:-.025em;margin:0 0 10px;font-size:1.75rem;line-height:1.16}.auth-panel-header p,.status-page p{color:var(--text-muted);margin:0}.auth-form,.auth-section{gap:16px;display:grid}.auth-section+.auth-section{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.field{gap:7px;display:grid}.field label,.field-label{color:var(--text);font-size:13px;font-weight:650}.field input{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;height:46px;color:var(--text);padding:0 13px;transition:border-color .18s ease-out,box-shadow .18s ease-out}.field input:hover{border-color:#9ba9bd}.field input:focus{border-color:var(--accent);box-shadow:var(--focus-ring);outline:none}.field input:disabled{background:var(--surface-muted);color:var(--text-soft);cursor:not-allowed}.field-help{color:var(--text-soft);margin:0;font-size:12px}.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-weight:680;text-decoration:none;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,transform .18s ease-out;display:inline-flex}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{background:var(--accent);color:#fff}.button-primary:hover:not(:disabled){background:var(--accent-strong)}.button-secondary{border-color:var(--border-strong);background:var(--surface);color:var(--text)}.button-secondary:hover:not(:disabled){background:var(--surface-muted);border-color:#9ba9bd}.button-quiet{min-height:36px;color:var(--text-muted);background:0 0;padding:6px 10px}.button-quiet:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.button:disabled{border-color:var(--border);background:var(--surface-muted);color:var(--text-soft);cursor:not-allowed}.button-block{width:100%}.auth-message{border-radius:var(--radius-sm);background:var(--accent-soft);color:#183d98;padding:11px 13px;font-size:13px}.auth-message[data-tone=error]{background:var(--danger-soft);color:var(--danger)}.provider-list{gap:9px;display:grid}.provider-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.provider-state{color:var(--text-soft);white-space:nowrap;font-size:12px}.auth-links{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:24px;font-size:13px;display:flex}.auth-links a,.text-link{color:var(--accent);text-underline-offset:3px}.auth-links a:hover,.text-link:hover{color:var(--accent-strong)}.status-page-shell{background:var(--canvas);place-items:center;min-height:100vh;padding:32px;display:grid}.status-page{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(100%,620px);padding:36px}.status-page-actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.console-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:20;background:var(--sidebar);color:#e8edf7;flex-direction:column;height:100vh;padding:22px 16px 18px;display:flex;position:sticky;top:0}.sidebar-brand{padding:0 8px 20px}.sidebar-brand-copy{line-height:1.2;display:grid}.sidebar-brand-copy small{color:#9eabc1;margin-top:4px;font-size:11px;font-weight:550}.console-nav{margin-top:12px}.console-nav-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.console-nav a{border-radius:var(--radius-sm);color:#b9c4d7;align-items:center;gap:10px;min-height:42px;padding:9px 11px;font-size:14px;font-weight:590;text-decoration:none;transition:background-color .18s ease-out,color .18s ease-out;display:flex}.console-nav a:hover{background:var(--sidebar-muted);color:#fff}.console-nav a[aria-current=page]{background:var(--accent);color:#fff}.nav-index{color:currentColor;opacity:.78;width:22px;font-size:11px}.sidebar-foot{color:#94a1b7;margin-top:auto;padding:18px 8px 0;font-size:12px}.console-workspace{min-width:0}.console-topbar{z-index:10;border-bottom:1px solid var(--border);background:#fffffff5;justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:12px clamp(20px,3.5vw,52px);display:flex;position:sticky;top:0}.topbar-context,.topbar-actions,.inline-status{align-items:center;gap:9px;display:flex}.topbar-context strong{font-size:14px}.environment-badge,.state-badge{background:var(--accent-soft);color:#21469d;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:3px 9px;font-size:12px;font-weight:680;display:inline-flex}.state-badge[data-tone=neutral]{background:var(--surface-muted);color:var(--text-muted)}.state-badge[data-tone=warning]{background:var(--warning-soft);color:var(--warning)}.state-badge[data-tone=error]{background:var(--danger-soft);color:var(--danger)}.state-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.page{width:min(100%,1460px);margin:0 auto;padding:34px clamp(20px,3.5vw,52px) 64px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.page-header h1{letter-spacing:-.025em;margin:0 0 8px;font-size:1.75rem;line-height:1.18}.page-header p{max-width:68ch;color:var(--text-muted);margin:0}.section{margin-top:32px}.section:first-child{margin-top:0}.section-header{justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:13px;display:flex}.section-header h2,.section h2{margin:0;font-size:1rem;line-height:1.3}.section-note{color:var(--text-muted);margin:5px 0 0;font-size:13px}.status-strip{border-radius:var(--radius);background:var(--sidebar);color:#fff;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.status-strip strong{margin-bottom:3px;font-size:1rem;display:block}.status-strip p{color:#b9c4d7;margin:0;font-size:13px}.summary-band{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.summary-item{border-left:1px solid var(--border);min-width:0;padding:18px 20px}.summary-item:first-child{border-left:0}.summary-item dt{color:var(--text-muted);font-size:12px;font-weight:620}.summary-item dd{letter-spacing:-.025em;margin:8px 0 0;font-size:1.5rem;font-weight:720}.summary-item small{color:var(--text-soft);margin-top:3px;font-size:11px;font-weight:500;display:block}.split-sections{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:24px;display:grid}.surface{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.surface-header{padding:17px 19px 12px}.surface-header h2,.surface-header h3{margin:0;font-size:1rem}.surface-body{padding:8px 19px 19px}.definition-list{margin:0}.definition-row{border-top:1px solid var(--border);grid-template-columns:minmax(130px,.75fr) minmax(0,1.25fr);gap:18px;padding:12px 0;display:grid}.definition-row:first-child{border-top:0}.definition-row dt{color:var(--text-muted)}.definition-row dd{text-align:right;margin:0;font-weight:620}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.data-table th,.data-table td{border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap;padding:12px 14px}.data-table th{background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:680}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fafbfe}.cell-primary{color:var(--text);font-weight:650}.cell-secondary{color:var(--text-soft);margin-top:2px;font-size:11px;display:block}.numeric{font-variant-numeric:tabular-nums;text-align:right}.empty-state,.error-state,.unavailable-state{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);padding:24px}.error-state{background:var(--danger-soft);border-style:solid;border-color:#f1c4be}.unavailable-state{background:var(--surface-muted)}.empty-state h2,.empty-state h3,.error-state h2,.error-state h3,.unavailable-state h2,.unavailable-state h3{margin:0 0 6px;font-size:1rem}.empty-state p,.error-state p,.unavailable-state p{max-width:68ch;color:var(--text-muted);margin:0}.plain-list{margin:0;padding:0;list-style:none}.plain-list li{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:11px 0;display:flex}.plain-list li:first-child{border-top:0}.stack-gap{height:12px}.skeleton{border-radius:var(--radius-sm);background:#e6eaf1;min-height:18px;animation:1.4s ease-in-out infinite alternate skeleton-pulse}.skeleton-page{gap:18px;display:grid}.skeleton-title{width:min(320px,62%);height:30px}.skeleton-block{height:160px}@keyframes skeleton-pulse{0%{opacity:.6}to{opacity:1}}@media (max-width:980px){.summary-band{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-item:nth-child(3){border-top:1px solid var(--border);border-left:0}.summary-item:nth-child(4){border-top:1px solid var(--border)}.split-sections{grid-template-columns:1fr}}@media (max-width:860px){.auth-shell{grid-template-columns:1fr}.auth-context{min-height:auto;padding:24px}.auth-context-copy{padding:56px 0 44px}.auth-context-title{max-width:14ch;font-size:2.5rem}.auth-workspace{min-height:auto;padding:44px 24px 60px}.console-shell{display:block}.sidebar{height:auto;padding:12px 14px 10px;display:block;position:sticky;box-shadow:0 8px 22px #1720332e}.sidebar-brand{padding:0 4px 10px}.console-nav{scrollbar-width:thin;margin:0;overflow-x:auto}.console-nav-list{gap:5px;width:max-content;display:flex}.console-nav a{min-height:38px;padding:8px 11px}.nav-index,.sidebar-foot{display:none}.console-topbar{min-height:58px;position:static}}@media (max-width:620px){.page{padding-top:26px}.page-header{margin-bottom:24px;display:block}.page-header-actions{margin-top:14px}.summary-band{grid-template-columns:1fr}.summary-item,.summary-item:nth-child(3),.summary-item:nth-child(4){border-top:1px solid var(--border);border-left:0}.summary-item:first-child{border-top:0}.status-strip{flex-direction:column;align-items:flex-start}.definition-row{grid-template-columns:1fr;gap:3px}.definition-row dd{text-align:left}.topbar-context>strong,.readonly-badge{display:none}.provider-row{grid-template-columns:1fr;gap:4px}.provider-state{padding-left:2px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
