/* Vertraulichkeit-Verwaltung (nur Admin/GF) */
.vqm-vt-btn{position:fixed;right:26px;bottom:26px;z-index:55;display:flex;align-items:center;gap:8px;
  background:#1f2937;color:#fff;border:0;border-radius:12px;padding:11px 16px;
  font:600 13.5px/1 system-ui,sans-serif;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.vqm-vt-btn:hover{background:#111827}
.vqm-vt-overlay{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.45);
  display:flex;align-items:center;justify-content:center;padding:20px}
.vqm-vt-panel{width:min(860px,96vw);max-height:88vh;overflow:auto;background:#fff;
  border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.35);padding:20px 24px}
.vqm-vt-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.vqm-vt-head h2{font:700 18px/1.3 system-ui,sans-serif;margin:0}
.vqm-vt-close{border:0;background:#f1f5f9;border-radius:9px;width:32px;height:32px;
  font-size:19px;cursor:pointer}
.vqm-vt-note{font:400 13px/1.55 system-ui,sans-serif;color:#64748b;margin:10px 0 14px}
.vqm-vt-table{width:100%;border-collapse:collapse;font:400 13.5px/1.4 system-ui,sans-serif}
.vqm-vt-table th{text-align:left;font-weight:600;color:#64748b;padding:8px 10px;
  border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff}
.vqm-vt-table td{padding:8px 10px;border-bottom:1px solid #eef2f6;vertical-align:middle}
.vqm-vt-switch{display:inline-flex;align-items:center;gap:9px;cursor:pointer;white-space:nowrap}
.vqm-vt-switch input{position:absolute;opacity:0}
.vqm-vt-switch .schieber{width:38px;height:22px;border-radius:12px;background:#cbd5e1;
  position:relative;transition:background .25s;flex:none}
.vqm-vt-switch .schieber::after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;
  border-radius:50%;background:#fff;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.vqm-vt-switch input:checked + .schieber{background:#b91c1c}
.vqm-vt-switch input:checked + .schieber::after{transform:translateX(16px)}
.vqm-vt-switch .zustand{font-size:12.5px;font-weight:600;color:#64748b;min-width:74px}
.vqm-vt-switch input:checked ~ .zustand{color:#b91c1c}
.vqm-vt-err{color:#b91c1c;font:600 13.5px/1.4 system-ui}
