@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--color-page-bg:#f3f6fb;--color-surface:#ffffff;--color-surface-muted:#f8fafc;--color-border:#dbe2ea;--color-border-soft:#e9eef5;--color-text:#0f172a;--color-text-secondary:#5b667a;--color-text-muted:#7f8aa3;--color-primary:#2563eb;--shadow-soft:0 1px 2px rgba(15,23,42,0.06);--shadow-card:0 16px 36px rgba(15,23,42,0.08);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--workspace-max-width:1440px;--workspace-padding-x:16px;--workspace-padding-y:16px;--grid-row-height:36px;--grid-header-height:38px}body[data-density=default]{--grid-row-height:40px;--grid-header-height:42px}body,html{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-page-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100%}*{box-sizing:border-box}.workspace-surface{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--color-border);padding:var(--space-5);height:100%;min-height:0;overflow:auto}.workspace-layout{height:100dvh;background:var(--color-page-bg);overflow:hidden}.workspace-content{width:min(100%,var(--workspace-max-width));height:100dvh;margin:0 auto;padding:var(--workspace-padding-y) var(--workspace-padding-x) var(--space-6);overflow:hidden}.dashboard-sticky-head{z-index:20;background:var(--color-surface);padding-bottom:var(--space-3);margin-bottom:var(--space-2);border-bottom:1px solid var(--color-border-soft)}.ant-layout-header,.dashboard-sticky-head{position:-webkit-sticky;position:sticky;top:0}.ant-layout-header{z-index:1000}.filter-bar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);box-shadow:var(--shadow-soft)}.filter-bar__title{font-size:13px;font-weight:600;color:var(--color-text);margin-bottom:var(--space-3)}.table-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft)}.ag-theme-quartz.ag-grid-host{min-height:clamp(360px,60dvh,680px)}.ag-theme-quartz{--ag-border-color:var(--color-border);--ag-header-background-color:var(--color-surface-muted);--ag-header-foreground-color:var(--color-text);--ag-row-border-color:var(--color-border-soft);--ag-cell-horizontal-border:1px solid var(--color-border-soft);--ag-odd-row-background-color:#ffffff;--ag-row-hover-color:#f2f7ff;--ag-font-size:13px;--ag-grid-size:4px;--ag-borders:solid 1px;--ag-row-height:var(--grid-row-height);--ag-header-height:var(--grid-header-height);font-family:inherit}.ag-theme-quartz .ag-row-hover{box-shadow:0 2px 10px rgba(15,23,42,.08);z-index:1}.pagination-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-1) 0 0;font-size:13px;color:var(--color-text-secondary)}.excel-page .ant-page-header{padding-bottom:var(--space-1)}.excel-toolbar{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-3)}.toolbar-group{border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);background:var(--color-surface);padding:var(--space-2)}.toolbar-group-title{display:block;font-size:12px;font-weight:600;color:var(--color-text-secondary);margin-bottom:var(--space-2)}.excel-toolbar-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.excel-toolbar-label{font-size:12px;min-width:40px;color:var(--color-text-secondary)}.excel-toolbar .ant-btn{border-radius:var(--radius-sm)}.toolbar-field{min-width:0;width:100%}.toolbar-field--sm{flex:1 1 140px}.toolbar-field--md{flex:1 1 180px}.toolbar-field--lg{flex:1 1 220px}.toolbar-field--xl{flex:1 1 280px}.toolbar-overflow-trigger{margin-left:auto}.excel-grid-shell{overflow:hidden}.excel-grid-shell,.excel-pagination{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.excel-pagination{padding:var(--space-2) var(--space-3)}.table-action-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-3)}.ag-theme-quartz .ag-header-cell-label{font-weight:600}@media (min-width:768px){:root{--workspace-padding-x:20px;--workspace-padding-y:20px}}@media (min-width:1200px){:root{--workspace-padding-x:24px;--workspace-padding-y:24px}}@media (max-width:991px){.excel-page{max-width:100%}.excel-page .ant-page-header-heading{row-gap:var(--space-2)}.excel-page .ant-page-header-heading-extra{width:100%}.excel-page .ant-page-header-heading-extra .ant-flex{width:100%;justify-content:flex-start}.toolbar-overflow-trigger{margin-left:0}}@media (max-width:768px){.workspace-surface{border-radius:var(--radius-md);padding:var(--space-4)}.excel-toolbar{padding:var(--space-2);border-radius:var(--radius-sm)}.excel-toolbar-row{gap:var(--space-2)}.excel-toolbar-label{min-width:100%;font-size:11px}.excel-toolbar-row .ant-btn,.excel-toolbar-row .ant-input,.excel-toolbar-row .ant-picker,.excel-toolbar-row .ant-select{width:100%;min-width:0}.excel-grid-shell{border-radius:var(--radius-sm)}.table-action-bar{flex-direction:column;align-items:flex-start}.ag-theme-quartz.ag-grid-host{min-height:360px;height:clamp(360px,56dvh,520px)}.excel-pagination{padding:var(--space-2)}.pagination-bar{gap:var(--space-2)}}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}