:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--bg-main: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #475569;--border-color: #e2e8f0;--sidebar-bg: #0f172a;--header-bg: #ffffff;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Roboto Mono", monospace;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-main);color:var(--text-main)}.detail-collapse-section.ant-collapse{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md)}.detail-collapse-section .ant-collapse-item{border-bottom:none}.detail-collapse-section .ant-collapse-header{font-weight:600;padding:12px 16px!important}.detail-collapse-section .ant-collapse-content-box{padding:0 16px 16px!important}.dashboard-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--text-muted);cursor:grab;border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none}.dashboard-drag-handle:hover{color:var(--primary-color);background:#f1f5f9}.dashboard-drag-handle:active{cursor:grabbing}.dashboard-module-card-wrap{height:100%;min-height:280px;transition:box-shadow .2s ease,transform .2s ease,outline-color .2s ease,opacity .2s ease}.dashboard-module-card-wrap .dashboard-module-card{height:100%;min-height:280px}.dashboard-page .dashboard-stat-col,.dashboard-page .dashboard-module-col{display:flex;flex-direction:column}.dashboard-page .dashboard-stat-card{flex:1;width:100%;min-height:92px;display:flex;flex-direction:column}.dashboard-page .dashboard-stat-card>.ant-card-body{flex:1;display:flex;align-items:center;padding:16px 20px}.dashboard-page .dashboard-stat-card .ant-statistic{width:100%}.dashboard-page .dashboard-module-card-wrap--half{width:100%;display:flex;flex-direction:column;min-height:190px;flex:0 0 auto}.dashboard-page .dashboard-module-card-wrap--half .dashboard-module-card{min-height:190px}.dashboard-page .dashboard-module-card-wrap--half .dashboard-module-card-body{min-height:150px;max-height:150px}.dashboard-page .dashboard-module-card-wrap:not(.dashboard-module-card-wrap--half){flex:1;width:100%;display:flex;flex-direction:column;min-height:380px}.dashboard-page .dashboard-module-card-wrap--half .dashboard-overview-grid>.ant-card{min-height:56px}.dashboard-page .dashboard-module-card{flex:1;display:flex;flex-direction:column;width:100%}.dashboard-page .dashboard-module-card>.ant-card-head{flex-shrink:0}.dashboard-page .dashboard-module-card>.ant-card-body{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.dashboard-page .dashboard-module-card-body{flex:1;display:flex;flex-direction:column;min-height:300px;max-height:300px;overflow:hidden}.dashboard-page .dashboard-module-card-body.is-scrollable{overflow-y:auto;padding-right:4px}.dashboard-page .dashboard-module-card-body .ant-empty,.dashboard-page .dashboard-module-card-body .ant-skeleton{margin:auto}.dashboard-page .dashboard-module-card-body .ant-list{width:100%}.dashboard-page .dashboard-overview-grid{flex:1;height:100%;align-content:stretch;grid-auto-rows:1fr}.dashboard-page .dashboard-overview-grid>.ant-card{height:100%;min-height:112px;display:flex;flex-direction:column}.dashboard-page .dashboard-overview-grid>.ant-card .ant-card-body{flex:1;display:flex;align-items:center}.dashboard-stat-card{height:100%}.dashboard-stat-card .ant-card-body{padding:16px 20px}.dashboard-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (min-width: 992px){.dashboard-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashboard-module-card-wrap--dragging{opacity:.45}.dashboard-module-card-wrap--dragging .dashboard-module-card{border-style:dashed;border-color:var(--border-color);background:#f8fafc}.dashboard-module-card-wrap--drop-target{outline:2px dashed var(--primary-color);outline-offset:4px;border-radius:var(--radius-md)}.dashboard-module-card-wrap--drop-target .dashboard-module-card{background:#eff6ff;box-shadow:0 0 0 4px #3b82f61f;transform:scale(1.01)}.dashboard-module-row--dragging .dashboard-drag-handle:active{cursor:grabbing}.page-card{background:var(--bg-card);border-radius:var(--radius-md);padding:0;border:1px solid var(--border-color);box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;transition:all .2s ease}.page-card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.ant-table-wrapper .ant-table{background:transparent}.ant-table-thead>tr>th{background:#f1f5f9!important;color:var(--text-muted)!important;font-weight:500!important;font-size:14px!important;border-bottom:1px solid var(--border-color)!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border-color)!important;font-size:14px}.mono-text,.ant-table-cell:has(.ant-typography-copy),.ant-table-cell:has(.ant-tag){font-family:var(--font-mono)}.ant-btn{border-radius:var(--radius-sm);font-weight:500;box-shadow:none!important}.ant-btn-primary:not(:disabled){background:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-btn-primary:not(:disabled):hover{background:var(--primary-hover)!important;border-color:var(--primary-hover)!important}.ant-btn-link:not(:disabled):not(.ant-btn-dangerous){color:var(--primary-color)!important}.ant-btn-link:not(:disabled):not(.ant-btn-dangerous):hover{color:var(--primary-hover)!important}.ant-tag{border-radius:4px;font-weight:500;font-size:12px;padding:0 8px;border:none}.ant-breadcrumb{font-size:13px}.ant-breadcrumb a{color:var(--text-muted)}.ant-breadcrumb .ant-breadcrumb-link{color:var(--text-main);font-weight:500}.admin-sider{background:#0f172a!important;border-right:1px solid rgba(255,255,255,.05)}.admin-sider__brand{padding:32px 24px}.admin-sider__logo{color:#fff!important;margin:0!important;font-size:18px!important;letter-spacing:-.02em;font-weight:700!important}.admin-sider__logo-accent{color:#2563eb}.admin-sider__subtitle{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:600;letter-spacing:.08em}.custom-sidebar-menu.ant-menu-dark{background:transparent!important}.custom-sidebar-menu.ant-menu-dark .ant-menu-item{border-radius:var(--radius-sm);margin-bottom:6px;height:42px;line-height:42px;font-size:14px;color:#94a3b8!important}.custom-sidebar-menu.ant-menu-dark .ant-menu-item .anticon{font-size:18px;min-width:18px}.custom-sidebar-menu.ant-menu-dark .ant-menu-title-content{margin-inline-start:12px!important}.custom-sidebar-menu.ant-menu-dark .ant-menu-item-selected{background-color:#3b82f61a!important;color:#fff!important}.custom-sidebar-menu.ant-menu-dark .ant-menu-item-selected .anticon{color:var(--primary-color)!important}.custom-sidebar-menu.ant-menu-dark .ant-menu-item:hover{background-color:#ffffff0d!important;color:#fff!important}.ant-table-wrapper .ant-table-tbody>tr>td{vertical-align:top}.page-card .ant-table table,.ant-table-wrapper .ant-table table{table-layout:auto!important;width:max-content;min-width:100%}.page-card .ant-table .ant-table-cell,.ant-table-wrapper .ant-table .ant-table-cell{white-space:nowrap}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td{font-size:14px;font-weight:500;color:#1e293b;padding-top:14px;padding-bottom:14px;background-color:#f8fafc!important}.ant-descriptions .ant-descriptions-item-label{width:120px;color:#667085;font-weight:500}.ant-statistic{min-width:120px}.ant-statistic .ant-statistic-content{font-weight:600}.ant-tag{border-radius:999px;padding-inline:10px}.ant-btn-link{padding-inline:0}.finance-paid-row>td{background:#f6ffed!important}.finance-paid-row:hover>td{background:#ecffd9!important}.ant-modal .ant-form-item-label>label{font-weight:500}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-header__extra{flex-shrink:0;display:flex;align-items:center;gap:8px;padding-top:2px}.page-header__main{display:flex;flex-direction:column;gap:2px;min-width:0}.page-header__title{font-size:20px;line-height:1.35;font-weight:600;color:var(--text-main)}.page-header__description{font-size:13px;color:var(--text-muted);line-height:1.45;max-width:720px}.page-filter-row{width:100%;justify-content:flex-start;row-gap:10px;column-gap:8px}.list-page-panel{display:flex;flex-direction:column;gap:0}.list-page-panel__toolbar{padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid var(--border-color)}.list-page-panel__table .ant-table-wrapper{margin-top:0}.list-page-panel__body-only{width:100%}.detail-section{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff}.detail-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border-color)}.detail-section__title{font-size:15px;font-weight:600;color:var(--text-main)}.detail-section__extra{flex-shrink:0}.detail-section__body{padding:16px}.detail-page-stack{display:flex;flex-direction:column;gap:16px;width:100%}.form-edit-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px;border-top:1px solid var(--border-color)}.list-page-panel__toolbar .ledger-section-block,.list-page-panel__toolbar .ant-form-inline .ant-form-item{margin-bottom:0}.page-card--body>.ant-card-body{padding-top:16px}.page-section-card{border-radius:var(--radius-md);border:1px solid var(--border-color);box-shadow:none}.page-section-card .ant-card-head{min-height:46px;border-bottom:1px solid var(--border-color)}.page-section-card .ant-card-head-title{font-weight:600}.page-card .ant-table-tbody>tr{cursor:default}.page-card .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.login-card .ant-tabs-nav:before{border-bottom-color:var(--border-color)}.login-card .ant-tabs-tab .ant-tabs-tab-btn{color:var(--text-muted)}.login-card .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color)!important}.login-card .ant-input,.login-card .ant-input-affix-wrapper,.login-card .ant-input-password{background:#f8fafc!important;border-color:var(--border-color)!important}.login-card .ant-input,.login-card .ant-input-affix-wrapper input,.login-card .ant-input-password input{color:var(--text-main)!important;-webkit-text-fill-color:var(--text-main)}.login-card .ant-input::placeholder,.login-card .ant-input-affix-wrapper input::placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8;opacity:1}.login-card .ant-input-affix-wrapper .anticon{color:var(--text-muted)!important}.login-card .ant-input-affix-wrapper:hover,.login-card .ant-input-affix-wrapper-focused{border-color:var(--primary-color)!important}.login-card .ant-form-item-label>label{color:var(--text-muted)!important}.login-card .ant-form-item-explain-error{color:#dc2626!important}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}
