*{box-sizing:border-box}:root{--platform-text:#111827;--platform-muted:#64748b;--platform-bg:#f5f7fb;--platform-surface:#fff;--platform-soft:#f8fafc;--platform-border:#e5e7eb;--platform-primary:#0f766e;--platform-primary-hover:#0d9488;--platform-primary-soft:#e7f5f2;--platform-primary-border:#99d8cf;--platform-success-soft:#f6ffed;--platform-sider:#001529;--platform-sider-deep:#000c17;--platform-sider-active:#0f766e;--platform-shadow:0 8px 24px #0f172a0f}html,body,#root{min-width:0;min-height:100%;margin:0}body{color:var(--platform-text);background:var(--platform-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.centered-screen,.platform-page-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.platform-login{background:var(--platform-bg);place-items:center;min-height:100vh;padding:32px;display:grid}.platform-login-card{width:min(420px,100%);box-shadow:var(--platform-shadow);border:0;border-radius:8px}.platform-login-heading{flex-direction:column;align-items:flex-start;margin-bottom:24px;display:flex}.platform-login-heading h3{margin:12px 0 4px}.platform-login-mark,.platform-brand-mark{background:var(--platform-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:inline-flex}.platform-login-error{margin-bottom:16px}.platform-shell{background:var(--platform-bg);min-height:100vh}.platform-sider{background:var(--platform-sider);border-right:1px solid #ffffff14;height:100vh;position:sticky;top:0;overflow:auto}.platform-sider--light{border-right-color:var(--platform-border);background:#fff}.platform-sider--dark{background:var(--platform-sider);border-right-color:#ffffff14}.platform-sider .ant-layout-sider-children{flex-direction:column;display:flex}.platform-sider .ant-menu{background:0 0;border-inline-end:0;flex:1;padding:8px}.platform-sider .ant-menu-item,.platform-sider .ant-menu-submenu-title{border-radius:8px;width:auto;height:42px;margin-block:4px;margin-inline:0}.platform-sider--dark .ant-menu-dark .ant-menu-item-selected{background:var(--platform-sider-active);box-shadow:none;font-weight:600}.platform-sider--light .ant-menu-light .ant-menu-item-selected{background:var(--platform-primary-soft);color:var(--platform-primary);font-weight:600}.platform-shell--menu-selection-block .platform-sider .ant-menu .ant-menu-item-selected{border-radius:8px}.platform-shell--menu-selection-line .platform-sider .ant-menu .ant-menu-item,.platform-shell--menu-selection-line .platform-sider .ant-menu .ant-menu-submenu-title{position:relative;overflow:hidden}.platform-shell--menu-selection-line .platform-sider .ant-menu .ant-menu-item-selected{box-shadow:none;background:0 0;border-radius:8px}.platform-shell--menu-selection-line .platform-sider--dark .ant-menu-dark .ant-menu-item-selected{background:#ffffff14}.platform-shell--menu-selection-line .platform-sider--light .ant-menu-light .ant-menu-item-selected{background:var(--platform-soft)}.platform-shell--menu-selection-line .platform-sider .ant-menu .ant-menu-item-selected:before{background:var(--platform-primary);content:"";border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.platform-shell--menu-selection-rounded .platform-sider .ant-menu .ant-menu-item,.platform-shell--menu-selection-rounded .platform-sider .ant-menu .ant-menu-submenu-title{border-radius:999px;width:calc(100% - 8px);margin-inline:4px}.platform-shell--menu-selection-rounded .platform-sider .ant-menu .ant-menu-item-selected{box-shadow:none;border-radius:999px}.platform-shell--menu-selection-rounded .platform-sider--dark .ant-menu-dark .ant-menu-item-selected{background:var(--platform-primary)}.platform-shell--menu-selection-rounded .platform-sider--light .ant-menu-light .ant-menu-item-selected{background:var(--platform-primary-soft);color:var(--platform-primary)}.platform-brand{color:#fff;border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;height:64px;padding:0 16px;display:flex}.platform-sider--light .platform-brand{color:var(--platform-text);border-bottom-color:var(--platform-border);background:#fff}.platform-sider--dark .platform-brand{color:#fff;background:var(--platform-sider-deep)}.platform-sider.ant-layout-sider-collapsed .platform-brand{justify-content:center;padding:0}.platform-brand .ant-typography{color:#fff;line-height:1.3;display:block}.platform-sider--light .platform-brand .ant-typography{color:var(--platform-text)}.platform-brand span:not(.platform-brand-mark){color:#ffffff9e;font-size:12px}.platform-sider--light .platform-brand span:not(.platform-brand-mark){color:var(--platform-muted)}.platform-header{z-index:9;border-bottom:1px solid var(--platform-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.platform-header-actions{margin-left:auto}.appearance-settings{flex-direction:column;gap:4px;display:flex}.appearance-settings-section{flex-direction:column;gap:12px;display:flex}.appearance-menu-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.appearance-menu-theme-option{border:1px solid var(--platform-border);min-width:0;height:72px;color:var(--platform-primary);cursor:pointer;background:#fff;border-radius:8px;justify-content:stretch;align-items:stretch;padding:0;display:flex;position:relative}.appearance-menu-theme-option.is-selected{border-color:var(--platform-primary);box-shadow:0 0 0 2px var(--platform-primary-soft)}.appearance-menu-theme-option>.anticon{font-size:12px;position:absolute;top:8px;right:8px}.appearance-menu-preview{border-radius:7px;grid-template-columns:28px 1fr;gap:8px;width:100%;padding:10px;display:grid}.appearance-menu-preview:before{content:"";border-radius:5px;grid-row:1/4;display:block}.appearance-menu-preview i{border-radius:4px;height:8px;display:block}.appearance-menu-preview--light{background:#f8fafc}.appearance-menu-preview--light:before,.appearance-menu-preview--light i{background:#fff;border:1px solid #e5e7eb}.appearance-menu-preview--light i:first-child{border-color:var(--platform-primary-border);background:var(--platform-primary-soft)}.appearance-menu-preview--dark{background:#f8fafc}.appearance-menu-preview--dark:before{background:#001529}.appearance-menu-preview--dark i{background:#cbd5e1}.appearance-menu-preview--dark i:first-child{background:var(--platform-primary)}.appearance-color-grid{grid-template-columns:repeat(6,28px);gap:10px;display:grid}.appearance-color-swatch{color:#fff;cursor:pointer;border:1px solid #0f172a1f;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.appearance-color-swatch .anticon{filter:drop-shadow(0 1px 1px #0f172a4d);font-size:13px}.platform-content{min-width:0;padding:20px}.platform-page{flex-direction:column;gap:16px;display:flex}.platform-page-heading{border-bottom:1px solid var(--platform-border);background:var(--platform-surface);margin:-20px 0 0;padding:16px 24px}.platform-page-title-row{justify-content:space-between;align-items:flex-end;gap:16px;margin-top:10px;display:flex}.platform-page-title-row h3{margin:0 0 4px}.platform-page-extra{justify-content:flex-end}.platform-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.platform-page-header h3{margin:0 0 4px}.platform-pro-card,.platform-query-card,.platform-panel{box-shadow:none;border-radius:8px}.platform-pro-card .ant-card-head,.platform-query-card .ant-card-head,.platform-panel .ant-card-head{min-height:48px}.platform-query-card .ant-card-body{padding-bottom:18px}.platform-shell--card-density-compact .platform-content{padding:16px}.platform-shell--card-density-compact .platform-page{gap:12px}.platform-shell--card-density-compact .platform-pro-card .ant-card-head,.platform-shell--card-density-compact .platform-query-card .ant-card-head,.platform-shell--card-density-compact .platform-panel .ant-card-head{min-height:44px;padding:0 16px}.platform-shell--card-density-compact .platform-pro-card .ant-card-body,.platform-shell--card-density-compact .platform-query-card .ant-card-body,.platform-shell--card-density-compact .platform-panel .ant-card-body,.platform-shell--card-density-compact .platform-stat-card .ant-card-body,.platform-shell--card-density-compact .platform-metric-card .ant-card-body{padding:16px}.platform-shell--card-density-compact .platform-stat-card,.platform-shell--card-density-compact .platform-stat-card .ant-card-body{min-height:116px}.platform-shell--card-density-compact .platform-stat-card h2{font-size:26px}.platform-shell--card-density-compact .platform-query-grid{gap:12px}.platform-query-grid{grid-template-columns:repeat(4,minmax(160px,1fr));align-items:end;gap:16px;display:grid}.platform-query-grid-wide{grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(140px,1fr)) auto}.platform-query-grid .ant-form-item{margin-bottom:0}.platform-query-actions{justify-content:flex-end;align-self:end;gap:8px;min-width:144px;display:flex}.platform-toolbar{border:1px solid var(--platform-border);background:#fff;border-radius:8px;padding:16px}.platform-stat-card{border-radius:8px;min-height:132px}.platform-stat-card .ant-card-body{flex-direction:column;justify-content:space-between;min-height:132px;display:flex}.platform-stat-card-main{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.platform-stat-card h2{margin:8px 0 0;font-size:30px;line-height:1.2}.platform-stat-icon{background:var(--platform-primary-soft);width:40px;height:40px;color:var(--platform-primary);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.platform-stat-footer{color:var(--platform-muted);margin-top:12px;font-size:12px}.platform-metric-card{border-radius:8px;min-height:140px}.platform-metric-card h2,.platform-metric-card h3{margin:8px 0 0}.platform-metric-icon{background:var(--platform-primary-soft);width:36px;height:36px;color:var(--platform-primary);border-radius:8px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.platform-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 16px;display:grid}.platform-form-grid-wide{grid-column:1/-1}.platform-step-card .ant-card-body{padding:24px}.platform-step-body{margin-top:28px}.platform-form-footer{border:1px solid var(--platform-border);background:var(--platform-surface);border-radius:8px;justify-content:flex-end;padding:16px 24px;display:flex}.platform-form-actions{justify-content:flex-end}.platform-card-actions{justify-content:flex-end;padding-top:4px;display:flex}.platform-detail-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.platform-detail-metrics h3{margin:8px 0 0}.platform-detail-tabs .ant-tabs-nav{margin-bottom:16px;padding:0 2px}.platform-detail-tabs .ant-tabs-tab{padding:12px 0}.platform-alert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.platform-alert-section{border:1px solid var(--platform-border);background:var(--platform-soft);border-radius:8px;min-width:0;padding:14px 16px}.platform-alert-section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.platform-alert-item{padding:10px 0!important}.platform-table-paragraph{margin-bottom:0!important}.platform-permission-groups{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.platform-permission-group-card .ant-card-body{padding:14px 16px}.platform-permission-checkboxes{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 12px;width:100%;display:grid}.platform-permission-checkboxes .ant-checkbox-wrapper{margin-inline-start:0}.platform-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.platform-ops-descriptions{margin-bottom:16px}.platform-ops-pending-migrations,.platform-ops-untracked-migrations{background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:12px 14px;display:flex}.platform-ops-untracked-migrations{border-color:var(--platform-border);background:var(--platform-soft)}@media (width<=1100px){.platform-query-grid,.platform-query-grid-wide{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=900px){.platform-sider{z-index:20;position:fixed}.platform-header{padding:0 12px}.platform-header-actions .ant-tag{display:none}.platform-content{padding:16px}.platform-page-heading{margin:-16px 0 0;padding:14px 16px}.platform-page-title-row,.platform-page-header{flex-direction:column;align-items:flex-start}.platform-page-extra,.platform-page-extra .ant-space-item,.platform-page-extra .ant-btn{width:100%}.platform-query-grid,.platform-query-grid-wide,.platform-alert-grid,.platform-two-column{grid-template-columns:1fr}.platform-query-actions,.platform-form-footer,.platform-card-actions{justify-content:stretch}.platform-query-actions .ant-btn,.platform-form-footer .ant-btn,.platform-card-actions .ant-btn{flex:1}}
