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}:root{--color-primary: #1B61A8;--color-primary-hover: #2C77C2;--color-primary-active: #134B83;--color-primary-bg: #e6f0fa;--color-success: #0F8A6A;--color-error: #C0392B;--color-warning: #C77F0A;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .08);--bg-page: #f5f6f8}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-page);overflow-y:auto!important;pointer-events:auto!important}#root{pointer-events:auto!important}.ant-layout-header{position:sticky;top:0;z-index:1000}.ant-menu-item-selected{background-color:var(--color-primary-bg)!important;border-right:3px solid var(--color-primary)!important}.ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.ant-form-item-label>label{font-weight:500}.ant-btn{border-radius:var(--radius-md)}.ant-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.ant-modal-content{border-radius:var(--radius-lg)}.ant-pagination{margin-top:16px;text-align:center}@media(max-width:768px){.ant-layout-sider{position:fixed!important;height:100vh;left:0;z-index:999}.ant-layout-content{margin-left:0!important}}.ant-spin-dot-item{background-color:var(--color-primary)}.status-success{color:var(--color-success)}.status-error{color:var(--color-error)}.status-warning{color:var(--color-warning)}.text-center{text-align:center}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mt-16{margin-top:16px}.full-width{width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dark-mode{--bg-primary: #141414;--bg-secondary: #1f1f1f;--bg-tertiary: #262626;--text-primary: rgba(255, 255, 255, .85);--text-secondary: rgba(255, 255, 255, .65);--border-color: #434343}.dark-mode body{background-color:var(--bg-primary);color:var(--text-primary)}.dark-mode .ant-table-thead>tr>th{background-color:var(--bg-tertiary)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.dark-mode .ant-table-tbody>tr>td{border-color:var(--border-color)!important}.dark-mode .ant-table-tbody>tr:hover>td{background-color:var(--bg-tertiary)!important}.dark-mode .ant-card{background-color:var(--bg-secondary);border-color:var(--border-color)}.dark-mode .ant-input,.dark-mode .ant-select-selector,.dark-mode .ant-picker{background-color:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.dark-mode .ant-modal-content{background-color:var(--bg-secondary)}.dark-mode .ant-modal-header{background-color:var(--bg-secondary);border-color:var(--border-color)}.dark-mode .ant-modal-title{color:var(--text-primary)}.dark-mode .ant-form-item-label>label{color:var(--text-primary)}.dark-mode .ant-statistic-title{color:var(--text-secondary)}.dark-mode .ant-tabs-tab{color:var(--text-secondary)!important}.dark-mode .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary-hover)!important}.dark-mode .ant-dropdown-menu{background-color:var(--bg-secondary)!important}.dark-mode .ant-dropdown-menu-item{color:var(--text-primary)!important}.dark-mode .ant-dropdown-menu-item:hover{background-color:var(--bg-tertiary)!important}.dark-mode ::-webkit-scrollbar-track{background:#262626}.dark-mode ::-webkit-scrollbar-thumb{background:#434343}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#595959}.ant-message{pointer-events:none!important}.ant-message-notice{pointer-events:auto!important}.ant-message-notice-content{position:relative;overflow:hidden;background-color:#fff!important;color:#000000e0!important;box-shadow:0 12px 32px #0f172a29!important;border-radius:12px!important;padding:11px 20px!important;font-weight:500;animation:erpToastIn .28s cubic-bezier(.34,1.4,.64,1)}.ant-notification,.ant-notification-notice{background-color:#fff!important;color:#000000e0!important;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d!important}.ant-notification-notice-message,.ant-notification-notice-description{color:#000000e0!important}.ant-message-success .anticon,.ant-notification-notice-icon-success{color:#52c41a!important}.ant-message-error .anticon,.ant-notification-notice-icon-error{color:#ff4d4f!important}.ant-message-warning .anticon,.ant-notification-notice-icon-warning{color:#faad14!important}.ant-message-info .anticon,.ant-notification-notice-icon-info{color:var(--color-primary)!important}.ant-notification-notice-close,.ant-notification-notice-close:hover{color:#00000073!important}@media print{@page{size:A4 portrait;margin:0}body{margin:0;padding:0}.no-print{display:none!important}}.login-segmented.ant-segmented{background-color:var(--color-primary-bg)!important;border:2px solid var(--color-primary)!important;border-radius:8px!important}.login-segmented .ant-segmented-group{display:flex!important;width:100%!important}.login-segmented .ant-segmented-item{flex:1!important;color:var(--color-primary)!important;font-weight:600!important;font-size:15px!important;padding:8px 24px!important;text-align:center!important}.login-segmented .ant-segmented-item-selected{background-color:#fadb14!important;color:#000!important;border-radius:6px!important;box-shadow:0 2px 8px #fadb1466!important}.login-segmented .ant-segmented-thumb{background-color:#fadb14!important;border-radius:6px!important}@media(max-width:992px){.ant-btn{min-height:44px!important;min-width:44px!important;padding:8px 16px!important;font-size:14px!important}.ant-btn-sm{min-height:40px!important;min-width:40px!important;padding:6px 12px!important;font-size:13px!important}.ant-btn-icon-only{min-width:44px!important;min-height:44px!important;padding:8px!important}.ant-input,.ant-input-number,.ant-select-selector{min-height:44px!important;font-size:16px!important}.ant-input-affix-wrapper,.ant-input-search .ant-input-affix-wrapper{min-height:44px!important;display:inline-flex!important;align-items:center!important}.ant-input-affix-wrapper>.ant-input,.ant-input-affix-wrapper>input.ant-input{min-height:0!important}.ant-input-sm{min-height:40px!important;font-size:15px!important}.ant-checkbox-inner,.ant-radio-inner{width:22px!important;height:22px!important}.ant-checkbox-wrapper,.ant-radio-wrapper{min-height:44px!important;display:inline-flex!important;align-items:center!important}.ant-table-tbody>tr>td{padding:12px 8px!important;min-height:44px!important}.ant-dropdown-menu-item,.ant-select-item-option{min-height:44px!important;padding:12px 16px!important;font-size:15px!important}.ant-modal-close{width:44px!important;height:44px!important}.ant-switch{min-height:28px!important}.ant-tabs-tab{min-height:44px!important;padding:10px 16px!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:44px!important;min-height:44px!important}}@media(max-width:992px){.ant-table-body{-webkit-overflow-scrolling:touch}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}.mobile-compact-table .ant-table-selection-column,.mobile-compact-table .ant-table-thead .ant-table-selection-column,.mobile-compact-table .ant-table-tbody .ant-table-selection-column{width:36px!important;min-width:36px!important;max-width:36px!important;padding:4px 2px!important}.mobile-compact-table .ant-table-thead>tr>th{padding:6px 2px!important;font-size:12px!important;white-space:nowrap!important}.mobile-compact-table .ant-table-tbody>tr>td{padding:6px 2px!important;font-size:12px!important;min-height:32px!important}.mobile-compact-table .ant-checkbox-inner{width:16px!important;height:16px!important}.mobile-compact-table .ant-checkbox-wrapper{min-height:32px!important}.mobile-compact-table .ant-table-cell{white-space:nowrap!important;word-break:keep-all!important}.mobile-compact-table .ant-btn-sm{min-height:28px!important;min-width:28px!important;padding:2px 6px!important;font-size:11px!important}.mobile-compact-table .ant-space{gap:2px!important}@media(max-width:768px){.mobile-compact-table{margin:0 -8px!important}.mobile-compact-table .ant-table{font-size:12px!important}.ant-tabs-content-holder .mobile-compact-table{margin:0!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-thead>tr>th{position:sticky;top:0;z-index:2;background:#fafafa!important}.ant-space-compact,.ant-btn-group{flex-wrap:wrap;gap:4px}.mobile-actions-dropdown{min-width:44px;min-height:44px}.mobile-filter-area{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.mobile-filter-area .ant-input-search,.mobile-filter-area .ant-picker-range,.ant-select,.ant-input,.ant-input-number,.ant-picker{width:100%!important}.ant-form-vertical .ant-form-item-label{padding-bottom:4px!important}.mobile-fullscreen-modal .ant-modal,.mobile-fullscreen-modal .ant-modal-content{width:100vw!important;max-width:100vw!important;margin:0!important;top:0!important;padding:0!important}.mobile-fullscreen-modal .ant-modal-content{border-radius:0!important;height:100vh;display:flex;flex-direction:column}.mobile-fullscreen-modal .ant-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-picker-dropdown{max-width:100vw;left:0!important;right:0!important}.ant-picker-panel-container{max-width:100vw;overflow-x:auto}}@media(max-width:992px){.ant-layout-content{padding-bottom:70px!important}.ant-form-item{margin-bottom:16px!important}.ant-form-item-label>label{font-size:14px!important;font-weight:500!important;height:auto!important}.ant-card-body{padding:12px!important}.ant-card-head{padding:12px 16px!important;font-size:15px!important}.ant-row{row-gap:8px!important}.ant-modal-body .ant-form{padding:0!important}.ant-input-number{width:100%!important}.ant-modal{max-width:100vw!important;margin:0!important}.ant-modal-content{border-radius:0!important}.ant-space{flex-wrap:wrap!important}}@media(max-width:768px){.ant-table{font-size:12px!important}.ant-table-thead>tr>th{padding:8px 4px!important;font-size:11px!important;white-space:nowrap}.ant-table-tbody>tr>td{padding:8px 4px!important;font-size:12px!important}.ant-table-cell{word-break:keep-all!important}.ant-table-cell .ant-btn-sm{min-width:40px!important;min-height:32px!important;padding:0 6px!important;font-size:11px!important}.ant-table-cell .ant-btn-sm .anticon{font-size:12px!important}.ant-table-cell .ant-btn-sm span:not(.anticon){display:none}.ant-table-cell[style*="text-align: right"],.ant-table-cell.ant-table-column-sort[style*="text-align: right"]{padding-right:8px!important}.ant-table-selection-column{width:32px!important;min-width:32px!important;padding:4px!important}.ant-table-tbody>tr.ant-table-row-selected>td{background-color:#1890ff26!important}[style*="padding: 24px"]{padding:12px!important}.ant-card-body .ant-table-wrapper{margin:0 -12px}.ant-row{margin-left:-4px!important;margin-right:-4px!important}.ant-col{padding-left:4px!important;padding-right:4px!important}}@media(min-width:769px)and (max-width:1024px){.ant-table{font-size:13px!important}.ant-table-thead>tr>th{padding:10px 8px!important;font-size:12px!important}.ant-table-tbody>tr>td{padding:10px 8px!important;font-size:13px!important}.ant-table-cell .ant-btn-sm span:not(.anticon){display:inline;margin-left:4px}}@media(max-width:768px){.ant-modal{max-width:100vw!important;margin:0!important;top:0!important;padding:0!important}.ant-modal-content{border-radius:0!important;min-height:100vh;display:flex;flex-direction:column}.ant-modal-header{flex-shrink:0;padding:12px 16px!important}.ant-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px!important}.ant-modal-footer{flex-shrink:0;padding:12px 16px!important;position:sticky;bottom:0;z-index:10}.ant-modal-body .ant-form-item{margin-bottom:12px!important}.ant-modal-close{top:8px!important;right:8px!important;width:44px!important;height:44px!important}.ant-modal-close-x{width:44px!important;height:44px!important;line-height:44px!important;font-size:18px!important}}@media(max-width:768px){.ant-drawer-content-wrapper{width:100%!important}.ant-drawer-body{padding:16px!important}.ant-drawer-header{padding:12px 16px!important}.ant-drawer-footer{padding:12px 16px!important;position:sticky;bottom:0;z-index:10;box-shadow:0 -2px 8px #00000014}}@media(max-width:768px){.ant-message{top:16px!important}.ant-message-notice-content{padding:12px 16px!important;font-size:14px!important}.ant-notification{width:calc(100vw - 32px)!important;margin:0 16px!important}}.mobile-action-bar{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#fff;box-shadow:0 -2px 8px #0000001a;z-index:100;display:flex;gap:8px}.dark-mode .mobile-action-bar{background:#1f1f1f;box-shadow:0 -2px 8px #0000004d}.mobile-action-bar .ant-btn{flex:1;min-height:44px}.mobile-fab{position:fixed;bottom:80px;right:16px;width:56px;height:56px;border-radius:50%!important;box-shadow:0 4px 12px #00000026;z-index:99;display:flex;align-items:center;justify-content:center}.mobile-fab .anticon{font-size:24px!important}@media(max-width:768px){.table-header-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.table-header-actions .ant-space{width:100%}.table-header-actions .ant-btn{flex:1}.table-header-actions .ant-input-search{width:100%!important}}@media(max-width:768px){.amount-cell{font-variant-numeric:tabular-nums;white-space:nowrap}.amount-positive{color:#52c41a}.amount-negative{color:#ff4d4f}}@media(max-width:768px){.ant-tag{font-size:11px!important;padding:0 6px!important;line-height:20px!important}}@media(max-width:768px){.search-filter-area{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.search-filter-area>*{width:100%!important}.ant-picker-range,.ant-select{width:100%!important}}@media(max-width:768px){.mobile-full-dropdown.ant-select-dropdown{left:3vw!important;min-width:94vw!important;max-width:94vw!important}.mobile-center-dropdown.ant-select-dropdown{left:10vw!important;min-width:80vw!important;max-width:80vw!important}}@media(max-width:768px){.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stats-card{padding:12px!important}.stats-card .ant-statistic-title{font-size:12px!important}.stats-card .ant-statistic-content-value{font-size:16px!important}}.responsive-table-mobile{padding:0}.responsive-card{border-radius:8px;transition:box-shadow .2s ease}.responsive-card:active{box-shadow:0 2px 8px #00000026}.responsive-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.responsive-card-title-section{flex:1;min-width:0}.responsive-card-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.responsive-card-description{margin-top:4px;font-size:13px}.responsive-card-extra{flex-shrink:0}.responsive-card-badges{margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.responsive-card-details{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.responsive-card-detail-item{display:flex;flex-direction:column;gap:2px}.responsive-table-empty{padding:40px 16px;text-align:center}.responsive-table-pagination{margin-top:16px}.responsive-table-pagination .ant-table-thead,.responsive-table-pagination .ant-table-tbody{display:none}.dark-mode .responsive-card-badges,.dark-mode .responsive-card-details{border-color:#ffffff14}.responsive-table .ant-table{border-radius:8px;overflow:hidden}.responsive-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}@media(min-width:768px)and (max-width:991px){.responsive-table .ant-table-cell{padding:10px 8px!important;font-size:13px}.responsive-table .ant-btn-sm{padding:2px 6px;font-size:12px}}@media(max-width:767px){.responsive-table-mobile .ant-card-body{padding:12px!important}.responsive-card-extra .ant-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.responsive-card{-webkit-tap-highlight-color:transparent}}@media(max-width:767px){.mobile-drawer .ant-drawer-content-wrapper{height:100%!important}.mobile-drawer .ant-drawer-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer .ant-drawer-header{position:sticky;top:0;z-index:10;background:inherit}.mobile-drawer .ant-drawer-footer{position:sticky;bottom:0;z-index:10;background:inherit;box-shadow:0 -2px 8px #00000014}}@media(max-width:767px){.mobile-drawer .ant-form-item{margin-bottom:16px}.mobile-drawer .ant-form-item-label{padding-bottom:4px}.mobile-drawer .ant-form-item-label>label{font-size:14px;font-weight:500}.mobile-drawer .ant-input,.mobile-drawer .ant-input-number,.mobile-drawer .ant-select-selector,.mobile-drawer .ant-picker{min-height:44px!important;font-size:16px!important}.mobile-drawer .ant-btn{min-height:44px;font-size:15px}}@media(max-width:767px){.mobile-drawer .ant-row{margin-left:0!important;margin-right:0!important}.mobile-drawer .ant-col{padding-left:0!important;padding-right:0!important}}.mobile-action-area{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#fff;box-shadow:0 -2px 8px #0000001a;z-index:100;display:flex;gap:8px}.dark-mode .mobile-action-area{background:#1f1f1f;box-shadow:0 -2px 8px #0000004d}.mobile-action-area .ant-btn{flex:1;min-height:44px}.responsive-table-scroll-hint{position:relative}.responsive-table-scroll-hint:after{content:"";position:absolute;right:0;top:0;bottom:0;width:30px;background:linear-gradient(to right,transparent,rgba(255,255,255,.9));pointer-events:none}.dark-mode .responsive-table-scroll-hint:after{background:linear-gradient(to right,transparent,rgba(31,31,31,.9))}@media(max-width:767px){.responsive-card .ant-checkbox-wrapper{position:absolute;right:12px;top:12px}.responsive-card .ant-checkbox-inner{width:22px;height:22px}.responsive-card .ant-checkbox-inner:after{width:7px;height:12px}}.responsive-table-mobile .ant-skeleton{padding:4px 0}.responsive-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#8c8c8c}.dark-mode .responsive-table-empty{color:#6c6c6c}.responsive-card .amount-display{font-weight:600;color:#1890ff}.dark-mode .responsive-card .amount-display{color:#40a9ff}.responsive-card .date-display{color:#8c8c8c;font-size:12px}.responsive-card .ant-tag{margin-right:0}.responsive-card-swipeable{position:relative;overflow:hidden}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.responsive-table-mobile .responsive-card{animation:cardFadeIn .2s ease-out}@media(max-width:767px){.responsive-card{user-select:none;-webkit-user-select:none}.responsive-card .ant-typography{user-select:text;-webkit-user-select:text}}@keyframes erpSpin{to{transform:rotate(360deg)}}.erp-spinner{display:inline-block;width:1em;height:1em;border-radius:50%;background:conic-gradient(from 0deg,#378add00 0 20%,#378add 60%,#1b61a8);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - .14em),#000 calc(100% - .12em));mask:radial-gradient(farthest-side,transparent calc(100% - .14em),#000 calc(100% - .12em));animation:erpSpin .9s linear infinite}.dark-mode .erp-spinner{background:conic-gradient(from 0deg,#7db4e800 0 20%,#7db4e8 60%,#378add)}.ant-btn{transition:all .2s cubic-bezier(.645,.045,.355,1),transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (pointer:fine){.ant-btn-primary:not(:disabled):not(.ant-btn-dangerous):hover{transform:translateY(-2px);box-shadow:0 6px 16px #1b61a847}.ant-btn-primary.ant-btn-dangerous:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 16px #c0392b47}.dark-mode .ant-btn-primary:not(:disabled):not(.ant-btn-dangerous):hover{box-shadow:0 6px 16px #378add59}}.ant-btn:not(:disabled):active{transform:translateY(0) scale(.97)}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:#378add!important;box-shadow:0 0 0 3px #378add29!important}.dark-mode .ant-input:focus,.dark-mode .ant-input-focused,.dark-mode .ant-input-affix-wrapper-focused,.dark-mode .ant-input-number-focused,.dark-mode .ant-picker-focused,.dark-mode .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{box-shadow:0 0 0 3px #378add4d!important}@keyframes erpCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.balance-mobile-cards>.ant-card,.responsive-table-mobile .responsive-card,.erp-stagger>*{animation:erpCardIn .3s cubic-bezier(.2,.7,.3,1) both;animation-delay:.3s}.balance-mobile-cards>.ant-card:nth-child(1),.responsive-table-mobile .responsive-card:nth-child(1),.erp-stagger>*:nth-child(1){animation-delay:.02s}.balance-mobile-cards>.ant-card:nth-child(2),.responsive-table-mobile .responsive-card:nth-child(2),.erp-stagger>*:nth-child(2){animation-delay:.06s}.balance-mobile-cards>.ant-card:nth-child(3),.responsive-table-mobile .responsive-card:nth-child(3),.erp-stagger>*:nth-child(3){animation-delay:.1s}.balance-mobile-cards>.ant-card:nth-child(4),.responsive-table-mobile .responsive-card:nth-child(4),.erp-stagger>*:nth-child(4){animation-delay:.14s}.balance-mobile-cards>.ant-card:nth-child(5),.responsive-table-mobile .responsive-card:nth-child(5),.erp-stagger>*:nth-child(5){animation-delay:.18s}.balance-mobile-cards>.ant-card:nth-child(6),.responsive-table-mobile .responsive-card:nth-child(6),.erp-stagger>*:nth-child(6){animation-delay:.22s}.balance-mobile-cards>.ant-card:nth-child(7),.responsive-table-mobile .responsive-card:nth-child(7),.erp-stagger>*:nth-child(7){animation-delay:.26s}}.erp-theme-toggle{position:relative;width:52px;height:28px;border:none;border-radius:14px;background:#bcd8f2;cursor:pointer;padding:0;flex:none;vertical-align:middle;transition:background .35s}.erp-theme-toggle-dark{background:#134b83}.erp-theme-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .35s cubic-bezier(.5,1.5,.5,1)}.erp-theme-toggle-dark .erp-theme-knob{left:27px}.erp-theme-sun,.erp-theme-moon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1;transition:opacity .25s,transform .35s}.erp-theme-sun{opacity:1;transform:rotate(0)}.erp-theme-moon{opacity:0;transform:rotate(-90deg)}.erp-theme-toggle-dark .erp-theme-sun{opacity:0;transform:rotate(90deg)}.erp-theme-toggle-dark .erp-theme-moon{opacity:1;transform:rotate(0)}.erp-theme-toggle-sm{width:44px;height:24px;border-radius:12px}.erp-theme-toggle-sm .erp-theme-knob{width:18px;height:18px}.erp-theme-toggle-sm.erp-theme-toggle-dark .erp-theme-knob{left:23px}.erp-theme-toggle-sm .erp-theme-sun,.erp-theme-toggle-sm .erp-theme-moon{font-size:11px}@keyframes erpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.erp-login-bg{position:relative;overflow:hidden;background:linear-gradient(135deg,#378add,#1b61a8 55%,#134b83)}.erp-login-orb{position:absolute;border-radius:50%;background:#ffffff24;pointer-events:none;animation:erpFloat 7s ease-in-out infinite}.erp-login-glass{position:relative;background:#ffffffb8!important;border:1px solid rgba(255,255,255,.65)!important;box-shadow:0 8px 32px #0c447c40!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}@media(max-width:767px){.erp-sticky-search{position:sticky;top:64px;z-index:50;margin:0 -8px;padding:8px 8px 10px;background:#ffffffdb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:box-shadow .25s}.erp-sticky-search.erp-stuck{box-shadow:0 4px 14px #1b61a824}.dark-mode .erp-sticky-search{background:#141414db}.dark-mode .erp-sticky-search.erp-stuck{box-shadow:0 4px 14px #00000073}}@media(prefers-reduced-motion:reduce){.erp-login-orb,.balance-mobile-cards>.ant-card,.responsive-table-mobile .responsive-card,.erp-stagger>*{animation:none!important}.ant-btn,.erp-theme-knob,.erp-theme-sun,.erp-theme-moon{transition:none!important}}@media print{.erp-spinner,.erp-login-orb,.erp-theme-toggle{display:none!important}.erp-sticky-search{position:static!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ant-btn{transform:none!important;box-shadow:none!important}.balance-mobile-cards>.ant-card,.responsive-table-mobile .responsive-card,.erp-stagger>*{animation:none!important;opacity:1!important}}.erp-radio-card{position:relative;display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:14px 16px 14px 44px;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s,transform .08s;font:inherit;color:inherit}.erp-radio-dot{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;border:2px solid #c4c8ce;background:#fff;transition:border-color .2s}.erp-radio-dot:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#2563eb;transform:translate(-50%,-50%) scale(0);transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.erp-radio-icon{display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;flex-shrink:0}.erp-radio-body{display:flex;flex-direction:column;gap:2px;min-width:0}.erp-radio-title{font-weight:600;font-size:15px;line-height:1.3;color:#1f2937}.erp-radio-desc{font-size:12.5px;line-height:1.3;color:#9ca3af}.erp-radio-card-selected{border-color:#2563eb;background:linear-gradient(#fafdff,#f2f7ff);box-shadow:0 12px 28px #2563eb24}.erp-radio-card-selected .erp-radio-dot{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.erp-radio-card-selected .erp-radio-dot:after{transform:translate(-50%,-50%) scale(1)}.erp-radio-card-selected .erp-radio-title{color:#2563eb}.erp-radio-card-disabled{opacity:.5;cursor:not-allowed}@media(hover:hover){.erp-radio-card:not(.erp-radio-card-selected):not(.erp-radio-card-disabled):hover{border-color:#2563eb;background:#fafdff}.erp-radio-card:active:not(.erp-radio-card-disabled){transform:scale(.985)}}.dark-mode .erp-radio-card{background:#1f1f1f;border-color:#333}.dark-mode .erp-radio-dot{background:#1f1f1f;border-color:#555}.dark-mode .erp-radio-title{color:#e5e7eb}.dark-mode .erp-radio-desc{color:#7b828c}.dark-mode .erp-radio-dot:after{background:#4da3ff}.dark-mode .erp-radio-card-selected{border-color:#4da3ff;background:linear-gradient(#4da3ff14,#4da3ff08);box-shadow:0 12px 28px #4da3ff1f}.dark-mode .erp-radio-card-selected .erp-radio-dot{border-color:#4da3ff;box-shadow:0 0 0 4px #4da3ff24}.dark-mode .erp-radio-card-selected .erp-radio-title{color:#4da3ff}@media(hover:hover){.dark-mode .erp-radio-card:not(.erp-radio-card-selected):not(.erp-radio-card-disabled):hover{border-color:#4da3ff;background:#242424}}@media print{.erp-radio-card{box-shadow:none!important;transform:none!important}}@keyframes erpToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes erpToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ant-message .ant-message-notice-wrapper .ant-message-notice-content .ant-message-custom-content>.anticon{font-size:17px;vertical-align:-3px}.ant-message-notice-content:has(.ant-message-success){--erp-toast: #16a34a}.ant-message-notice-content:has(.ant-message-error){--erp-toast: #dc2626}.ant-message-notice-content:has(.ant-message-warning){--erp-toast: #d97706}.ant-message-notice-content:has(.ant-message-info){--erp-toast: #2563eb}.ant-message-notice-content:not(:has(.ant-message-loading)):after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--erp-toast, #2563eb);transform-origin:left;animation:erpToastProgress 2s linear forwards;opacity:.85}.erp-dark .ant-message-notice-content{background-color:#262626!important;color:#ffffffe0!important;box-shadow:0 12px 32px #00000080!important}.erp-dark .ant-message-notice-content:has(.ant-message-success){--erp-toast: #22c55e}.erp-dark .ant-message-notice-content:has(.ant-message-error){--erp-toast: #f87171}.erp-dark .ant-message-notice-content:has(.ant-message-warning){--erp-toast: #fbbf24}.erp-dark .ant-message-notice-content:has(.ant-message-info){--erp-toast: #60a5fa}.erp-dark .ant-notification-notice{background-color:#262626!important;color:#ffffffe0!important;box-shadow:0 12px 32px #00000080!important}.erp-dark .ant-notification-notice-message,.erp-dark .ant-notification-notice-description{color:#ffffffe0!important}.erp-dark .ant-notification-notice-close{color:#ffffff8c!important}.erp-dark .ant-notification-notice-close:hover{color:#ffffffd9!important}@media(prefers-reduced-motion:reduce){.ant-message-notice .ant-message-notice-content{animation:none}.ant-message-notice-content:after{animation:none;transform:scaleX(0)}}@media print{.ant-message{display:none!important}}.erp-cta{position:relative;overflow:hidden}.erp-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 50%,transparent 100%);transform:translate(-120%);transition:transform .6s ease;pointer-events:none}.erp-cta .erp-cta-arrow{display:inline-flex;margin-left:8px;transition:transform .25s ease}@media(hover:hover){.erp-cta:hover:before{transform:translate(120%)}.erp-cta:hover .erp-cta-arrow{transform:translate(5px)}}@media print{.erp-cta:before{display:none!important}}@keyframes erpNavJiggle{0%{transform:rotate(-1.1deg)}50%{transform:rotate(1.1deg)}to{transform:rotate(-1.1deg)}}.erp-nav-jiggle{animation:erpNavJiggle .32s ease-in-out infinite;transform-origin:50% 50%}.erp-nav-jiggle:active{animation:none}@media(prefers-reduced-motion:reduce){.erp-nav-jiggle{animation:none}}@media print{.erp-nav-jiggle{animation:none!important}}
