.budget-charts-container{background:var(--bg-light);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;padding:2rem}.budget-charts-title{color:var(--text-primary);text-transform:uppercase;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.budget-charts-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.budget-chart-section{background:var(--bg-white);border:1px solid var(--border);border-radius:6px;padding:1.5rem}.budget-chart-title{color:var(--text-primary);text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.budget-chart-content{min-height:250px}.budget-bar-chart-vertical{justify-content:center;align-items:flex-end;gap:1rem;height:250px;padding-top:40px;display:flex}.budget-bar-vertical-item{flex-direction:column;flex:none;align-items:center;min-width:120px;height:100%;display:flex;position:relative}.budget-bar-vertical-value-container{z-index:10;background:var(--bg-white);white-space:nowrap;border-radius:4px;margin-bottom:10px;padding:.5rem .75rem;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000001a}.budget-bar-vertical-value{color:var(--text-primary);font-size:.95rem;font-weight:700}.budget-bar-vertical-bar{background:var(--bg-light);border-radius:4px 4px 0 0;align-items:flex-end;width:100%;height:calc(100% - 50px);margin-top:50px;display:flex;position:relative}.budget-bar-vertical-fill{background:linear-gradient(180deg, var(--primary), var(--accent));border-radius:4px 4px 0 0;width:100%;transition:height .5s}.budget-bar-vertical-label{color:var(--text-secondary);margin-top:.5rem;font-size:.85rem;font-weight:600}.budget-bar-chart-horizontal{flex-direction:column;justify-content:space-around;gap:1rem;height:200px;display:flex}.budget-bar-horizontal-item{align-items:center;gap:1rem;display:flex}.budget-bar-horizontal-label{min-width:100px;color:var(--text-secondary);flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.budget-bar-horizontal-percent{color:var(--text-secondary);opacity:.8;font-size:.75rem;font-weight:500}.budget-bar-horizontal-bar{background:var(--bg-light);border-radius:4px;flex:1;height:30px;position:relative;overflow:hidden}.budget-bar-horizontal-fill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:4px;justify-content:flex-end;align-items:center;height:100%;padding-right:.5rem;transition:width .5s;display:flex}.budget-bar-horizontal-value{color:#fff;font-size:.85rem;font-weight:600}.budget-pie-chart{flex-direction:column;align-items:center;gap:1rem;display:flex}.budget-pie-svg{width:200px;height:200px}.budget-pie-legend{flex-direction:column;gap:.5rem;width:100%;display:flex}.budget-pie-legend-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.budget-pie-legend-color{border-radius:4px;width:16px;height:16px}.budget-charts-loading{text-align:center;color:var(--text-secondary);padding:2rem}.budget-chart-empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9rem}@media (max-width:1200px){.budget-charts-grid{grid-template-columns:1fr}}
