*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{color:#101827;background:#f5f8fc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,select,input{font:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:20;background:#fff;border-right:1px solid #e5eaf1;flex-direction:column;width:210px;padding:18px 14px;transition:width .25s,padding .25s;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar.sidebar-collapsed{width:68px;padding-left:8px;padding-right:8px}.brand{justify-content:space-between;align-items:center;gap:7px;width:100%;height:48px;margin-bottom:20px;display:flex}.brand-main{align-items:center;gap:8px;min-width:0;display:flex}.brand-logo{object-fit:contain;flex:0 0 40px;width:40px;height:40px}.brand-text{flex-direction:column;min-width:0;display:flex}.brand-text strong{color:#111827;letter-spacing:.04em;font-size:14px;font-weight:900;line-height:1.1}.brand-text span{color:#8290a7;letter-spacing:.08em;margin-top:2px;font-size:9px;font-weight:700;line-height:1}.sidebar-collapse-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dce3ed;border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;transition:background .15s,color .15s,border-color .15s;display:grid}.sidebar-collapse-button:hover{color:#111827;background:#fff9dc;border-color:#ffd400}.sidebar-collapsed .brand{justify-content:center}.sidebar-collapsed .brand-main{display:none}.side-nav{flex-direction:column;gap:7px;width:100%;display:flex}.side-nav-item{color:#536177;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:43px;padding:0 11px;font-size:11px;font-weight:650;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex;overflow:hidden}.side-nav-item:hover{color:#111827;background:#fff9dc}.side-nav-item.active{color:#111827;background:#ffd400;border-color:#ffd400}.side-nav-icon{flex:0 0 21px;place-items:center;width:21px;height:21px;display:grid}.side-nav-icon svg{width:18px;height:18px;display:block}.side-nav-label{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12.5px;overflow:hidden}.sidebar-collapsed .side-nav-item{justify-content:center;gap:0;width:48px;min-height:43px;margin:0 auto;padding:0}.sidebar-collapsed .side-nav-icon{flex-basis:22px;width:22px;height:22px}.sidebar-collapsed .side-nav-icon svg{width:19px;height:19px}.sidebar-bottom{flex-direction:column;gap:8px;width:100%;margin-top:auto;display:flex}.sidebar-user-card{align-items:center;width:100%;display:flex}.sidebar-logout-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:42px;padding:0 14px;font-size:13px;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:flex}.sidebar-logout-button:hover{color:#dc2626;background:#fff1f2;border-color:#fecaca}.sidebar-logout-button svg{flex-shrink:0}.sidebar-logout-collapsed{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;place-items:center;width:48px;height:43px;margin:0 auto;padding:0;display:grid}.sidebar-logout-collapsed:hover{color:#dc2626;background:#fff1f2;border-color:#fecaca}.main-area{width:calc(100% - 210px);min-width:0;margin-left:210px;transition:width .25s,margin-left .25s}.app-shell-collapsed .main-area{width:calc(100% - 68px);margin-left:68px}.top-header{z-index:15;background:#fff;border-bottom:1px solid #e3e9f2;justify-content:space-between;align-items:center;gap:24px;height:72px;padding:0 26px;display:flex;position:sticky;top:0}.top-header h1{color:#131c31;letter-spacing:-.5px;flex:none;margin:0;font-size:24px;font-weight:800;line-height:1}.header-actions{justify-content:flex-end;align-items:flex-end;gap:10px;min-width:0;display:flex}.header-filter{flex-direction:column;gap:5px;min-width:0;display:flex}.header-filter-label{color:#91a1b8;letter-spacing:.06em;text-transform:uppercase;margin-left:3px;font-size:9px;font-weight:800;line-height:1}.header-select-wrap{width:125px;height:38px;position:relative}.header-branch-filter .header-select-wrap{width:190px}.header-select{appearance:none;color:#273449;cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dce5ef;border-radius:10px;outline:none;width:100%;height:100%;padding:0 35px;font-size:11px;font-weight:700;line-height:1;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:0 2px 5px #0f172a09,inset 0 1px #fffc}.header-select-wrap:after{content:"";pointer-events:none;border-bottom:1.6px solid #718096;border-right:1.6px solid #718096;width:6px;height:6px;position:absolute;top:50%;right:13px;transform:translateY(-70%)rotate(45deg)}.header-select:hover{background:#fff;border-color:#b8c7da;box-shadow:0 4px 12px #0f172a0f}.header-select:focus{border-color:#2966e8;box-shadow:0 0 0 3px #2966e81a,0 4px 12px #0f172a0d}.header-select-icon{z-index:2;color:#8192aa;pointer-events:none;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.header-select-icon svg{width:15px;height:15px;display:block}.select-group{flex-direction:column;gap:5px;display:flex;position:relative}.select-group label{color:#8b9bb3;letter-spacing:.05em;text-transform:uppercase;margin-left:4px;font-size:9px;font-weight:800;line-height:1}.select-group select{color:#263247;cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dce5ef;border-radius:10px;outline:none;width:108px;height:36px;padding:0 34px 0 12px;font-size:11px;font-weight:700;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 2px 5px #0f172a09}.select-group select:hover{border-color:#b8c7da;box-shadow:0 4px 10px #0f172a0f}.select-group select:focus{border-color:#2966e8;box-shadow:0 0 0 3px #2966e81a}.select-group.branch-select select{width:180px}.language-switcher{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dce5ef;border-radius:11px;align-items:center;gap:3px;height:38px;padding:3px;display:flex;box-shadow:0 2px 5px #0f172a09}.language-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:40px;height:30px;padding:0;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s;display:grid}.language-button:hover{background:#f0f4f8}.language-button:active{transform:scale(.96)}.language-button.selected,.language-button.mongolia{background:linear-gradient(#fffceb,#fff6bd);border-color:#ffd400;box-shadow:0 2px 6px #ffd4002e}.language-button.selected:hover,.language-button.mongolia:hover{background:linear-gradient(#fff9d6,#ffef9a)}.language-button.selected{background:linear-gradient(#fffceb 0%,#fff4b1 100%);border-color:#ffd400;box-shadow:0 2px 7px #ffd40033}.language-button.selected:hover{background:linear-gradient(#fff9d6 0%,#ffef9a 100%)}.language-flag{font-size:30px;line-height:1;display:block}.page-content{min-height:calc(100vh - 72px);padding:20px 25px 32px}.page-grid{gap:15px;display:grid}.page-grid-2{grid-template-columns:1.2fr .8fr}.dashboard-card{background:#fff;border:1px solid #dce4ee;border-radius:12px;min-width:0;height:360px;padding:16px 20px 18px;overflow:hidden;box-shadow:0 2px 5px #1426430a}.card-title{color:#121a2d;margin:0 0 10px;font-size:15px;font-weight:800}.chart-area{width:100%;height:calc(100% - 27px)}.dashboard-page{flex-direction:column;gap:15px;width:100%;display:flex}.dashboard-kpis{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:175px;align-items:stretch;gap:12px;width:100%;display:grid}.dashboard-kpis>.kpi-card{width:100%;height:175px;min-height:175px;max-height:175px}.kpi-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;flex-direction:column;width:100%;min-width:0;height:175px;min-height:175px;max-height:175px;padding:18px 18px 16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 12px #0f172a0a}.kpi-card:hover{border-color:#cbd7e6;transform:translateY(-2px);box-shadow:0 10px 26px #0f172a14}.kpi-card-top{flex:0 0 34px;justify-content:space-between;align-items:center;gap:7px;width:100%;min-width:0;height:34px;display:flex}.kpi-card-title{color:#91a1ba;letter-spacing:.02em;text-transform:uppercase;flex:1;align-items:center;gap:7px;min-width:0;font-size:11px;font-weight:800;line-height:1.15;display:flex}.kpi-card-title-icon{color:#71839e;background:#f2f6fa;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.kpi-card-title-text{white-space:normal;text-overflow:clip;word-break:normal;overflow-wrap:break-word;min-width:0;max-width:none;line-height:1.15;display:block;overflow:visible}.kpi-change-badge{white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;min-width:72px;height:31px;padding:0 9px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.kpi-change-badge.positive{color:#287f72;background:#d8f3ee}.kpi-change-badge.negative{color:#d24d4d;background:#fee7e7}.kpi-change-badge.neutral{color:#718096;background:#eef2f7}.kpi-card-body{z-index:2;width:calc(100% - 60px);min-width:0;margin-top:10px;position:relative}.kpi-value{color:#0f172a;letter-spacing:-1.5px;white-space:nowrap;max-width:100%;font-size:clamp(27px,2vw,34px);font-weight:900;line-height:1;overflow:hidden}.kpi-value.negative-money{color:#dc2626}.kpi-previous{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-size:10.5px;font-weight:700;line-height:1.2;overflow:hidden}.kpi-mini-trend{z-index:1;pointer-events:none;width:68px;height:37px;position:absolute;top:88px;right:17px}.kpi-mini-trend svg{width:100%;height:100%;display:block}.kpi-mini-trend-line{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.kpi-mini-trend-fill{opacity:1}.kpi-change-badge.positive,.kpi-difference.positive{color:#07866f}.kpi-change-badge.negative,.kpi-difference.negative{color:#dc2626}.kpi-change-badge.neutral,.kpi-difference.neutral{color:#64748b}.kpi-mini-trend.positive{color:#5bcbb3}.kpi-mini-trend.negative{color:#ef4444}.kpi-mini-trend.neutral{color:#94a3b8}.kpi-mini-trend-line{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.kpi-mini-trend-fill{fill:currentColor;opacity:.08}.kpi-mini-trend.positive .kpi-mini-trend-line{stroke:#74cdb8}.kpi-mini-trend.positive .kpi-mini-trend-fill{fill:#74cdb817}.kpi-mini-trend.negative .kpi-mini-trend-line{stroke:#eb8686}.kpi-mini-trend.negative .kpi-mini-trend-fill{fill:#eb868617}.kpi-mini-trend.neutral .kpi-mini-trend-line{stroke:#a5b3c5}.kpi-mini-trend.neutral .kpi-mini-trend-fill{fill:#a5b3c512}.kpi-difference{z-index:2;white-space:nowrap;text-overflow:ellipsis;margin-top:auto;padding:0;font-size:10.5px;font-weight:800;line-height:1.2;position:relative;overflow:hidden}.kpi-difference.positive{color:#268274}.kpi-difference.negative{color:#d44c4c}.kpi-difference.neutral{color:#94a3b8}.kpi-progress-section{z-index:2;margin-top:7px;position:relative}.kpi-progress-header{color:#8ea0ba;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:10px;font-weight:700;display:flex}.kpi-progress-header strong{color:#8193ad;font-size:11px;font-weight:800}.kpi-progress-track{background:#edf2f7;border-radius:999px;width:100%;height:6px;overflow:hidden}.kpi-progress-bar{border-radius:inherit;background:linear-gradient(90deg,#56b7a2,#64c5ae);height:100%;transition:width .4s}.dashboard-main-row{grid-template-columns:minmax(0,2.05fr) .82fr 1.22fr;gap:14px;display:grid}.collection-card{height:375px}.mini-stats-column{grid-template-rows:repeat(3,1fr);gap:10px;height:375px;display:grid}.mini-stat span{color:#8290a7;margin-top:8px;font-size:10px;display:block}.mini-stat b{margin-top:6px;font-size:11px;display:block}.green,.positive{color:#13a850}.red,.negative,.negative-money{color:#db2626}.neutral{color:#64748b}.dashboard-chart{width:100%;height:280px}.collection-chart{height:285px}.chart-summary{color:#6c7e97;border-top:1px solid #edf1f6;padding-top:9px;font-size:10px}.chart-summary span{color:#a9631a}.financial-card{flex-direction:column;height:390px;min-height:390px;max-height:390px;display:flex;overflow:hidden}.financial-card .card-title{flex:none;margin-bottom:6px}.financial-card .dashboard-chart{flex:0 0 285px;width:100%;height:285px;min-height:285px;max-height:285px}.financial-card .chart-summary{flex:none;margin-top:4px;padding-top:8px}.financial-card .dashboard-chart{width:100%}.aging-card{height:390px;min-height:390px;max-height:390px;overflow:hidden}.aging-card .chart-area{height:calc(100% - 30px);min-height:0}.aging-content{grid-template-rows:1fr 34px;grid-template-columns:56% 44%;height:calc(100% - 30px);display:grid;position:relative}.aging-chart{min-height:0}.aging-legend{flex-direction:column;gap:12px;padding:10px 0 0 4px;display:flex}.aging-item{color:#61718a;align-items:flex-start;gap:7px;font-size:10px;display:flex}.aging-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:2px}.aging-item div{flex-direction:column;display:flex}.aging-item strong{color:#13203a;margin-top:1px;font-size:12px}.aging-item small{color:#687a94;font-size:10px}.aging-footer{color:#71839e;border-top:1px solid #edf1f6;grid-column:1/-1;padding-top:9px;font-size:10px}.revenue-expense-page{width:100%;min-width:0}.revenue-expense-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;width:100%;display:grid}.revenue-expense-card{min-width:0;height:430px;min-height:430px;max-height:430px;padding:18px 20px 16px;position:relative;overflow:hidden}.revenue-expense-card .card-title{margin-bottom:10px}.horizontal-chart-scroll{scrollbar-width:thin;scrollbar-color:transparent transparent;width:100%;height:100%;max-height:350px;padding-right:3px;overflow:hidden auto}.horizontal-chart-scroll:hover{scrollbar-color:#cbd5e1 transparent}.horizontal-chart-scroll::-webkit-scrollbar{width:6px}.horizontal-chart-scroll::-webkit-scrollbar-track{background:0 0}.horizontal-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border-radius:10px}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb{background:#cbd5e1}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#94a3b8}.horizontal-chart-scroll,.fixed-axis-chart-scroll,.change-bar-chart-scroll,.branch-re-scroll,.monthly-bar-chart-scroll{scrollbar-width:thin;scrollbar-color:transparent transparent;scrollbar-gutter:stable;position:relative;overflow:auto}.horizontal-chart-scroll:hover,.fixed-axis-chart-scroll:hover,.change-bar-chart-scroll:hover,.branch-re-scroll:hover,.monthly-bar-chart-scroll:hover{scrollbar-color:#94a3b8 #edf2f7}.horizontal-chart-scroll::-webkit-scrollbar{width:10px;height:10px}.fixed-axis-chart-scroll::-webkit-scrollbar{width:10px;height:10px}.change-bar-chart-scroll::-webkit-scrollbar{width:10px;height:10px}.branch-re-scroll::-webkit-scrollbar{width:10px;height:10px}.monthly-bar-chart-scroll::-webkit-scrollbar{width:10px;height:10px}.horizontal-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.fixed-axis-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.change-bar-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.branch-re-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.monthly-bar-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.horizontal-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px;min-width:45px;min-height:45px}.fixed-axis-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px;min-width:45px;min-height:45px}.change-bar-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px;min-width:45px;min-height:45px}.branch-re-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px;min-width:45px;min-height:45px}.monthly-bar-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px;min-width:45px;min-height:45px}.horizontal-chart-scroll:hover::-webkit-scrollbar-track{background:#edf2f7}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-track{background:#edf2f7}.change-bar-chart-scroll:hover::-webkit-scrollbar-track{background:#edf2f7}.branch-re-scroll:hover::-webkit-scrollbar-track{background:#edf2f7}.monthly-bar-chart-scroll:hover::-webkit-scrollbar-track{background:#edf2f7}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7}.change-bar-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7}.branch-re-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7}.monthly-bar-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.change-bar-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.branch-re-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.monthly-bar-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.change-bar-chart-scroll{flex:auto;width:100%;min-width:0;min-height:0;padding-right:4px;overflow:hidden auto}.change-bar-chart-main{width:100%;min-width:0}.fixed-axis-chart-scroll{flex:auto;width:100%;min-width:0;min-height:0;padding-right:4px;overflow:hidden auto}.revenue-expense-view-select{color:#46546a;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:9px;outline:none;width:132px;height:38px;padding:0 34px 0 14px;font-family:inherit;font-size:12px;font-weight:700}.revenue-expense-right-chart{flex:auto;width:100%;min-width:0;min-height:0;overflow:hidden}.right-scroll-chart-scroll{flex:auto;width:100%;min-width:0;min-height:0;padding-right:4px;overflow:hidden auto}.right-scroll-chart-body{flex-shrink:0;width:100%;min-width:0}.right-scroll-chart-scroll::-webkit-scrollbar{width:5px}.right-scroll-chart-scroll::-webkit-scrollbar-track{background:0 0}.right-scroll-chart-scroll::-webkit-scrollbar-thumb{background:#d5deea;border-radius:10px}.right-scroll-chart-scroll::-webkit-scrollbar-thumb:hover{background:#aebccd}.right-scroll-chart-scroll{scrollbar-width:thin;scrollbar-color:#d5deea transparent}.right-scroll-chart-scroll,.branch-re-scroll{scrollbar-width:auto;scrollbar-color:#94a3b8 #edf2f7;flex:auto;width:100%;min-width:0;min-height:0;padding-right:4px;position:relative;overflow:hidden scroll}.right-scroll-chart-scroll::-webkit-scrollbar{width:10px}.branch-re-scroll::-webkit-scrollbar{width:10px}.right-scroll-chart-scroll::-webkit-scrollbar-track{background:#edf2f7;border-radius:999px}.branch-re-scroll::-webkit-scrollbar-track{background:#edf2f7;border-radius:999px}.right-scroll-chart-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7;border-radius:999px;min-height:45px}.branch-re-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7;border-radius:999px;min-height:45px}.right-scroll-chart-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.branch-re-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.right-chart-hover-scroll,.branch-re-hover-scroll{flex:auto;width:100%;min-width:0;min-height:0}.right-scroll-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.right-scroll-chart .right-chart-hover-scroll{height:calc(100% - 36px)}.branch-re-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.branch-re-chart .branch-re-hover-scroll{flex:auto;height:auto;min-height:0}.right-scroll-chart-body,.branch-re-body{flex-shrink:0;width:100%;min-width:0}.right-scroll-axis{background:#fff;flex:0 0 36px;height:36px;min-height:36px;padding-left:162px;padding-right:70px}.right-scroll-axis-track{border-top:1px solid #edf1f7;width:100%;height:100%;position:relative}.right-scroll-axis-track span{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:11px;transform:translate(-50%)}.right-scroll-axis-track span:first-child{transform:translate(0)}.right-scroll-axis-track span:last-child{transform:translate(-100%)}.branch-re-legend-dot.expense{background:#ff8c00}.branch-re-legend-dot.revenue{background:#2966e8}.branch-re-body{flex-shrink:0;width:100%;min-width:0}.branch-re-scroll::-webkit-scrollbar{width:5px}.branch-re-scroll::-webkit-scrollbar-track{background:0 0}.branch-re-scroll::-webkit-scrollbar-thumb{background:#d5deea;border-radius:10px}.branch-re-scroll::-webkit-scrollbar-thumb:hover{background:#aebccd}.branch-re-scroll{scrollbar-width:thin;scrollbar-color:#d5deea transparent}.branch-re-fixed-axis{background:#fff;flex:0 0 36px;height:36px;min-height:36px;padding-left:157px;padding-right:105px}.branch-re-fixed-axis-track{border-top:1px solid #edf1f7;width:100%;height:100%;position:relative}.branch-re-fixed-axis-track span{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:11px;transform:translate(-50%)}.branch-re-fixed-axis-track span:first-child{transform:translate(0)}.branch-re-fixed-axis-track span:last-child{transform:translate(-100%)}@media (width<=1100px){.revenue-expense-layout{grid-template-columns:1fr}.revenue-expense-combined-column{height:650px}.revenue-expense-right-column{height:760px}}@media (width<=760px){.revenue-expense-combined-column{height:600px}.revenue-expense-right-column{grid-template-rows:360px 360px;height:auto}.revenue-expense-card-header{flex-direction:column;flex-basis:auto;min-height:0}.revenue-expense-view-selector{justify-content:space-between;width:100%}.revenue-expense-view-select{width:160px}.right-scroll-axis{padding-left:180px}.branch-re-fixed-axis{padding-left:170px}}.chart-header-actions{align-items:center;gap:10px;display:flex}.chart-card-custom-header{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;min-height:40px;margin-bottom:8px;display:flex}.chart-card-custom-header h3{color:#101827;margin:0;font-size:16px;font-weight:800;line-height:1.3}.chart-excel-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:8px;flex:0 0 32px;place-items:center;width:32px;height:32px;padding:0;transition:border-color .2s,background .2s,color .2s,transform .15s;display:grid}.chart-excel-button:hover{color:#16815a;background:#f0fdf4;border-color:#22a06b;transform:translateY(-1px)}.chart-excel-button:active{transform:translateY(0)}.aging-donut{position:relative}.aging-donut-download{z-index:10;position:absolute;top:0;right:0}.horizontal-chart-scroll{width:100%;min-width:0;height:100%;max-height:350px;padding-right:4px;overflow:hidden auto}.horizontal-chart-inner{width:100%;min-width:0}.monthly-bar-chart-scroll{width:100%;min-width:0;height:100%;padding-bottom:4px;overflow:auto hidden}.monthly-bar-chart-main{min-width:620px;height:100%}.branch-re-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;padding-top:27px;display:flex;position:relative;overflow:hidden}.branch-re-scroll{flex:auto;width:100%;min-width:0;min-height:0;padding-right:4px;overflow:hidden auto}.branch-re-body{width:100%;min-width:0}.change-bar-hover-scroll{flex:1 1 0;width:100%;height:0;min-height:0}.fixed-axis-chart,.change-bar-chart,.branch-re-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.fixed-axis-chart-scroll,.change-bar-chart-main,.branch-re-scroll{flex:auto;width:100%;min-width:0;min-height:0}.fixed-axis-chart-scroll,.branch-re-scroll{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;overflow:hidden auto}.fixed-axis-chart-scroll::-webkit-scrollbar{width:7px}.branch-re-scroll::-webkit-scrollbar{width:7px}.fixed-axis-chart-scroll::-webkit-scrollbar-track{background:0 0}.branch-re-scroll::-webkit-scrollbar-track{background:0 0}.fixed-axis-chart-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.branch-re-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.fixed-axis-chart-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.branch-re-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.fixed-axis-chart-body,.branch-re-body,.change-bar-chart-main{width:100%;min-width:0}.change-bar-chart-scroll::-webkit-scrollbar{width:10px}.change-bar-chart-scroll::-webkit-scrollbar-track{background:#edf2f7;border-radius:999px}.change-bar-chart-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7;border-radius:999px;min-height:45px}.change-bar-chart-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.change-bar-chart-main .recharts-responsive-container,.change-bar-chart-main .recharts-wrapper,.change-bar-chart-main svg{overflow:visible}.shared-bottom-axis{background:#fff;flex:0 0 38px;width:100%;height:38px;min-height:38px;overflow:visible}.shared-bottom-axis-track{border-top:1px solid #edf1f7;height:28px;position:relative;overflow:visible}.shared-bottom-axis-tick{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:2px;transform:translate(-50%)}.shared-bottom-axis-tick:first-child{transform:translate(0)}.shared-bottom-axis-tick:last-child{transform:translate(-100%)}.branch-re-chart{padding-top:27px;position:relative}.branch-re-legend{z-index:20;justify-content:flex-end;align-items:center;gap:14px;display:flex;position:absolute;top:0;right:8px}.branch-re-legend-item{color:#536177;white-space:nowrap;align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.branch-re-legend-dot{border-radius:2px;flex:0 0 11px;width:11px;height:11px}@media (width>=1500px){.revenue-expense-card{height:430px;min-height:430px;max-height:430px}}@media (width<=1200px){.revenue-expense-grid{grid-template-columns:1fr}.revenue-expense-card{height:430px;min-height:430px;max-height:430px}}@media (width<=700px){.revenue-expense-grid{gap:14px}.revenue-expense-card{height:420px;min-height:420px;max-height:420px;padding:14px}}.dashboard-summary-row{grid-template-columns:minmax(0,1fr) 190px 440px;align-items:stretch;gap:14px;width:100%;display:grid}.dashboard-summary-collection,.dashboard-summary-aging,.dashboard-summary-stats{height:390px;min-height:390px;max-height:390px}.dashboard-summary-collection,.dashboard-summary-aging{min-width:0;overflow:hidden}.dashboard-summary-aging .aging-donut-chart,.aging-card .aging-donut-chart{flex:0 0 290px;width:290px;min-width:290px;height:230px;min-height:230px}.dashboard-summary-aging .aging-donut-chart-section,.aging-card .aging-donut-chart-section{justify-content:center;width:100%}.dashboard-summary-stats{grid-template-rows:repeat(3,minmax(0,1fr));gap:12px;height:390px;min-height:390px;max-height:390px;display:grid}.mini-stat{background:linear-gradient(135deg,#fff 0%,#fbfdff 100%);border:1px solid #dce5ef;border-radius:16px;flex-direction:column;justify-content:center;width:100%;min-width:0;min-height:0;padding:18px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 8px #0f172a09,0 10px 30px #0f172a06}.mini-stat:before{content:"";background:linear-gradient(#2966e8,#5ca0f2);border-radius:16px 0 0 16px;width:4px;height:100%;position:absolute;top:0;left:0}.mini-stat:after{content:"";pointer-events:none;background:radial-gradient(circle,#2d6bea14 0%,#2d6bea00 70%);border-radius:50%;width:115px;height:115px;position:absolute;top:-45px;right:-45px}.mini-stat:hover{border-color:#c8d7ea;transform:translateY(-2px);box-shadow:0 8px 18px #0f172a12,0 18px 35px #0f172a0a}.mini-stat strong{z-index:2;color:#0f172a;letter-spacing:-1px;white-space:nowrap;margin:0;font-size:30px;font-weight:900;line-height:1;position:relative}.mini-stat p{z-index:2;color:#708199;white-space:nowrap;margin:9px 0 0;font-size:11px;font-weight:600;line-height:1.25;position:relative}.dashboard-summary-stats .mini-stat:first-child:before{background:linear-gradient(#2966e8,#5ca0f2)}.dashboard-summary-stats .mini-stat:nth-child(2):before{background:linear-gradient(#7c5ce7,#a394eb)}.dashboard-summary-stats .mini-stat:nth-child(3):before{background:linear-gradient(#16a66a,#58d49a)}.dashboard-summary-stats .mini-stat:first-child:after{background:radial-gradient(circle,#2d6bea17 0%,#2d6bea00 70%)}.dashboard-summary-stats .mini-stat:nth-child(2):after{background:radial-gradient(circle,#7c5ce717 0%,#7c5ce700 70%)}.dashboard-summary-stats .mini-stat:nth-child(3):after{background:radial-gradient(circle,#16a66a17 0%,#16a66a00 70%)}.dashboard-summary-stats .mini-stat:first-child strong{color:#1d4ed8}.dashboard-summary-stats .mini-stat:nth-child(2) strong{color:#6d4bd3}.dashboard-summary-stats .mini-stat:nth-child(3) strong{color:#0f8a59}.dashboard-summary-collection .dashboard-chart{height:290px}.dashboard-bottom-row{grid-template-columns:minmax(0,1fr) 440px;align-items:stretch;gap:14px;display:grid}.dashboard-bottom-row>.card{height:390px;min-height:390px;max-height:390px}.financial-card,.dashboard-bottom-row>.aging-card{min-width:0}@media (width<=1180px){.dashboard-summary-row{grid-template-columns:minmax(0,2fr) minmax(180px,.8fr)}.dashboard-summary-aging{grid-column:1/-1;height:360px;min-height:360px;max-height:360px}.dashboard-bottom-row{grid-template-columns:1fr}}@media (width<=760px){.dashboard-summary-row{grid-template-columns:1fr}.dashboard-summary-collection,.dashboard-summary-aging{height:auto;min-height:350px;max-height:none}.dashboard-summary-stats{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr));height:auto;min-height:0;max-height:none}}@media (width<=520px){.dashboard-summary-stats{grid-template-columns:1fr}}.aging-card,.dashboard-summary-aging{height:390px;min-height:390px;max-height:390px;overflow:hidden}.aging-card .chart-area,.dashboard-summary-aging .chart-area{height:calc(100% - 27px);min-height:0}.aging-donut{grid-template-rows:minmax(0,1fr) 72px;width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.aging-donut-main{flex:1;justify-content:center;align-items:center;gap:18px;min-height:240px;display:flex}.aging-donut-chart-wrap{flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.aging-donut-chart-section{justify-content:center;align-items:center;width:100%;min-width:0;min-height:0;display:flex;overflow:visible}.aging-donut-chart .recharts-responsive-container,.aging-donut-chart .recharts-wrapper,.aging-donut-chart svg{width:100%;height:100%;overflow:visible}.aging-donut-chart{flex:0 0 260px;width:260px;min-width:260px;height:220px;min-height:220px;overflow:visible}.aging-donut-legend{border-top:1px solid #edf1f7;justify-content:center;align-items:start;column-gap:12px;width:100%;min-width:0;height:72px;min-height:72px;padding:10px 5px 0;display:grid;overflow:hidden}.aging-donut-legend.aging-count-1{grid-template-columns:minmax(130px,180px);justify-content:center}.aging-donut-legend.aging-count-2{grid-template-columns:repeat(2,minmax(120px,160px));justify-content:space-evenly}.aging-donut-legend.aging-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.aging-donut-legend.aging-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.aging-legend-item{text-align:center;grid-template-rows:16px 20px 14px;align-self:start;place-items:center;width:100%;min-width:0;height:54px;margin:0;padding:0;display:grid}.aging-legend-title{justify-content:center;align-items:center;gap:5px;width:100%;min-width:0;height:16px;margin:0;padding:0;display:flex}.aging-legend-dot{border-radius:50%;flex:0 0 8px;width:8px;min-width:8px;height:8px;min-height:8px;margin:0;padding:0}.aging-legend-text{flex-direction:column;min-width:0;display:flex}.aging-legend-name{color:#718096;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;padding:0;font-size:9px;font-weight:500;line-height:16px;overflow:hidden}.aging-legend-value{color:#101827;text-align:center;white-space:nowrap;width:100%;height:20px;margin:0;padding:0;font-size:12px;font-weight:800;line-height:20px;display:block}.aging-donut-previous{display:none}.dashboard-summary-aging .aging-donut{height:100%}.dashboard-summary-aging,.aging-card{width:100%;min-width:0}.dashboard-bottom-row .aging-card .aging-donut{height:100%}.login-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-language-switcher{z-index:10;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:4px;padding:4px;display:flex;position:absolute;top:40px;right:22px}.login-language-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:5px;height:34px;padding:0 9px;font-size:11px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:flex}.login-language-button:hover{color:#0f172a;background:#fff}.login-language-button.active{color:#0f172a;background:#fffbea;border-color:#fc0}.login-language-flag{font-size:17px;line-height:1}.login-panel{background:#fff;border-radius:20px;width:460px;max-width:calc(100% - 32px);padding:38px 40px 40px;position:relative;box-shadow:0 18px 45px #0f172a14}.login-brand{align-items:center;gap:12px;margin-bottom:34px;padding-right:135px;display:flex}.login-brand-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.login-brand-image{object-fit:cover;width:100%;height:100%;display:block}.login-brand strong{color:#111827;font-size:18px;display:block}.login-brand span{color:#8a96aa;letter-spacing:.12em;margin-top:2px;font-size:10px;display:block}.login-form h1{color:#101827;margin:0;font-size:30px}.login-form p{color:#8491a5;margin:8px 0 28px;font-size:13px}.login-form label{color:#455268;margin:18px 0 7px;font-size:12px;font-weight:700;display:block}.login-form input{color:#111827;border:1px solid #dde3ec;border-radius:9px;outline:none;width:100%;height:48px;padding:0 14px}.login-form input:focus{border-color:#ffd400;box-shadow:0 0 0 3px #ffd40026}.login-form button{color:#111827;cursor:pointer;background:#ffd400;border:0;border-radius:9px;width:100%;height:49px;margin-top:26px;font-weight:800}.login-form button:disabled{opacity:.6}.login-error{color:#dc2626;background:#fff1f2;border-radius:8px;margin-bottom:14px;padding:11px 13px;font-size:12px}.users-page{flex-direction:column;gap:18px;width:100%;min-width:0;display:flex}.users-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.users-page-header h2{color:#101827;margin:0;font-size:28px;font-weight:800;line-height:1.2}.users-page-header p{color:#8292aa;margin:6px 0 0;font-size:13px}.users-count{background:#fff;border:1px solid #dfe7f1;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-end;min-width:120px;padding:14px 20px;display:flex}.users-count span{color:#8292aa;font-size:11px;font-weight:700}.users-count strong{color:#101827;margin-top:2px;font-size:26px;font-weight:800}.users-create-card,.users-list-card{background:#fff;border:1px solid #dce4ee;border-radius:13px;box-shadow:0 2px 5px #1426430a}.users-create-card{background:#fff;border:1px solid #dfe7f1;border-radius:14px;padding:22px;box-shadow:0 2px 6px #0f172a06}.users-create-heading{margin-bottom:20px}.users-create-heading h3{color:#101827;margin:0;font-size:17px;font-weight:800}.users-create-heading p{color:#8292aa;margin:5px 0 0;font-size:12px;line-height:1.5}.users-create-heading h3,.users-list-header h3{color:#121a2d;margin:0;font-size:16px;font-weight:800}.users-create-heading p,.users-list-header p{color:#8290a7;margin:5px 0 0;font-size:11px;line-height:1.5}.users-create-form{grid-template-columns:minmax(260px,1.35fr) minmax(260px,1fr) 170px auto;align-items:end;gap:14px;display:grid}.users-form-field{flex-direction:column;min-width:0;display:flex}.users-form-field label{color:#475569;margin-bottom:7px;font-size:12px;font-weight:700}.users-form-field input,.users-form-field select{box-sizing:border-box;color:#101827;background:#fff;border:1px solid #d9e3ef;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.users-form-field>div{width:100%;position:relative}.users-form-field>div input{padding-right:46px}.users-form-field>div>button{color:#718198;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.users-form-field>div>button:hover{color:#101827;background:#f1f5f9}.users-form-field input::placeholder{color:#a3b1c5}.users-form-field input:focus,.users-form-field select:focus{border-color:#fc0;box-shadow:0 0 0 3px #ffcc001f}.users-form-field input:disabled,.users-form-field select:disabled{color:#536177;cursor:not-allowed;background:#f7f9fc}.users-add-button{color:#101827;white-space:nowrap;cursor:pointer;background:#fc0;border:1px solid #fc0;border-radius:10px;justify-content:center;align-items:center;min-width:118px;height:46px;padding:0 22px;font-family:inherit;font-size:13px;font-weight:800;line-height:1;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.users-add-button:hover{background:#f6c400;box-shadow:0 6px 16px #ffcc0038}.users-add-button:active{transform:translateY(1px)}.users-add-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #ffd40038}.users-add-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.users-create-form>div:last-child{align-items:end;gap:10px;min-width:270px;display:flex}.users-reset-cancel{color:#536177;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d9e3ef;border-radius:10px;justify-content:center;align-items:center;min-width:92px;height:46px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.users-reset-cancel:hover{color:#101827;background:#f8fafc;border-color:#cbd5e1}.users-reset-cancel:disabled{opacity:.5;cursor:not-allowed}.users-create-form>div:last-child .users-add-button{flex:1;min-width:190px}.users-message{border-radius:9px;margin-top:12px;padding:10px 12px;font-size:12px;font-weight:650}.users-message-error{color:#dc2626;background:#fff2f2;border:1px solid #fecaca}.users-message-success{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0}.users-list-card{background:#fff;border:1px solid #dfe7f1;border-radius:14px;margin-top:20px;overflow:hidden;box-shadow:0 2px 6px #0f172a06}.users-list-header{border-bottom:1px solid #edf1f6;padding:20px 22px}.users-list-header h3{color:#101827;margin:0;font-size:17px;font-weight:800}.users-list-header p{color:#8292aa;margin:5px 0 0;font-size:12px}.users-table-wrap{width:100%;overflow-x:auto}.users-table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table th{color:#7d8da6;text-align:left;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e8edf4;padding:11px 16px;font-size:10px;font-weight:800}.users-table td{color:#536177;vertical-align:middle;border-bottom:1px solid #edf1f6;padding:13px 16px;font-size:12px}.users-table tbody tr:last-child td{border-bottom:0}.users-table tbody tr:hover{background:#fbfcfe}.users-table th:first-child,.users-table td:first-child{width:27%}.users-table th:nth-child(2),.users-table td:nth-child(2){width:13%}.users-table th:nth-child(3),.users-table td:nth-child(3){width:17%}.users-table th:nth-child(4),.users-table td:nth-child(4){width:14%}.users-table th:nth-child(5),.users-table td:nth-child(5){width:13%}.users-table th:nth-child(6),.users-table td:nth-child(6){width:11%}.users-table th:nth-child(7),.users-table td:nth-child(7){width:10%}.users-person{align-items:center;gap:10px;display:flex}.users-person-avatar{color:#101827;background:#fc0;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}.users-person-info{flex-direction:column;min-width:0;display:flex}.users-person-info strong{color:#101827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.users-person-info span{color:#95a1b3;margin-top:3px;font-size:9px;display:block}.users-you-badge{color:#9a7500;background:#fff4b8;border-radius:999px;margin-left:5px;padding:3px 8px;font-size:9px;font-weight:800}.users-role-select{color:#536177;background:#fff;border:1px solid #d9e3ef;border-radius:9px;outline:none;width:124px;height:38px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:700}.users-role-select.admin{color:#aa7f16;background:#fffaf0;border-color:#f6d77e}.users-role-select.viewer{color:#536177;background:#f8fafc;border-color:#dbe4ef}.users-role-select:disabled{opacity:.65;cursor:not-allowed}.users-password-status{border-radius:20px;align-items:center;min-height:27px;padding:4px 9px;font-size:9px;font-weight:800;display:inline-flex}.users-password-status,.users-login-ok{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 11px;font-size:10px;font-weight:750;display:inline-flex}.users-password-status.done,.users-login-ok{color:#168047;background:#e9fbef}.users-password-status.waiting{color:#b27700;background:#fff7d8}.users-password-status.done{color:#15803d;background:#dcfce7}.users-password-help{color:#8292aa;margin-top:5px;font-size:9px;line-height:1.35;display:block}.users-admin-limit{color:#667792;margin-top:10px;font-size:11px;font-weight:700}.users-reset-requirement{color:#75869e;background:#f8fafc;border:1px solid #edf1f6;border-radius:8px;align-items:center;margin-top:8px;padding:7px 10px;font-size:11px;font-weight:600;line-height:1.4;display:inline-flex}.users-unblock-button{color:#c56a00;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #f59e0b;border-radius:9px;height:34px;padding:0 14px;font-family:inherit;font-size:10px;font-weight:800}.users-unblock-button:hover{background:#fff8e8}.users-unblock-button:hover:not(:disabled){color:#92400e;background:#fef3c7;border-color:#d97706}.users-unblock-button:disabled{opacity:.55;cursor:not-allowed}.users-login-ok{color:#15803d;background:#ecfdf3;border-radius:20px;justify-content:center;align-items:center;min-height:27px;padding:4px 10px;font-size:9px;font-weight:800;display:inline-flex}.users-status-button{white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:750;display:inline-flex}.users-status-button span{border-radius:50%;width:7px;height:7px}.users-status-button.active{color:#168047;background:#e9fbef}.users-status-button.active span{background:#22c55e}.users-status-button.inactive{color:#64748b;background:#f1f5f9}.users-status-button.inactive span{background:#94a3b8}.users-status-button:disabled{opacity:.55;cursor:not-allowed}.users-date{color:#64748b;white-space:nowrap;font-size:11px}.users-delete-button{color:#dc2626;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;min-width:72px;height:34px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:750}.users-delete-button:hover{background:#fff1f2}.users-delete-button:disabled{opacity:.35;cursor:not-allowed}.users-delete-button:hover:not(:disabled){color:#b91c1c;background:#fee2e2;border-color:#ef4444}.users-delete-button:disabled{color:#a8b1bf;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}.users-loading,.users-empty{color:#8292aa;text-align:center;padding:40px;font-size:13px}.page-loading{color:#8292aa;text-align:center;padding:40px}.page-error{color:#dc2626;background:#fff1f2;border:1px solid #fecaca;border-radius:10px;padding:20px}.monthly-bar-chart-scroll{scrollbar-width:auto;scrollbar-color:#94a3b8 #edf2f7;width:100%;min-width:0;height:100%;min-height:0;overflow:scroll hidden}.monthly-bar-chart-scroll::-webkit-scrollbar{height:10px}.monthly-bar-chart-scroll::-webkit-scrollbar-track{background:#edf2f7;border-radius:999px}.monthly-bar-chart-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #edf2f7;border-radius:999px;min-width:45px}.monthly-bar-chart-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.monthly-bar-chart-main .recharts-responsive-container{width:100%;height:100%}.monthly-bar-chart-main .recharts-wrapper,.monthly-bar-chart-main svg{overflow:visible}.monthly-bar-chart-main .recharts-cartesian-axis-x{transform:translateY(0)}.monthly-bar-chart-main .recharts-cartesian-axis-x .recharts-cartesian-axis-tick text{fill:#8292aa;font-size:10px;font-weight:500}.monthly-bar-chart-main .recharts-cartesian-axis-y .recharts-cartesian-axis-tick text{fill:#8292aa;font-size:10px}.monthly-bar-chart-main .recharts-xAxis{height:38px}.monthly-card{height:405px;min-height:405px;max-height:405px;overflow:hidden}.monthly-bottom-axis{background:#fff;flex:0 0 38px;width:100%;height:38px;min-height:38px;padding-left:62px;padding-right:18px;overflow:visible}.monthly-bottom-axis-track{border-top:1px solid #edf1f7;grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;width:100%;height:38px;padding-top:10px;display:grid}.monthly-bottom-axis-tick{color:#8292aa;text-align:center;white-space:nowrap;min-width:0;font-size:10px;font-weight:500;line-height:1}.monthly-bottom-axis-tick:first-child{text-align:left}.monthly-bottom-axis-tick:last-child{text-align:right}.hover-scroll-shell{width:100%;min-width:0;min-height:0;position:relative}.hover-scroll-viewport{scrollbar-width:none;width:100%;min-width:0;height:100%;min-height:0}.hover-scroll-viewport::-webkit-scrollbar{width:0;height:0;display:none}.hover-scroll-vertical .hover-scroll-viewport{overflow:hidden auto}.hover-scroll-horizontal .hover-scroll-viewport{overflow:auto hidden}.hover-scroll-track{z-index:100;pointer-events:none;opacity:0;background:#e2e8f0f2;border-radius:999px;transition:opacity .16s;position:absolute}.hover-scroll-track.visible{opacity:1}.hover-scroll-vertical>.hover-scroll-track{width:9px;top:3px;bottom:3px;right:3px}.hover-scroll-horizontal>.hover-scroll-track{height:9px;bottom:3px;left:3px;right:3px}.hover-scroll-thumb{pointer-events:auto;cursor:grab;background:#94a3b8;border:2px solid #e2e8f0f2;border-radius:999px;transition:background .15s;position:absolute}.hover-scroll-thumb:hover{background:#64748b}.hover-scroll-thumb:active{cursor:grabbing;background:#475569}.hover-scroll-vertical .hover-scroll-thumb{width:100%;top:0;left:0}.hover-scroll-horizontal .hover-scroll-thumb{height:100%;top:0;left:0}.fixed-axis-hover-scroll,.change-bar-hover-scroll{width:100%;height:285px;min-height:285px}.monthly-bar-hover-scroll{width:100%;height:100%;min-height:0}.monthly-bar-chart{width:100%;min-width:0;height:100%;min-height:0;overflow:hidden}.monthly-bar-chart-main{height:100%;min-height:300px}.fixed-axis-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.fixed-axis-chart-body{width:100%;min-width:0}.change-bar-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.change-password-page{background:linear-gradient(135deg,#f7f9fc 0%,#f1f5f9 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex}.change-password-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;width:100%;max-width:510px;padding:36px 38px 28px;position:relative;box-shadow:0 24px 60px #0f172a1a}.change-password-language-switcher{z-index:5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;align-items:center;gap:4px;padding:4px;display:flex;position:absolute;top:38px;right:22px}.change-password-language-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:4px;height:32px;padding:0 8px;font-size:11px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:flex}.change-password-language-button:hover{color:#0f172a;background:#fff}.change-password-language-button.active{color:#0f172a;background:#fffbea;border-color:#fc0}.change-password-header{margin-bottom:22px;padding-right:125px}.change-password-header h1{color:#101827;letter-spacing:-.8px;margin:0;font-size:30px;font-weight:850;line-height:1.1}.change-password-header p{color:#8292aa;margin:7px 0 0;font-size:13px;font-weight:500}.change-password-user{color:#182234;background:linear-gradient(135deg,#f8fafc,#f3f6fa);border:1px solid #edf1f7;border-radius:12px;align-items:center;gap:11px;min-height:54px;margin-bottom:22px;padding:0 15px;font-size:14px;font-weight:700;display:flex}.change-password-user svg{color:#7f8ea5}.change-password-form{flex-direction:column;gap:17px;display:flex}.change-password-field{width:100%}.change-password-field label{color:#43516a;margin-bottom:7px;font-size:12px;font-weight:750;display:block}.password-input-wrap{background:#fff;border:1px solid #d8e1ed;border-radius:11px;align-items:center;width:100%;height:54px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative}.password-input-wrap:focus-within{border-color:#4b82ef;box-shadow:0 0 0 3px #4b82ef1a}.password-input-wrap.match{border-color:#34b987;box-shadow:0 0 0 3px #34b98714}.password-input-wrap.mismatch{border-color:#ef6b6b;box-shadow:0 0 0 3px #ef6b6b14}.password-input-wrap input{color:#101827;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 48px 0 45px;font-size:13px;font-weight:600}.password-input-wrap input::placeholder{color:#9aa8bb;font-weight:500}.password-input-icon{color:#8593a8;pointer-events:none;position:absolute;left:15px}.password-eye-button{color:#8492a8;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:flex;position:absolute;right:10px}.password-eye-button:hover{color:#42526a;background:#f1f5f9}.password-requirements{background:linear-gradient(135deg,#fbfcfe,#f8fafc);border:1px solid #e3e8ef;border-radius:12px;padding:15px 16px;transition:border-color .2s,background .2s}.password-requirements.complete{background:linear-gradient(135deg,#f3fcf8,#f6fdf9);border-color:#24ad7a59}.password-requirements-heading{color:#1c293b;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;display:flex}.password-requirements-heading svg{color:#24966f}.password-rules-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 15px;display:grid}.password-rule{color:#8794a7;align-items:center;gap:7px;font-size:10px;font-weight:650;line-height:1.35;transition:color .18s;display:flex}.password-rule.valid{color:#17865f}.password-rule.invalid{color:#b1bac7}.password-rule-icon{border-radius:50%;justify-content:center;align-items:center;width:17px;min-width:17px;height:17px;transition:background .18s,color .18s,border-color .18s;display:flex}.password-rule.valid .password-rule-icon{color:#16875f;background:#eafaf3;border:1px solid #16875f52}.password-rule.invalid .password-rule-icon{color:#d05b5b;background:#fff3f3;border:1px solid #d05b5b4d}.password-match-message{align-items:center;gap:5px;margin-top:7px;font-size:10px;font-weight:700;display:flex}.password-match-message.valid{color:#18865f}.password-match-message.invalid{color:#d84f4f}.change-password-submit{color:#111827;cursor:pointer;background:linear-gradient(135deg,#ffd400,#ffc900);border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;height:54px;margin-top:3px;font-size:14px;font-weight:850;transition:transform .16s,box-shadow .16s,opacity .16s;display:flex;box-shadow:0 9px 22px #ffcc002e}.change-password-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 25px #ffcc0040}.change-password-submit:active:not(:disabled){transform:translateY(0)}.change-password-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.change-password-error{color:#c62828;background:#fff1f2;border:1px solid #fecaca;border-radius:9px;margin-bottom:17px;padding:11px 13px;font-size:11px;font-weight:650;line-height:1.45}.change-password-footer{color:#8996a9;justify-content:center;align-items:center;gap:7px;margin-top:20px;font-size:10px;font-weight:600;display:flex}.change-password-footer svg{color:#7990ae}.help-page{width:100%;min-width:0}.help-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.help-page-header h2{color:#101827;margin:0;font-size:24px;font-weight:850;line-height:1.2}.help-page-header>div>p{color:#8795aa;margin:7px 0 0;font-size:12px;font-weight:500}.help-page-header-right{align-items:center;gap:12px;display:flex}.help-total-card{box-sizing:border-box;background:#fff;border:1px solid #dfe6ef;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-end;min-width:100px;height:58px;padding:8px 15px;display:flex}.help-total-card span{color:#8b98ac;font-size:9px;font-weight:700}.help-total-card strong{color:#101827;margin-top:2px;font-size:21px;font-weight:850}.help-add-button{color:#101827;cursor:pointer;background:#ffd000;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:126px;height:42px;padding:0 17px;font-family:inherit;font-size:11px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.help-add-button:hover{background:#fc0;transform:translateY(-1px);box-shadow:0 5px 14px #ffd0003d}.help-alert{border-radius:8px;margin-bottom:15px;padding:11px 14px;font-size:11px;font-weight:650}.help-alert-error{color:#dc2626;background:#fff1f2;border:1px solid #fecaca}.help-alert-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.help-form-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;margin-bottom:20px;padding:22px;box-shadow:0 2px 8px #0f172a09}.help-form-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.help-form-header h3{color:#101827;margin:0;font-size:16px;font-weight:800}.help-form-header p{color:#8a98ad;margin:5px 0 0;font-size:11px}.help-close-button{color:#7b899d;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.help-close-button:hover{color:#101827;background:#f8fafc;border-color:#e3e8ef}.help-field{flex-direction:column;gap:7px;margin-bottom:17px;display:flex}.help-field label{color:#526077;font-size:11px;font-weight:750}.help-field input,.help-field textarea{box-sizing:border-box;color:#101827;background:#fff;border:1px solid #dce4ee;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.help-field input{height:43px;padding:0 13px}.help-field textarea{resize:vertical;min-height:125px;padding:12px 13px;line-height:1.6}.help-field input::placeholder,.help-field textarea::placeholder{color:#a1acbc}.help-field input:focus,.help-field textarea:focus{border-color:#f0c800;box-shadow:0 0 0 3px #ffd0001f}.help-form-actions{justify-content:flex-end;align-items:center;gap:9px;margin-top:4px;display:flex}.help-cancel-button,.help-save-button{cursor:pointer;border-radius:8px;min-width:98px;height:39px;padding:0 15px;font-family:inherit;font-size:11px;font-weight:750}.help-cancel-button{color:#59677b;background:#fff;border:1px solid #dce4ee}.help-cancel-button:hover{background:#f8fafc}.help-save-button{color:#101827;background:#ffd000;border:0}.help-save-button:hover:not(:disabled){background:#fc0}.help-save-button:disabled,.help-cancel-button:disabled{opacity:.55;cursor:not-allowed}.help-list-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 8px #0f172a09}.help-list-header{border-bottom:1px solid #e9edf3;justify-content:space-between;align-items:center;gap:20px;min-height:75px;padding:0 21px;display:flex}.help-list-header h3{color:#101827;margin:0;font-size:15px;font-weight:800}.help-list-header p{color:#8a98ad;margin:5px 0 0;font-size:10.5px;font-weight:500}.help-count-badge{color:#8c6900;background:#fff4b5;border-radius:999px;justify-content:center;align-items:center;min-width:31px;height:27px;padding:0 9px;font-size:10px;font-weight:850;display:inline-flex}.help-table-wrap{width:100%;overflow-x:auto}.help-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}.help-table thead{background:#f8fafc}.help-table th{color:#8290a7;text-align:left;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e8edf4;height:41px;padding:0 19px;font-size:9.5px;font-weight:800}.help-table td{color:#344056;vertical-align:middle;border-bottom:1px solid #edf1f6;padding:16px 19px;font-size:11.5px}.help-table tbody tr:last-child td{border-bottom:0}.help-table tbody tr{transition:background .15s}.help-table tbody tr:hover{background:#fbfcfe}.help-table th:first-child,.help-table td:first-child{width:55px}.help-table th:nth-child(2),.help-table td:nth-child(2){width:22%}.help-table th:nth-child(3),.help-table td:nth-child(3){width:auto}.help-table th:nth-child(4),.help-table td:nth-child(4){width:180px}.help-table th:nth-child(5),.help-table td:nth-child(5){width:130px}.help-n-column{text-align:center}.help-n-cell{color:#7c899d;text-align:center;font-size:11px;font-weight:700}.help-title-text{color:#172033;font-size:12px;font-weight:750;line-height:1.45}.help-title-only{min-width:0}.help-title-only strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:800;line-height:1.4;display:block;overflow:hidden}.help-title-only span{color:#a0aabb;margin-top:4px;font-size:9px;font-weight:600;display:block}.help-details-button{color:#536178;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:33px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:750;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.help-details-button:hover{color:#151b26;background:#fff9db;border-color:#ffd000;transform:translateY(-1px)}.help-details-modal{background:#fff;border:1px solid #e1e7ef;border-radius:16px;width:100%;max-width:620px;max-height:calc(100vh - 48px);animation:.18s help-modal-in;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.help-title-cell{align-items:center;gap:11px;min-width:0;display:flex}.help-request-icon{color:#101827;background:#ffd000;border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.help-title-text{min-width:0}.help-title-text strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:800;line-height:1.4;display:block;overflow:hidden}.help-title-text span{color:#a0aabb;margin-top:3px;font-size:9px;font-weight:600;display:block}.help-description-cell{color:#617087;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:11.5px;font-weight:500;line-height:1.55;display:-webkit-box;overflow:hidden}.help-date-cell{color:#76859a;white-space:nowrap;align-items:center;gap:6px;font-size:10.5px;font-weight:650;display:inline-flex}.help-date-cell svg{color:#9aa7b9}.help-state{box-sizing:border-box;color:#8996a8;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:32px;display:flex}.help-state strong{color:#445166;margin-top:12px;font-size:13px;font-weight:800}.help-state p{color:#98a4b5;max-width:360px;margin:6px 0 0;font-size:11px;line-height:1.5}.help-empty-icon{color:#9b7900;background:#fff8d6;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.help-loading-circle{border:2px solid #e4e9f0;border-top-color:#ffd000;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite help-spin}@keyframes help-spin{to{transform:rotate(360deg)}}@media (width<=760px){.help-page-header{flex-direction:column}.help-page-header-right{width:100%}.help-total-card,.help-add-button{flex:1}.help-form-card{padding:16px}.help-form-actions{flex-direction:column-reverse}.help-cancel-button,.help-save-button{width:100%}}@keyframes help-modal-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.help-details-modal-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:20px;padding:21px 23px;display:flex}.help-details-label{color:#98a4b5;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.help-details-modal-header h3{color:#111827;overflow-wrap:anywhere;margin:0;font-size:18px;font-weight:850;line-height:1.4}.help-modal-close{color:#718096;cursor:pointer;background:#fff;border:1px solid #e5e9ef;border-radius:8px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex}.help-modal-close:hover{color:#111827;background:#f8fafc}.help-details-modal-body{max-height:calc(100vh - 230px);padding:23px;overflow-y:auto}.help-detail-section{margin-bottom:23px}.help-detail-section:last-child{margin-bottom:0}.help-detail-name{color:#8491a5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.help-detail-title{color:#182132;overflow-wrap:anywhere;background:#f9fafc;border:1px solid #e6ebf1;border-radius:9px;padding:13px 15px;font-size:13px;font-weight:750;line-height:1.55}.help-detail-description{color:#4f5e73;white-space:pre-wrap;overflow-wrap:anywhere;background:#f9fafc;border:1px solid #e6ebf1;border-radius:9px;min-height:120px;padding:15px;font-size:12px;font-weight:500;line-height:1.75}.help-detail-date{color:#66758b;background:#f8fafc;border-radius:8px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:650;display:inline-flex}.help-details-modal-footer{background:#fbfcfd;border-top:1px solid #edf0f4;justify-content:flex-end;padding:15px 23px;display:flex}.help-modal-done{color:#111827;cursor:pointer;background:#ffd000;border:0;border-radius:8px;min-width:90px;height:37px;padding:0 18px;font-family:inherit;font-size:11px;font-weight:800}.help-modal-done:hover{background:#ffca00}.payables-layout{grid-template-columns:minmax(0,1fr) minmax(380px,1fr);align-items:stretch;gap:16px;width:100%;display:grid}.payables-combined-column{min-width:0;height:780px;display:flex}.payables-combined-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.payables-combined-card{flex-direction:column;width:100%;min-width:0;height:780px;min-height:0;display:flex;overflow:hidden}.payables-card-header{flex:0 0 52px;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;min-height:52px;padding-bottom:8px;display:flex}.payables-card-title{color:#101827;margin:0;font-size:17px;font-weight:800;line-height:1.25}.payables-view-selector{flex:none;align-items:center;gap:12px;display:flex}.payables-view-label{color:#8492a8;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800}.payables-view-select{color:#46546a;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:9px;outline:none;width:132px;height:38px;padding:0 34px 0 14px;font-size:12px;font-weight:700}.payables-view-select:hover{border-color:#b9c6d8}.payables-view-select:focus{border-color:#f4bd00;box-shadow:0 0 0 2px #f4bd001f}.payables-combined-chart{flex:auto;width:100%;min-width:0;min-height:0;overflow:hidden}.payables-combined-chart .fixed-axis-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.payables-combined-chart .fixed-axis-chart-main{flex:auto;width:100%;min-width:0;min-height:0}.payables-combined-chart .fixed-axis-hover-scroll{flex:auto;width:100%;height:auto;min-height:0}.payables-combined-chart .fixed-axis-chart-body{width:100%;min-width:0}.payables-combined-chart .recharts-xAxis{opacity:0;pointer-events:none}.payables-combined-chart .shared-bottom-axis{background:#fff;flex:0 0 38px;width:100%;height:38px;min-height:38px}.payables-combined-chart .shared-bottom-axis-track{border-top:1px solid #edf1f7;height:38px;position:relative}.payables-combined-chart .shared-bottom-axis-tick{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:20px;transform:translate(-50%)}.payables-combined-chart .shared-bottom-axis-tick:first-child{transform:translate(0)}.payables-combined-chart .shared-bottom-axis-tick:last-child{transform:translate(-100%)}.payables-right-column{grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;min-width:0;height:780px;display:grid}.payables-right-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.payables-right-column>.dashboard-card .card-title{flex:none}.payables-right-column>.dashboard-card .chart-area{flex:auto;height:auto;min-height:0}.payables-right-column .monthly-bar-chart{width:100%;min-width:0;height:100%;min-height:0}.payables-right-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.payables-right-column .monthly-bar-hover-scroll{width:100%;min-width:0;height:100%;min-height:0}.payables-right-column .monthly-bar-chart-main{height:100%;min-height:0}.payables-right-card .card-title{flex:none}.payables-right-card .card-content,.payables-right-card .card-body{flex:auto;min-height:0}.payables-monthly-card{min-height:0}.payables-monthly-card .monthly-bar-chart,.payables-monthly-card .monthly-bar-hover-scroll,.payables-monthly-card .monthly-bar-chart-main{width:100%;height:100%;min-height:0}.receivables-layout{grid-template-columns:minmax(0,1fr) minmax(380px,1fr);align-items:stretch;gap:16px;width:100%;display:grid}.receivables-combined-column{min-width:0;height:780px;display:flex}.receivables-combined-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.receivables-card-header{flex:0 0 52px;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;min-height:52px;padding-bottom:8px;display:flex}.receivables-card-title{color:#101827;margin:0;font-size:17px;font-weight:800;line-height:1.25}.receivables-view-selector{flex:none;align-items:center;gap:12px;display:flex}.receivables-view-select,.payables-view-select{width:100px;min-width:140px}.receivables-view-label{color:#8492a8;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800}.receivables-view-select{color:#46546a;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:9px;outline:none;width:132px;height:38px;padding:0 34px 0 14px;font-size:12px;font-weight:700}.receivables-view-select:hover{border-color:#b9c6d8}.receivables-view-select:focus{border-color:#f4bd00;box-shadow:0 0 0 2px #f4bd001f}.receivables-combined-chart{flex:auto;width:100%;min-width:0;min-height:0;overflow:hidden}.receivables-combined-chart .fixed-axis-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.receivables-combined-chart .fixed-axis-chart-main{flex:auto;width:100%;min-width:0;min-height:0}.receivables-combined-chart .shared-bottom-axis{background:#fff;flex:0 0 44px;width:100%;height:44px;min-height:44px}.receivables-combined-chart .shared-bottom-axis-track{border-top:1px solid #edf1f7;height:44px;position:relative}.receivables-combined-chart .shared-bottom-axis-tick{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:15px;transform:translate(-50%)}.receivables-combined-chart .shared-bottom-axis-tick:first-child{transform:translate(0)}.receivables-combined-chart .shared-bottom-axis-tick:last-child{transform:translate(-100%)}.receivables-right-column{grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;min-width:0;height:780px;display:grid}.receivables-right-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.receivables-right-column>.dashboard-card .card-title{flex:none}.receivables-right-column>.dashboard-card .chart-area{flex:auto;height:auto;min-height:0}.receivables-right-column .monthly-bar-chart,.receivables-right-column .monthly-bar-hover-scroll{width:100%;min-width:0;height:100%;min-height:0}.receivables-right-column .monthly-bar-chart-main{height:100%;min-height:0}.help-required{color:#dc2626;margin-left:3px}.help-field select{color:#273449;background:#fff;border:1px solid #dce5ef;border-radius:9px;outline:none;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:12px}.help-field select:focus{border-color:#2966e8;box-shadow:0 0 0 3px #2966e814}.help-file-upload{color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:9px;align-items:center;gap:9px;width:100%;min-height:44px;padding:0 13px;font-size:12px;display:flex}.help-file-upload:hover{background:#f1f5f9;border-color:#94a3b8}.help-file-upload input{display:none}.help-title-link{color:#1d4ed8;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:700}.help-title-link:hover{text-decoration:underline}.help-type-badge{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.help-type-bug{color:#b91c1c;background:#fee2e2}.help-type-question{color:#1d4ed8;background:#dbeafe}.help-type-feedback{color:#15803d;background:#dcfce7}.help-type-change_request{color:#7e22ce;background:#f3e8ff}.help-readonly-modal{width:min(650px,100vw - 32px)}.help-readonly-form{padding:22px}.help-readonly-form input[readonly],.help-readonly-form textarea[readonly]{color:#475569;cursor:default;background:#f8fafc}.help-readonly-file{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:12px;display:flex}.help-readonly-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.help-readonly-meta>div{background:#f8fafc;border:1px solid #e5eaf1;border-radius:9px;flex-direction:column;gap:5px;padding:12px;display:flex}.help-readonly-meta span{color:#94a3b8;text-transform:uppercase;font-size:9px;font-weight:800}.help-readonly-meta strong{color:#334155;font-size:11px;font-weight:700}.help-details-button{color:#536177;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:110px;height:32px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:700;display:inline-flex}.help-details-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#2966e8}.help-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a75;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.help-details-modal{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:min(660px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a38}.help-details-header{border-bottom:1px solid #edf1f5;flex:none;justify-content:space-between;align-items:center;min-height:58px;padding:0 22px;display:flex}.help-details-header h3{color:#172033;margin:0;font-size:17px;font-weight:800}.help-details-close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid}.help-details-close:hover{color:#1e293b;background:#f1f5f9}.help-details-body{flex-direction:column;gap:16px;min-height:0;padding:20px 22px;display:flex;overflow-y:auto}.help-details-field{flex-direction:column;gap:7px;display:flex}.help-details-field label{color:#526078;font-size:11px;font-weight:800}.help-details-value{color:#334155;background:#f8fafc;border:1px solid #dce4ef;border-radius:9px;align-items:center;min-height:44px;padding:0 14px;font-size:13px;display:flex}.help-details-description{color:#334155;white-space:pre-wrap;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #dce4ef;border-radius:9px;min-height:120px;padding:13px 14px;font-size:13px;line-height:1.6}.help-details-image-wrapper{background:#f8fafc;border:1px solid #dce4ef;border-radius:10px;width:100%;overflow:hidden}.help-details-image-link{background:#eef2f7;width:100%;display:block}.help-details-image{object-fit:contain;background:#f8fafc;width:100%;max-height:420px;display:block}.help-details-file-name{color:#64748b;border-top:1px solid #e2e8f0;align-items:center;gap:8px;min-height:42px;padding:0 13px;font-size:11px;font-weight:600;display:flex}.help-details-file-name span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.help-details-file-link,.help-details-file-empty{color:#536177;background:#f8fafc;border:1px solid #dce4ef;border-radius:9px;align-items:center;gap:9px;min-height:44px;padding:0 13px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.help-details-file-link:hover{background:#f1f5f9;border-color:#b8c6da}.help-details-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:2px;display:grid}.help-details-meta-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:58px;padding:10px 12px;display:flex}.help-details-meta-item span{color:#94a3b8;text-transform:uppercase;font-size:9px;font-weight:800}.help-details-meta-item strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.help-details-footer{border-top:1px solid #edf1f5;flex:none;justify-content:flex-end;padding:14px 22px 18px;display:flex}.help-details-close-button{color:#111827;cursor:pointer;background:#ffcf00;border:0;border-radius:9px;min-width:100px;height:40px;padding:0 22px;font-family:inherit;font-size:12px;font-weight:800}.help-details-close-button:hover{background:#f5c600}.help-toast-wrap{z-index:3000;pointer-events:none;position:fixed;top:92px;right:24px}.help-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fffffffa;border:1px solid #d9e6de;border-radius:14px;align-items:center;gap:12px;width:360px;max-width:calc(100vw - 32px);min-height:76px;padding:14px 42px 14px 14px;animation:.35s cubic-bezier(.16,1,.3,1) helpToastIn;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 40px #0f172a24}.help-toast-success{border-left:4px solid #22a06b}.help-toast-icon{color:#16815a;background:#e7f8ef;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:18px;font-weight:900;display:grid}.help-toast-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.help-toast-content strong{color:#172033;font-size:13px;font-weight:800;line-height:1.2}.help-toast-content span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.4;overflow:hidden}.help-toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:10px;right:10px}.help-toast-close:hover{color:#475569;background:#f1f5f9}.help-toast-progress{transform-origin:0;background:#22a06b;width:100%;height:3px;animation:3.2s linear forwards helpToastProgress;position:absolute;bottom:0;left:0}.users-toast-wrap{z-index:3000;pointer-events:none;position:fixed;top:92px;right:24px}.users-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fffffffa;border:1px solid #d9e6de;border-left:4px solid #22a06b;border-radius:14px;align-items:center;gap:12px;width:360px;max-width:calc(100vw - 32px);min-height:76px;padding:14px 42px 14px 14px;animation:.35s cubic-bezier(.16,1,.3,1) usersToastIn;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 40px #0f172a24}.users-toast-icon{color:#16815a;background:#e7f8ef;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:18px;font-weight:900;display:grid}.users-toast-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.users-toast-content strong{color:#172033;font-size:13px;font-weight:800;line-height:1.2}.users-toast-content span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.4;overflow:hidden}.users-toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:10px;right:10px}.users-toast-close:hover{color:#475569;background:#f1f5f9}.users-toast-progress{transform-origin:0;background:#22a06b;width:100%;height:3px;animation:3.2s linear forwards usersToastProgress;position:absolute;bottom:0;left:0}.revenue-expense-layout{grid-template-columns:minmax(0,1.1fr) minmax(380px,1fr);align-items:stretch;gap:16px;width:100%;display:grid}.revenue-expense-combined-column{min-width:0;height:780px;display:flex}.revenue-expense-combined-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.revenue-expense-card-header{flex:0 0 52px;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;min-height:52px;padding-bottom:8px;display:flex}.revenue-expense-card-title{color:#101827;margin:0;font-size:17px;font-weight:800;line-height:1.25}.revenue-expense-view-selector{flex:none;align-items:center;gap:12px;display:flex}.revenue-expense-view-label{color:#8492a8;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800}.revenue-expense-view-select{color:#46546a;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:9px;outline:none;width:132px;height:38px;padding:0 34px 0 14px;font-family:inherit;font-size:12px;font-weight:700;transition:border-color .2s,box-shadow .2s}.revenue-expense-view-select:hover{border-color:#b9c6d8}.revenue-expense-view-select:focus{border-color:#f4bd00;box-shadow:0 0 0 2px #f4bd001f}.revenue-expense-combined-chart{flex:auto;width:100%;min-width:0;min-height:0;overflow:hidden}.revenue-expense-combined-chart .fixed-axis-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.revenue-expense-combined-chart .fixed-axis-chart-main{flex:auto;width:100%;min-width:0;min-height:0}.revenue-expense-combined-chart .shared-bottom-axis{background:#fff;flex:0 0 44px;width:100%;height:44px;min-height:44px}.revenue-expense-combined-chart .shared-bottom-axis-track{border-top:1px solid #edf1f7;height:44px;position:relative}.revenue-expense-combined-chart .shared-bottom-axis-tick{color:#8292aa;white-space:nowrap;font-size:10px;font-weight:500;line-height:1;position:absolute;top:15px;transform:translate(-50%)}.revenue-expense-combined-chart .shared-bottom-axis-tick:first-child{transform:translate(0)}.revenue-expense-combined-chart .shared-bottom-axis-tick:last-child{transform:translate(-100%)}.revenue-expense-right-column{grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;min-width:0;height:780px;min-height:0;display:grid}.revenue-expense-right-column>.dashboard-card{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:none;display:flex;overflow:hidden}.revenue-expense-right-column>.dashboard-card .card-title{flex:none}.revenue-expense-right-chart{flex:auto;width:100%;min-width:0;height:100%;min-height:0}.revenue-expense-right-chart .fixed-axis-chart{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.revenue-expense-right-chart .fixed-axis-chart-main{flex:auto;min-height:0}.revenue-expense-right-chart .shared-bottom-axis{flex:0 0 38px;height:38px;min-height:38px}.revenue-expense-right-chart .shared-bottom-axis-track{height:38px}.revenue-expense-right-chart .shared-bottom-axis-tick{top:12px}.branch-re-chart{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.branch-re-legend{flex:none;justify-content:flex-end;align-items:center;gap:14px;width:100%;margin-bottom:6px;display:flex}.branch-re-legend-dot{border-radius:2px;width:10px;height:10px}.revenue-expense-branch-chart-main{flex:auto;width:100%;min-width:0;min-height:0}@media (width<=1100px){.revenue-expense-layout{grid-template-columns:1fr}.revenue-expense-combined-column{height:650px}.revenue-expense-right-column{grid-template-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));height:390px}}@media (width<=760px){.revenue-expense-combined-column{height:600px}.revenue-expense-right-column{grid-template-rows:360px 360px;grid-template-columns:1fr;height:auto}.revenue-expense-card-header{flex-direction:column;flex-basis:auto;min-height:0}.revenue-expense-view-selector{justify-content:space-between;width:100%}.revenue-expense-view-select{width:160px}}@keyframes usersToastIn{0%{opacity:0;transform:translate(40px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes usersToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=600px){.users-toast-wrap{top:82px;left:16px;right:16px}.users-toast{width:100%;max-width:none}}@keyframes helpToastIn{0%{opacity:0;transform:translate(40px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes helpToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=600px){.help-toast-wrap{top:82px;left:16px;right:16px}.help-toast{width:100%;max-width:none}}@media (width<=700px){.help-modal-overlay{padding:12px}.help-details-modal{border-radius:12px;max-height:calc(100vh - 24px)}.help-details-header{padding:0 16px}.help-details-body{padding:16px}.help-details-footer{padding:12px 16px 16px}.help-details-meta{grid-template-columns:1fr}.help-details-image{max-height:300px}.help-details-close-button{width:100%}}@media (width<=650px){.help-readonly-meta{grid-template-columns:1fr}}@media (width<=1100px){.receivables-layout{grid-template-columns:1fr}.receivables-combined-column{height:650px}.receivables-right-column{grid-template-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));height:390px}}@media (width<=760px){.receivables-combined-column{height:600px}.receivables-right-column{grid-template-rows:360px 360px;grid-template-columns:1fr;height:auto}.receivables-card-header{flex-direction:column;flex-basis:auto;height:auto}.receivables-view-selector{justify-content:space-between;width:100%}.receivables-view-select{width:160px}}@media (width<=1100px){.payables-layout{grid-template-columns:1fr;height:auto}.payables-combined-card{height:650px}.payables-right-column{grid-template-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));height:390px}}@media (width<=760px){.payables-combined-card{height:600px}.payables-right-column{grid-template-rows:360px 360px;grid-template-columns:1fr;height:auto}.payables-card-header{flex-direction:column}.payables-view-selector{justify-content:space-between;width:100%}.payables-view-select{width:160px}.help-modal-overlay{padding:14px}.help-details-modal-header,.help-details-modal-body{padding:18px}.help-details-modal-footer{padding:14px 18px}.help-modal-done{width:100%}}@media (width<=600px){.change-password-page{padding:20px 14px}.change-password-card{border-radius:18px;padding:28px 20px 22px}.change-password-header h1{font-size:26px}.password-rules-grid{grid-template-columns:1fr}}@media (width<=1100px){.payables-layout{grid-template-columns:1fr}.payables-combined-column{height:650px}.payables-right-column{grid-template-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));height:390px}}@media (width<=760px){.payables-combined-column{height:600px}.payables-right-column{grid-template-rows:360px 360px;grid-template-columns:1fr;height:auto}.payables-card-header{flex-direction:column;flex-basis:auto;height:auto}.payables-view-selector{justify-content:space-between;width:100%}.payables-view-select{width:160px}}@media (width>=1500px){.sidebar{width:220px;padding-left:16px;padding-right:16px}.sidebar.sidebar-collapsed{width:68px;padding-left:8px;padding-right:8px}.main-area{width:calc(100% - 220px);margin-left:220px}.app-shell-collapsed .main-area{width:calc(100% - 68px);margin-left:68px}.page-content{padding:22px 28px 34px}.dashboard-card{height:405px}.revenue-expense-card{height:520px}.dashboard-kpis{grid-auto-rows:175px}.dashboard-kpis>.kpi-card,.kpi-card{height:175px;min-height:175px;max-height:175px}}@media (width<=1300px){.kpi-card{padding-left:15px;padding-right:15px}.kpi-card-title{font-size:10px}.kpi-change-badge{min-width:65px;padding:0 7px;font-size:10px}.kpi-card-body{width:calc(100% - 48px)}.kpi-value{font-size:28px}.kpi-mini-trend{width:57px;right:13px}}@media (width<=1200px){.revenue-expense-grid{grid-template-columns:1fr}.revenue-expense-card{height:500px}}@media (width<=1180px){.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:175px}.dashboard-kpis>.kpi-card,.kpi-card{height:175px;min-height:175px;max-height:175px}.kpi-value{font-size:32px}.kpi-mini-trend{width:70px}.dashboard-main-row{grid-template-columns:2fr 1fr}.aging-card{grid-column:1/-1}.dashboard-bottom-row,.page-grid-2{grid-template-columns:1fr}}@media (width<=1100px){.aging-donut-main{gap:10px}.aging-donut-chart{flex-basis:150px;width:150px;min-width:150px;height:150px;min-height:150px}}@media (width<=1050px){.users-create-form{grid-template-columns:1fr 1fr}.users-add-button{width:100%}}@media (width<=600px){.login-panel{padding:34px 24px 30px}.login-language-switcher{top:18px;right:18px}.login-language-button{height:32px;padding:0 7px}.login-language-button span:last-child{display:none}.login-brand{padding-right:90px}.change-password-language-switcher{top:16px;right:16px}.change-password-language-button{padding:0 6px}.change-password-language-button span:last-child{display:none}.change-password-header{padding-right:85px}}@media (width<=900px){.sidebar{width:160px;padding:16px 10px}.sidebar.sidebar-collapsed{width:64px;padding-left:8px;padding-right:8px}.main-area{width:calc(100% - 160px);margin-left:160px}.app-shell-collapsed .main-area{width:calc(100% - 64px);margin-left:64px}.brand-text{display:none}.side-nav-item{padding:0 10px;font-size:10px}.top-header{flex-wrap:wrap;gap:10px;height:auto;min-height:72px;padding:10px 15px}.top-header h1{font-size:19px}.header-actions{flex-wrap:wrap}.select-group.branch-select select{width:130px}.page-content{padding:15px}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-row{grid-template-columns:1fr}.mini-stats-column{grid-template-rows:auto;grid-template-columns:repeat(3,1fr);height:auto}.users-table{min-width:850px}}@media (width<=700px){.revenue-expense-grid{gap:14px}.revenue-expense-card{height:470px;padding:14px}}@media (width<=680px){.app-shell{display:block}.sidebar,.sidebar.sidebar-collapsed{border-bottom:1px solid #e5eaf1;border-right:0;flex-direction:row;align-items:center;gap:8px;width:100%;height:auto;padding:8px 10px;display:flex;position:sticky;top:0;overflow-x:auto}.brand{flex:none;width:auto;height:42px;margin:0}.brand-main{display:flex}.brand-text{display:none}.brand-logo{flex-basis:34px;width:34px;height:34px}.sidebar-collapse-button{display:none}.side-nav{flex-direction:row;gap:6px;width:auto}.side-nav-item,.sidebar-collapsed .side-nav-item{flex:0 0 40px;justify-content:center;width:40px;min-height:38px;margin:0;padding:0}.side-nav-label{display:none}.sidebar-bottom{flex-direction:row;align-items:center;width:auto;margin-top:0;margin-left:auto}.sidebar-user-card{width:auto}.sidebar-logout-button{justify-content:center;width:40px;height:38px;padding:0}.sidebar-logout-button span{display:none}.sidebar-logout-collapsed{width:40px;height:38px;margin:0}.main-area,.app-shell-collapsed .main-area{width:100%;margin-left:0}.top-header{position:relative}.header-actions{justify-content:flex-start;width:100%}.dashboard-kpis{grid-template-columns:1fr;grid-auto-rows:175px}.dashboard-kpis>.kpi-card,.kpi-card{height:190px;min-height:190px;max-height:190px;padding:17px}.kpi-card-body{width:calc(100% - 80px);margin-top:9px}.kpi-value{font-size:32px}.kpi-mini-trend{width:80px;top:85px;right:18px}.kpi-difference{margin-top:7px}.mini-stats-column{grid-template-columns:1fr}.dashboard-card{height:390px;padding:14px}.aging-content{grid-template-rows:190px auto 35px;grid-template-columns:1fr}.aging-footer{grid-column:auto}.aging-legend{grid-template-columns:repeat(2,1fr);display:grid}.users-page-header{align-items:flex-start}.users-page-header h2{font-size:23px}.users-create-form{grid-template-columns:1fr}.users-count{min-width:90px}}@media (width<=1200px){.aging-donut-chart{flex-basis:175px;width:175px;min-width:175px;height:175px;min-height:175px}.aging-legend-name{font-size:8px}.aging-legend-value{font-size:11px}}@media (width<=900px){.aging-donut-legend{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}}@media (width<=520px){.aging-donut-chart{flex-basis:160px;width:160px;min-width:160px;height:160px;min-height:160px}.aging-donut-legend{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1500px){.aging-donut-chart{flex-basis:200px;width:200px;min-width:200px;height:200px;min-height:200px}}@media (width<=1180px){.aging-card,.dashboard-summary-aging{height:390px;min-height:390px;max-height:390px}.aging-donut-chart{flex-basis:180px;width:180px;min-width:180px;height:180px;min-height:180px}.aging-donut-legend.aging-count-3,.aging-donut-legend.aging-count-4{column-gap:7px}.aging-legend-name{font-size:8px}.aging-legend-value{font-size:11px}}@media (width<=760px){.aging-card,.dashboard-summary-aging{height:400px;min-height:400px;max-height:400px}.aging-donut{grid-template-rows:minmax(0,1fr) auto}.aging-donut-legend{height:auto;min-height:72px;padding-bottom:8px}.aging-donut-legend.aging-count-3,.aging-donut-legend.aging-count-4{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}}@media (width<=520px){.aging-donut-chart{flex-basis:165px;width:165px;min-width:165px;height:165px;min-height:165px}.aging-donut-legend.aging-count-2,.aging-donut-legend.aging-count-3,.aging-donut-legend.aging-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.dashboard-summary-stats{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr));height:auto;min-height:0;max-height:none}.mini-stat{min-height:115px}}@media (width<=760px){.dashboard-summary-stats{grid-template-columns:1fr}.mini-stat{min-height:110px}}@media (width<=1000px){.top-header{padding:0 18px}.header-select-wrap{width:115px}.header-branch-filter .header-select-wrap{width:155px}}@media (width<=760px){.top-header{flex-direction:column;align-items:flex-start;gap:12px;height:auto;min-height:72px;padding-top:12px;padding-bottom:12px}.header-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.header-filter{flex:140px}.header-select-wrap,.header-branch-filter .header-select-wrap{width:100%}.language-switcher{flex:none}}@media (width<=520px){.top-header h1{font-size:21px}.header-actions{gap:8px}.header-filter{flex:calc(50% - 4px)}.language-switcher{justify-content:center;width:100%;height:40px}.language-button{flex:1;max-width:70px}}.horizontal-chart-scroll,.fixed-axis-chart-scroll,.change-bar-chart-scroll,.branch-re-scroll{scrollbar-width:thin;scrollbar-color:transparent transparent;position:relative;overflow:hidden auto}.horizontal-chart-scroll:hover,.fixed-axis-chart-scroll:hover,.change-bar-chart-scroll:hover,.branch-re-scroll:hover{scrollbar-color:#94a3b8 #f1f5f9}.horizontal-chart-scroll::-webkit-scrollbar{width:8px;height:8px}.fixed-axis-chart-scroll::-webkit-scrollbar{width:8px;height:8px}.change-bar-chart-scroll::-webkit-scrollbar{width:8px;height:8px}.branch-re-scroll::-webkit-scrollbar{width:8px;height:8px}.horizontal-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.fixed-axis-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.change-bar-chart-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.branch-re-scroll::-webkit-scrollbar-track{background:0 0;border-radius:999px}.horizontal-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px}.fixed-axis-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px}.change-bar-chart-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px}.branch-re-scroll::-webkit-scrollbar-thumb{background:0 0;border:2px solid #0000;border-radius:999px}.horizontal-chart-scroll:hover::-webkit-scrollbar-track{background:#f1f5f9}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-track{background:#f1f5f9}.change-bar-chart-scroll:hover::-webkit-scrollbar-track{background:#f1f5f9}.branch-re-scroll:hover::-webkit-scrollbar-track{background:#f1f5f9}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9}.change-bar-chart-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9}.branch-re-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9}.horizontal-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.fixed-axis-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.change-bar-chart-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}.branch-re-scroll:hover::-webkit-scrollbar-thumb:hover{background:#64748b}
