@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";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;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}*{margin:0;padding:0}.App{display:flex;height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.ant-table-cell .ant-checkbox-wrapper,.ant-table-cell .ant-checkbox{display:flex;justify-content:center;align-items:center}.ant-steps-item-finish .ant-steps-icon{background-color:#52c41a!important;border-color:#52c41a!important;color:#fff!important}.ant-steps-item-finish .ant-steps-item-title,.ant-steps-item-finish .ant-steps-item-tail:after{color:#52c41a!important;border-color:#52c41a!important}.ant-steps-item-error .ant-steps-item-title{color:#ff4d4f!important}.ant-steps-item-error .ant-steps-icon{background-color:#ff4d4f!important;border-color:#ff4d4f!important;color:#fff!important}.ant-steps-item-process .ant-steps-item-container .ant-steps-item-title{color:orange!important;font-weight:600!important}.ant-steps-item-process .ant-steps-icon{border-color:orange!important;color:orange!important}.flip-container{perspective:1000px;width:100%;height:200px;position:relative}.flipper{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 1s ease-in-out}.flip-card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden}.table-row-light>td{background-color:var(--bg-surface)!important}.table-row-dark>td{background-color:var(--bg-surface-elevated)!important}:root{--radius-xs: 6px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-xxl: 32px}*{box-sizing:border-box}html,body,#root{height:100%;width:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-layout);color:var(--text-primary);transition:background-color .2s ease,color .2s ease;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-pill, 999px)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.surface-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.surface-glass{background:var(--bg-glass);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid var(--border)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.focus-ring:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.page-transition-enter{animation:pageFadeIn .28s ease both}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.dash-page{display:flex;flex-direction:column;gap:20px;position:relative}.dash-page:before{content:"";position:fixed;top:-120px;right:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.16),transparent 70%);filter:blur(10px);pointer-events:none;z-index:-1;animation:dashGlowDrift 14s ease-in-out infinite}@keyframes dashGlowDrift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,40px) scale(1.08)}}@media (prefers-reduced-motion: reduce){.dash-page:before{animation:none}}.dash-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.dash-kpi-grid>*{min-width:0}.dash-split-8-4{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;align-items:stretch}.dash-split-6-6{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}.dash-split-8-4>*,.dash-split-6-6>*{min-width:0}@media (max-width: 1100px){.dash-split-8-4,.dash-split-6-6{grid-template-columns:1fr}}.login-screen{min-height:100vh;width:100%;display:flex;background:var(--bg-layout);position:relative;overflow:hidden}.login-theme-toggle{position:absolute;top:24px;right:24px;z-index:5}.login-brand-panel{flex:1.1;position:relative;display:flex;flex-direction:column;justify-content:center;padding:64px 72px;background:radial-gradient(circle at 15% 20%,rgba(99,102,241,.35),transparent 45%),radial-gradient(circle at 85% 75%,rgba(56,189,248,.25),transparent 50%),linear-gradient(160deg,#0a0e1a,#0d1220 55%,#111827);color:#fff;overflow:hidden}.login-brand-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(ellipse at 30% 30%,black 0%,transparent 70%);mask-image:radial-gradient(ellipse at 30% 30%,black 0%,transparent 70%);pointer-events:none}.login-brand-content{position:relative;z-index:1;max-width:460px}.login-brand-logo{height:46px;width:auto;margin-bottom:40px;filter:drop-shadow(0 0 18px rgba(99,102,241,.45))}.login-brand-title{font-size:34px;font-weight:800;line-height:1.25;margin:0 0 16px;background:linear-gradient(90deg,#fff,#c7cdff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.login-brand-subtitle{font-size:15px;color:#ffffffa6;line-height:1.7;margin-bottom:40px}.login-brand-feature{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:14px;color:#ffffffd9}.login-brand-feature .icon{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:#6366f140;border:1px solid rgba(129,140,248,.4);display:flex;align-items:center;justify-content:center;color:#c7cdff}.login-form-panel{flex:1;min-width:420px;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg-layout)}.login-form-card{width:100%;max-width:400px}.login-form-header{margin-bottom:32px}.login-form-header h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:0 0 6px}.login-form-header p{font-size:14px;color:var(--text-secondary);margin:0}.login-mobile-logo{display:none}@media (max-width: 960px){.login-brand-panel{display:none}.login-form-panel{min-width:0;flex:1}.login-mobile-logo{display:flex;justify-content:center;margin-bottom:28px}.login-mobile-logo img{height:40px}}
