:root{--bg-layout: #f0f2f5;--bg-sider: #001529;--bg-card: #fff;--bg-header: #fff;--bg-elevated: #fafafa;--border-color: #f0f0f0;--text-primary: rgba(0, 0, 0, .85);--text-secondary: rgba(0, 0, 0, .65);--text-muted: rgba(0, 0, 0, .45);--primary: #1890ff;--success: #52c41a;--danger: #ff4d4f;--warning: #faad14;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:var(--bg-layout);color:var(--text-primary)}.screen-center{min-height:100vh;display:grid;place-items:center;background:var(--bg-layout)}.app-shell{min-height:100vh;background:var(--bg-layout)}.app-shell__sider.ant-layout-sider{position:sticky;top:0;height:100vh;background:var(--bg-sider)!important;box-shadow:2px 0 6px #00152959}.app-shell__sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.app-shell__brand{display:flex;gap:10px;align-items:center;height:56px;padding:0 16px;overflow:hidden}.brand-mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.brand-title{color:#fff!important;margin:0!important;font-size:18px!important;font-weight:600!important;white-space:nowrap}.brand-copy{color:#ffffffa6!important;margin:0!important;font-size:12px!important}.app-shell__menu.ant-menu{background:transparent;border-inline-end:none;padding:4px 0;flex:1}.app-shell__menu .ant-menu-item-group-title{color:#ffffff59!important;font-size:12px;padding:16px 16px 8px!important}.app-shell__menu .ant-menu-item{height:40px;line-height:40px;margin:0;border-radius:0}.app-shell__menu .ant-menu-item-selected{background:var(--primary)!important}.app-shell__menu .ant-menu-item-selected .ant-menu-title-content,.app-shell__menu .ant-menu-item-selected svg{color:#fff!important}.app-shell__sider-footer{padding:8px 16px;border-top:1px solid rgba(255,255,255,.1)}.app-shell__logout.ant-btn{height:40px;border-radius:0;justify-content:flex-start;color:#ffffffa6;border:none;background:transparent}.app-shell__logout.ant-btn:hover{color:#fff!important;background:#ffffff14!important}.app-shell__header.ant-layout-header{background:var(--bg-header);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 24px;height:56px;flex-wrap:wrap;box-shadow:0 1px 4px #00152914}.page-title{margin:0!important;font-size:18px!important;font-weight:500!important}.app-shell__content{padding:24px;background:var(--bg-layout);min-height:calc(100vh - 56px)}.shell-banner{margin-bottom:16px}.user-avatar{background:var(--primary);color:#fff}.user-meta{display:flex;flex-direction:column;line-height:1.3}.page-stack{display:flex;flex-direction:column;gap:16px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.eyebrow{font-size:14px;color:var(--text-secondary)!important}.panel-card.ant-card,.metric-card.ant-card,.status-chip.ant-card,.login-card.ant-card{border-radius:2px;border:none;box-shadow:0 1px 2px #00000008}.panel-card.ant-card .ant-card-head{border-bottom:1px solid var(--border-color);padding:0 24px;min-height:48px}.panel-card.ant-card .ant-card-head-title{font-size:16px;font-weight:500;padding:12px 0}.panel-card .ant-card-body{padding:24px}.metric-card{padding:20px 24px}.metric-card .ant-statistic-title{color:var(--text-secondary)!important;font-size:14px!important;margin-bottom:4px}.metric-card .ant-statistic-content{font-weight:600;font-size:30px!important;color:var(--text-primary)}.metric-card--warning .ant-statistic-content-value{color:var(--warning)}.metric-card--success .ant-statistic-content-value{color:var(--success)}.metric-card--accent .ant-statistic-content-value{color:var(--primary)}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.status-chip .ant-card-body{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.status-chip span{font-size:14px;color:var(--text-secondary)}.status-chip strong{font-size:24px;color:var(--text-primary);font-weight:600}.list-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.insight-block{padding:24px;background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:2px;min-height:100%}.insight-block .eyebrow{display:block;margin-bottom:4px}.login-screen{min-height:100vh;padding:32px;display:grid;place-items:center;background:var(--bg-layout)}.login-panel{width:400px}.login-card.ant-card{border-radius:4px}.login-card .ant-card-body{padding:32px}.login-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.login-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:4px;background:var(--bg-sider);color:#fff}.login-quick-actions{padding-top:24px;border-top:1px solid var(--border-color)}.ant-layout,.ant-layout-content,.ant-layout-header,.ant-layout-sider{color:var(--text-primary)}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600}.ant-tag{border-radius:2px}.ant-btn-primary,.ant-btn-primary:hover{box-shadow:none}.ant-form-item-label>label{font-weight:400}.role-tag{border-radius:2px;font-size:12px;padding:0 8px;line-height:22px;border:1px solid var(--primary);color:var(--primary);background:#e6f7ff}@media (max-width: 960px){.app-shell__header.ant-layout-header{flex-direction:column;align-items:flex-start;height:auto;padding:12px 24px}.page-header{flex-direction:column;align-items:flex-start}.app-shell__content{padding:16px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
