@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--background:#f7f9fc;--foreground:#111827;--muted:#667085;--border:#d8e0ea;--card:#ffffff;--sidebar:#07111f;--sidebar-accent:#111f33;--primary:#1264d8;--primary-soft:#e8f1ff;--success:#039855;--success-soft:#e8f8ef;--warning:#dc8a00;--warning-soft:#fff5df;--critical:#ef3340;--critical-soft:#ffe8ec;--info:#0ea5d9;--info-soft:#e5f7fc;--shadow-card:0 1px 2px rgba(16,24,40,0.05),0 10px 32px -16px rgba(15,23,42,0.25)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.app-shell{min-height:100vh;background:var(--background)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#07111f}.auth-card{width:min(100%,420px);border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff;box-shadow:0 24px 60px rgba(7,17,31,.28);padding:28px}.auth-brand{margin-bottom:14px;color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase}.auth-card h1.ant-typography{margin:0 0 8px;font-size:28px}.auth-switch{margin-top:18px;color:var(--muted);font-size:14px;text-align:center}.auth-switch a{color:var(--primary);font-weight:700}.app-sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:256px;background:var(--sidebar);color:#d6deeb;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#1264d8,#0ea5d9);box-shadow:0 0 22px rgba(18,100,216,.38)}.brand-title{font-size:14px;font-weight:700;color:#fff}.brand-subtitle{font-size:11px;color:rgba(214,222,235,.62)}.side-nav{flex:1 1;padding:14px 12px}.side-nav .ant-menu{background:transparent;border:0;color:rgba(214,222,235,.72)}.side-nav .ant-menu-item{height:38px;line-height:38px;margin:4px 0;border-radius:8px;color:rgba(214,222,235,.78)}.side-nav .ant-menu-item-selected{background:var(--sidebar-accent);color:#fff}.side-nav .ant-menu-item-selected:after{display:none}.app-main{min-height:100vh;margin-left:256px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:64px;display:flex;align-items:center;gap:16px;padding:0 32px;border-bottom:1px solid var(--border);background:rgba(247,249,252,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-search{width:min(448px,45vw)}.topbar-spacer{flex:1 1}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:3px 10px;border-radius:8px;border:1px solid rgba(3,152,85,.35);background:rgba(3,152,85,.06);color:var(--success);font-size:12px;font-weight:700}.status-dot{width:8px;height:8px;border-radius:99px;background:currentColor}.user-chip{display:inline-flex;align-items:center;gap:8px;max-width:220px;padding:4px 6px;border:0;border-radius:8px;background:transparent;color:var(--foreground);cursor:pointer;font-size:13px;font-weight:700;text-align:left}.user-chip:hover{background:rgba(18,100,216,.08)}.user-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.user-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chip-chevron{flex:none;color:var(--muted);font-size:10px}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding:28px 32px 16px}.page-title{margin:0;font-size:26px;line-height:1.25;font-weight:700}.page-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px}.page-content{padding:0 32px 40px}.footer{display:flex;justify-content:space-between;gap:16px;padding:16px 32px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.kpi-card,.surface-card{border:1px solid var(--border);border-radius:12px}.data-state-card,.kpi-card,.surface-card{background:var(--card);box-shadow:var(--shadow-card)}.data-state-card{max-width:760px;border:1px solid var(--border);border-radius:8px;padding:24px}.data-state-card h2{margin:0 0 8px;font-size:18px}.data-state-card p{margin:8px 0 0;color:var(--muted);line-height:1.6}.kpi-card{min-height:136px;padding:20px;background:linear-gradient(180deg,#fff,#fff 58%,#fbf4f6)}.kpi-label{color:#586174;font-size:12px;font-weight:700;text-transform:uppercase}.kpi-value{margin-top:8px;font-size:32px;line-height:1;font-weight:700}.kpi-delta{display:flex;align-items:center;gap:6px;margin-top:14px;font-size:12px;font-weight:700}.icon-tile{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;font-size:18px}.card-title{margin:0;font-size:17px;font-weight:700}.card-subtitle{margin:4px 0 0;color:var(--muted);font-size:12px}.chart-box{height:290px;margin-top:18px}.chart-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.small-chart-box{height:220px;margin-top:12px}.notification-item{display:flex;gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fbfdff}.table-card .ant-table{border-radius:0 0 12px 12px}.table-card .ant-table-thead>tr>th{color:#586174;font-size:12px;text-transform:uppercase;background:#f3f6fa}.progress-row{display:flex;align-items:center;gap:10px;min-width:150px}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.summary-band{border:1px solid rgba(18,100,216,.18);background:linear-gradient(135deg,#f5f9ff,#ffffff 60%,#eefaf6)}@media (max-width:1023px){.app-sidebar{display:none}.app-main{margin-left:0}.topbar{padding:0 16px}.topbar-search{display:none}.page-header{padding:22px 16px 14px}.page-content{padding:0 16px 32px}.footer{padding:16px;flex-direction:column}}@media (max-width:720px){.page-header{align-items:stretch;flex-direction:column}.page-title{font-size:23px}.status-pill{display:none}.metric-strip{grid-template-columns:1fr}.kpi-card{min-height:118px}.chart-card-header{flex-direction:column}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{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)}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[data-original-title],abbr[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=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{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}code,kbd,pre,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}[role=button],a,area,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}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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}