.dashboard-kpi-tile{min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 14px;border:1px solid #d7dce5;border-radius:14px;background:#f7f9fc;box-shadow:inset 0 1px #ffffff80,0 2px 8px #0f172a0a;text-align:center}.dashboard-kpi-tile-success{background:#f3fbf5;border-color:#c9ebd1}.dashboard-kpi-tile-info{background:#f4f8ff;border-color:#d4e2ff}.dashboard-kpi-tile__header{display:flex;align-items:center;justify-content:center;gap:8px;min-height:20px}.dashboard-kpi-tile__icon{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#94a3b824;font-size:14px;flex-shrink:0}.dashboard-kpi-tile__label{font-size:13px;line-height:1.2}.dashboard-kpi-tile__value{display:block;font-size:18px;line-height:1.1;text-align:center}:root[data-theme-mode=dark] .dashboard-kpi-tile{border-color:#243041;background:#121a27;box-shadow:inset 0 1px #ffffff08,0 3px 10px #00000029}:root[data-theme-mode=dark] .dashboard-kpi-tile-success{background:#102219;border-color:#1f5132}:root[data-theme-mode=dark] .dashboard-kpi-tile-info{background:#102033;border-color:#22496f}:root[data-theme-mode=dark] .dashboard-kpi-tile__icon{background:#94a3b81f}.dashboard-overview-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px)and (max-width:1199px){.dashboard-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px)and (max-width:1599px){.dashboard-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1600px){.dashboard-overview-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}html,body,#root{height:100%}body{margin:0;overflow:hidden}#root .ant-app{height:100%}#root .ant-layout,#root .ant-layout-has-sider{height:100%;min-height:0}#root .ant-layout-sider{height:100vh;overflow-y:auto;overflow-x:hidden}#root .ant-layout-sider .ant-menu-inline-collapsed>.ant-menu-item,#root .ant-layout-sider .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{padding-inline:16px!important}#root .ant-layout-sider .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,#root .ant-layout-sider .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,#root .ant-layout-sider .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{inset-inline-start:0!important;margin-inline:0!important;font-size:18px}#root .ant-layout-content{flex:1 1 auto;height:auto;display:flex;flex-direction:column;min-height:0;overflow-y:auto;overflow-x:hidden}.app-status-bar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #e5e7eb;background:#fff}.app-onboarding-banner{margin:0 12px;padding:8px 10px;border:1px solid #d6e4ff;border-radius:8px;background:#f0f5ff}.app-shell-chrome{background:#fff}.app-shell-root{height:100%;min-height:0;display:flex;flex-direction:column}.app-shell-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.app-shell-body>*{flex:1 1 auto;min-height:0}.app-shell-body .ant-layout,.app-shell-body .ant-layout-has-sider{height:100%!important;min-height:0!important}.app-shell-body .ant-layout-content>div{box-sizing:border-box;flex:0 0 auto;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.app-shell-body .ant-layout-content>div>.ant-space.ant-space-vertical{display:flex;width:100%;min-width:0}:root[data-density=compact] .ant-card .ant-card-body{padding:12px}:root[data-density=compact] .ant-form-item{margin-bottom:12px}:root[data-theme-mode=dark] .app-status-bar{background:#111827;border-bottom-color:#1f2937}:root[data-theme-mode=dark] .app-onboarding-banner{background:#111827;border-color:#1d4ed8}:root[data-theme-mode=dark] .app-shell-chrome{background:#0b1220}.playground-metrics-tabs.ant-tabs{height:100%;display:flex;flex-direction:column;min-height:0}.playground-metrics-tabs .ant-tabs-content-holder{flex:1;min-height:0}.playground-metrics-tabs .ant-tabs-content,.playground-metrics-tabs .ant-tabs-tabpane{height:100%;min-height:0}.playground-live-providers-pane{display:flex;flex-direction:column;height:100%;min-height:0}.playground-live-providers-pane>div{display:flex;flex-direction:column;min-height:0}.playground-live-providers-pane .ant-table-wrapper,.playground-live-providers-pane .ant-spin-nested-loading,.playground-live-providers-pane .ant-spin-container,.playground-live-providers-pane .ant-table{height:100%}.playground-live-providers-pane .ant-table-container{display:flex;flex-direction:column;height:100%;min-height:0}.playground-live-providers-pane .ant-table-body{flex:1 1 auto;min-height:0}.routing-settings-modal .ant-card-head{background:#f5f7fa}:root[data-theme-mode=dark] .routing-settings-modal .ant-card-head{background:#151d2a}:root{--app-scrollbar-track: #eef2f7;--app-scrollbar-thumb: #b8c2d1;--app-scrollbar-thumb-hover: #9ca9bc}:root[data-theme-mode=dark]{--app-scrollbar-track: #0f1724;--app-scrollbar-thumb: #2c3950;--app-scrollbar-thumb-hover: #3a4c68}*{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--app-scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--app-scrollbar-thumb),var(--app-scrollbar-thumb-hover));border-radius:999px;border:2px solid var(--app-scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--app-scrollbar-thumb-hover),var(--app-scrollbar-thumb))}*::-webkit-scrollbar-corner{background:var(--app-scrollbar-track)}*:focus-visible{outline:2px solid #1677ff;outline-offset:2px}
