/* SIP Calculator — tool-specific styles */
.sip-bar{display:flex;height:14px;border-radius:8px;overflow:hidden;margin-top:16px;background:var(--border,#e2e8f0)}
.sip-bar-invested{background:#6366f1;transition:width .3s}
.sip-bar-gain{background:#22c55e;transition:width .3s}
.sip-bar-legend{display:flex;gap:18px;margin-top:8px;font-size:.8rem;color:var(--muted,#64748b)}
.sip-bar-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px}
.sip-bar-legend .dot-inv{background:#6366f1}
.sip-bar-legend .dot-gain{background:#22c55e}
#sip-schedule-wrap{margin-top:20px}
