.recap-stack { display: flex; flex-direction: column; gap: 13px; }
.recap-progress-card { background: linear-gradient(135deg, var(--c-bg5), var(--c-her-light)); border: 1px solid var(--c-border); border-radius: 18px; padding: 24px; box-shadow: 0 2px 16px rgba(107,66,38,.08); }
.recap-section-title { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--c-his-mid); margin-bottom: 13px; font-weight: 700; }
.recap-total-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 10px; }
.recap-total-value { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(26px,6vw,36px); color: var(--c-his); font-weight: 700; }
.recap-of-label { font-size: 11px; color: var(--c-text3); }
.recap-bar-track { background: rgba(200,149,108,.25); border-radius: 8px; height: 13px; overflow: hidden; margin-bottom: 7px; box-shadow: inset 0 1px 4px rgba(107,66,38,.2); }
.recap-pct { text-align: right; font-size: 13px; color: var(--c-her); font-weight: 700; }

.recap-breakdown { background: #fff; border: 1px solid var(--c-border); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(107,66,38,.06); }
.recap-summary { background: #fff; border: 1px solid var(--c-border); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(107,66,38,.06); }
.recap-footer { border-radius: 16px; padding: 22px; text-align: center; }
.recap-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; border-bottom: 1px solid var(--c-border); font-size: 13px; }
.recap-row:last-child { border-bottom: none; }
.recap-row-label { color: var(--c-text2); }
.recap-row-value { font-weight: 700; color: var(--c-his); }
.recap-insight { font-size: 12px; color: var(--c-text3); font-style: italic; line-height: 1.7; }
#recap-bar { width: 0%; height: 100%; border-radius: 8px; }

.recap-wallet-section { background: #fff; border: 1px solid var(--c-border); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(107,66,38,.06); padding: 18px; display: flex; flex-direction: column; gap: 16px; }
.recap-wallet-table { border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
.recap-wallet-head { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 4px; padding: 9px 14px; background: var(--c-bg2); border-bottom: 1px solid var(--c-border); font-size: 10px; font-weight: 700; color: var(--c-text2); text-transform: uppercase; letter-spacing: 0.8px; }
.recap-wallet-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 4px; padding: 10px 14px; border-bottom: 1px solid var(--c-bg3); align-items: center; }
.recap-wallet-row:last-child { border-bottom: none; }
.recap-wallet-row-foot { background: var(--c-bg2); font-weight: 700; border-top: 1.5px solid var(--c-border); }
.recap-wallet-name { font-size: 12px; font-weight: 600; color: var(--c-text); }
.recap-wallet-her { font-size: 11px; color: var(--c-her); font-weight: 600; font-family: 'Playfair Display', Georgia, serif; }
.recap-wallet-his { font-size: 11px; color: var(--c-his); font-weight: 600; font-family: 'Playfair Display', Georgia, serif; }
.recap-wallet-total { font-size: 12px; color: var(--c-his); font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.recap-wallet-charts { display: flex; gap: 12px; }
.recap-wallet-donut-wrap { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 12px; padding: 14px 10px; }
.recap-wallet-donut-title { font-size: 11px; font-weight: 700; color: var(--c-text2); text-transform: uppercase; letter-spacing: 1px; }
.recap-wallet-legend { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.recap-wallet-leg-item { display: flex; align-items: center; gap: 7px; }
.recap-wallet-leg-dot { width: 9px; height: 9px; border-radius: 3px; flex-shrink: 0; }
.recap-wallet-leg-name { font-size: 10px; color: var(--c-text2); font-weight: 600; }
.recap-wallet-leg-val { font-size: 11px; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }

@media (max-width: 480px) {
  .recap-wallet-charts { flex-direction: column; }
  .recap-wallet-head, .recap-wallet-row { grid-template-columns: 1.2fr 1fr 1fr 1fr; font-size: 10px; padding: 8px 10px; }
}
