.page-module__wSJhvW__financial-page{background-color:var(--white);border-radius:14px;min-height:calc(100vh - 168px);margin-top:60px;padding:20px;position:relative}.page-module__wSJhvW__tabs{gap:20px;display:flex;position:absolute;top:-42px}.page-module__wSJhvW__tabs li{background-color:var(--primary-color);min-width:150px;color:var(--white);cursor:pointer;border-radius:20px 20px 0 0;justify-content:center;align-items:center;padding:8px 10px;display:flex}.page-module__wSJhvW__tabs li.page-module__wSJhvW__active{background-color:var(--white);color:var(--dark-gray-text)}.page-module__wSJhvW__sucess{background-color:var(--ok-text);color:var(--white);border-radius:14px;justify-content:center;align-items:center;min-width:60px;display:flex}.page-module__wSJhvW__fail{background-color:var(--warning-text);color:var(--white);border-radius:14px;justify-content:center;align-items:center;min-width:60px;display:flex}.page-module__wSJhvW__neutral{background-color:var(--neutral-text2);color:var(--white);border-radius:14px;justify-content:center;align-items:center;min-width:60px;display:flex}.page-module__wSJhvW__operation{justify-content:center;align-items:center;gap:15px;display:flex}.page-module__wSJhvW__operation li i{cursor:pointer}.page-module__wSJhvW__summaryGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.page-module__wSJhvW__summaryCard{border-radius:8px;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.page-module__wSJhvW__summaryCard h4{line-height:unset}.page-module__wSJhvW__summaryCardGreen{background-color:var(--ok-bg);border:1px solid var(--ok-text);}.page-module__wSJhvW__summaryCardRed{background-color:var(--warning-bg);border:1px solid var(--warning-text);}.page-module__wSJhvW__summaryCardBlue{background-color:var(--light-primary-color);border:1px solid var(--dark-primary-color);}.page-module__wSJhvW__summaryCardYellow{background-color:var(--neutral-bg);border:1px solid var(--neutral-text2);}.page-module__wSJhvW__summaryTitle{font-size:14px;font-weight:500}.page-module__wSJhvW__summaryTitleGreen{color:var(--ok-text);}.page-module__wSJhvW__summaryTitleRed{color:var(--warning-text);}.page-module__wSJhvW__summaryTitleBlue{color:var(--dark-primary-color);}.page-module__wSJhvW__summaryTitleYellow{color:var(--neutral-text2);}.page-module__wSJhvW__summaryValue{margin:0;font-size:20px;font-weight:700}.page-module__wSJhvW__summaryValueGreen{color:var(--ok-text);}.page-module__wSJhvW__summaryValueRed{color:var(--warning-text);}.page-module__wSJhvW__summaryValueBlue{color:var(--dark-primary-color);}.page-module__wSJhvW__summaryValueYellow{color:var(--neutral-text2);}.page-module__wSJhvW__controls{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.page-module__wSJhvW__buttonGroup{gap:8px;display:flex}.page-module__wSJhvW__button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.page-module__wSJhvW__buttonPrimary{background-color:var(--primary-color);color:var(--white);}.page-module__wSJhvW__buttonActive{}.page-module__wSJhvW__buttonInactive{}.page-module__wSJhvW__emptyState{text-align:center;color:#9ca3af;background-color:#f9fafb;border-radius:8px;padding:48px}.page-module__wSJhvW__pieChartContainer{margin-top:24px}.page-module__wSJhvW__pieChartTitle{text-align:center;color:#374151;margin-bottom:16px;font-weight:500}.page-module__wSJhvW__tableTitle{color:var(--primary-color);margin-bottom:10px}.page-module__wSJhvW__table{border-collapse:collapse;width:100%;font-size:14px}.page-module__wSJhvW__tableHead{background-color:#f9fafb}.page-module__wSJhvW__tableHead th{text-align:right;color:#374151;border-bottom:2px solid #e5e7eb;padding:12px 16px;font-weight:600}.page-module__wSJhvW__tableRow{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.page-module__wSJhvW__tableRow:hover{background-color:#f9fafb}.page-module__wSJhvW__tableRow td{color:#374151;padding:12px 16px}.page-module__wSJhvW__tableRow td:last-child{padding-left:16px}.page-module__wSJhvW__increaseValue{color:#10b981;font-weight:500}.page-module__wSJhvW__decreaseValue{color:#ef4444;font-weight:500}.page-module__wSJhvW__totalValue{color:#3b82f6;font-weight:500}.page-module__wSJhvW__textMuted{color:#6b7280}.page-module__wSJhvW__tooltipContainer{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;box-shadow:0 4px 6px #0000001a}.page-module__wSJhvW__tooltipLabel{color:var(--dark-gray-text);margin:0 0 8px;font-weight:700}.page-module__wSJhvW__tooltipItem{margin:4px 0}.page-module__wSJhvW__loadingContainer{text-align:center;padding:20px}.page-module__wSJhvW__spinner{border-bottom:2px solid #3b82f6;border-radius:50%;width:32px;height:32px;animation:1s linear infinite page-module__wSJhvW__spin;display:inline-block}@keyframes page-module__wSJhvW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__wSJhvW__loadingText{color:#6b7280;margin-top:8px}@media (max-width:640px){.page-module__wSJhvW__container{padding:8px}.page-module__wSJhvW__summaryGrid{grid-template-columns:1fr}.page-module__wSJhvW__controls{flex-direction:column;align-items:stretch}.page-module__wSJhvW__buttonGroup{justify-content:center}.page-module__wSJhvW__tableContainer{padding:12px}.page-module__wSJhvW__tableHead th,.page-module__wSJhvW__tableRow td{padding:8px 12px;font-size:12px}}.page-module__wSJhvW__chartContainer:focus-visible,.page-module__wSJhvW__chartContainer:focus{outline:unset!important}.page-module__wSJhvW__recharts-rectangle.page-module__wSJhvW__recharts-tooltip-cursor{fill:var(--transparent-bg)!important}.page-module__wSJhvW__recharts-bar .page-module__wSJhvW__recharts-rectangle.page-module__wSJhvW__recharts-tooltip-cursor{opacity:.3;fill:var(--transparent-bg)!important}.page-module__wSJhvW__recharts-line .page-module__wSJhvW__recharts-rectangle.page-module__wSJhvW__recharts-tooltip-cursor{opacity:.2;fill:var(--transparent-bg)!important}.page-module__wSJhvW__recharts-cartesian-grid{background-color:var(--transparent-bg)!important}.page-module__wSJhvW__recharts-tooltip-wrapper{background-color:var(--card-bg,white)!important;border:1px solid var(--border-color,#e5e7eb)!important;border-radius:8px!important;box-shadow:0 4px 6px #0000001a!important}.page-module__wSJhvW__recharts-tooltip-item,.page-module__wSJhvW__recharts-legend-item-text{color:var(--dark-gray-text)!important}.page-module__wSJhvW__recharts-text{fill:var(--dark-gray-text)!important}.page-module__wSJhvW__recharts-cartesian-axis-line,.page-module__wSJhvW__recharts-cartesian-axis-tick-line{stroke:var(--border-color)!important}.page-module__wSJhvW__recharts-cartesian-grid-line{stroke:var(--border-color)!important;stroke-dasharray:3 3!important}.page-module__wSJhvW__recharts-bar-rectangle:hover,.page-module__wSJhvW__recharts-pie-sector:hover{opacity:.8;transition:opacity .3s}.page-module__wSJhvW__recharts-legend-item-text{gap:10px;font-size:13px;display:flex}
.warning-module__6dGJhq__warning-box{background-color:var(--neutral-bg);color:var(--neutral-text);border-radius:14px;align-items:center;gap:20px;width:100%;margin-bottom:20px;padding:10px 20px;display:flex}.warning-module__6dGJhq__warning-box p{color:var(--neutral-text);font-size:13px;line-height:25px}.warning-module__6dGJhq__warning-box i{font-size:18px}
