.new-version-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 8px 32px #0003;color:#fff;animation:slideInRight .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.new-version-content{display:flex;align-items:flex-start;padding:16px;gap:12px}.new-version-icon{flex-shrink:0;width:24px;height:24px;color:gold;margin-top:2px}.new-version-text{flex:1;min-width:0}.new-version-text h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#fff}.new-version-text p{margin:0;font-size:14px;line-height:1.4;color:#ffffffe6}.new-version-actions{display:flex;flex-direction:column;gap:8px;margin-left:8px}.btn-reload{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-reload:hover{background:#ffffff4d;border-color:#fff6;transform:translateY(-1px)}.btn-reload:active{transform:translateY(0)}.btn-dismiss{background:transparent;border:none;color:#ffffffb3;font-size:20px;line-height:1;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.btn-dismiss:hover{background:#ffffff1a;color:#fff}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:480px){.new-version-notification{top:10px;right:10px;left:10px;max-width:none}.new-version-content{padding:14px}.new-version-text h4{font-size:15px}.new-version-text p{font-size:13px}}@media(prefers-color-scheme:dark){.new-version-notification{background:linear-gradient(135deg,#2d3748,#4a5568);border-color:#fff3}}.dashboard-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.dashboard-page *{box-sizing:border-box}.dashboard-container{width:100%;max-width:100vw;overflow-x:hidden}.sidebar-desktop{width:100%;max-width:280px;overflow-x:hidden}.main-content{width:100%;max-width:100%;overflow-x:hidden;padding:16px}@media(max-width:768px){.dashboard-page{padding:8px}.main-content{padding:8px;margin-left:0!important}.sidebar-desktop{display:none}}@media(max-width:576px){.dashboard-page,.main-content{padding:4px}}.dashboard-page .ant-table-wrapper{width:100%;overflow-x:auto}.dashboard-page .ant-table{min-width:100%;table-layout:fixed}.dashboard-page .ant-table-thead>tr>th,.dashboard-page .ant-table-tbody>tr>td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.dashboard-page .ant-card{width:100%;margin-bottom:16px}.dashboard-page .ant-form{width:100%}.dashboard-page .ant-form-item{margin-bottom:16px}.dashboard-page .ant-btn{max-width:100%}@media(max-width:576px){.dashboard-page .ant-btn{width:100%;margin-bottom:8px}}.dashboard-page .ant-input,.dashboard-page .ant-select{width:100%}.dashboard-page .ant-modal{max-width:95vw}@media(max-width:768px){.dashboard-page .ant-modal{width:95vw!important;margin:10px}}.dashboard-page .ant-row{width:100%}.dashboard-page .ant-col{max-width:100%}.dashboard-page .ant-drawer{max-width:100vw}.dashboard-page .navbar{width:100%;max-width:100vw;overflow-x:hidden}@media(min-width:769px){.main-content.sidebar-collapsed{margin-left:80px!important}}@media(max-width:320px){.dashboard-page,.main-content{padding:2px}.dashboard-page .ant-card,.dashboard-page .ant-form-item{margin-bottom:8px}}.dashboard-page,.dashboard-page *{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.dashboard-page .ant-table-container,.dashboard-page .ant-table-content{overflow-x:auto}.dashboard-page .ant-space{flex-wrap:wrap}.dashboard-page .ant-space-item{max-width:100%}.transfer-modal .ant-modal-body{max-height:80vh;overflow-y:auto}.transfer-modal .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.transfer-modal .ant-table-body::-webkit-scrollbar-track{background:transparent}.transfer-modal .ant-table-body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px;transition:background-color .3s ease}.transfer-modal .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#0006}[data-theme=dark] .transfer-modal .ant-table-body::-webkit-scrollbar-thumb{background-color:#ffffff4d}[data-theme=dark] .transfer-modal .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}@media(max-width:768px){.transfer-modal .ant-modal{margin:0;max-width:100vw;top:0}.transfer-modal .ant-modal-content{border-radius:0}}.dashboard-home-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.dashboard-home-page *{box-sizing:border-box}.dashboard-home-container{width:100%;max-width:100vw;overflow-x:hidden;padding:16px}.dashboard-home-page .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.dashboard-home-page .stat-card{width:100%;min-height:120px}.dashboard-home-page .charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px}.dashboard-home-page .chart-card{width:100%;min-height:300px}.dashboard-home-page .ant-table-wrapper{width:100%;overflow-x:auto}.dashboard-home-page .ant-table{min-width:100%;table-layout:fixed}.dashboard-home-page .ant-table-thead>tr>th,.dashboard-home-page .ant-table-tbody>tr>td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.dashboard-home-page .ant-card{width:100%;margin-bottom:16px}.dashboard-home-page .ant-card-body{padding:16px}.dashboard-home-page .dashboard-home-grid{display:grid;grid-template-columns:1fr clamp(220px,22vw,280px);gap:clamp(16px,4vw,24px);align-items:start}@media(max-width:768px){.dashboard-home-page,.dashboard-home-container{padding:8px}.dashboard-home-page .dashboard-home-grid{grid-template-columns:1fr!important;gap:16px}.dashboard-home-page .stats-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.dashboard-home-page .charts-container{grid-template-columns:1fr;gap:12px}.dashboard-home-page .ant-card-body{padding:12px}}@media(max-width:576px){.dashboard-home-page,.dashboard-home-container{padding:4px}.dashboard-home-page .stats-cards{grid-template-columns:1fr;gap:8px}.dashboard-home-page .stat-card{min-height:100px}.dashboard-home-page .chart-card{min-height:250px}.dashboard-home-page .ant-card-body{padding:8px}}.dashboard-home-page .ant-btn{max-width:100%}@media(max-width:576px){.dashboard-home-page .ant-btn{width:100%;margin-bottom:8px}}.dashboard-home-page .ant-input,.dashboard-home-page .ant-select{width:100%}.dashboard-home-page .ant-modal{max-width:95vw}@media(max-width:768px){.dashboard-home-page .ant-modal{width:95vw!important;margin:10px}}.dashboard-home-page .ant-row{width:100%}.dashboard-home-page .ant-col{max-width:100%}.dashboard-home-page .stat-number{font-size:2rem;font-weight:700}@media(max-width:768px){.dashboard-home-page .stat-number{font-size:1.5rem}}@media(max-width:576px){.dashboard-home-page .stat-number{font-size:1.25rem}}.dashboard-home-page .section-title{font-size:1.5rem;margin-bottom:16px}@media(max-width:768px){.dashboard-home-page .section-title{font-size:1.25rem;margin-bottom:12px}}@media(max-width:576px){.dashboard-home-page .section-title{font-size:1.125rem;margin-bottom:8px}}@media(max-width:320px){.dashboard-home-page,.dashboard-home-container{padding:2px}.dashboard-home-page .ant-card{margin-bottom:8px}.dashboard-home-page .stat-card{min-height:80px}.dashboard-home-page .chart-card{min-height:200px}}.dashboard-home-page,.dashboard-home-page *{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.dashboard-home-page .ant-table-container,.dashboard-home-page .ant-table-content{overflow-x:auto}.dashboard-home-page .ant-space{flex-wrap:wrap}.dashboard-home-page .ant-space-item{max-width:100%}.dashboard-home-page .recharts-wrapper{width:100%!important;height:auto!important}.dashboard-home-page .recharts-surface{width:100%!important}.dashboard-home-page .flex-container{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:768px){.dashboard-home-page .flex-container{gap:12px}}@media(max-width:576px){.dashboard-home-page .flex-container{flex-direction:column;gap:8px}}.material-sheet{padding:20px;background:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.sheet-header{margin-bottom:24px;border-bottom:2px solid #1890ff;padding-bottom:16px}.print-date{text-align:right;margin-top:8px}.section{margin-bottom:24px;page-break-inside:avoid}.section-title{background-color:#f0f2f5;padding:8px 12px;margin-bottom:12px!important;border-left:4px solid #1890ff;font-weight:600}.sheet-footer{margin-top:32px}@media print{.material-sheet{padding:15px;font-size:12px}.sheet-header h2{font-size:18px!important;margin-bottom:4px!important}.sheet-header h3{font-size:16px!important;margin-bottom:12px!important}.section-title{font-size:14px!important;margin-bottom:8px!important;padding:6px 8px}.ant-descriptions-item-label{font-weight:600!important;background-color:#f8f9fa!important}.ant-table{font-size:11px!important}.ant-table-thead>tr>th{background-color:#f8f9fa!important;font-weight:600!important;padding:6px 8px!important}.ant-table-tbody>tr>td{padding:6px 8px!important}.section{margin-bottom:16px;page-break-inside:avoid}.section:nth-child(4){page-break-before:auto}.ant-modal-mask,.ant-modal-wrap,.ant-modal-footer,button{display:none!important}body *{visibility:hidden}.material-sheet,.material-sheet *{visibility:visible}.material-sheet{position:absolute;left:0;top:0;width:100%;height:100%}}@media screen{.material-sheet{max-width:210mm;margin:0 auto;box-shadow:0 0 10px #0000001a;border-radius:8px}}.material-sheet .ant-table{margin-top:8px}.material-sheet .ant-descriptions{margin-bottom:0}.material-sheet .ant-descriptions-item-content{font-weight:500}.material-sheet .ant-tag{margin:0;border-radius:4px}@media screen and (max-width:768px){.material-sheet{padding:12px;margin:0 8px}.section-title{font-size:14px;padding:6px 8px}}.materials-page{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;position:relative!important}.materials-page *{box-sizing:border-box!important;max-width:100%!important}.materials-page .ant-row{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.materials-page .ant-col{width:100%!important;max-width:100%!important;min-width:0!important;overflow-wrap:break-word!important;word-wrap:break-word!important}.materials-page .ant-card{width:100%!important;max-width:100%!important;overflow:hidden!important}.materials-page .ant-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important;border:1px solid #f0f0f0;border-radius:6px}.materials-page .ant-table-wrapper::-webkit-scrollbar{height:8px}.materials-page .ant-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.materials-page .ant-table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.materials-page .ant-table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.materials-page .ant-table-wrapper:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(to left,rgba(255,255,255,.8),transparent);pointer-events:none;z-index:1}.materials-page .ant-form-item{width:100%!important;max-width:100%!important}@media screen and (max-width:1200px){.materials-page .ant-col{flex:0 0 100%!important;max-width:100%!important}}.materials-page .ant-input,.materials-page .ant-input-affix-wrapper,.materials-page .ant-select,.materials-page .ant-picker,.materials-page .ant-rate,.materials-page .ant-btn{width:100%!important;max-width:100%!important;min-width:0!important}.materials-page .ant-table{width:100%!important;max-width:100%!important;min-width:800px;table-layout:auto!important}.materials-page .ant-table td,.materials-page .ant-table th{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding:8px 12px;min-width:100px}.materials-page .materials-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.materials-page .materials-header .ant-typography h2{font-size:clamp(.8rem,2.5vw,1.5rem)!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.materials-page .materials-header .ant-space{flex-shrink:0}@media screen and (max-width:768px){.materials-page .ant-row{margin:0!important}.materials-page .ant-col{padding:clamp(4px,1vw,8px)!important}.materials-page .ant-table td,.materials-page .ant-table th{white-space:normal!important;word-break:break-word!important}.materials-page .materials-header{flex-direction:column;align-items:flex-start;gap:12px}.materials-page .materials-header .ant-space{width:100%;justify-content:center}.materials-page .materials-header .ant-space .ant-btn{flex:1;min-width:0}}.materials-page .ant-modal{max-width:90vw!important;margin:0 auto!important}.materials-page .ant-modal-content{max-width:100%!important;overflow-x:hidden!important}.materials-page .ant-modal-body{max-width:100%!important;overflow-x:hidden!important;padding:clamp(12px,3vw,24px)!important}.materials-page .ant-tabs{width:100%!important;max-width:100%!important}.materials-page .ant-tabs-content-holder,.materials-page .ant-tabs-tabpane{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.ant-table{font-size:12px!important}.ant-table-thead>tr>th{font-size:12px!important;font-weight:600!important;padding:8px 12px!important}.ant-table-tbody>tr>td{font-size:12px!important;padding:8px 12px!important}.ant-table-pagination,.ant-pagination-item,.ant-pagination-item-link,.ant-pagination-options,.ant-pagination-total-text{font-size:12px!important}.ant-table .ant-tag{font-size:11px!important;padding:2px 6px!important}.ant-table .ant-btn{font-size:11px!important;padding:2px 6px!important;height:auto!important}.ant-table .ant-btn-sm{font-size:10px!important;padding:1px 4px!important}.ant-table .ant-space-item{font-size:12px!important}.ant-table-tbody>tr.confidential-transfer{background-color:#ffebee!important;border-left:4px solid #f44336!important}.ant-table-tbody>tr.confidential-transfer:hover{background-color:#ffcdd2!important}.ant-table-tbody>tr.confidential-transfer>td{background-color:#ffebee!important;border-left:none!important}.ant-table-tbody>tr.confidential-transfer:hover>td{background-color:#ffcdd2!important}.ant-table-tbody>tr.confidential-transfer>td:first-child{border-left:4px solid #f44336!important}.ant-table-tbody>tr.selected-row{background-color:#e6f7ff!important;border:2px solid #1890ff!important;color:#000!important}.ant-table-tbody>tr.selected-row:hover{background-color:#bae7ff!important}.ant-table-tbody>tr.selected-row>td{background-color:#e6f7ff!important;color:#000!important;border-color:#1890ff!important}.ant-table-tbody>tr.selected-row:hover>td{background-color:#bae7ff!important;color:#000!important}.ant-table-tbody>tr.selected-row>td *{color:#000!important}[data-theme=dark] .ant-table-tbody>tr.selected-row{background-color:#1890ff2e!important;border:2px solid #1890ff!important}[data-theme=dark] .ant-table-tbody>tr.selected-row>td{background-color:#1890ff2e!important;color:#000!important;border-color:#1890ff!important}[data-theme=dark] .ant-table-tbody>tr.selected-row>td *{color:#000!important}[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td,[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td *{color:#000!important}[data-theme=dark] .ant-table-tbody>tr.selected-row:hover>td{background-color:#1890ff47!important;color:#000!important}[data-theme=dark] .ant-table-tbody>tr.selected-row:hover>td *{color:#000!important}[data-theme=dark] .ant-table-tbody>tr.focused-row{background-color:#1890ff1f!important;outline:2px solid #1890ff;outline-offset:-2px}[data-theme=dark] .ant-table-tbody>tr.focused-row>td{background-color:#1890ff1f!important;color:#fff!important}[data-theme=dark] .ant-table-tbody>tr.focused-row:hover>td{background-color:#1890ff38!important}[data-theme=dark] .ant-table-tbody>tr.selected-row.focused-row>td{color:#000!important}[data-theme=dark] .ant-table-tbody>tr.confidential-transfer{background-color:#f443361a!important;border-left:4px solid #f44336!important}[data-theme=dark] .ant-table-tbody>tr.confidential-transfer:hover,[data-theme=dark] .ant-table-tbody>tr.confidential-transfer:hover>td{background-color:#f443362e!important}[data-theme=dark] .ant-table-tbody>tr.confidential-transfer>td{background-color:#f443361a!important}[data-theme=dark] .ant-table-tbody>tr.confidential-transfer.selected-row{background-color:#fa8c162e!important;border:2px solid #fa8c16!important}[data-theme=dark] .ant-table-tbody>tr.confidential-transfer.selected-row>td{background-color:#fa8c162e!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return{background-color:#faad141a!important;border-left:4px solid #ff4d4f!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return:hover,[data-theme=dark] .ant-table-tbody>tr.awaiting-return:hover>td{background-color:#faad142e!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return>td{background-color:#faad141a!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return.selected-row{background-color:#fa8c162e!important;border:2px solid #fa8c16!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return.selected-row>td{background-color:#fa8c162e!important}[data-theme=dark] .ant-table-tbody>tr.awaiting-return.focused-row>td{background-color:#fa8c1629!important}.ant-table-tbody>tr.confidential-transfer.selected-row{background-color:#fff2e8!important;border:2px solid #fa8c16!important}.ant-table-tbody>tr.confidential-transfer.selected-row:hover{background-color:#ffe7ba!important}.ant-table-tbody>tr.confidential-transfer.selected-row>td{background-color:#fff2e8!important;border-color:#fa8c16!important}.ant-table-tbody>tr.confidential-transfer.selected-row:hover>td{background-color:#ffe7ba!important}.ant-table-tbody>tr.focused-row{background-color:#e6f7ff!important;transition:background-color .2s;outline:2px solid #1890ff;outline-offset:-2px}.ant-table-tbody>tr.focused-row>td{background-color:#e6f7ff!important}.ant-table-tbody>tr.focused-row:hover{background-color:#bae7ff!important}.ant-table-tbody>tr.focused-row:hover>td{background-color:#bae7ff!important}.ant-table-tbody>tr.confidential-transfer.focused-row{background-color:#fff2e8!important;outline:2px solid #fa8c16;outline-offset:-2px}.ant-table-tbody>tr.confidential-transfer.focused-row>td{background-color:#fff2e8!important}.ant-table-tbody>tr.confidential-transfer.focused-row:hover{background-color:#ffe7ba!important}.ant-table-tbody>tr.confidential-transfer.focused-row:hover>td{background-color:#ffe7ba!important}.ant-table-tbody>tr.focused-row>td{background-color:#e6f7ff!important;border-top:2px solid #1890ff!important;border-bottom:2px solid #1890ff!important;position:relative}.ant-table-tbody>tr.focused-row>td:first-child{border-left:2px solid #1890ff!important;border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-table-tbody>tr.focused-row>td:last-child{border-right:2px solid #1890ff!important;border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-table-tbody>tr.confidential-transfer.focused-row>td{background-color:#fff7e6!important;border-top:2px solid #fa8c16!important;border-bottom:2px solid #fa8c16!important}.ant-table-tbody>tr.confidential-transfer.focused-row>td:first-child{border-left:2px solid #fa8c16!important}.ant-table-tbody>tr.confidential-transfer.focused-row>td:last-child{border-right:2px solid #fa8c16!important}.ant-modal-body::-webkit-scrollbar{width:6px}.ant-modal-body::-webkit-scrollbar-track{background:transparent}.ant-modal-body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px;transition:background-color .3s ease}.ant-modal-body::-webkit-scrollbar-thumb:hover{background-color:#0006}[data-theme=dark] .ant-modal-body::-webkit-scrollbar-thumb{background-color:#ffffff4d}[data-theme=dark] .ant-modal-body::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.ant-table-body::-webkit-scrollbar{width:6px;height:6px}.ant-table-body::-webkit-scrollbar-track{background:transparent}.ant-table-body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px;transition:background-color .3s ease}.ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#0006}[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb{background-color:#ffffff4d}[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.transfers-page-container{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;position:relative}.transfers-page-container .ant-card{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;position:relative}.transfers-page-container .ant-table-wrapper{width:100%;max-width:100%;overflow-x:auto;position:relative}.transfer-modal{width:70%!important;max-width:70vw!important}.transfer-modal .ant-modal-body{max-height:80vh;overflow-y:auto;padding-bottom:16px;padding-left:0;padding-right:10px;overflow-x:hidden}@media(max-width:768px){.transfer-modal{width:100%!important;max-width:100%!important;height:100vh!important;margin:0!important;top:0!important;padding:0!important}.transfer-modal .ant-modal-content{height:100vh!important;border-radius:0!important;margin:0!important;display:flex;flex-direction:column}.transfer-modal .ant-modal-header{flex-shrink:0;padding:12px 16px;border-bottom:1px solid #f0f0f0}.transfer-modal .ant-modal-body{flex:1;max-height:none!important;height:auto!important;overflow-y:auto;padding:16px}.transfer-modal .ant-modal-footer{flex-shrink:0;padding:12px 16px;border-top:1px solid #f0f0f0}}@media(max-width:480px){.transfer-modal .ant-modal-header{padding:8px 12px}.transfer-modal .ant-modal-body{padding:12px}.transfer-modal .ant-modal-footer{padding:8px 12px}.transfer-modal .ant-modal-footer .ant-btn{font-size:12px;padding:4px 8px;height:auto}}[data-theme=dark] .transfer-modal .ant-modal-header{border-bottom-color:#434343}[data-theme=dark] .transfer-modal .ant-modal-footer{border-top-color:#434343}.transfer-modal .ant-modal-body::-webkit-scrollbar{width:6px}.transfer-modal .ant-modal-body::-webkit-scrollbar-track{background:transparent}.transfer-modal .ant-modal-body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px;transition:background-color .3s ease}.transfer-modal .ant-modal-body::-webkit-scrollbar-thumb:hover{background-color:#0006}[data-theme=dark] .transfer-modal .ant-modal-body::-webkit-scrollbar-thumb{background-color:#ffffff4d}[data-theme=dark] .transfer-modal .ant-modal-body::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.ant-table-tbody>tr.awaiting-return{background-color:#fffbe6!important;border-left:4px solid #ff4d4f!important}.ant-table-tbody>tr.awaiting-return:hover{background-color:#fff1b8!important}.ant-table-tbody>tr.awaiting-return>td{background-color:#fffbe6!important;border-left:none!important}.ant-table-tbody>tr.awaiting-return:hover>td{background-color:#fff1b8!important}.ant-table-tbody>tr.awaiting-return>td:first-child{border-left:4px solid #ff4d4f!important}.ant-table-tbody>tr.pending-transfer{border-left:4px solid #faad14!important}.ant-table-tbody>tr.pending-transfer:hover{border-left:4px solid #faad14!important}.ant-table-tbody>tr.pending-transfer.selected-row{border-left:4px solid #faad14!important}.ant-table-tbody>tr.pending-transfer.focused-row{border-left:4px solid #faad14!important}.ant-table-tbody>tr.pending-transfer>td:first-child{border-left:4px solid #faad14!important}.ant-table-tbody>tr.awaiting-return.selected-row{background-color:#fff7e6!important;border:2px solid #fa8c16!important}.ant-table-tbody>tr.awaiting-return.selected-row:hover{background-color:#ffe7ba!important}.ant-table-tbody>tr.awaiting-return.selected-row>td{background-color:#fff7e6!important;border-color:#fa8c16!important}.ant-table-tbody>tr.awaiting-return.selected-row:hover>td{background-color:#ffe7ba!important}.ant-table-tbody>tr.awaiting-return.focused-row{background-color:#fff7e6!important;outline:2px solid #fa8c16;outline-offset:-2px}.ant-table-tbody>tr.awaiting-return.focused-row>td{background-color:#fff7e6!important}.ant-table-tbody>tr.awaiting-return.focused-row:hover{background-color:#ffe7ba!important}.ant-table-tbody>tr.awaiting-return.focused-row:hover>td{background-color:#ffe7ba!important}.admin-layout{min-height:100vh}.ant-menu-submenu{overflow:visible!important}.ant-menu-submenu-popup{z-index:1050!important;max-height:none!important;overflow:visible!important}.ant-menu-submenu .ant-menu-sub{max-height:none!important;overflow:visible!important}.transfers-submenu{z-index:1050!important}.transfers-submenu .ant-menu-item{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;overflow:visible!important}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{width:100%!important;overflow:visible!important}.ant-layout-sider{overflow-y:auto!important;overflow-x:hidden!important;max-height:calc(100vh - 48px)!important}.ant-layout-sider .ant-layout-sider-children{overflow-y:auto!important;overflow-x:hidden!important;max-height:100%!important}.ant-menu{max-height:none!important;overflow-y:visible!important}.ant-menu-inline{border-right:none!important}.ant-menu .ant-menu-item-divider{height:2px!important;margin:12px 0!important;background-color:#8c8c8c!important}.ant-menu-light .ant-menu-item-divider,.ant-menu-dark .ant-menu-item-divider{background-color:#303030!important}.material-selection-container{padding:16px 0;height:100%;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.filters-section{margin-bottom:16px;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.materials-section{flex:1;min-height:0;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.materials-list-card{height:100%}.materials-list-card .ant-card-body{padding:12px;height:calc(100% - 57px);overflow:hidden}.materials-list{height:100%;overflow-y:auto}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;width:100%}@media(max-width:768px){.materials-grid{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1200px){.materials-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.material-selection-container .ant-row{width:100%!important;max-width:100%!important;margin:0!important}.material-selection-container .ant-col{max-width:100%!important;padding-left:4px!important;padding-right:4px!important}.material-selection-container .ant-input,.material-selection-container .ant-select,.material-selection-container .ant-btn{max-width:100%!important;box-sizing:border-box!important}.material-card{transition:all .3s ease;cursor:pointer;width:100%;height:100%;min-height:120px}.material-card.available{border:1px solid #d9d9d9}.material-card.available:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff33}.material-card.selected{border:1px solid #52c41a;background-color:#f6ffed}.material-card.selected:hover{border-color:#52c41a;box-shadow:0 2px 8px #52c41a33}.material-card .ant-card-meta-title{font-size:16px;margin-bottom:4px}.material-card .ant-card-meta-description{font-size:14px}.material-card .ant-card-actions{background:transparent;border-top:1px solid #f0f0f0;padding:0;min-height:50px;height:50px;display:flex;align-items:center;justify-content:center}.material-card .ant-card-actions ul,.material-card .ant-card-actions li{margin:0;padding:0;height:10px!important;display:flex;align-items:center;justify-content:center}.material-card .ant-card-actions ul{margin:0;padding:0;height:20px;display:flex;align-items:center;justify-content:center}.material-card .ant-card-actions li button{font-size:18px;height:10px;padding:0;line-height:18px;margin:0;color:#1890ff}.materials-list::-webkit-scrollbar{width:6px}.materials-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.materials-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.materials-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:1200px){.materials-section{height:400px}}@media(max-width:768px){.materials-section .ant-col{margin-bottom:16px}.materials-section{height:auto}.materials-list-card{height:300px}}.material-card{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.materials-list .ant-empty{margin:40px 0}.filters-section .ant-input-affix-wrapper,.filters-section .ant-select{border-radius:6px}.counters-section .ant-tag{border-radius:4px;font-weight:500}.ant-modal-content{border-radius:8px}.ant-modal-header{border-radius:8px 8px 0 0}.filters-section .ant-space{width:100%}.filters-section .ant-space .ant-btn{border-radius:6px;font-weight:500}:root{--auditor-mobile-padding: clamp(8px, 2vw, 16px);--auditor-tablet-padding: clamp(12px, 3vw, 20px);--auditor-desktop-padding: clamp(16px, 4vw, 24px);--auditor-font-small: clamp(11px, 2vw, 12px);--auditor-font-medium: clamp(12px, 2.5vw, 14px);--auditor-font-large: clamp(14px, 3vw, 16px);--auditor-border-radius: clamp(6px, 1vw, 8px)}.auditor-page-container{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.auditor-responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:var(--auditor-mobile-padding);width:100%}.auditor-table-responsive{overflow-x:auto}.auditor-table-responsive .ant-table-thead>tr>th{white-space:nowrap;font-size:var(--auditor-font-small);padding:8px 12px}.auditor-table-responsive .ant-table-tbody>tr>td{white-space:nowrap;font-size:var(--auditor-font-small);padding:8px 12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;width:100%;margin:0;padding:0}.grid .stat-card{min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.grid .stat-card .ant-statistic{width:100%;text-align:center}.grid .stat-card .ant-statistic-title{font-size:14px;font-weight:500;margin-bottom:8px}.grid .stat-card .ant-statistic-content{font-size:24px;font-weight:600}@media(max-width:1200px){.grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px}}@media(max-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.grid .stat-card{min-height:110px}.grid .stat-card .ant-statistic-content{font-size:20px}}@media(max-width:480px){.grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.grid .stat-card{min-height:100px}.grid .stat-card .ant-statistic-title{font-size:12px}.grid .stat-card .ant-statistic-content{font-size:18px}}@media(max-width:360px){.grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.grid .stat-card{min-height:95px}.grid .stat-card .ant-statistic-title{font-size:11px}.grid .stat-card .ant-statistic-content{font-size:16px}}@media(max-width:320px){.grid{grid-template-columns:1fr;gap:10px}.grid .stat-card{min-height:90px}}.auditor-table-responsive{overflow-x:auto!important;width:100%!important}.auditor-table-responsive .ant-table{min-width:600px!important;font-size:var(--auditor-font-small)!important}.auditor-table-responsive .ant-table-thead>tr>th{padding:var(--auditor-mobile-padding)!important;font-size:var(--auditor-font-small)!important;white-space:nowrap!important}.auditor-table-responsive .ant-table-tbody>tr>td{padding:var(--auditor-mobile-padding)!important;font-size:var(--auditor-font-small)!important}.auditor-modal-responsive{width:95%!important;max-width:95vw!important;margin:10px auto!important;top:10px!important}.auditor-modal-responsive .ant-modal-content{border-radius:var(--auditor-border-radius)!important;overflow:hidden!important}.auditor-modal-responsive .ant-modal-body{padding:var(--auditor-mobile-padding)!important;max-height:80vh!important;overflow-y:auto!important}.auditor-form-responsive .ant-form-item{margin-bottom:var(--auditor-mobile-padding)!important}.auditor-form-responsive .ant-input,.auditor-form-responsive .ant-input-affix-wrapper,.auditor-form-responsive .ant-select-selector,.auditor-form-responsive .ant-picker{font-size:var(--auditor-font-medium)!important;padding:var(--auditor-mobile-padding)!important}.auditor-buttons-responsive{display:flex;flex-wrap:wrap;gap:var(--auditor-mobile-padding);justify-content:center}.auditor-buttons-responsive .ant-btn{font-size:var(--auditor-font-medium)!important;padding:var(--auditor-mobile-padding) clamp(12px,3vw,16px)!important;border-radius:var(--auditor-border-radius)!important}.auditor-card-responsive{border-radius:var(--auditor-border-radius)!important;margin-bottom:var(--auditor-mobile-padding)!important}.auditor-card-responsive .ant-card-head{padding:var(--auditor-mobile-padding) var(--auditor-tablet-padding)!important}.auditor-card-responsive .ant-card-body{padding:var(--auditor-tablet-padding)!important}.auditor-card-responsive .ant-card-head-title{font-size:var(--auditor-font-large)!important;font-weight:600!important}.auditor-stats-responsive{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media(min-width:769px){.auditor-stats-responsive{justify-content:space-between;gap:20px}.auditor-stats-responsive .ant-col{width:170px!important;height:170px!important;flex:0 0 170px!important;max-width:170px!important}.auditor-stats-responsive .stat-card{height:170px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}}@media(max-width:768px){.auditor-stats-responsive{display:flex!important;flex-wrap:wrap!important;justify-content:space-around!important;gap:8px!important;max-width:100%!important;padding:0 8px!important}.auditor-stats-responsive .ant-col{width:calc(50% - 8px)!important;min-width:160px!important;height:170px!important;flex:0 0 calc(50% - 8px)!important;max-width:calc(50% - 8px)!important;margin:0!important}.auditor-stats-responsive .stat-card{height:170px!important;width:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}}@media(max-width:400px){.auditor-stats-responsive{justify-content:center!important}}.auditor-stats-responsive .ant-statistic{text-align:center}.auditor-stats-responsive .ant-statistic-title{font-size:var(--auditor-font-medium)!important}.auditor-stats-responsive .ant-statistic-content{font-size:clamp(18px,4vw,24px)!important}.auditor-breadcrumb-responsive{margin-bottom:var(--auditor-mobile-padding)!important;padding:var(--auditor-mobile-padding) 0!important}.auditor-breadcrumb-responsive .ant-breadcrumb{font-size:var(--auditor-font-medium)!important}.auditor-tags-responsive .ant-tag{font-size:var(--auditor-font-small)!important;padding:2px 6px!important;border-radius:4px!important;margin:2px!important}@media(max-width:768px){.auditor-page-container{padding:var(--auditor-tablet-padding)!important}.auditor-modal-responsive{width:98%!important;margin:5px auto!important;top:5px!important}.auditor-modal-responsive .ant-modal-body{max-height:85vh!important}.auditor-buttons-responsive{flex-direction:column}.auditor-buttons-responsive .ant-btn{width:100%!important}.auditor-tabs-responsive .tab-text{display:none!important}.auditor-responsive-grid{grid-template-columns:1fr!important}.auditor-table-responsive .ant-table-thead>tr>th,.auditor-table-responsive .ant-table-tbody>tr>td{padding:6px 8px;font-size:12px}.auditor-table-responsive .ant-tag{font-size:11px;padding:2px 6px}.auditor-table-responsive .ant-btn{font-size:11px;padding:2px 8px;height:auto}}@media(max-width:480px){.auditor-page-container{padding:var(--auditor-mobile-padding)!important}.auditor-modal-responsive{width:100%!important;height:100%!important;margin:0!important;top:0!important;border-radius:0!important}.auditor-modal-responsive .ant-modal-content{height:100%!important;border-radius:0!important}.auditor-modal-responsive .ant-modal-body{height:calc(100% - 110px)!important;max-height:none!important}.auditor-card-responsive .ant-card-head,.auditor-card-responsive .ant-card-body{padding:var(--auditor-mobile-padding)!important}.auditor-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.auditor-table-responsive .ant-table{min-width:700px!important}.auditor-table-responsive .ant-table-thead>tr>th,.auditor-table-responsive .ant-table-tbody>tr>td{padding:4px 6px!important;font-size:11px!important;min-width:80px}.auditor-table-responsive .ant-tag{font-size:10px;padding:1px 4px;margin:1px}.auditor-table-responsive .ant-btn{font-size:10px;padding:1px 6px;height:24px;min-width:60px}.auditor-table-responsive .ant-pagination{text-align:center;margin-top:16px}.auditor-table-responsive .ant-pagination-options{display:none}}@media(max-width:360px){.auditor-page-container{padding:6px!important}.auditor-card-responsive .ant-card-head,.auditor-card-responsive .ant-card-body{padding:8px!important}.auditor-table-responsive .ant-table-thead>tr>th,.auditor-table-responsive .ant-table-tbody>tr>td{padding:4px 6px!important;font-size:10px!important}}@media(prefers-reduced-motion:reduce){.auditor-card-responsive,.auditor-buttons-responsive .ant-btn{transition:none!important}}@media(prefers-color-scheme:dark){.auditor-modal-responsive .ant-modal-content,.auditor-card-responsive{background:#1f1f1f!important;border-color:#434343!important}}@media print{.auditor-page-container{padding:0!important}.auditor-buttons-responsive,.auditor-breadcrumb-responsive{display:none!important}.auditor-card-responsive{box-shadow:none!important;border:1px solid #ddd!important;margin-bottom:16px!important;page-break-inside:avoid!important}.auditor-table-responsive .ant-table{font-size:10px!important}}.auditor-spacing-xs{margin:var(--auditor-mobile-padding) 0}.auditor-spacing-sm{margin:var(--auditor-tablet-padding) 0}.auditor-spacing-md{margin:var(--auditor-desktop-padding) 0}.auditor-padding-xs{padding:var(--auditor-mobile-padding)}.auditor-padding-sm{padding:var(--auditor-tablet-padding)}.auditor-padding-md{padding:var(--auditor-desktop-padding)}@media(max-width:768px){.auditor-hide-mobile{display:none!important}}@media(min-width:769px){.auditor-show-mobile-only{display:none!important}}@media(max-width:480px){.auditor-hide-small-mobile{display:none!important}}@media(min-width:481px){.auditor-show-small-mobile-only{display:none!important}}.create-audit-modal{top:0!important}.create-audit-modal .ant-modal-content{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #475569;border-radius:12px;box-shadow:0 20px 40px #0000004d}.create-audit-modal .ant-modal-header{background:#3b82f61a;border-bottom:1px solid #475569;border-radius:12px 12px 0 0;padding:12px 2px}.create-audit-modal .ant-modal-title{color:#f8fafc}.modal-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.modal-title .modal-icon{color:#3b82f6;font-size:20px}.create-audit-modal .ant-modal-body{padding:16px 1px;background:transparent}.create-audit-modal .ant-modal-close{color:#94a3b8}.create-audit-modal .ant-modal-close:hover,.audit-form{color:#f8fafc}.audit-form .ant-form-item-label>label{color:#f8fafc;font-weight:500}.audit-form .ant-form-item-label>label.ant-form-item-required:before{color:#ef4444}.form-section{background:#1e293b80;border:1px solid #475569;border-radius:8px;margin-bottom:12px}.form-section .ant-card-body{padding:12px 1px}.section-title{display:flex;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid #475569;color:#3b82f6;font-weight:600;font-size:13px}.section-title .section-icon{font-size:16px}.audit-form .ant-input,.audit-form .ant-input-affix-wrapper,.audit-form .ant-picker,.audit-form .ant-select-selector{background:#0f172acc;border:1px solid #475569;color:#f8fafc;border-radius:6px}.audit-form .ant-input:hover,.audit-form .ant-input-affix-wrapper:hover,.audit-form .ant-picker:hover,.audit-form .ant-select-selector:hover{border-color:#3b82f6;background:#0f172ae6}.audit-form .ant-input:focus,.audit-form .ant-input-affix-wrapper:focus,.audit-form .ant-picker:focus,.audit-form .ant-select-focused .ant-select-selector{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;background:#0f172a}.audit-form .ant-input::placeholder,.audit-form .ant-input-affix-wrapper input::placeholder{color:#64748b}.audit-form .ant-input{resize:vertical}.audit-form .ant-select-selection-placeholder{color:#64748b}.audit-form .ant-select-selection-item{color:#f8fafc}.audit-form .ant-select-arrow{color:#94a3b8}.ant-select-dropdown{background:#1e293b;border:1px solid #475569;border-radius:8px;box-shadow:0 8px 24px #0000004d}.ant-select-item{color:#e2e8f0}.ant-select-item:hover{background:#3b82f61a}.ant-select-item-option-selected{background:#3b82f633;color:#3b82f6}.audit-form .ant-picker-suffix{color:#94a3b8}.audit-form .ant-select-selection-item{background:#3b82f633;border:1px solid #3b82f6;color:#3b82f6;border-radius:4px}.audit-form .ant-select-selection-item-remove{color:#3b82f6}.audit-form .ant-select-selection-item-remove:hover{color:#ef4444}.material-option{padding:4px 0}.material-info{display:flex;flex-direction:column;gap:4px}.material-name{font-weight:500;color:#f8fafc}.material-details{display:flex;gap:4px;flex-wrap:wrap}.loading-materials{display:flex;align-items:center;gap:8px;color:#666;font-size:12px;margin-top:8px}.material-selection-section{margin-top:16px}.material-selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;background:#fafafa;border-radius:6px;border:1px solid #f0f0f0}.selection-info{display:flex;align-items:center;gap:8px}.selection-count{font-weight:500}.selected-materials-preview{margin-top:16px;padding:16px;background:#f9f9f9;border-radius:6px;border:1px solid #e8e8e8}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.material-preview-card{transition:all .3s ease;border:1px solid #e8e8e8}.material-preview-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26}.material-preview-card.more-materials{background:#f0f0f0;border-style:dashed;display:flex;align-items:center;justify-content:center}.material-preview-content{padding:4px 0}.material-preview-content .material-name{font-weight:500;font-size:13px;margin-bottom:6px;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.material-preview-content .material-info{display:flex;gap:4px;flex-wrap:wrap}.more-materials-content{text-align:center;color:#666;font-size:12px;font-weight:500}.selection-disabled-message{text-align:center;padding:20px;color:#999}@media(max-width:768px){.material-selection-header{flex-direction:column;gap:12px;align-items:stretch}.materials-grid{grid-template-columns:1fr}.selected-materials-preview{padding:12px}}.form-actions{display:flex;justify-content:flex-end;padding-top:12px}.form-actions .ant-btn{border-radius:6px;font-weight:500}.form-actions .ant-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 4px 12px #3b82f64d}.form-actions .ant-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}.form-actions .ant-btn-default{background:transparent;border:1px solid #475569;color:#e2e8f0}.form-actions .ant-btn-default:hover{border-color:#3b82f6;color:#3b82f6}.audit-form .ant-input-prefix,.audit-form .ant-input-suffix{color:#94a3b8}.organization-display{display:flex;flex-direction:column;height:100%}.organization-display .ant-form-item-label{margin-bottom:8px;height:auto}.organization-display .ant-input{height:32px;display:flex;align-items:center}.form-section .ant-row .ant-col{display:flex;flex-direction:column}.form-section .ant-form-item{flex:1;display:flex;flex-direction:column;margin-bottom:0}.form-section .ant-form-item-control{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.form-section .ant-form-item-control-input{width:100%;text-align:left}.form-section .ant-input,.form-section .ant-select-selector,.form-section .ant-picker{text-align:left;justify-content:flex-start}.audit-form .ant-divider{border-color:#475569;margin:16px 0 12px}@media(max-width:768px){.create-audit-modal{width:95%!important;margin:5px}.create-audit-modal .ant-modal-body,.form-section .ant-card-body{padding:1px!important}.section-title{font-size:13px}.form-actions{flex-direction:column;gap:8px}.form-actions .ant-btn{width:100%}}.audit-form .ant-form-item-has-error .ant-input,.audit-form .ant-form-item-has-error .ant-input-affix-wrapper,.audit-form .ant-form-item-has-error .ant-picker,.audit-form .ant-form-item-has-error .ant-select-selector{border-color:#ef4444}.audit-form .ant-form-item-has-error .ant-input:focus,.audit-form .ant-form-item-has-error .ant-input-affix-wrapper:focus,.audit-form .ant-form-item-has-error .ant-picker:focus,.audit-form .ant-form-item-has-error .ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #ef444433}.audit-form .ant-form-item-explain-error{color:#ef4444}.evaluation-component{font-family:Arial,sans-serif}.evaluation-table{border-collapse:collapse;width:100%;text-align:left;font-size:14px;margin-bottom:20px}.evaluation-table th,.evaluation-table td{border:1px solid #999;padding:3px 5px}.evaluation-table th{background:#a7e3a7}.grupo{background:#7ed37e;writing-mode:vertical-rl;text-align:center;font-weight:700;font-size:16px;transform:rotate(180deg);width:40px;min-width:40px;max-width:40px}.stars{color:gold;font-size:16px;text-align:center;cursor:pointer}.stars:hover{background-color:#f0f0f0}.total-col{background:#e6ffe6;text-align:center;font-weight:700}.geral{font-size:20px;font-weight:700;text-align:center;background:#e6ffe6}.evaluation-loading{text-align:center;padding:20px;font-size:16px;color:#666}.evaluation-error{text-align:center;padding:30px;font-size:16px;color:#d32f2f;background-color:#ffebee;border:2px solid #f44336;border-radius:8px;margin:20px 0;box-shadow:0 2px 8px #f443361a}.evaluation-error h3{margin:0 0 15px;color:#d32f2f;font-size:20px;font-weight:700}.evaluation-error p{margin:8px 0;line-height:1.5}.stars-column{min-width:120px;text-align:center!important;vertical-align:middle}.star-item{display:inline-block;transition:transform .2s ease,opacity .2s ease;-webkit-user-select:none;user-select:none}.star-item:hover{transform:scale(1.1);filter:brightness(1.2);color:gold!important}.star-item.selected{color:gold!important;text-shadow:0 0 3px rgba(255,215,0,.5)}.star-item:active{transform:scale(.95)}.observation-col{min-width:150px;max-width:200px;padding:2px!important}.observation-input{border:1px solid #ddd!important;border-radius:4px!important;padding:2px 4px!important;font-size:12px!important;width:100%!important;box-sizing:border-box;transition:border-color .2s ease}.observation-input:focus{outline:none;border-color:#007bff!important;box-shadow:0 0 0 2px #007bff40}.evaluation-summary{margin-top:20px;padding:15px;background-color:#f5f5f5;border-radius:4px;text-align:center}.evaluation-summary h3{margin:0;color:#2e7d32;font-size:18px}.items-column{width:30px!important;min-width:30px!important;max-width:30px!important;text-align:center!important;padding:3px 2px!important;font-size:12px!important;font-weight:700}.description-column{width:250px;min-width:200px!important;max-width:250px;word-wrap:break-word;overflow-wrap:break-word;padding:8px}.evaluation-component{width:100%;overflow-x:auto}.table-wrapper{width:100%;overflow-x:auto;margin-bottom:20px;border-radius:4px;box-shadow:0 1px 3px #0000001a}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media screen and (max-width:1024px){.evaluation-table{font-size:13px}.description-column{width:200px;min-width:150px!important;max-width:200px}.observation-col{min-width:120px;max-width:150px}.grupo{width:35px;min-width:35px;max-width:35px;font-size:14px;transform:rotate(180deg)}}@media screen and (max-width:768px){.evaluation-component{padding:10px}.evaluation-table{font-size:12px;min-width:600px;width:100%;margin-bottom:0}.table-wrapper{margin-bottom:15px!important}.grupo{width:30px;min-width:30px;max-width:30px;font-size:12px;transform:rotate(180deg)}.items-column{width:25px!important;min-width:25px!important;max-width:25px!important;font-size:11px!important}.description-column{width:180px;min-width:150px!important;max-width:180px;font-size:11px;padding:4px}.observation-col{min-width:100px;max-width:120px;padding:1px!important}.observation-input{font-size:11px!important;padding:1px 2px!important;min-height:20px}.stars-column{min-width:100px;padding:2px!important}.star-item{font-size:16px!important;margin-right:2px!important;padding:2px;min-width:18px;min-height:18px;display:inline-flex;align-items:center;justify-content:center}.star-item:hover{transform:scale(1.05)}.total-col,.geral{font-size:12px;padding:2px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:10px!important}.metric-item{padding:8px!important}.metric-item div:first-child{font-size:12px!important}.metric-item div:last-child{font-size:16px!important}.group-classifications-grid{grid-template-columns:1fr!important;gap:8px!important}.group-classifications .metric-item{min-width:auto!important}.rating-distribution>div>div:last-child{grid-template-columns:repeat(auto-fit,minmax(60px,1fr))!important;gap:4px!important}.rating-distribution .metric-item{padding:4px!important;font-size:10px!important}.evaluation-summary{padding:10px;margin-top:15px}.evaluation-summary h3{font-size:16px}.evaluation-metrics{padding:10px!important}.evaluation-metrics h4{font-size:14px!important;margin-bottom:10px!important}}@media screen and (max-width:480px){.evaluation-component{padding:5px}.evaluation-table{font-size:11px;min-width:550px}.grupo{width:25px;min-width:25px;max-width:25px;font-size:11px}.description-column{width:140px;min-width:120px!important;max-width:140px;font-size:10px}.observation-col{min-width:80px;max-width:100px}.observation-input{font-size:10px!important;min-height:18px}.star-item{font-size:14px!important;margin-right:1px!important;min-width:16px;min-height:16px}.metrics-grid{grid-template-columns:1fr!important}.evaluation-summary h3{font-size:14px}.evaluation-classification div:first-child{font-size:14px!important}.evaluation-classification div:nth-child(2){font-size:18px!important}.evaluation-classification div:last-child{font-size:12px!important}}@media(hover:none)and (pointer:coarse){.star-item{min-width:20px;min-height:20px;padding:3px}.observation-input{min-height:24px;padding:4px 6px!important}.star-item:hover{transform:none}.star-item:active{transform:scale(.9);background-color:#ffd7001a;border-radius:50%}}@media screen and (max-width:768px)and (orientation:landscape){.evaluation-table{font-size:11px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important}.evaluation-summary{padding:8px}}.audit-details-page{min-height:100vh;padding:clamp(16px,3vw,24px)}.audit-details-loading,.audit-details-error{min-height:100vh;display:flex;align-items:center;justify-content:center}.audit-details-header{margin-bottom:clamp(16px,3vw,24px)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header-actions{display:flex;justify-content:flex-end;gap:clamp(4px,1vw,8px);z-index:10}.header-title{display:flex;flex-direction:column;gap:8px}.header-subtitle{display:flex;align-items:center;gap:16px}.audit-details-content{overflow:hidden}.audit-details-tabs{background:transparent}.audit-details-tabs .ant-tabs-nav-wrap{padding:0}.audit-details-tabs .ant-tabs-nav-list{gap:clamp(8px,2vw,12px)}.audit-details-tabs .ant-tabs-content-holder{padding:clamp(8px,2vw,12px)}.audit-details-tabs .ant-tabs-tabpane{padding:0}.tab-content{display:flex;align-items:center;gap:clamp(6px,1.5vw,8px);font-size:clamp(12px,2.5vw,14px)}.tab-content .anticon{font-size:clamp(14px,3vw,16px)}.tab-text{display:inline}.info-card,.progress-card,.stats-card,.auditors-detail-card{border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.info-card:hover,.progress-card:hover,.stats-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.materials-container{display:flex;flex-direction:column;gap:clamp(16px,3vw,24px)}.materials-filters{padding:clamp(16px,3vw,20px);border-radius:12px}[data-theme=light] .materials-filters{background:#f8fafc;border:1px solid #e2e8f0}[data-theme=dark] .materials-filters{background:#1e293b;border:1px solid #334155}.materials-content{flex:1}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,350px),1fr));gap:clamp(16px,3vw,20px);padding:clamp(8px,2vw,16px) 0}.material-audit-card{border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;overflow:hidden}.material-audit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.material-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(8px,2vw,12px)}.material-info{flex:1;min-width:0}.material-name{margin:0;font-size:clamp(14px,3vw,16px);font-weight:600;line-height:1.4;word-wrap:break-word}[data-theme=light] .material-name{color:#1e293b}[data-theme=dark] .material-name{color:#f8fafc}.material-code{font-size:clamp(12px,2.5vw,13px);display:block;margin-top:4px}[data-theme=light] .material-code{color:#64748b}[data-theme=dark] .material-code{color:#94a3b8}.material-status{flex-shrink:0;margin-left:clamp(8px,2vw,12px)}.condition-section,.notes-section{margin-top:clamp(8px,2vw,12px)}.material-notes{margin:8px 0 0;font-size:clamp(12px,2.5vw,13px);line-height:1.4;word-wrap:break-word}[data-theme=light] .material-notes{color:#64748b}[data-theme=dark] .material-notes{color:#94a3b8}.material-actions{display:flex;justify-content:flex-end;margin-top:clamp(8px,2vw,12px)}.auditor-card{border-radius:12px;transition:all .3s ease;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000f}.auditor-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.auditor-profile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(8px,2vw,12px)}.auditor-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.auditor-info h4{margin:0;font-size:clamp(14px,3vw,16px);font-weight:600}[data-theme=light] .auditor-info h4{color:#1e293b}[data-theme=dark] .auditor-info h4{color:#f8fafc}.auditor-info p{margin:4px 0 8px;font-size:clamp(12px,2.5vw,13px)}[data-theme=light] .auditor-info p{color:#64748b}[data-theme=dark] .auditor-info p{color:#94a3b8}.auditor-stats{text-align:center}@media(max-width:768px){.audit-details-page{padding:12px}.audit-details-header .ant-page-header{padding:16px}.audit-details-tabs .ant-tabs-nav{padding:8px 16px 0}.audit-details-tabs .ant-tabs-content-holder{padding:8px}.materials-grid{grid-template-columns:1fr;gap:12px}.materials-filters{padding:16px}.materials-filters .ant-row{gap:12px}.tab-text{display:none}.material-header{flex-direction:column;gap:8px}.material-status{margin-left:0;align-self:flex-start}}@media(max-width:480px){.audit-details-page{padding:8px}.audit-details-tabs .ant-tabs-nav{padding:6px 12px 0}.audit-details-tabs .ant-tabs-content-holder{padding:6px}.audit-details-tabs .ant-tabs-tab{padding:4px 6px;min-width:auto}.materials-filters{padding:12px}.materials-grid{gap:8px}}[data-theme=light] .materials-content::-webkit-scrollbar-track{background:#f1f5f9}[data-theme=dark] .materials-content::-webkit-scrollbar-track{background:#1e293b}[data-theme=light] .materials-content::-webkit-scrollbar-thumb{background:#cbd5e1}[data-theme=dark] .materials-content::-webkit-scrollbar-thumb{background:#475569}[data-theme=light] .materials-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] .materials-content::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.material-audit-card,.auditor-card{animation:fadeInUp .3s ease-out}.materials-content::-webkit-scrollbar{width:6px}.materials-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.materials-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.materials-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.manager-layout{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}body.theme-light .manager-layout{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.manager-sidebar{background:#001529;border-right:1px solid #334155;box-shadow:2px 0 8px #00000026;overflow-x:hidden!important;width:100%!important;box-sizing:border-box}body.theme-light .manager-sidebar{background:#fff;border-right:1px solid #f0f0f0}.manager-sidebar *{box-sizing:border-box;max-width:100%}.manager-sidebar .ant-layout-sider-children{overflow-x:hidden;width:100%}.sidebar-header{padding:24px 16px;text-align:center;border-bottom:1px solid #334155;background:#22c55e1a}body.theme-light .sidebar-header{border-bottom:1px solid #f0f0f0;background:#22c55e0d}.sidebar-header .sidebar-icon{font-size:32px;color:#22c55e;margin-bottom:8px;display:block}.sidebar-header h2{color:#f8fafc;margin:0;font-size:16px;font-weight:600;line-height:1.4}body.theme-light .sidebar-header h2{color:#262626}.sidebar-menu{background:transparent;border:none;padding:16px 0;overflow-x:hidden!important;width:100%!important;box-sizing:border-box}.sidebar-menu .ant-menu-item{margin:4px 12px;border-radius:8px;color:#64748b;transition:all .3s ease;border:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 24px);box-sizing:border-box}body.theme-light .sidebar-menu .ant-menu-item{color:#595959}body.theme-light .sidebar-menu .ant-menu-item:hover{background:#22c55e1a;color:#22c55e}body.theme-light .sidebar-menu .ant-menu-item-selected,.sidebar-menu .ant-menu-item:hover{background:#22c55e26;color:#22c55e}.sidebar-menu .ant-menu-item-selected{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #22c55e4d}.manager-content-layout{background:transparent}.manager-content{padding:24px;background:transparent}.stats-row{margin-bottom:32px}.stat-card{background:#1e293bcc;border:1px solid #475569;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;overflow:hidden}body.theme-light .stat-card{background:#ffffffe6;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}body.theme-light .stat-card:hover{box-shadow:0 8px 24px #00000014}.stat-card.pending{border-left:4px solid #fa8c16}.stat-card.in-progress{border-left:4px solid #1890ff}.stat-card.completed{border-left:4px solid #52c41a}.stat-card.total{border-left:4px solid #722ed1}.stat-card .ant-statistic{padding:4px 8px}.stat-card .ant-statistic-title{color:#94a3b8;font-size:14px;font-weight:500;margin-bottom:2px}body.theme-light .stat-card .ant-statistic-title{color:#64748b}.stat-card .ant-statistic-content{font-size:28px;font-weight:700;line-height:1}body.theme-light .stat-card .ant-statistic-content{color:#1e293b}.recent-audits-card,.audits-list-card,.create-audit-card{background:#1e293bcc;border:1px solid #475569;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}body.theme-light .recent-audits-card,body.theme-light .audits-list-card,body.theme-light .create-audit-card{background:#ffffffe6;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #475569;background:#22c55e0d}.card-header-left{display:flex;align-items:center;flex:1}.card-header-right{display:flex;align-items:center;justify-content:flex-end}.card-header h3{color:#f8fafc;margin:0;font-size:18px;font-weight:600}.create-audit-button{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;box-shadow:0 4px 12px #22c55e4d;transition:all .3s ease}.create-audit-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #22c55e66}.create-audit-button-large{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 6px 20px #22c55e4d;transition:all .3s ease;height:60px;font-size:16px;font-weight:600}.create-audit-button-large:hover{transform:translateY(-2px);box-shadow:0 8px 24px #22c55e66}.audits-table,.audits-table .ant-table{background:transparent}.audits-table .ant-table-thead>tr>th{background:#22c55e1a;border-bottom:1px solid #475569;color:#f8fafc;font-weight:600;padding:8px}.active-audits-table .ant-table-thead>tr>th{background:#22c55e1a;border-bottom:1px solid #475569;color:#f8fafc;font-weight:600;padding:4px 8px;height:32px;line-height:1.2}.active-audits-card{background:#1e293bcc;border:1px solid #475569;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}body.theme-light .active-audits-card{background:#ffffffe6;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}body.theme-light .card-header{border-bottom:1px solid #e2e8f0;background:#22c55e05}body.theme-light .card-header h3{color:#1e293b}body.theme-light .audits-table .ant-table-thead>tr>th{background:#22c55e0d;border-bottom:1px solid #e2e8f0;color:#1e293b}body.theme-light .audits-table .ant-table-tbody>tr:hover{background:#22c55e05}body.theme-light .audits-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;color:#262626}body.theme-light .active-audits-table .ant-table-thead>tr>th{background:#22c55e0d;border-bottom:1px solid #e2e8f0;color:#1e293b}body.theme-light .audits-table .ant-pagination .ant-pagination-item{background:#ffffffe6;border:1px solid #d9d9d9;color:#262626}body.theme-light .audits-table .ant-pagination .ant-pagination-item:hover{background:#22c55e1a;border-color:#22c55e}body.theme-light .audits-table .ant-pagination .ant-pagination-item-active{background:#22c55e;border-color:#22c55e;color:#fff}body.theme-light .manager-filters-content .ant-select{background:#fff}body.theme-light .manager-filters-content .ant-select .ant-select-selector{background:#fff;border-color:#d9d9d9;color:#262626}body.theme-light .manager-filters-content .ant-select .ant-select-selector:hover{border-color:#22c55e}body.theme-light .manager-filters-content .ant-picker{background:#fff;border-color:#d9d9d9;color:#262626}body.theme-light .manager-filters-content .ant-picker:hover{border-color:#22c55e}body.theme-light .manager-filters-content .ant-input{background:#fff;border-color:#d9d9d9;color:#262626}body.theme-light .manager-filters-content .ant-input:hover{border-color:#22c55e}body.theme-light .manager-filters-content .ant-input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}body.theme-light .manager-filters-content label{color:#262626}body.theme-light .manager-discrepancies-filters-actions .ant-btn{background:#fff;border-color:#d9d9d9;color:#262626}body.theme-light .manager-discrepancies-filters-actions .ant-btn:hover{border-color:#22c55e;color:#22c55e}body.theme-light .manager-discrepancies-filters-actions .ant-btn-primary{background:#22c55e;border-color:#22c55e;color:#fff}body.theme-light .manager-discrepancies-filters-actions .ant-btn-primary:hover{background:#16a34a;border-color:#16a34a}body.theme-light .manager-discrepancies-filters-actions span{color:#595959}body.theme-light .discrepancies-table .ant-table-thead>tr>th{background:#22c55e0d;border-bottom:1px solid #e2e8f0;color:#1e293b}body.theme-light .discrepancies-table .ant-table-tbody>tr:hover{background:#22c55e05}body.theme-light .discrepancies-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;color:#262626}body.theme-light .discrepancies-table .ant-pagination .ant-pagination-item{background:#ffffffe6;border:1px solid #d9d9d9;color:#262626}body.theme-light .discrepancies-table .ant-pagination .ant-pagination-item:hover{background:#22c55e1a;border-color:#22c55e}body.theme-light .discrepancies-table .ant-pagination .ant-pagination-item-active{background:#22c55e;border-color:#22c55e;color:#fff}body.theme-light .materials-count,body.theme-light .create-audit-info p{color:#64748b}.audits-table .ant-table-tbody>tr{background:transparent;transition:all .3s ease}.audits-table .ant-table-tbody>tr:hover{background:#22c55e0d}.audits-table .ant-table-tbody>tr>td{border-bottom:1px solid #334155;color:#e2e8f0;padding:8px}.audits-table .ant-pagination{margin-top:24px;text-align:center}.audits-table .ant-pagination .ant-pagination-item{background:#1e293bcc;border:1px solid #475569;color:#e2e8f0}.audits-table .ant-pagination .ant-pagination-item:hover{background:#22c55e33;border-color:#22c55e}.audits-table .ant-pagination .ant-pagination-item-active{background:#22c55e;border-color:#22c55e;color:#fff}.audit-title .audit-icon{color:#22c55e;font-size:16px}.status-tag{border-radius:6px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.edit-button:hover{background:#22c55e1a;color:#22c55e}.delete-button:hover{background:#ef44441a;color:#ef4444}.create-audit-content{max-width:800px;margin:0 auto}.create-audit-info{padding:20px;text-align:center}.create-audit-info p{color:#94a3b8;font-size:16px;margin-bottom:32px}.audits-content{max-width:1400px;margin:0 auto}@media(max-width:768px){.manager-content{padding:16px}.card-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.card-header-left{flex:1;min-width:0}.card-header-right{flex-shrink:0}.stats-row{margin-bottom:24px}.stat-card .ant-statistic{padding:3px 6px}.stat-card .ant-statistic-title{margin-bottom:1px}.stat-card .ant-statistic-content{font-size:24px;line-height:1}.audits-table .ant-table{font-size:12px}.audits-table .ant-table-thead>tr>th,.audits-table .ant-table-tbody>tr>td{padding:4px}.create-audit-info{padding:12px}.create-audit-button-large{height:50px;font-size:14px}}@media(max-width:576px){.manager-content,.card-header{padding:8px}.card-header h3{font-size:16px}.stat-card .ant-statistic{padding:2px 4px}.stat-card .ant-statistic-title{font-size:12px;margin-bottom:1px}.stat-card .ant-statistic-content{font-size:20px;line-height:1}.create-audit-info{padding:8px}.audits-table .ant-table-tbody>tr>td:nth-child(4),.audits-table .ant-table-thead>tr>th:nth-child(4),.audits-table .ant-table-tbody>tr>td:nth-child(5),.audits-table .ant-table-thead>tr>th:nth-child(5){display:none}}:root{--manager-primary-color: #22c55e;--manager-primary-dark: #16a34a;--manager-bg-primary: #0f172a;--manager-bg-secondary: #1e293b;--manager-bg-card: rgba(30, 41, 59, .8);--manager-border-color: #475569;--manager-text-primary: #f8fafc;--manager-text-secondary: #94a3b8;--manager-sidebar-width: 250px;--manager-sidebar-collapsed-width: 80px;--manager-header-height: 64px;--manager-mobile-breakpoint: 768px;--manager-tablet-breakpoint: 992px}.manager-sidebar-collapsed{width:var(--manager-sidebar-collapsed-width)!important;min-width:var(--manager-sidebar-collapsed-width)!important;max-width:var(--manager-sidebar-collapsed-width)!important}.manager-sidebar-collapsed .sidebar-menu .ant-menu-item{padding:0!important;text-align:center}.manager-sidebar-collapsed .sidebar-menu .ant-menu-item .ant-menu-title-content{display:none}.manager-sidebar-collapsed .sidebar-menu .ant-menu-item .anticon{margin:0;font-size:18px}.manager-mobile-sidebar{position:fixed;top:0;left:-100%;width:var(--manager-sidebar-width);height:100vh;background:#001529;z-index:1001;transition:left .3s ease;border-right:1px solid var(--manager-border-color);box-shadow:2px 0 8px #00000026}body.theme-light .manager-mobile-sidebar{background:#fff;border-right:1px solid #f0f0f0;box-shadow:2px 0 8px #00000014}.manager-mobile-sidebar.open{left:0}.manager-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.manager-mobile-overlay.open{opacity:1;visibility:visible}.manager-header{position:relative;z-index:999}.manager-mobile-menu-button{display:none;background:transparent;border:none;color:var(--manager-text-primary);font-size:18px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.manager-mobile-menu-button:hover{background:#ffffff1a}.manager-layout-responsive{min-height:100vh;background:linear-gradient(135deg,var(--manager-bg-primary) 0%,var(--manager-bg-secondary) 100%)}.manager-content-responsive{padding:24px;background:transparent;transition:margin-left .3s ease}.manager-card-responsive{background:var(--manager-bg-card);border:1px solid var(--manager-border-color);border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;margin-bottom:24px}.manager-card-header-responsive{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--manager-border-color);background:#22c55e0d;flex-wrap:wrap;gap:12px}.manager-stats-responsive{margin-bottom:32px}.manager-stat-card-responsive{background:var(--manager-bg-card);border:1px solid var(--manager-border-color);border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;overflow:hidden;height:100%}.manager-stat-card-responsive:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.manager-table-responsive,.manager-table-responsive .ant-table{background:transparent}.manager-table-responsive .ant-table-thead>tr>th{background:#22c55e1a;border-bottom:1px solid var(--manager-border-color);color:var(--manager-text-primary);font-weight:600;padding:12px 8px;white-space:nowrap}.manager-table-responsive .ant-table-tbody>tr{background:transparent;transition:all .3s ease}.manager-table-responsive .ant-table-tbody>tr:hover{background:#22c55e0d}.manager-table-responsive .ant-table-tbody>tr>td{border-bottom:1px solid #334155;color:#e2e8f0;padding:12px 8px}.manager-button-responsive{border-radius:8px;transition:all .3s ease;white-space:nowrap}.manager-button-primary-responsive{background:linear-gradient(135deg,var(--manager-primary-color) 0%,var(--manager-primary-dark) 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #22c55e4d;transition:all .3s ease}.manager-button-primary-responsive:hover{transform:translateY(-1px);box-shadow:0 6px 16px #22c55e66}.manager-filters-responsive{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:20px}.manager-filter-item-responsive{min-width:150px;flex:1}.manager-charts-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}.manager-chart-card-responsive{background:var(--manager-bg-card);border:1px solid var(--manager-border-color);border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000001a}.manager-hide-mobile{display:block}.manager-show-mobile{display:none}.manager-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manager-flex-responsive{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.manager-space-responsive{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media(max-width:992px){.manager-content-responsive{padding:20px}.manager-card-header-responsive{flex-direction:column;align-items:stretch;text-align:center}.manager-filters-responsive{flex-direction:column;align-items:stretch}.manager-filter-item-responsive{min-width:100%}.manager-charts-responsive{grid-template-columns:1fr}}@media(max-width:768px){.manager-layout-responsive .ant-layout-sider{display:none!important}.manager-mobile-menu-button{display:block}.manager-content-responsive{padding:16px;margin-left:0!important}.manager-header{padding:0 16px!important}.manager-card-header-responsive{padding:12px 16px}.manager-card-header-responsive h3{font-size:16px}.manager-stats-responsive{margin-bottom:24px}.manager-stat-card-responsive .ant-statistic{padding:8px 12px}.manager-stat-card-responsive .ant-statistic-title{font-size:12px;margin-bottom:4px}.manager-stat-card-responsive .ant-statistic-content{font-size:20px}.manager-table-responsive{font-size:12px}.manager-table-responsive .ant-table-thead>tr>th,.manager-table-responsive .ant-table-tbody>tr>td{padding:8px 4px}.manager-hide-mobile{display:none}.manager-show-mobile{display:block}.manager-button-responsive{width:100%;margin-bottom:8px}.manager-flex-responsive,.manager-space-responsive{flex-direction:column;align-items:stretch}.manager-table-responsive .ant-table-tbody>tr>td:nth-child(4),.manager-table-responsive .ant-table-thead>tr>th:nth-child(4),.manager-table-responsive .ant-table-tbody>tr>td:nth-child(5),.manager-table-responsive .ant-table-thead>tr>th:nth-child(5){display:none}}@media(max-width:480px){.manager-content-responsive{padding:12px}.manager-header{padding:0 12px!important}.manager-card-header-responsive{padding:8px 12px}.manager-card-header-responsive h3{font-size:14px}.manager-stat-card-responsive .ant-statistic{padding:6px 8px}.manager-stat-card-responsive .ant-statistic-title{font-size:11px}.manager-stat-card-responsive .ant-statistic-content{font-size:18px}.manager-table-responsive{font-size:11px}.manager-table-responsive .ant-table-thead>tr>th,.manager-table-responsive .ant-table-tbody>tr>td{padding:6px 2px}.manager-table-responsive .ant-table-tbody>tr>td:nth-child(3),.manager-table-responsive .ant-table-thead>tr>th:nth-child(3),.manager-table-responsive .ant-table-tbody>tr>td:nth-child(6),.manager-table-responsive .ant-table-thead>tr>th:nth-child(6){display:none}}@media(max-width:768px)and (orientation:landscape){.manager-content-responsive{padding:12px}.manager-stats-responsive .ant-col{flex:0 0 25%;max-width:25%}}@media(prefers-reduced-motion:reduce){.manager-sidebar-collapsed,.manager-mobile-sidebar,.manager-mobile-overlay,.manager-content-responsive,.manager-stat-card-responsive,.manager-button-responsive,.manager-button-primary-responsive{transition:none}}@media(prefers-color-scheme:dark){:root{--manager-bg-primary: #0a0f1c;--manager-bg-secondary: #1a202c;--manager-bg-card: rgba(26, 32, 44, .9);--manager-border-color: #2d3748;--manager-text-primary: #f7fafc;--manager-text-secondary: #a0aec0}}body.theme-light{--manager-bg-primary: #f8fafc;--manager-bg-secondary: #e2e8f0;--manager-bg-card: rgba(255, 255, 255, .9);--manager-border-color: #e2e8f0;--manager-text-primary: #1f2937;--manager-text-secondary: #6b7280}.manager-filters-card{background:var(--manager-bg-card)!important;border:1px solid var(--manager-border-color)!important;border-radius:8px;margin-bottom:16px}.manager-filters-content{background:var(--manager-bg-card)!important;border-radius:6px;padding:16px;margin-bottom:16px}.manager-discrepancies-filters{background:var(--manager-bg-card);border:1px solid var(--manager-border-color);border-radius:6px;padding:16px;margin-bottom:16px}.manager-discrepancies-filters-row{width:100%}.manager-discrepancies-filters-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media(max-width:768px){.manager-filters-content{padding:12px}.manager-filters-row .ant-col{margin-bottom:12px}.manager-filters-actions{margin-top:16px!important}.manager-filters-actions .ant-space{width:100%;justify-content:center}.manager-filters-actions .ant-space .ant-btn{flex:1;max-width:150px}.manager-discrepancies-filters{padding:12px}.manager-discrepancies-filters-actions{flex-direction:column;align-items:stretch}.manager-discrepancies-filters-actions .ant-btn{width:100%;margin-bottom:8px}}@media(max-width:576px){.manager-filters-content{padding:8px}.manager-filters-actions .ant-space{flex-direction:column;width:100%}.manager-filters-actions .ant-space .ant-btn{width:100%;max-width:none}.manager-discrepancies-filters{padding:8px}}@media print{.manager-mobile-menu-button,.manager-sidebar,.manager-mobile-sidebar{display:none!important}.manager-content-responsive{margin-left:0!important;padding:0!important}.manager-layout-responsive,.manager-card-responsive,.manager-stat-card-responsive{background:#fff!important;color:#000!important;box-shadow:none!important}}.auditor-layout{min-height:100vh;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.auditor-layout[data-theme=dark]{background:-webkit-linear-gradient(135deg,#0f172a 0%,#1e293b 100%);background:-moz-linear-gradient(135deg,#0f172a 0%,#1e293b 100%);background:linear-gradient(135deg,#0f172a,#1e293b)}.auditor-layout[data-theme=light]{background:-webkit-linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);background:-moz-linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.auditor-layout .ant-layout-header,.auditor-header{background:-webkit-linear-gradient(90deg,#1e293b 0%,#0f172a 100%);background:-moz-linear-gradient(90deg,#1e293b 0%,#0f172a 100%);background:linear-gradient(90deg,#1e293b,#0f172a);border-bottom:1px solid #334155;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px #00000026;padding:0 16px;height:48px;line-height:48px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.user-header-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.user-header-info .user-greeting{color:#f8fafc;margin-right:12px;font-weight:500}.user-header-info .ant-avatar{background:#3b82f6;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.user-header-info .ant-avatar:hover{-webkit-box-shadow:0 0 8px rgba(59,130,246,.6);box-shadow:0 0 8px #3b82f699;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.user-dropdown-menu{background:#1e293b;border:1px solid #334155;box-shadow:0 4px 12px #0003;border-radius:8px}.user-dropdown-menu .ant-dropdown-menu-item{color:#f8fafc;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.user-dropdown-menu .ant-dropdown-menu-item:hover{background:#3b82f626;color:#3b82f6}.auditor-sidebar{box-shadow:2px 0 8px #00000026}[data-theme=dark] .auditor-sidebar{background:-webkit-linear-gradient(180deg,#1e293b 0%,#334155 100%);background:-moz-linear-gradient(180deg,#1e293b 0%,#334155 100%);background:linear-gradient(180deg,#1e293b,#334155);border-right:1px solid #334155;-webkit-overflow-scrolling:touch;overflow-y:auto}[data-theme=light] .auditor-sidebar{background:-webkit-linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);background:-moz-linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e2e8f0;-webkit-overflow-scrolling:touch;overflow-y:auto}.sidebar-header{padding:24px 16px;text-align:center;background:#3b82f61a}[data-theme=dark] .sidebar-header{border-bottom:1px solid #334155}[data-theme=light] .sidebar-header{border-bottom:1px solid #e2e8f0}.sidebar-header .sidebar-icon{font-size:32px;color:#3b82f6;margin-bottom:8px;display:block}.sidebar-header h2{margin:0;font-size:16px;font-weight:600;line-height:1.4}[data-theme=dark] .sidebar-header h2{color:#f8fafc}[data-theme=light] .sidebar-header h2{color:#1e293b}.sidebar-menu{background:transparent;border:none;padding:16px 0}.sidebar-menu .ant-menu-item{margin:4px 12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border:none}[data-theme=dark] .sidebar-menu .ant-menu-item{color:#64748b}[data-theme=light] .sidebar-menu .ant-menu-item{color:#475569}.sidebar-menu .ant-menu-item:hover{color:#3b82f6}[data-theme=dark] .sidebar-menu .ant-menu-item:hover{background:#3b82f626}[data-theme=light] .sidebar-menu .ant-menu-item:hover{background:#3b82f61a}.sidebar-menu .ant-menu-item-selected{background:-webkit-linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);background:-moz-linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;-webkit-box-shadow:0 4px 12px rgba(59,130,246,.3);box-shadow:0 4px 12px #3b82f64d}.sidebar-menu .ant-menu-item-selected:after{display:none}.auditor-content-layout{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden;background:transparent}.auditor-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px;background:transparent}.loading-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;font-size:18px;padding:40px;text-align:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .loading-container{color:#f8fafc;background:#1e293b80}[data-theme=light] .loading-container{color:#1e293b;background:#f8fafccc}.dashboard-content{max-width:1400px;margin:0 auto}.stats-row{margin-bottom:24px}.stat-card{padding:24px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 16px #0000001a;overflow:hidden;position:relative}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #475569}[data-theme=light] .stat-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.stat-card.pending:before{background:linear-gradient(90deg,#f59e0b,#f97316)}.stat-card.in-progress:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.stat-card.completed:before{background:linear-gradient(90deg,#10b981,#059669)}.stat-card.total:before{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.stat-card:hover{-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 24px rgba(0,0,0,.15);box-shadow:0 8px 24px #00000026}.stat-card .ant-statistic{padding:20px}.stat-card .ant-statistic-title{font-size:14px;font-weight:500;margin-bottom:8px}[data-theme=dark] .stat-card .ant-statistic-title{color:#94a3b8}[data-theme=light] .stat-card .ant-statistic-title{color:#64748b}[data-theme=dark] .stat-card .ant-statistic-content{color:#f8fafc}[data-theme=light] .stat-card .ant-statistic-content{color:#1e293b}.recent-audits-card,.audits-list-card{border-radius:12px;box-shadow:0 4px 16px #0000001a;overflow:hidden}[data-theme=dark] .recent-audits-card,[data-theme=dark] .audits-list-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #475569}[data-theme=light] .recent-audits-card,[data-theme=light] .audits-list-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0}.ant-card-body{padding:4px!important}.card-header{padding:8px 12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:-3px 0;gap:6px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.card-header>*{margin:3px 0}@supports (gap: 6px){.card-header{margin:0}.card-header>*{margin:0}}[data-theme=dark] .card-header{border-bottom:1px solid #475569;background:#3b82f60d}[data-theme=dark] .card-header h3{color:#f8fafc}[data-theme=light] .card-header{border-bottom:1px solid #e2e8f0;background:#fff}[data-theme=light] .card-header h3{color:#1e293b}[data-theme=dark] .audits-table .ant-table-thead>tr>th{background:#3b82f61a;border-bottom:1px solid #475569;color:#f8fafc}[data-theme=light] .audits-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #e2e8f0;color:#1f2937}[data-theme=dark] .audits-table .ant-table-tbody>tr{background:transparent}[data-theme=light] .audits-table .ant-table-tbody>tr{background:transparent}[data-theme=dark] .audits-table .ant-table-tbody>tr:hover{background:#3b82f60d}[data-theme=light] .audits-table .ant-table-tbody>tr:hover{background:#fafafa}[data-theme=dark] .audits-table .ant-table-tbody>tr>td{border-bottom:1px solid #334155;color:#e2e8f0}[data-theme=light] .audits-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;color:#334155}[data-theme=dark] .audits-table .ant-pagination .ant-pagination-item{background:#1e293bcc;border:1px solid #475569;color:#e2e8f0}[data-theme=light] .audits-table .ant-pagination .ant-pagination-item{background:#fff;border:1px solid #d9d9d9;color:#595959}[data-theme=light] .audits-table .ant-pagination .ant-pagination-item:hover{background:#f0f7ff;border-color:#3b82f6}[data-theme=dark] .audits-table .ant-pagination .ant-pagination-item-active,[data-theme=light] .audits-table .ant-pagination .ant-pagination-item-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.audit-title{display:flex;align-items:center;gap:8px}.audit-title .audit-icon{color:#3b82f6;font-size:16px}.auditors-list{display:flex;flex-wrap:wrap;gap:4px}.materials-count{color:#94a3b8;font-size:13px}.action-button{border-radius:6px;transition:all .3s ease}.view-button:hover{background:#3b82f61a;color:#3b82f6}.start-button:hover{background:#10b9811a;color:#10b981}.complete-button:hover{background:#8b5cf61a;color:#8b5cf6}.audits-content{max-width:1400px;margin:0 auto;padding:0!important}.ant-tag{border-radius:6px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.auditor-layout{overflow-x:hidden}@media(max-width:768px){.auditor-layout .ant-layout-header{position:sticky;top:0;z-index:1000;background:#000;border-bottom:1px solid #334155}}.ant-drawer .ant-drawer-header,.ant-drawer .ant-drawer-header .ant-drawer-title,.ant-drawer .ant-drawer-close{color:#f8fafc}.ant-drawer .ant-drawer-close:hover{color:#3b82f6}@media(max-width:768px){.auditor-content{padding:8px;min-height:calc(100vh - 48px)}.card-header{padding:4px 6px!important;flex-direction:column;gap:6px;align-items:stretch}.card-header h3{font-size:16px}.stats-row{margin-bottom:16px}.stat-card .ant-statistic{padding:16px}.stat-card .ant-statistic-title{font-size:12px}.stat-card .ant-statistic-content{font-size:20px}.audits-table .ant-table{font-size:12px}.audits-table .ant-table-thead>tr>th{padding:8px;font-size:11px}.audits-table .ant-table-tbody>tr>td{padding:8px;font-size:12px}.audit-title{flex-direction:column;align-items:flex-start;gap:4px}.auditors-list{flex-direction:column;gap:2px}.action-button{padding:4px 8px;font-size:12px}}@media(max-width:576px){.auditor-content{padding:4px}.card-header{padding:3px 4px!important}.card-header h3{font-size:14px}}@supports (-webkit-touch-callout: none){.auditor-content,.auditor-sidebar,.ant-table-tbody{-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}input,select,textarea{font-size:16px!important}.stat-card,.ant-card,.ant-btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}*{-webkit-tap-highlight-color:transparent}}.stat-card .ant-statistic{padding:12px}.create-audit-button{font-size:12px;padding:4px 12px}@media(hover:none)and (pointer:coarse){.action-button{min-height:44px;min-width:44px}.create-audit-button{min-height:44px;padding:8px 16px}.sidebar-menu .ant-menu-item{min-height:48px;line-height:48px}}@supports (padding: max(0px)){.auditor-layout{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.auditor-layout .ant-layout-header{padding-top:env(safe-area-inset-top)}}@media(max-width:768px)and (orientation:landscape){.stats-row .ant-col{flex:0 0 25%;max-width:25%}.auditor-content{padding:8px 16px}}.audit-report-page{min-height:100vh;background:var(--background-color)}.audit-report-content{padding:clamp(12px,4vw,24px);max-width:1200px;margin:0 auto}.audit-report-header{margin-bottom:clamp(16px,3vw,24px)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(12px,2vw,16px);flex-wrap:wrap;gap:clamp(8px,2vw,16px)}.audit-report-breadcrumb{flex:1;display:flex!important;align-items:center!important}.audit-report-breadcrumb .ant-breadcrumb{display:flex!important;align-items:center!important}.audit-report-breadcrumb .ant-breadcrumb-link,.audit-report-breadcrumb .ant-breadcrumb-separator{font-size:clamp(12px,2vw,14px)!important;line-height:1.5!important;display:flex!important;align-items:center!important}.breadcrumb-back{padding:0;height:auto;color:var(--primary-color);font-size:clamp(12px,2vw,14px)!important;line-height:1.5!important;display:flex!important;align-items:center!important}.breadcrumb-back:hover{color:var(--primary-color-hover)}.header-actions{display:flex;gap:clamp(4px,1vw,8px)}.print-button{display:flex;align-items:center;gap:8px}.page-title{margin:0!important;color:var(--text-color);display:flex;align-items:center;gap:clamp(8px,1.5vw,12px)}.audit-info-card{border-radius:clamp(6px,1vw,8px);box-shadow:0 2px 8px #0000001a}.audit-report-form{width:100%}.form-card{border-radius:clamp(6px,1vw,8px);box-shadow:0 2px 8px #0000001a}.form-card .ant-card-head{border-bottom:1px solid var(--border-color)}.form-card .ant-card-head-title{color:var(--text-color);font-weight:600}.discrepancy-card{border:1px solid #ff7875}.discrepancy-card .ant-card-head{background-color:#fff2f0;border-bottom:1px solid #ff7875}.discrepancy-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.discrepancy-table{overflow-x:auto!important;width:100%!important}.discrepancy-table .ant-table{min-width:800px!important}.discrepancy-table .ant-table-container,.discrepancy-table .ant-table-body,.discrepancy-table .ant-table-content{overflow-x:auto!important}.form-actions{border-radius:clamp(6px,1vw,8px);box-shadow:0 2px 8px #0000001a;background:var(--card-background);padding:clamp(12px,2vw,16px)}.actions-container{display:flex;justify-content:flex-end;width:100%}.audit-report-page .ant-row{margin-left:clamp(-8px,-1vw,-12px)!important;margin-right:clamp(-8px,-1vw,-12px)!important}.audit-report-page .ant-col{padding-left:clamp(8px,1vw,12px)!important;padding-right:clamp(8px,1vw,12px)!important}.audit-report-page .ant-card-body{padding:clamp(16px,3vw,24px)!important}.audit-report-page .ant-card-head{padding:clamp(12px,2vw,16px) clamp(16px,3vw,24px)!important}.audit-report-page .ant-form-item{margin-bottom:clamp(16px,2.5vw,24px)!important}.audit-report-page .ant-space{gap:clamp(8px,1.5vw,16px)!important}.audit-report-page .ant-table{font-size:clamp(12px,2vw,14px)!important}.audit-report-page .ant-table-thead>tr>th{padding:clamp(8px,1.5vw,16px) clamp(12px,2vw,16px)!important}.audit-report-page .ant-table-tbody>tr>td{padding:clamp(6px,1vw,12px) clamp(12px,2vw,16px)!important}.audit-report-page .ant-btn{padding:clamp(4px,1vw,6px) clamp(12px,2vw,15px)!important;font-size:clamp(12px,2vw,14px)!important}.audit-report-page .ant-input,.audit-report-page .ant-input-affix-wrapper{padding:clamp(4px,1vw,6px) clamp(8px,1.5vw,11px)!important;font-size:clamp(12px,2vw,14px)!important}.audit-report-page .ant-select-selector{padding:clamp(1px,.5vw,2px) clamp(8px,1.5vw,11px)!important}@media(max-width:768px){.header-top{flex-direction:column;align-items:stretch}.header-actions{justify-content:center}.page-title{font-size:clamp(18px,4vw,20px)!important;text-align:center}.actions-container{justify-content:center}.actions-container .ant-space{flex-wrap:wrap;justify-content:center}.discrepancy-table{font-size:clamp(11px,2vw,12px)}.audit-report-breadcrumb{min-height:32px!important;align-items:center!important}.audit-report-breadcrumb .ant-breadcrumb{align-items:center!important;min-height:32px!important}.audit-report-breadcrumb .ant-breadcrumb-link,.audit-report-breadcrumb .ant-breadcrumb-separator{vertical-align:middle!important;height:32px!important;display:flex!important;align-items:center!important}.breadcrumb-back{height:32px!important;display:flex!important;align-items:center!important;vertical-align:middle!important}}@media(max-width:576px){.page-title{font-size:clamp(16px,5vw,18px)!important}.form-card{margin-bottom:clamp(12px,3vw,16px)}.ant-card-head-title{font-size:clamp(13px,3vw,14px)}.actions-container .ant-btn{width:100%;margin-bottom:clamp(6px,1.5vw,8px)}.audit-report-breadcrumb{min-height:28px!important;padding:2px 0!important}.audit-report-breadcrumb .ant-breadcrumb{min-height:28px!important;line-height:28px!important}.audit-report-breadcrumb .ant-breadcrumb-link,.audit-report-breadcrumb .ant-breadcrumb-separator{height:28px!important;line-height:28px!important;font-size:12px!important}.breadcrumb-back{height:28px!important;line-height:28px!important;font-size:12px!important;padding:0!important}.actions-container .ant-space{width:100%;flex-direction:column}}.audit-report-page{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;position:relative!important}.audit-report-page *{box-sizing:border-box!important;max-width:100%!important}.audit-report-page .ant-row{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.audit-report-page .ant-col{width:100%!important;max-width:100%!important;min-width:0!important;overflow-wrap:break-word!important;word-wrap:break-word!important}.audit-report-page .ant-card{width:100%!important;max-width:100%!important;overflow:hidden!important}.audit-report-page .ant-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important}.audit-report-page .ant-form-item{width:100%!important;max-width:100%!important}@media screen and (max-width:1200px){.audit-report-page .ant-col{flex:0 0 100%!important;max-width:100%!important}}.audit-report-page .ant-input,.audit-report-page .ant-input-affix-wrapper,.audit-report-page .ant-select,.audit-report-page .ant-picker,.audit-report-page .ant-rate,.audit-report-page .ant-btn{width:100%!important;max-width:100%!important;min-width:0!important}.audit-report-page .ant-table{width:100%!important;max-width:100%!important;table-layout:fixed!important}.audit-report-page .ant-table td,.audit-report-page .ant-table th{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media screen and (max-width:768px){.audit-report-page .ant-row{margin:0!important}.audit-report-page .ant-col{padding:clamp(4px,1vw,8px)!important}.audit-report-page .ant-table td,.audit-report-page .ant-table th{white-space:normal!important;word-break:break-word!important}}@media print{.audit-report-page{background:#fff!important}.header-actions,.form-actions{display:none!important}.audit-report-content{padding:0;max-width:none}.form-card,.audit-info-card{box-shadow:none;border:1px solid #d9d9d9;margin-bottom:16px;page-break-inside:avoid}.page-title{color:#000!important;margin-bottom:20px!important}.ant-card-head{background:#f5f5f5!important;border-bottom:1px solid #d9d9d9!important}.ant-card-head-title{color:#000!important}.discrepancy-table{font-size:11px}.discrepancy-table .ant-table-thead>tr>th{background:#f5f5f5!important;color:#000!important}.ant-tag{border:1px solid #d9d9d9}.ant-rate{color:#000!important}.ant-input,.ant-input:disabled{background:#fff!important;color:#000!important;border:1px solid #d9d9d9!important}.breadcrumb-back,.audit-report-breadcrumb{display:none}}.theme-dark .audit-report-page{background:#141414}.theme-dark .form-card,.theme-dark .audit-info-card{background:#1f1f1f;border-color:#434343}.theme-dark .discrepancy-card{border-color:#ff4d4f}.theme-dark .discrepancy-card .ant-card-head{background-color:#2a1f1f;border-bottom-color:#ff4d4f}.theme-dark .discrepancy-table .ant-table-thead>tr>th{background-color:#262626;color:#fff}.theme-dark .page-title{color:#fff}.theme-light .audit-report-page{background:#f5f5f5}.theme-light .form-card,.theme-light .audit-info-card{background:#fff;border-color:#d9d9d9}.theme-light .page-title{color:#000}.stat-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #334155}[data-theme=light] .stat-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0}[data-theme=dark] .stat-card:hover,[data-theme=light] .stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#3b82f6}[data-theme=dark] .stat-card .ant-statistic-title{color:#94a3b8!important;font-weight:500;margin-bottom:8px}[data-theme=light] .stat-card .ant-statistic-title{color:#64748b!important;font-weight:500;margin-bottom:8px}[data-theme=dark] .stat-card .ant-statistic-content{color:#f1f5f9!important}[data-theme=light] .stat-card .ant-statistic-content{color:#1e293b!important}.table-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}[data-theme=dark] .table-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #334155}[data-theme=light] .table-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0}.table-card .ant-card-body{padding:24px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.table-header .ant-input-search{max-width:400px}[data-theme=dark] .table-header .ant-input-search .ant-input{background:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=light] .table-header .ant-input-search .ant-input{background:#fff;border-color:#d1d5db;color:#1f2937}.table-header .ant-input-search .ant-input:focus,.table-header .ant-input-search .ant-input-focused{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}[data-theme=dark] .table-header .ant-input-search .ant-input::placeholder{color:#64748b}[data-theme=light] .table-header .ant-input-search .ant-input::placeholder{color:#9ca3af}.table-header .ant-btn-primary{background:#3b82f6;border-color:#3b82f6}.table-header .ant-btn-primary:hover{background:#2563eb;border-color:#2563eb}.ant-table{background:transparent}[data-theme=dark] .ant-table-thead>tr>th{background:#0f172a;border-bottom:1px solid #334155;color:#f1f5f9;font-weight:600}[data-theme=light] .ant-table-thead>tr>th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600}[data-theme=dark] .ant-table-tbody>tr>td{background:#1e293b;border-bottom:1px solid #334155;color:#f1f5f9}[data-theme=light] .ant-table-tbody>tr>td{background:#fff;border-bottom:1px solid #e5e7eb;color:#374151}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#334155!important}[data-theme=light] .ant-table-tbody>tr:hover>td{background:#f3f4f6!important}.ant-table-pagination{margin-top:24px}[data-theme=dark] .ant-table-pagination .ant-pagination-item{background:#1e293b;border-color:#334155}[data-theme=light] .ant-table-pagination .ant-pagination-item{background:#fff;border-color:#d1d5db}[data-theme=dark] .ant-table-pagination .ant-pagination-item a{color:#f1f5f9}[data-theme=light] .ant-table-pagination .ant-pagination-item a{color:#374151}.ant-table-pagination .ant-pagination-item:hover{border-color:#3b82f6}.ant-table-pagination .ant-pagination-item:hover a{color:#3b82f6}.ant-table-pagination .ant-pagination-item-active{background:#3b82f6;border-color:#3b82f6}.ant-table-pagination .ant-pagination-item-active a,.theme-dark .ant-table-pagination .ant-pagination-item-active a,.theme-light .ant-table-pagination .ant-pagination-item-active a{color:#fff}.ant-table-pagination .ant-pagination-prev,.ant-table-pagination .ant-pagination-next{background:#1e293b;border-color:#334155}.ant-table-pagination .ant-pagination-prev:hover,.ant-table-pagination .ant-pagination-next:hover{border-color:#3b82f6}.ant-table-pagination .ant-pagination-prev a,.ant-table-pagination .ant-pagination-next a{color:#f1f5f9}.ant-table-pagination .ant-pagination-prev:hover a,.ant-table-pagination .ant-pagination-next:hover a{color:#3b82f6}[data-theme=dark] .ant-modal-content{background:#1e293b;border:1px solid #334155}[data-theme=light] .ant-modal-content{background:#fff;border:1px solid #e5e7eb}[data-theme=dark] .ant-modal-header{background:#1e293b;border-bottom:1px solid #334155}[data-theme=light] .ant-modal-header{background:#fff;border-bottom:1px solid #e5e7eb}[data-theme=dark] .ant-modal-title{color:#f1f5f9}[data-theme=light] .ant-modal-title{color:#1f2937}.ant-modal-close{color:#94a3b8}.ant-modal-close:hover{color:#f1f5f9}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label{background:#0f172a;color:#94a3b8;border-color:#334155}[data-theme=light] .ant-descriptions-bordered .ant-descriptions-item-label{background:#f9fafb;color:#6b7280;border-color:#e5e7eb}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content{background:#1e293b;color:#f1f5f9;border-color:#334155}[data-theme=light] .ant-descriptions-bordered .ant-descriptions-item-content{background:#fff;color:#374151;border-color:#e5e7eb}@media(max-width:768px){.table-header{flex-direction:column;align-items:stretch}.table-header .ant-input-search{max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card,.table-card{animation:fadeIn .6s ease-out}.ant-tag{border-radius:6px;font-weight:500;padding:2px 8px}.ant-btn-link{color:#3b82f6;padding:0;height:auto}.ant-btn-link:hover{color:#2563eb}.mb-8{margin-bottom:32px}.flex{display:flex}.items-center{align-items:center}.gap-3{gap:12px}.mb-2{margin-bottom:8px}.module-selection-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.module-selection-content{padding:2rem;max-width:1200px;margin:0 auto;padding-top:120px}.module-selection-header{text-align:center;margin-bottom:3rem;color:#fff}.module-selection-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.module-selection-header p{font-size:1.2rem;opacity:.9;font-weight:300}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.module-card{background:#fff;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #0000001a;display:flex;align-items:center;gap:1.5rem;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--module-color)}.module-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026}.module-card:hover .module-arrow{transform:translate(8px)}.module-icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff!important;border-radius:50%;color:#fff;flex-shrink:0;filter:brightness(1);border:1px solid black}.module-info{flex:1}.module-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.module-info p{color:#6b7280;font-size:1rem;line-height:1.5}.module-arrow{font-size:1.5rem;color:var(--module-color);font-weight:700;transition:transform .3s ease}.module-card-disabled{opacity:.9;cursor:not-allowed}.module-card-disabled:hover{transform:none;box-shadow:0 8px 25px #0000001a}.module-card-disabled .module-icon{background:#9ca3af}.module-card-disabled .module-arrow{color:#9ca3af}.module-card-disabled .module-arrow:hover{transform:none}.module-status{display:block;font-size:.875rem;color:#ef4444;font-weight:500;margin-top:.25rem}.no-modules,.no-modules-message{text-align:center;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a}.no-modules p,.no-modules-message p{font-size:1.1rem;color:#6b7280;margin:0}.no-modules-message h3{font-size:1.5rem;color:#1f2937;margin-bottom:1rem}@media(max-width:768px){.module-selection-content{padding:1rem;padding-top:100px}.module-selection-header h1{font-size:2rem}.modules-grid{grid-template-columns:1fr;gap:1.5rem}.module-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.module-icon{width:60px;height:60px;font-size:2rem}}[data-theme=dark] .module-selection-container{background:linear-gradient(135deg,#1f2937,#111827)}[data-theme=dark] .module-selection-header{color:#f9fafb}[data-theme=dark] .module-card{background:#374151;border:1px solid #4b5563}[data-theme=dark] .module-info h3{color:#f9fafb}[data-theme=dark] .module-info p{color:#d1d5db}[data-theme=dark] .no-modules,[data-theme=dark] .no-modules-message{background:#374151;border:1px solid #4b5563}[data-theme=dark] .no-modules p,[data-theme=dark] .no-modules-message p{color:#d1d5db}[data-theme=dark] .no-modules-message h3{color:#f9fafb}[data-theme=dark] .module-status{color:#f87171}[data-theme=light] .module-selection-container{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=light] .module-selection-header{color:#fff}[data-theme=light] .module-card{background:#fff!important;border:none}[data-theme=light] .module-info h3{color:#1f2937}[data-theme=light] .module-info p{color:#6b7280}[data-theme=light] .no-modules,[data-theme=light] .no-modules-message{background:#fff;border:none}[data-theme=light] .no-modules p,[data-theme=light] .no-modules-message p{color:#6b7280}[data-theme=light] .no-modules-message h3{color:#1f2937}[data-theme=light] .module-status{color:#ef4444}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}*{margin:0;padding:0;box-sizing:border-box}body{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;min-height:100vh;transition:background-color .3s ease,color .3s ease}body.theme-light{background-color:#f0f8e8;color:#262626}body.theme-dark{background-color:#000;color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}.dashboard-home-table{overflow-x:auto;font-size:12px!important;border:1px solid #d9d9d9;border-radius:6px}.dashboard-home-table table{min-width:500px;font-size:12px!important;width:100%}.dashboard-home-table th,.dashboard-home-table td{padding:8px 4px!important;font-size:12px!important;white-space:nowrap}.dashboard-home-table th{font-size:11px!important}body.theme-dark .dashboard-home-table{border-color:#333}body.theme-light .dashboard-home-table{border-color:#d9f7be}body.theme-light .ant-table-tbody>tr:hover>td{background-color:#f6ffed!important}body.theme-light .ant-table-tbody>tr>td{border-bottom-color:#d9f7be!important;background-color:#fff!important;color:#000!important;border-bottom-color:#f0f0f0!important}body.theme-light .ant-table-tbody>tr:hover>td{background-color:#f5f5f5!important}body.theme-light .ant-input,body.theme-light .ant-input-password,body.theme-light .ant-input-password input,body.theme-light .ant-select-selector,body.theme-light .ant-picker,body.theme-light .ant-picker input,body.theme-light .ant-input-number,body.theme-light .ant-input-number input,body.theme-light .ant-mentions,body.theme-light .ant-cascader-picker,body.theme-light .ant-tree-select-selector{background-color:#fff!important;border-color:#d9f7be!important;color:#262626!important}body.theme-light .ant-input:focus,body.theme-light .ant-input:active{border-color:#52c41a!important;box-shadow:0 0 0 2px #52c41a33!important}body.theme-light .ant-input:focus,body.theme-light .ant-input:active,body.theme-light .ant-input[value]:not([value=""]),body.theme-light .ant-input-password:focus,body.theme-light .ant-input-password input:focus,body.theme-light .ant-input-password input:active,body.theme-light .ant-input-password input[value]:not([value=""]),body.theme-light .ant-select-focused .ant-select-selector,body.theme-light .ant-picker:focus,body.theme-light .ant-picker input:focus,body.theme-light .ant-picker input:active,body.theme-light .ant-input-number:focus,body.theme-light .ant-input-number input:focus,body.theme-light .ant-input-number input:active,body.theme-light .ant-mentions:focus,body.theme-light .ant-cascader-picker:focus,body.theme-light .ant-tree-select-focused .ant-tree-select-selector{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important;background-color:#fff!important}body.theme-light .ant-select{color:#000!important}body.theme-light .ant-select-selector{background-color:#fff!important;border-color:#d9d9d9!important;color:#000!important}body.theme-light .ant-select-dropdown{background-color:#fff!important}body.theme-light .ant-select-item{color:#000!important;background-color:#fff!important}body.theme-light .ant-select-item:hover{background-color:#f5f5f5!important}body.theme-light .ant-select-item-option-selected{background-color:#d9f7be!important;color:#389e0d!important}body.theme-light .ant-select-item-option-active{background-color:#f6ffed!important;color:#262626!important}body.theme-light .ant-select-selector{background-color:#fff!important;border-color:#d9f7be!important;color:#262626!important}body.theme-light .ant-select-focused .ant-select-selector{border-color:#52c41a!important;box-shadow:0 0 0 2px #52c41a33!important}body.theme-light .ant-form-item-label>label{color:#262626!important}body.theme-light .ant-typography{color:#262626!important}body.theme-light .ant-typography.ant-typography-secondary{color:#595959!important}body.theme-light .ant-btn-default{background-color:#fff!important;border-color:#d9f7be!important;color:#262626!important}body.theme-light .ant-btn-default:hover{background-color:#f6ffed!important;border-color:#52c41a!important;color:#52c41a!important}body.theme-light .ant-btn-primary{background-color:#52c41a!important;border-color:#52c41a!important;color:#fff!important}body.theme-light .ant-btn-primary:hover{background-color:#73d13d!important;border-color:#73d13d!important;color:#fff!important}body.theme-light .ant-modal-content{background-color:#fff!important;color:#262626!important}body.theme-light .ant-modal-header{background-color:#f6ffed!important;border-bottom-color:#d9f7be!important}body.theme-light .ant-modal-title{color:#262626!important}body.theme-light .ant-modal-mask{background-color:#52c41a73!important}body.theme-light .ant-statistic{color:#262626!important}body.theme-light .ant-statistic-title{color:#595959!important}body.theme-light .ant-statistic-content{color:#262626!important}.ant-statistic-content-value{color:inherit!important}body.theme-light .ant-descriptions{color:#262626!important}body.theme-light .ant-descriptions-item-label{color:#262626!important;background-color:#f6ffed!important}body.theme-light .ant-descriptions-item-content{color:#262626!important;background-color:#fff!important}body.theme-light .ant-pagination{color:#000!important}body.theme-light .ant-pagination-item{background-color:#fff!important;border-color:#d9d9d9!important}body.theme-light .ant-pagination-item a{color:#000!important}body.theme-light .ant-pagination-item:hover{border-color:#1890ff!important}body.theme-light .ant-pagination-item:hover a{color:#1890ff!important}body.theme-light .ant-pagination-item-active{background-color:#1890ff!important;border-color:#1890ff!important}body.theme-light .ant-pagination-item-active a{color:#fff!important}body.theme-light .ant-pagination-prev,body.theme-light .ant-pagination-next{color:#000!important}body.theme-light .ant-pagination-prev:hover,body.theme-light .ant-pagination-next:hover{color:#1890ff!important}body.theme-light .ant-pagination-item-link{background-color:#fff!important;border-color:#d9d9d9!important;color:#000!important}body.theme-light .ant-pagination-item-link:hover{background-color:#f5f5f5!important;border-color:#1890ff!important;color:#1890ff!important}body.theme-light .ant-empty{color:#000!important}body.theme-light .ant-empty-description{color:#666!important}body.theme-light .ant-picker-dropdown{background-color:#fff!important}body.theme-light .ant-picker-panel{background-color:#fff!important;border-color:#d9d9d9!important}body.theme-light .ant-picker-header{border-bottom-color:#f0f0f0!important}body.theme-light .ant-picker-header button{color:#000!important}body.theme-light .ant-picker-content{background-color:#fff!important}body.theme-light .ant-picker-cell{color:#000!important}body.theme-light .ant-picker-cell:hover{background-color:#f5f5f5!important}body.theme-light .ant-picker-cell-selected{background-color:#1890ff!important;color:#fff!important}body.theme-light .ant-picker-today-btn{color:#1890ff!important}body.theme-light .ant-divider{border-color:#f0f0f0!important}body.theme-light .ant-divider-horizontal.ant-divider-with-text,body.theme-light .ant-modal-close{color:#000!important}body.theme-light .ant-modal-close:hover{color:#1890ff!important}body.theme-light .ant-alert{background-color:#fff!important;border-color:#d9d9d9!important;color:#000!important}body.theme-light .ant-alert-message{color:#000!important}body.theme-light .ant-alert-description{color:#666!important}body.theme-light .ant-alert-error{background-color:#fff2f0!important;border-color:#ffccc7!important;color:#262626!important}body.theme-light .ant-alert-success{background-color:#f6ffed!important;border-color:#b7eb8f!important;color:#262626!important}body.theme-light .ant-alert-warning{background-color:#fffbe6!important;border-color:#ffe58f!important;color:#262626!important}body.theme-light .ant-alert-info{background-color:#e6f7ff!important;border-color:#91d5ff!important;color:#262626!important}body.theme-light .admin-dashboard .admin-table .ant-table{background-color:#fff!important}body.theme-light .admin-dashboard .admin-table .ant-table-thead>tr>th{background-color:#f6ffed!important;color:#262626!important}.ant-input::placeholder,.ant-input-password input::placeholder,.ant-select-selection-placeholder,.ant-picker input::placeholder,.ant-input-number input::placeholder,.ant-mentions textarea::placeholder{color:#94a3b8!important}.ant-input::-webkit-input-placeholder,.ant-input-password input::-webkit-input-placeholder,.ant-picker input::-webkit-input-placeholder,.ant-input-number input::-webkit-input-placeholder,.ant-mentions textarea::-webkit-input-placeholder{color:#94a3b8!important}.ant-input::-moz-placeholder,.ant-input-password input::-moz-placeholder,.ant-picker input::-moz-placeholder,.ant-input-number input::-moz-placeholder,.ant-mentions textarea::-moz-placeholder{color:#94a3b8!important}.ant-input:-ms-input-placeholder,.ant-input-password input:-ms-input-placeholder,.ant-picker input:-ms-input-placeholder,.ant-input-number input:-ms-input-placeholder,.ant-mentions textarea:-ms-input-placeholder{color:#94a3b8!important;border-bottom:1px solid #475569!important}.ant-modal .ant-input,.ant-modal .ant-input-password,.ant-modal .ant-input-password input,.ant-modal .ant-select-selector,.ant-modal .ant-picker,.ant-modal .ant-picker input{background-color:#fff!important;border-color:#d9f7be!important;color:#262626!important}body.theme-dark .ant-modal-header{background-color:#111!important;border-bottom-color:#333!important}body.theme-dark .ant-modal-title{color:#fff!important}body.theme-dark .ant-modal-mask{background-color:#000000a6!important}body.theme-dark .ant-typography{color:#fff!important}body.theme-dark .ant-typography.ant-typography-secondary{color:#ccc!important}body.theme-dark .ant-form-item-label>label{color:#fff!important}body.theme-dark .ant-pagination{color:#fff!important}body.theme-dark .ant-pagination-item{background-color:#1e293b!important;border-color:#475569!important}body.theme-dark .ant-pagination-item a{color:#e2e8f0!important}body.theme-dark .ant-pagination-item:hover{border-color:#1890ff!important}body.theme-dark .ant-pagination-item:hover a{color:#1890ff!important}body.theme-dark .ant-pagination-item-active{background-color:#1890ff!important;border-color:#1890ff!important}body.theme-dark .ant-pagination-item-active a,body.theme-dark .ant-empty{color:#fff!important}body.theme-dark .ant-empty-description{color:#ccc!important}body.theme-dark .ant-picker-dropdown{background-color:#1e293b!important}body.theme-dark .ant-picker-panel{background-color:#1e293b!important;border-color:#475569!important}body.theme-dark .ant-picker-header{border-bottom-color:#475569!important}body.theme-dark .ant-picker-header button{color:#e2e8f0!important}body.theme-dark .ant-picker-content{background-color:#1e293b!important}body.theme-dark .ant-picker-cell{color:#e2e8f0!important}body.theme-dark .ant-picker-cell:hover{background-color:#334155!important}body.theme-dark .ant-picker-cell-selected{background-color:#1890ff!important;color:#fff!important}body.theme-dark .ant-divider{border-color:#475569!important}body.theme-dark .ant-divider-horizontal.ant-divider-with-text,body.theme-dark .ant-modal-close{color:#fff!important}body.theme-dark .ant-modal-close:hover{color:#1890ff!important}body.theme-dark .ant-alert{background-color:#1e293b!important;border-color:#475569!important;color:#e2e8f0!important}body.theme-dark .ant-alert-message{color:#e2e8f0!important}body.theme-dark .ant-alert-description{color:#ccc!important}body.theme-dark .ant-statistic{color:#fff!important}body.theme-dark .ant-statistic-title{color:#ccc!important}body.theme-dark .ant-statistic-content,body.theme-dark .ant-descriptions{color:#fff!important}body.theme-dark .ant-descriptions-item-label{color:#fff!important;background-color:#1e293b!important}body.theme-dark .ant-descriptions-item-content{color:#fff!important;background-color:#111!important}body.theme-dark .ant-modal .ant-input,body.theme-dark .ant-modal .ant-input-password,body.theme-dark .ant-modal .ant-input-password input,body.theme-dark .ant-modal .ant-select-selector,body.theme-dark .ant-modal .ant-picker,body.theme-dark .ant-modal .ant-picker input{background-color:#1e293b!important;border-color:#475569!important;color:#e2e8f0!important}.finance-admin-sider{scrollbar-width:thin;scrollbar-color:var(--sider-scroll-thumb) var(--sider-scroll-track)}.finance-admin-sider::-webkit-scrollbar{width:6px}.finance-admin-sider::-webkit-scrollbar-track{background:var(--sider-scroll-track)}.finance-admin-sider::-webkit-scrollbar-thumb{background-color:var(--sider-scroll-thumb);border-radius:6px;transition:background-color .2s ease}.finance-admin-sider::-webkit-scrollbar-thumb:hover{background-color:var(--sider-scroll-thumb-hover)}body.theme-light .finance-admin-sider{--sider-scroll-track: rgba(0, 0, 0, .06);--sider-scroll-thumb: rgba(22, 119, 255, .35);--sider-scroll-thumb-hover: rgba(22, 119, 255, .55)}body.theme-dark .finance-admin-sider{--sider-scroll-track: rgba(255, 255, 255, .08);--sider-scroll-thumb: rgba(22, 119, 255, .45);--sider-scroll-thumb-hover: rgba(22, 119, 255, .65)}input,.ant-input,.ant-input-password input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.theme-light input,body.theme-light .ant-input,body.theme-light .ant-input-password input,body.theme-light .ant-select-selector,body.theme-light .ant-picker,body.theme-light .ant-picker input,body.theme-light .ant-input-number,body.theme-light .ant-input-number input,body.theme-light .ant-mentions,body.theme-light .ant-cascader-picker,body.theme-light .ant-tree-select-selector{background-color:#fff!important;color:#000!important;border-color:#d9d9d9!important}body.theme-dark input,body.theme-dark .ant-input,body.theme-dark .ant-input-password input,body.theme-dark .ant-select-selector,body.theme-dark .ant-picker,body.theme-dark .ant-picker input,body.theme-dark .ant-input-number,body.theme-dark .ant-input-number input,body.theme-dark .ant-mentions,body.theme-dark .ant-cascader-picker,body.theme-dark .ant-tree-select-selector{background-color:#1e293b!important;color:#e2e8f0!important;border-color:#475569!important}body.theme-light input:-webkit-autofill,body.theme-light input:-webkit-autofill:hover,body.theme-light input:-webkit-autofill:focus,body.theme-light textarea:-webkit-autofill,body.theme-light textarea:-webkit-autofill:hover,body.theme-light textarea:-webkit-autofill:focus,body.theme-light select:-webkit-autofill,body.theme-light select:-webkit-autofill:hover,body.theme-light select:-webkit-autofill:focus,body.theme-light .ant-input:-webkit-autofill,body.theme-light .ant-input:-webkit-autofill:hover,body.theme-light .ant-input:-webkit-autofill:focus,body.theme-light .ant-input-password input:-webkit-autofill,body.theme-light .ant-input-password input:-webkit-autofill:hover,body.theme-light .ant-input-password input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--antd-input-bg, #ffffff) inset!important;-webkit-text-fill-color:inherit!important;transition:background-color 9999s ease-in-out 0s!important}body.theme-dark input:-webkit-autofill,body.theme-dark input:-webkit-autofill:hover,body.theme-dark input:-webkit-autofill:focus,body.theme-dark textarea:-webkit-autofill,body.theme-dark textarea:-webkit-autofill:hover,body.theme-dark textarea:-webkit-autofill:focus,body.theme-dark select:-webkit-autofill,body.theme-dark select:-webkit-autofill:hover,body.theme-dark select:-webkit-autofill:focus,body.theme-dark .ant-input:-webkit-autofill,body.theme-dark .ant-input:-webkit-autofill:hover,body.theme-dark .ant-input:-webkit-autofill:focus,body.theme-dark .ant-input-password input:-webkit-autofill,body.theme-dark .ant-input-password input:-webkit-autofill:hover,body.theme-dark .ant-input-password input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--antd-input-bg, #1e293b) inset!important;-webkit-text-fill-color:inherit!important;transition:background-color 9999s ease-in-out 0s!important}@media(forced-colors:active){input{forced-color-adjust:none}}body.theme-light .ant-form-item .ant-input,body.theme-light .ant-form-item .ant-input-password input,body.theme-light .ant-form-item .ant-select-selector,body.theme-light .ant-form-item .ant-picker,body.theme-light .ant-form-item .ant-picker input,body.theme-light .ant-form-item .ant-input-number,body.theme-light .ant-form-item .ant-input-number input{background-color:#fff!important;color:#000!important;border-color:#d9d9d9!important}body.theme-dark .ant-form-item .ant-input,body.theme-dark .ant-form-item .ant-input-password input,body.theme-dark .ant-form-item .ant-select-selector,body.theme-dark .ant-form-item .ant-picker,body.theme-dark .ant-form-item .ant-picker input,body.theme-dark .ant-form-item .ant-input-number,body.theme-dark .ant-form-item .ant-input-number input{background-color:#1e293b!important;color:#e2e8f0!important;border-color:#475569!important}.login-right-section,.login-form-container{color-scheme:light}.login-right-section input,.login-right-section .ant-input,.login-right-section .ant-input-password input,.login-right-section .ant-select-selector,.login-right-section .ant-picker,.login-right-section .ant-picker input,.login-right-section .ant-input-number,.login-right-section .ant-input-number input{background-color:#fff!important;color:#000!important;border-color:#d9d9d9!important}.login-right-section input:-webkit-autofill,.login-right-section input:-webkit-autofill:hover,.login-right-section input:-webkit-autofill:focus,.login-right-section .ant-input:-webkit-autofill,.login-right-section .ant-input:-webkit-autofill:hover,.login-right-section .ant-input:-webkit-autofill:focus,.login-right-section .ant-input-password input:-webkit-autofill,.login-right-section .ant-input-password input:-webkit-autofill:hover,.login-right-section .ant-input-password input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;-webkit-text-fill-color:#000000!important;caret-color:#000!important;transition:background-color 9999s ease-in-out 0s!important}
