:root{--admin-accent:#0f766e;--admin-accent-soft:#dff3ed;--admin-bg:#f4f7f8;--admin-border:#d9e2ea;--admin-border-strong:#c7d3df;--admin-danger:#b91c1c;--admin-muted:#667085;--admin-muted-bg:#f8fafc;--admin-surface:#fff;--admin-text:#172033;--admin-warning:#b45309;background:var(--admin-bg);color:var(--admin-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}body{background:var(--admin-bg);min-width:320px;min-height:100vh;margin:0}.app-loading{place-items:center;min-height:100vh;display:grid}.login-page{background:linear-gradient(180deg, #0f766e14, transparent 280px), var(--admin-bg);place-items:center;min-height:100vh;padding:32px;display:grid}.login-page .ant-result{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:8px;width:100%;max-width:520px;padding:44px 40px}.auth-error{margin:16px}.admin-shell{background:var(--admin-bg);min-height:100vh}.admin-sider{border-right:1px solid var(--admin-border);box-shadow:1px 0 #17203305}.admin-sider .ant-layout-sider-children{flex-direction:column;display:flex}.admin-sider .ant-menu{background:0 0;border-inline-end:0;padding:10px}.admin-sider .ant-menu-item-group-title{color:var(--admin-muted);padding:14px 12px 6px;font-size:12px;font-weight:700;line-height:1.4}.admin-sider .ant-menu-item{width:100%;height:40px;margin:2px 0}.admin-sider .ant-menu-item .ant-menu-item-icon{color:#52637a;font-size:16px}.admin-sider .ant-menu-item-selected .ant-menu-item-icon{color:var(--admin-accent)}.admin-brand{border-bottom:1px solid var(--admin-border);align-items:center;gap:12px;min-height:72px;padding:0 18px;display:flex;position:relative}.admin-brand-mark{background:var(--admin-accent);color:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.admin-brand-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.admin-brand-copy span{color:var(--admin-text);font-size:16px;font-weight:750;line-height:1.2}.admin-brand-copy small{color:var(--admin-muted);font-size:12px;font-weight:600;line-height:1.2}.admin-brand-full-name{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-header{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:12px 28px;display:flex}.admin-header-title{flex-direction:column;flex:auto;min-width:0;display:flex}.admin-header-title .ant-typography{margin:0}.admin-header-title h1.ant-typography{color:var(--admin-text);font-size:22px;font-weight:750;line-height:1.2}.admin-header-title span.ant-typography{color:var(--admin-muted);font-size:13px;line-height:1.45}.admin-header-actions{flex:none;justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.admin-scope-tag{border-radius:999px;margin-inline-end:0;font-weight:650}.account-button{border:1px solid var(--admin-border);color:var(--admin-text);cursor:pointer;font:inherit;background:0 0;border-radius:6px;align-items:center;gap:8px;max-width:360px;min-height:40px;padding:4px 10px;display:inline-flex}.account-button:hover{background:var(--admin-muted-bg);border-color:var(--admin-border-strong)}.account-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-content{width:100%;max-width:1480px;margin:0 auto;padding:24px 28px 32px}.admin-auth-alert{margin-bottom:16px}.admin-page-loading{place-items:center;min-height:240px;display:grid}.placeholder-panel{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:6px;margin-top:16px;padding:24px}.admin-page-stack{flex-direction:column;gap:16px;display:flex}.admin-page-section{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:6px;padding:18px}.admin-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.admin-section-heading .ant-typography{margin-bottom:0}.admin-page-section>.ant-typography:first-child{color:var(--admin-text);margin:0 0 14px;font-size:16px;font-weight:750}.admin-stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.admin-metric-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.admin-metric-grid .ant-card{border-color:var(--admin-border);border-radius:6px}.admin-metric-grid .ant-card-body{padding:14px 16px}.ant-statistic-title{color:var(--admin-muted);margin-bottom:4px;font-size:12px;font-weight:650}.ant-statistic-content{color:var(--admin-text);font-size:26px;font-weight:750}.admin-search-row{width:100%;max-width:520px}.admin-toolbar{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:6px;align-items:center;min-height:44px;padding:8px 10px;display:inline-flex}.admin-search-row.admin-toolbar{background:0 0;border:0;min-height:0;padding:0}.admin-muted-text{color:var(--admin-muted);margin-top:2px;font-size:12px}.admin-clickable-row{cursor:pointer}.admin-inline-form,.admin-access-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;margin-bottom:16px;display:grid}.admin-inline-form .ant-form-item,.admin-access-form .ant-form-item,.admin-modal-form .ant-form-item:last-child{margin-bottom:0}.admin-json-preview{white-space:pre-wrap;max-width:100%;max-height:480px;overflow:auto}.ant-table-wrapper{background:var(--admin-surface);border-radius:6px}.ant-table-wrapper .ant-table{color:var(--admin-text)}.ant-table-wrapper .ant-table-thead>tr>th{font-size:12px;font-weight:750}.ant-table-wrapper .ant-table-tbody>tr>td{vertical-align:top}.ant-table-wrapper .ant-table-tbody>tr>td,.ant-table-wrapper .ant-table-thead>tr>th{border-color:var(--admin-border)}.ant-table-wrapper .ant-pagination{margin-bottom:0}.ant-btn,.ant-tag{font-weight:650}.ant-descriptions .ant-descriptions-item-label{color:var(--admin-muted);font-weight:650}.ant-tabs-top>.ant-tabs-nav{margin-bottom:16px}@media (width<=960px){.admin-shell{display:block}.admin-sider{border-bottom:1px solid var(--admin-border);border-right:0;width:100%!important;min-width:0!important;max-width:none!important}.admin-sider .ant-menu{gap:8px;padding:10px 12px;display:flex;overflow-x:auto}.admin-sider .ant-menu-item-group{flex:none}.admin-sider .ant-menu-item-group-list{gap:4px;display:flex}.admin-sider .ant-menu-item{width:auto;padding-inline:12px!important}.admin-header{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.admin-header-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.account-button{max-width:100%}.admin-content{padding:16px}}@media (width<=640px){.login-page{padding:16px}.login-page .ant-result{padding:32px 20px}.admin-brand{min-height:64px;padding:0 14px}.admin-header-title h1.ant-typography{font-size:20px}.admin-page-section{padding:14px}}
