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}:root,[data-theme=dark]{--bg-base: #0F1117;--bg-sidebar: #151822;--bg-header: #12141F;--bg-card: #1C1F2E;--bg-input: #1A1D2B;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-muted: #64748B;--border-card: #252A3F;--border-subtle: #1E2235;--accent-primary: #6366F1;--accent-hover: #818CF8;--accent-success: #10B981;--accent-warning: #F59E0B;--accent-error: #EF4444;--accent-info: #3B82F6;--sidebar-width: 260px;--header-height: 64px;--logo-text-color: #FFFFFF;--sider-menu-theme: dark}[data-theme=light]{--bg-base: #F5F7FA;--bg-sidebar: #FFFFFF;--bg-header: #FFFFFF;--bg-card: #FFFFFF;--bg-input: #FFFFFF;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border-card: #E5E7EB;--border-subtle: #F0F0F0;--accent-primary: #6366F1;--accent-hover: #818CF8;--accent-success: #10B981;--accent-warning: #F59E0B;--accent-error: #EF4444;--accent-info: #3B82F6;--sidebar-width: 260px;--header-height: 64px;--logo-text-color: #1F2937;--sider-menu-theme: light}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg-base);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app,.admin-layout{min-height:100vh}.admin-sider{background:var(--bg-sidebar)!important;border-right:1px solid var(--border-subtle);height:100vh;position:fixed!important;left:0;top:0;z-index:100;overflow-y:auto}.admin-sider .ant-layout-sider-children{display:flex;flex-direction:column}.sider-logo{height:var(--header-height);display:flex;align-items:center;gap:10px;padding:0 24px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.sider-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff}.sider-logo-text{font-size:18px;font-weight:600;color:var(--logo-text-color);letter-spacing:-.01em}.sider-menu{flex:1;padding:8px 12px;border-right:none!important}.sider-menu .ant-menu-item{border-radius:8px!important;margin-bottom:2px;height:42px;line-height:42px}.admin-header{background:var(--bg-header)!important;border-bottom:1px solid var(--border-subtle);padding:0 32px!important;height:var(--header-height)!important;line-height:var(--header-height)!important;display:flex;align-items:center;justify-content:space-between;margin-left:var(--sidebar-width)}.header-title{display:flex;align-items:baseline;gap:12px}.header-title h2{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.header-title span{font-size:13px;color:var(--text-muted)}.admin-content{margin-left:var(--sidebar-width);padding:24px 32px;min-height:calc(100vh - var(--header-height));background:var(--bg-base);overflow-x:hidden}.stat-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px}.stat-card .ant-statistic-title{color:var(--text-secondary)!important;font-size:13px}.stat-card .ant-statistic-content{color:var(--text-primary)!important}.metric-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:8px}.metric-card-label{font-size:13px;color:var(--text-secondary)}.metric-card-value{font-size:28px;font-weight:700;color:var(--text-primary);line-height:1.2}.metric-card-footer{font-size:12px;color:var(--text-muted)}.panel-card{background:var(--bg-card)!important;border:1px solid var(--border-card)!important;border-radius:12px!important}.panel-card .ant-card-head{border-bottom-color:var(--border-subtle)!important;padding:0 24px}.panel-card .ant-card-head-title{font-weight:600;font-size:15px}.panel-card .ant-card-body{padding:20px 24px}.data-table .ant-table{background:transparent!important}.data-table .ant-table-thead>tr>th{background:var(--bg-sidebar)!important;border-bottom:1px solid var(--border-subtle)!important;color:var(--text-secondary)!important;font-weight:500;font-size:13px;resize:horizontal;overflow:hidden}.data-table .ant-table-tbody>tr>td{border-bottom:1px solid var(--border-subtle)!important}.data-table .ant-table-tbody>tr>td,.data-table .ant-table-tbody>tr>td *{-webkit-user-select:text!important;user-select:text!important}.data-table .ant-table-tbody>tr:hover>td{background:#6366f10f!important}.data-table .ant-table-cell-fix-right{background:var(--bg-card)!important}.data-table .ant-table-thead>tr>.ant-table-cell-fix-right{background:var(--bg-sidebar)!important}.data-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background:#1e2135!important}.toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.toolbar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-right{display:flex;align-items:center;gap:12px}.status-tag{border-radius:6px;font-size:12px;font-weight:500;padding:2px 10px;border:none}.doc-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.doc-card:hover{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary)}.doc-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.doc-card-title{font-size:15px;font-weight:600;color:var(--text-primary)}.doc-card-meta{font-size:12px;color:var(--text-muted);margin-bottom:16px}.doc-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.doc-card-stat{text-align:center}.doc-card-stat-value{font-size:16px;font-weight:600;color:var(--text-primary)}.doc-card-stat-label{font-size:11px;color:var(--text-muted)}.alert-bar{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:8px;color:var(--accent-error);font-size:13px}.alert-bar-warning{background:#f59e0b14;border-color:#f59e0b33;color:var(--accent-warning)}.switch-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.progress-inline{display:flex;align-items:center;gap:8px}.chart-container{width:100%;height:240px;display:flex;align-items:flex-end;gap:4px;padding:16px 0}.chart-bar{flex:1;background:linear-gradient(180deg,var(--accent-primary),rgba(99,102,241,.3));border-radius:4px 4px 0 0;min-height:8px;transition:height .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.ant-btn-primary{background:var(--accent-primary)!important;border-color:var(--accent-primary)!important}.ant-btn-primary:hover{background:var(--accent-hover)!important;border-color:var(--accent-hover)!important}.ant-tabs .ant-tabs-tab{color:var(--text-secondary)!important}.ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--accent-primary)!important}.ant-tabs .ant-tabs-ink-bar{background:var(--accent-primary)!important}.ant-pagination .ant-pagination-item-active{border-color:var(--accent-primary)!important}.ant-pagination .ant-pagination-item-active a{color:var(--accent-primary)!important}.ant-drawer-header{border-bottom-color:var(--border-subtle)!important}.ant-drawer-footer{border-top-color:var(--border-subtle)!important}[data-theme=light] .admin-sider{box-shadow:2px 0 8px #0000000f}[data-theme=light] .admin-header{box-shadow:0 1px 4px #0000000a}[data-theme=light] .metric-card,[data-theme=light] .doc-card,[data-theme=light] .stat-card{box-shadow:0 1px 3px #0000000f}[data-theme=light] .chart-bar{background:linear-gradient(180deg,var(--accent-primary),rgba(99,102,241,.15))}[data-theme=light] .alert-bar{background:#ef44440d}[data-theme=light] .alert-bar-warning{background:#f59e0b0d}[data-theme=light] .data-table .ant-table-tbody>tr:hover>td{background:#6366f108!important}[data-theme=light] .data-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background:#fafaff!important}
