#vst-tab .vst-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
#vst-tab table { width: 100%; border-collapse: collapse; font-size: 14px; }
#vst-tab th, #vst-tab td { padding: 8px 10px; border-bottom: 1px solid var(--border); text-align: left; }
#vst-tab thead th { font-weight: 600; color: var(--text-light); }
.vst-pill { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.vst-pill.attended { background: var(--success-subtle); color: #166534; }
.vst-pill.missed   { background: var(--danger-subtle); color: #991b1b; }
.vst-pill.pending  { background: #fef3c7; color: #92400e; }
.vst-pill.none     { color: var(--text-muted); }
.vst-pill.assumed  { opacity: 0.65; font-style: italic; }
#vst-tab tfoot td { font-weight: 700; border-top: 2px solid var(--border); }
.vst-quoten { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.vst-quote-card { background: var(--bg-subtle); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; min-width: 130px; }
.vst-quote-card .label { font-size: 12px; color: var(--text-light); }
.vst-quote-card .pct { font-size: 24px; font-weight: 700; }
.vst-quote-card .frac { font-size: 12px; color: var(--text-muted); }
.vst-empty { color: var(--text-light); padding: 24px; text-align: center; }
