.bsw-widget { font-size: 13px; }
.bsw-widget.colorset-default { --bsw-accent: #2563eb; --bsw-track: #e5e7eb; }
.bsw-widget.colorset-blue { --bsw-accent: #1d4ed8; --bsw-track: #dbeafe; }
.bsw-widget.colorset-green { --bsw-accent: #15803d; --bsw-track: #dcfce7; }
.bsw-widget.colorset-purple { --bsw-accent: #7e22ce; --bsw-track: #f3e8ff; }
.bsw-widget.colorset-orange { --bsw-accent: #c2410c; --bsw-track: #ffedd5; }
.bsw-title { margin: 0 0 10px; font-size: 15px; color: var(--bsw-accent, #1e293b); border-left: 3px solid var(--bsw-accent, #2563eb); padding-left: 8px; }
.bsw-bar-item { margin-bottom: 12px; }
.bsw-bar-item:last-child { margin-bottom: 0; }
.bsw-bar-head { display: flex; justify-content: space-between; margin-bottom: 4px; }
.bsw-bar-label { font-weight: bold; }
.bsw-bar-pct { color: #666; }
.bsw-bar-bg { background: #e5e7eb; border-radius: 6px; height: 12px; overflow: hidden; }
.bsw-bar-fill { height: 100%; border-radius: 6px; }
.bsw-bar-fill-unlimited { width: 100%; background: repeating-linear-gradient(45deg, var(--bsw-accent, #93c5fd), var(--bsw-accent, #93c5fd) 8px, var(--bsw-track, #bfdbfe) 8px, var(--bsw-track, #bfdbfe) 16px); }
.bsw-bar-detail { font-size: 11px; color: #888; margin-top: 2px; }
.bsw-empty { color: #999; }
