
.money-segmented-four{grid-template-columns:repeat(4,1fr)}
.budget-dashboard{display:flex;flex-direction:column;gap:14px}.budget-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#ecfeff,#f0fdfa)}.budget-total{font-size:34px;line-height:1;margin:8px 0 4px}.budget-ring{--p:0;width:86px;height:86px;border-radius:50%;background:conic-gradient(var(--accent,#14b8a6) calc(var(--p)*1%),#dbeafe 0);display:grid;place-items:center;position:relative;flex:0 0 auto}.budget-ring:after{content:"";position:absolute;inset:10px;border-radius:50%;background:white}.budget-ring span{position:relative;z-index:1;font-weight:800;color:#0f766e}.budget-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.budget-bar div,.budget-row-bar div{height:100%;background:linear-gradient(90deg,#14b8a6,#22c55e);border-radius:999px}.budget-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.budget-mini{padding:12px}.budget-mini strong{display:block;font-size:18px;margin-top:4px}.budget-category-list{display:flex;flex-direction:column;gap:10px}.budget-row{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:12px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.budget-label{display:flex;gap:8px;align-items:center;margin-bottom:8px}.budget-row-main{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.budget-row-bar{height:8px;background:#eef2f7;border-radius:999px;overflow:hidden}.budget-people-grid{display:flex;flex-direction:column;gap:10px}.budget-person{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.avatar-dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ccfbf1;color:#0f766e;font-weight:800}
@media(max-width:380px){.budget-mini-grid{grid-template-columns:1fr}.budget-ring{width:74px;height:74px}.budget-total{font-size:30px}}
