/* 24HG Liquid Glass — variable bridge (vault) */
:root {
  --bg: #07080a; --surface: #101114; --surface2: #16171b;
  --accent: #00e5ff; --pink: #e040fb;
  --text: #f0f0f0; --muted: #6a6b6c; --border: rgba(255,255,255,0.06);
}
html, body, #root { background: var(--bg) !important; }
body::before, body::after { display: none !important; }
.vault-sidebar {
  background: color-mix(in srgb, var(--surface) 65%, transparent) !important;
  backdrop-filter: saturate(1.2) blur(40px) !important;
  -webkit-backdrop-filter: saturate(1.2) blur(40px) !important;
  border-right: 1px solid var(--border) !important;
}
.vault-content { background: transparent !important; }
.vault-main    { background: transparent !important; }
.vault-topbar  {
  background: color-mix(in srgb, var(--bg) 80%, transparent) !important;
  backdrop-filter: saturate(1.2) blur(12px) !important;
  border-bottom: 1px solid var(--border) !important;
}
