/* ═══ SAVED VIEWS v1.2 — 03.04.2026 ═══ */

/* Context Menu Items */
.sv-ctx-item{display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:5px;font-size:11px;font-weight:500;color:#1a1d2e;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-family:inherit}
.sv-ctx-item:hover{background:#f1f5f9}
.sv-ctx-item svg{width:13px;height:13px;color:#94a3b8}
.sv-ctx-sep{height:1px;background:#f1f5f9;margin:3px 0}
.sv-ctx-danger{color:#ef4444 !important}
.sv-ctx-danger svg{color:#ef4444 !important}

/* Preview Tags */
.sv-ptag-s{background:#eff6ff;color:#1e40af;border:1px solid #93c5fd}
.sv-ptag-d{background:#faf5ff;color:#6b21a8;border:1px solid #d8b4fe}
.sv-ptag-h{background:#f0fdf4;color:#065f46;border:1px solid #86efac}
.sv-ptag svg:hover{color:#ef4444 !important}
.sv-live-count{margin-left:auto;font-size:10px;font-weight:700;color:#10b981;white-space:nowrap}
.sv-empty{font-size:10px;color:#94a3b8;font-style:italic}

/* Select Filled State */
.sv-sel.filled{border-color:#0a6ed1 !important;background:#f0f7ff !important;font-weight:600}

/* Custom Tab Styles */
.saved-view-tab{border:1.5px dashed #94a3b8 !important;margin:0 3px !important}
.saved-view-tab:hover{background:#f1f5f9 !important;border-color:#94a3b8 !important}
.saved-view-tab.active{background:#f0f7ff !important;color:#1a1d2e !important;border-color:#3b82f6 !important;border-style:dashed !important;margin:0 3px !important;padding:0.4rem 0.9rem !important;box-shadow:none !important}
.saved-view-tab.active .sv-count-badge{background:#3b82f6 !important;color:#fff !important}
.saved-view-tab .sv-dot{flex-shrink:0}

/* Counter Badge — dauerhaft sichtbar, harmonisch */
.sv-count-badge{background:#cbd5e1 !important;color:#475569 !important;font-size:0.7rem !important;font-weight:700 !important;padding:0 0.4rem !important;border-radius:50% !important;min-width:22px !important;height:22px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}

/* Name Input Auto State */
#svName.auto{background:#f1f5f9;border-color:transparent !important}
