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}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f6fb;color:#1a1d2e;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c7d4;border-radius:3px}.sidebar{min-height:100vh;background:linear-gradient(180deg,#0f0c29,#1a1248,#24243e);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100}.sidebar-logo{padding:28px 24px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar-logo-title{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.3px}.sidebar-logo-sub{font-size:11px;color:#fff6;margin-top:2px;text-transform:uppercase;letter-spacing:1.5px}.sidebar-nav{padding:16px 12px;flex:1}.nav-label{font-size:10px;color:#ffffff4d;text-transform:uppercase;letter-spacing:1.5px;padding:12px 12px 6px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:2px;text-decoration:none}.nav-item:hover{background:#ffffff12;color:#ffffffe6}.nav-item.active{background:linear-gradient(135deg,#6366f166,#8b5cf666);color:#fff;box-shadow:0 2px 12px #6366f140}.nav-item .nav-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;background:#ffffff12;flex-shrink:0}.nav-item.active .nav-icon{background:#6366f180}.sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.07)}.main-layout{min-height:100vh;display:flex;flex-direction:column}.topbar{background:#fff;border-bottom:1px solid #eef0f6;padding:0 28px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.topbar-title{font-size:18px;font-weight:700;color:#1a1d2e}.topbar-right{display:flex;align-items:center;gap:12px}.page-content{padding:24px 28px;flex:1}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.green:before{background:linear-gradient(90deg,#10b981,#34d399)}.stat-card.blue:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.stat-card.purple:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.stat-card.orange:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.stat-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:4px}.stat-card.green .stat-card-icon{background:#d1fae5}.stat-card.blue .stat-card-icon{background:#dbeafe}.stat-card.purple .stat-card-icon{background:#ede9fe}.stat-card.orange .stat-card-icon{background:#fef3c7}.stat-label{font-size:12px;color:#8892a4;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:26px;font-weight:800;color:#1a1d2e;line-height:1}.stat-sub{font-size:12px;color:#10b981;font-weight:500}.chart-card{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;margin-bottom:24px}.chart-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.chart-card-title{font-size:15px;font-weight:700;color:#1a1d2e}.table-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.table-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid #f0f2f8}.table-card-title{font-size:15px;font-weight:700;color:#1a1d2e}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:20px}.ant-table-thead>tr>th{background:#f8f9fc!important;font-weight:600!important;font-size:12px!important;color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.4px!important;border-bottom:1px solid #eef0f6!important}.ant-table-tbody>tr:hover>td{background:#f8f9fc!important}.ant-table-tbody>tr>td{border-bottom:1px solid #f5f6fa!important}.login-page{min-height:100vh;display:flex;background:linear-gradient(135deg,#0f0c29,#1a1248,#24243e)}.login-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;color:#fff}.login-brand{font-size:36px;font-weight:900;letter-spacing:-1px;margin-bottom:12px}.login-brand span{color:#818cf8}.login-tagline{font-size:15px;color:#ffffff80;max-width:320px;text-align:center;line-height:1.6}.login-right{width:420px;background:#fff;display:flex;align-items:center;justify-content:center;padding:60px 48px}.login-form-wrap{width:100%}.login-form-title{font-size:26px;font-weight:800;color:#1a1d2e;margin-bottom:6px}.login-form-sub{font-size:14px;color:#8892a4;margin-bottom:32px}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge-green{background:#d1fae5;color:#059669}.badge-blue{background:#dbeafe;color:#2563eb}.row-ais>td{background:#fffbeb!important}.row-ais:hover>td{background:#fef3c7!important}.audit-fail-row>td{background:#fff1f2!important}.audit-fail-row:hover>td{background:#ffe4e6!important}
