/* ============================================================================
   SOLARDESK · Liquid Glass Theme v1
   Erstellt: 8.5.2026 · Quelle: /Desktop/Claude/PRODUCT.md + DESIGN.md
   Lädt NACH style.css → überschreibt Taupe/Gold-Theme mit Liquid-Glass.
   Wirkung: alle Cards, Panels, Sidebar, Topbar, Buttons als Glass-Material.
   ============================================================================ */

@import url("https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Variable.woff2") format("woff2-variations");

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2-variations");
}

@property --mouse-glow-alpha {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

:root {
  color-scheme: dark !important;

  /* === Canvas === */
  --canvas:               oklch(13% 0.02 245);
  --canvas-opaque:        oklch(20% 0.02 245);

  /* === Akzent — Cool Primär + Warm Sekundär === */
  --accent-cool:          oklch(70% 0.16 252);
  --accent-cool-hover:    oklch(76% 0.17 252);
  --accent-cool-soft:     oklch(70% 0.16 252 / 0.18);
  --accent-cool-ring:     oklch(70% 0.16 252 / 0.50);
  --accent-warm:          oklch(78% 0.13 65);
  --accent-warm-hover:    oklch(83% 0.13 65);
  --accent-warm-soft:     oklch(78% 0.13 65 / 0.16);

  /* SOLARDESK-Aliasing — Taupe/Gold-Variablen werden auf Cool/Warm umgemappt */
  --accent:               var(--accent-cool);
  --accent-dark:          var(--accent-cool-active, oklch(64% 0.15 252));
  --accent-light:         var(--accent-cool-soft);
  --accent-glow:          oklch(70% 0.16 252 / 0.45);
  --accent-gradient:      linear-gradient(135deg, oklch(85% 0.14 252) 0%, var(--accent-cool) 50%, oklch(55% 0.16 252) 100%);
  --accent-gradient-soft: linear-gradient(135deg, oklch(82% 0.10 252) 0%, oklch(60% 0.14 252) 100%);
  --gold:                 var(--accent-warm);
  --gold-light:           var(--accent-warm-hover);
  --gold-glow:            oklch(78% 0.13 65 / 0.55);
  --taupe:                oklch(78% 0.005 240);
  --taupe-deep:           oklch(60% 0.004 240);

  /* === Text — pure white für max. Kontrast auf Glass === */
  --text:                 oklch(100% 0 0);
  --text-secondary:       oklch(96% 0 0);
  --text-muted:           oklch(86% 0 0);
  --text-on-accent:       oklch(100% 0 0);
  --text-shadow-glass:    0 1px 2px oklch(0% 0 0 / 0.65), 0 2px 4px oklch(0% 0 0 / 0.40);
  --text-shadow-strong:   0 1px 2px oklch(0% 0 0 / 0.85), 0 2px 6px oklch(0% 0 0 / 0.65), 0 4px 12px oklch(0% 0 0 / 0.40);

  /* === Surfaces === */
  --bg:                   transparent;
  --bg-deep:              transparent;
  --bg-soft:              transparent;
  --bg-2:                 transparent;
  --bg-canvas:            transparent;
  --bg-card:              transparent;
  --bg-card-hover:        transparent;
  --ivory:                oklch(96% 0.005 245);
  --taupe-soft:           oklch(86% 0.004 240 / 0.18);

  /* === Borders === */
  --border:               oklch(100% 0 0 / 0.18);
  --border-strong:        oklch(100% 0 0 / 0.32);
  --sidebar-border:       oklch(100% 0 0 / 0.14);

  /* === Status — semantisch === */
  --gruen:                oklch(72% 0.16 145);
  --gruen-bg:             oklch(72% 0.16 145 / 0.15);
  --gelbgruen:            oklch(78% 0.16 130);
  --gelbgruen-bg:         oklch(78% 0.16 130 / 0.15);
  --gelb:                 oklch(82% 0.16 95);
  --gelb-bg:              oklch(82% 0.16 95 / 0.15);
  --rot:                  oklch(65% 0.21 25);
  --rot-bg:               oklch(65% 0.21 25 / 0.15);
  --schwarz:              oklch(50% 0.01 245);
  --schwarz-bg:           oklch(50% 0.01 245 / 0.15);

  /* === Sidebar — Glass statt dunkel === */
  --sidebar-bg:           transparent;
  --sidebar-bg-flat:      transparent;
  --sidebar-text:         var(--text);
  --sidebar-text-soft:    var(--text-secondary);
  --sidebar-active-bg:    var(--accent-cool-soft);
  --sidebar-active-text:  oklch(100% 0 0);
  --sidebar-active-border:var(--accent-cool);
  --sidebar-hover-bg:     oklch(100% 0 0 / 0.08);

  /* === Schatten === */
  --shadow-sm:    0 1.5px 4px oklch(0% 0 0 / 0.30), inset 0 1px 0 oklch(100% 0 0 / 0.14);
  --shadow:       0 4px 12px oklch(0% 0 0 / 0.40), 0 12px 32px oklch(0% 0 0 / 0.40), inset 0 1.5px 0 oklch(100% 0 0 / 0.30);
  --shadow-md:    0 6px 16px oklch(0% 0 0 / 0.48), 0 24px 50px oklch(0% 0 0 / 0.50), inset 0 2px 0 oklch(100% 0 0 / 0.50);
  --shadow-lg:    0 8px 22px oklch(0% 0 0 / 0.55), 0 50px 100px oklch(0% 0 0 / 0.62), inset 0 3px 0 oklch(100% 0 0 / 0.74);
  --shadow-glow:  0 0 0 1px oklch(100% 0 0 / 0.30), 0 8px 24px -6px var(--accent-cool-ring);
  --shadow-gold:  0 8px 22px -6px oklch(78% 0.13 65 / 0.50), 0 0 30px -8px oklch(78% 0.13 65 / 0.45);
  --shadow-inset-light: inset 0 2px 0 oklch(100% 0 0 / 0.50);

  /* === Motion === */
  --ease-default:   cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-out:       cubic-bezier(0.16, 1, 0.3, 1);
  --dur-snappy:     150ms;
  --dur-smooth:     250ms;
  --dur-deliberate: 400ms;

  /* === Typografie === */
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  --font-mono: "Geist Mono", "JetBrains Mono", "SF Mono", ui-monospace, monospace;
}

/* ============================================================================
   BASE — Body, Headings, Mesh-Canvas
   ============================================================================ */

html, body {
  background: var(--canvas) !important;
  color: oklch(100% 0 0) !important;
  font-family: var(--font-sans) !important;
  font-weight: 450;
  font-feature-settings: "ss01" on, "cv11" on, "calt" on;
  font-variant-numeric: tabular-nums;
  text-shadow: var(--text-shadow-glass) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: -15%;
  z-index: -1;
  background:
    radial-gradient(ellipse 65% 55% at 15% -5%, oklch(45% 0.22 252 / 0.75), transparent 60%),
    radial-gradient(ellipse 55% 65% at 85% 105%, oklch(40% 0.16 65 / 0.70), transparent 60%),
    radial-gradient(ellipse 45% 45% at 50% 50%, oklch(35% 0.14 290 / 0.45), transparent 65%),
    radial-gradient(ellipse 30% 35% at 75% 25%, oklch(38% 0.12 195 / 0.35), transparent 70%),
    var(--canvas);
  filter: blur(0.5px) saturate(1.15);
  animation: mesh-drift 32s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes mesh-drift {
  0%   { transform: translate3d(0, 0, 0)     scale(1.00); }
  50%  { transform: translate3d(2%, -1%, 0)  scale(1.04); }
  100% { transform: translate3d(-1%, 2%, 0)  scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
}



/* ============================================================================
   SCHRIFT-STANDARD — minimal, einheitlich, nach Datenraum-Tracker-Vorbild
   Pure White · 1 Token text-shadow-glass für Body · 1 Token für Headlines
   KEIN text-stroke · KEIN gradient · KEIN filter
   ============================================================================ */

/* === SCHRIFT-STANDARD = Sidebar-Stil im ganzen Tool ===
   Sidebar war lesbar — diese Werte werden auf alles übertragen. */

body, p, span, td, th, li, label, dt, dd, .text, .body-text {
  color: oklch(96% 0 0) !important;
  font-weight: 500 !important;
  text-shadow: var(--text-shadow-strong) !important;
}

h1, h2, h3, h4, h5, h6,
.page-title, .section-title, .card-title, .card-subtitle,
.topbar-title, .topbar-titles,
.hero-title, .hero-name, .modal-title,
.invest-card-header, .partner-card-header, .projekt-card-title,
.kpi-title, .phase-title, .proj-cell-name, .proj-name,
.empty-state-title, .upload-zone-title, .alert-title,
.login-demo-title, .login-demo-name, .user-name,
.dr-preview-name, .nz-name, .td-name,
.projekt-card-location {
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  color: oklch(100% 0 0) !important;
  font-weight: 700 !important;
  letter-spacing: -0.018em !important;
  text-shadow: var(--text-shadow-strong) !important;
  filter: none !important;
  -webkit-text-fill-color: oklch(100% 0 0) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* Zentrierung */
h1, h2, h3, h4, h5, h6,
header, .header, .heading, .page-title, .section-title,
.card-title, .card-subtitle,
.topbar-title, .topbar-titles,
.hero-title, .hero-name, .sidebar-section-title,
.subtitle {
  text-align: center !important;
}

/* === GROSSZAHLEN — Geist Sans Bold (kein Fraunces-Serif), klare Lesbarkeit ===
   Universell — alle Kachel-Typen in SOLARDESK */
.kpi-card .kpi-value, .kpi-grid .kpi-value,
.stat-card .stat-value,
.kpi-value, .stat-value, .sum-value,
.hero-stat-val, .metric-value, .big-number,
.invest-card-name, .partner-card-title, .partner-metric-val,
.proj-metric-value, .projekt-stat-value, .proj-stat-num,
.dataroom-kpi-val, .counter-val, .phase-count,
.dr-header-title, .dataroom-hero-title,
.login-title, .login-logo-text,
.amount, .figure, .number-large,
[data-role="kpi"], [data-role="metric"] {
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  color: oklch(100% 0 0) !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.0vw, 40px) !important;
  line-height: 1.10 !important;
  letter-spacing: -0.025em !important;
  font-variant-numeric: tabular-nums !important;
  text-shadow: var(--text-shadow-strong) !important;
  filter: none !important;
  -webkit-text-fill-color: oklch(100% 0 0) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  text-align: center !important;
  display: block !important;
  margin: 8px 0 !important;
}

/* Status-Varianten — nur color */
.kpi-value.gruen,  .stat-value.gruen  { color: oklch(85% 0.18 145) !important; }
.kpi-value.rot,    .stat-value.rot    { color: oklch(76% 0.20 25)  !important; }
.kpi-value.gelb,   .stat-value.gelb   { color: oklch(90% 0.16 95)  !important; }
.kpi-value.blue,   .stat-value.blue   { color: oklch(82% 0.16 252) !important; }
.kpi-value.accent, .stat-value.accent { color: oklch(82% 0.16 252) !important; }

/* === ALLE LABELS (Caps über Werten) — wie Sidebar-Section-Title ===
   Universell — jede Kachel auf jeder Seite */
.kpi-card .kpi-label, .kpi-grid .kpi-label,
.stat-card .stat-label,
.kpi-label, .stat-label, .hero-stat-label, .sum-label, .metric-label,
.invest-metric-label, .partner-metric-label,
.partner-card-loc, .invest-card-loc,
.proj-metric-label, .proj-stat-label, .projekt-stat-label,
.dataroom-kpi-label, .pruef-label, .login-label, .form-label,
.dr-tree-label, .dataroom-hero-sub,
.label-caps, .section-label, .field-label, .topbar-breadcrumb {
  color: oklch(78% 0.10 252) !important;
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-shadow: var(--text-shadow-strong) !important;
  text-align: center !important;
  opacity: 1 !important;
}

/* === SUBS (kleine Zusatzzeile unter Werten) — universell === */
.kpi-card .kpi-sub, .kpi-grid .kpi-sub, .stat-card .stat-sub,
.kpi-sub, .stat-sub, .sum-sub, .meta, .meta-item,
.proj-metric-sub, .nz-sub, .td-sub, .section-sub,
.dr-header-sub, .login-sub, .sidebar-logo-sub, .login-logo-sub,
.empty-state-text, .upload-zone-sub,
.subtitle, .card-subtitle, .description, .hint, small, .small {
  color: oklch(94% 0 0) !important;
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  text-shadow: var(--text-shadow-strong) !important;
  text-align: center !important;
  opacity: 1 !important;
}

/* === ICONS in Cards / Topbar — wie nav-icon, leicht stärker === */
.card .icon, .stat-card .icon, .kpi-card .icon, .panel .icon,
.topbar .icon, .alert .alert-icon, .badge .icon,
.card-3d svg, .panel svg, .topbar svg, .card .icon-circle,
.kpi-card-icon, .stat-card-icon {
  color: oklch(88% 0.10 252) !important;
  opacity: 1 !important;
  stroke-width: 2.4 !important;
  font-weight: 700;
  filter: drop-shadow(0 1px 2px oklch(0% 0 0 / 0.55));
}

/* Auch Sidebar-Icons etwas kräftiger */
.nav-item .nav-icon {
  color: oklch(88% 0.10 252) !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  stroke-width: 2.4 !important;
  filter: drop-shadow(0 1px 2px oklch(0% 0 0 / 0.55));
}


::selection {
  background: var(--accent-cool-soft);
  color: var(--text);
}



/* ============================================================================
   GLASS-LAYER — Cards, Panels, Modals
   ============================================================================ */

.card, .card-3d,
.stat-card, .kpi-card,
.panel, .bento-card,
.modal, .popover,
.invest-card, .partner-card, .projekt-card, .projekt-card-v2,
.lead-card, .kunden-card, .angebot-card,
.login-card, .summary-card, .nz-card,
.dr-card, .dataroom-card {
  --mx: 50%;
  --my: 50%;
  --mouse-glow-alpha: 0;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle 60px at var(--mx) var(--my),
      oklch(100% 0 0 / var(--mouse-glow-alpha)) 0%,
      oklch(100% 0 0 / calc(var(--mouse-glow-alpha) * 0.4)) 25%,
      transparent 60%),
    linear-gradient(155deg,
      oklch(100% 0 0 / 0.22) 0%,
      oklch(100% 0 0 / 0.08) 18%,
      oklch(100% 0 0 / 0.02) 56%,
      oklch(0% 0 0 / 0.30) 100%),
    oklch(28% 0.018 245 / 0.62) !important;
  backdrop-filter: blur(72px) saturate(180%) brightness(1.05) !important;
  -webkit-backdrop-filter: blur(72px) saturate(180%) brightness(1.05) !important;
  border: 1px solid oklch(100% 0 0 / 0.68) !important;
  border-radius: 20px !important;
  color: var(--text);
  transition:
    --mouse-glow-alpha var(--dur-smooth) var(--ease-out),
    border-color var(--dur-smooth) var(--ease-default),
    transform var(--dur-smooth) var(--ease-default),
    box-shadow var(--dur-smooth) var(--ease-default);
  box-shadow:
    0 3.5px 0 oklch(100% 0 0 / 0.50),
    0 7px 16px oklch(0% 0 0 / 0.58),
    0 28px 58px oklch(0% 0 0 / 0.62),
    0 70px 120px oklch(0% 0 0 / 0.66),
    0 130px 200px -28px oklch(0% 0 0 / 0.54),
    inset 0 3.5px 0 oklch(100% 0 0 / 0.92),
    inset 0 28px 42px -16px oklch(100% 0 0 / 0.42),
    inset 0 -3px 0 oklch(0% 0 0 / 0.78),
    inset 0 -22px 36px -12px oklch(0% 0 0 / 0.40) !important;
}

.card::before, .card-3d::before, .stat-card::before, .kpi-card::before,
.panel::before, .bento-card::before, .modal::before,
.invest-card::before, .partner-card::before, .projekt-card::before, .projekt-card-v2::before,
.lead-card::before, .kunden-card::before, .angebot-card::before,
.login-card::before, .summary-card::before, .nz-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(125deg,
      oklch(100% 0 0 / 1.00) 0%,
      oklch(100% 0 0 / 0.45) 6%,
      oklch(100% 0 0 / 0.10) 20%,
      transparent 36%,
      transparent 64%,
      oklch(100% 0 0 / 0.16) 80%,
      oklch(100% 0 0 / 0.65) 100%),
    linear-gradient(180deg,
      oklch(100% 0 0 / 0.55) 0%,
      oklch(100% 0 0 / 0.18) 12%,
      transparent 30%,
      transparent 100%),
    linear-gradient(0deg,
      oklch(100% 0 0 / 0.30) 0%,
      oklch(100% 0 0 / 0.08) 6%,
      transparent 14%);
  mix-blend-mode: screen;
  background-size: 200% 100%, 100% 100%, 100% 100%;
  background-position: 0% 0%, 0% 0%, 0% 0%;
  transition: background-position var(--dur-deliberate) var(--ease-out);
}

.card:hover::before, .card-3d:hover::before, .stat-card:hover::before, .kpi-card:hover::before,
.panel:hover::before, .bento-card:hover::before,
.invest-card:hover::before, .partner-card:hover::before, .projekt-card:hover::before, .projekt-card-v2:hover::before,
.lead-card:hover::before, .kunden-card:hover::before, .angebot-card:hover::before,
.login-card:hover::before, .summary-card:hover::before {
  background-position: 30% 0%, 0% 0%, 0% 0%;
}

.card::after, .card-3d::after, .stat-card::after, .kpi-card::after,
.panel::after, .bento-card::after,
.invest-card::after, .partner-card::after, .projekt-card::after, .projekt-card-v2::after,
.lead-card::after, .kunden-card::after, .angebot-card::after,
.login-card::after, .summary-card::after, .nz-card::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 8%;
  right: 8%;
  height: 28%;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 35% 0%,
      oklch(100% 0 0 / 0.95) 0%,
      oklch(100% 0 0 / 0.45) 25%,
      oklch(100% 0 0 / 0.12) 55%,
      transparent 80%),
    radial-gradient(ellipse at 80% 10%,
      oklch(100% 0 0 / 0.40) 0%,
      oklch(100% 0 0 / 0.10) 40%,
      transparent 75%);
  filter: blur(14px);
  mix-blend-mode: screen;
}

.card > *, .card-3d > *, .stat-card > *, .kpi-card > *,
.panel > *, .bento-card > *, .modal > *,
.invest-card > *, .partner-card > *, .projekt-card > *, .projekt-card-v2 > *,
.lead-card > *, .kunden-card > *, .angebot-card > *,
.login-card > *, .summary-card > *, .nz-card > * { position: relative; z-index: 2; }

/* Chart-Container und Canvas IMMER über Glass-Pseudo-Elementen */
.card-body,
.card canvas,
.card svg,
.kpi-card .kpi-value,
.kpi-card .kpi-label,
.kpi-card .kpi-sub { position: relative; z-index: 2; }

.card:hover, .card-3d:hover, .stat-card:hover, .kpi-card:hover,
.panel:hover, .bento-card:hover,
.invest-card:hover, .partner-card:hover, .projekt-card:hover, .projekt-card-v2:hover,
.lead-card:hover, .kunden-card:hover, .angebot-card:hover,
.login-card:hover, .summary-card:hover {
  --mouse-glow-alpha: 0.32;
  border-color: oklch(100% 0 0 / 0.85) !important;
  transform: translateY(-6px);
  box-shadow:
    0 4px 0 oklch(100% 0 0 / 0.60),
    0 10px 22px oklch(0% 0 0 / 0.66),
    0 38px 72px oklch(0% 0 0 / 0.72),
    0 90px 160px oklch(0% 0 0 / 0.74),
    inset 0 4px 0 oklch(100% 0 0 / 1.00),
    inset 0 32px 50px -18px oklch(100% 0 0 / 0.50),
    inset 0 -3.5px 0 oklch(0% 0 0 / 0.82),
    inset 0 -26px 42px -14px oklch(0% 0 0 / 0.46) !important;
}


/* === CHART-CONTAINER FIT — Charts müssen in die Karte passen === */
.card-body {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 240px;
  overflow: visible !important;
  display: block;
}
.card-body canvas,
.card-body svg,
.card canvas,
.card svg {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 2;
}
/* Charts brauchen feste Höhe, sonst rendern sie 0 */
.card-body[data-chart], .card-body.chart-wrap, .chart-container {
  min-height: 280px;
  height: 100%;
}
/* Für Donut + Bar in Card-Body: gleichhohe Box */
.card-body canvas { display: block; max-height: 320px; }

/* ============================================================================
   SIDEBAR — Glass-Layer 1
   ============================================================================ */

.sidebar {
  --mx: 50%;
  --my: 50%;
  --mouse-glow-alpha: 0;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle 80px at var(--mx) var(--my),
      oklch(100% 0 0 / var(--mouse-glow-alpha)) 0%,
      transparent 60%),
    linear-gradient(160deg,
      oklch(100% 0 0 / 0.18) 0%,
      oklch(100% 0 0 / 0.06) 28%,
      oklch(100% 0 0 / 0.02) 65%,
      oklch(0% 0 0 / 0.10) 100%),
    oklch(22% 0.018 245 / 0.62) !important;
  backdrop-filter: blur(72px) saturate(200%) brightness(1.08) !important;
  -webkit-backdrop-filter: blur(72px) saturate(200%) brightness(1.08) !important;
  border-right: 1px solid oklch(100% 0 0 / 0.40) !important;
  box-shadow:
    inset 0 2.5px 0 oklch(100% 0 0 / 0.55),
    inset -2px 0 0 oklch(0% 0 0 / 0.40),
    8px 0 32px -12px oklch(0% 0 0 / 0.50) !important;
  transition: --mouse-glow-alpha var(--dur-smooth) var(--ease-out);
}

.sidebar:hover { --mouse-glow-alpha: 0.18; }

.sidebar-text, .sidebar-text-soft { color: oklch(98% 0 0) !important; text-shadow: var(--text-shadow-strong); font-weight: 500; }

/* Logo + Section-Labels: maximaler Kontrast */
.sidebar-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 24px 16px 20px !important;
  gap: 4px !important;
}
.sidebar-logo-mark, .sidebar-logo-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 8px !important;
  width: 56px !important;
  height: 56px !important;
  font-size: 28px !important;
  color: oklch(100% 0 0) !important;
  text-shadow: 0 2px 6px oklch(0% 0 0 / 0.65) !important;
  border-radius: 16px !important;
  background: oklch(70% 0.16 252 / 0.18) !important;
  border: 1px solid oklch(100% 0 0 / 0.22);
  box-shadow:
    inset 0 1.5px 0 oklch(100% 0 0 / 0.40),
    0 4px 12px oklch(0% 0 0 / 0.40);
}
.sidebar-logo-text {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: oklch(100% 0 0) !important;
  -webkit-text-fill-color: oklch(100% 0 0) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  text-shadow:
    0 1px 2px oklch(0% 0 0 / 0.85),
    0 3px 8px oklch(0% 0 0 / 0.55) !important;
  filter: none !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}
.sidebar-logo-sub {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: oklch(82% 0.05 252) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.55) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  margin-top: 2px !important;
}
.sidebar-section-title,
.nav-section-label {
  color: oklch(78% 0.10 252) !important;
  text-shadow: var(--text-shadow-strong) !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  opacity: 1 !important;
  padding-top: 12px;
}
.nav-item {
  color: oklch(96% 0 0) !important;
  text-shadow: var(--text-shadow-strong);
  font-weight: 500;
}
.nav-item .nav-icon { color: oklch(85% 0.08 252); opacity: 0.95; }
.nav-item:hover { color: oklch(100% 0 0) !important; background: oklch(100% 0 0 / 0.10) !important; }
.nav-item:hover .nav-icon { color: var(--accent-cool); }
.sidebar-active-text,
.nav-item.active {
  color: var(--text) !important;
  text-shadow: var(--text-shadow-strong);
}

.nav-item {
  border-radius: 12px;
  transition: background var(--dur-snappy);
}
.nav-item:hover { background: oklch(100% 0 0 / 0.08) !important; }
.nav-item.active {
  background: var(--accent-cool-soft) !important;
  border-left: 3px solid var(--accent-cool);
}

/* ============================================================================
   TOPBAR — Sticky Glass-Layer 2
   ============================================================================ */

.topbar {
  --mx: 50%;
  --my: 50%;
  --mouse-glow-alpha: 0;
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  background:
    radial-gradient(circle 80px at var(--mx) var(--my),
      oklch(100% 0 0 / var(--mouse-glow-alpha)) 0%,
      transparent 60%),
    linear-gradient(160deg,
      oklch(100% 0 0 / 0.34) 0%,
      oklch(100% 0 0 / 0.12) 24%,
      oklch(100% 0 0 / 0.04) 64%,
      oklch(0% 0 0 / 0.14) 100%),
    oklch(25% 0.018 245 / 0.55) !important;
  backdrop-filter: blur(64px) saturate(200%) brightness(1.06) !important;
  -webkit-backdrop-filter: blur(64px) saturate(200%) brightness(1.06) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.46) !important;
  box-shadow:
    inset 0 2.5px 0 oklch(100% 0 0 / 0.66),
    inset 0 -2px 0 oklch(0% 0 0 / 0.65),
    0 8px 24px -8px oklch(0% 0 0 / 0.40) !important;
  transition: --mouse-glow-alpha var(--dur-smooth) var(--ease-out);
}

.topbar:hover { --mouse-glow-alpha: 0.20; }

.topbar-title, .topbar-titles, .topbar-breadcrumb { color: var(--text) !important; text-shadow: var(--text-shadow-strong); }
.topbar-search input,
input[type="search"],
input[type="text"] {
  background: oklch(15% 0.015 245 / 0.55) !important;
  border: 1px solid oklch(100% 0 0 / 0.20) !important;
  color: var(--text) !important;
  border-radius: 12px;
}

/* ============================================================================
   BUTTONS
   ============================================================================ */

.btn,
button.btn,
.btn-primary,
.btn-secondary,
.btn-accent,
.btn-ghost {
  font-family: inherit;
  border-radius: 12px;
  transition: background var(--dur-snappy), border-color var(--dur-snappy), transform var(--dur-instant);
}

.btn-primary, .btn-accent {
  background: var(--accent-cool) !important;
  color: var(--text-on-accent) !important;
  border: 1px solid oklch(100% 0 0 / 0.30) !important;
  box-shadow:
    inset 0 1.5px 0 oklch(100% 0 0 / 0.40),
    0 4px 12px var(--accent-cool-ring) !important;
}
.btn-primary:hover, .btn-accent:hover {
  background: var(--accent-cool-hover) !important;
  transform: translateY(-1px);
}

.btn-secondary {
  background: oklch(20% 0.02 245 / 0.55) !important;
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid oklch(100% 0 0 / 0.20) !important;
  color: var(--text) !important;
}
.btn-secondary:hover { border-color: oklch(100% 0 0 / 0.40) !important; }

.btn-ghost {
  background: transparent !important;
  color: var(--text-secondary) !important;
  border: 1px solid transparent !important;
}
.btn-ghost:hover {
  background: var(--accent-cool-soft) !important;
  color: var(--text) !important;
}

/* ============================================================================
   BADGES
   ============================================================================ */

.badge {
  font-family: inherit;
  border-radius: 9999px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-gruen     { background: var(--gruen-bg) !important; color: var(--gruen) !important; }
.badge-gelbgruen { background: var(--gelbgruen-bg) !important; color: var(--gelbgruen) !important; }
.badge-gelb      { background: var(--gelb-bg) !important; color: var(--gelb) !important; }
.badge-rot       { background: var(--rot-bg) !important; color: var(--rot) !important; }
.badge-schwarz   { background: var(--schwarz-bg) !important; color: var(--text-muted) !important; }
.badge-blue      { background: var(--accent-cool-soft) !important; color: var(--accent-cool) !important; }

/* ============================================================================
   ALERTS — Glass-Variant
   ============================================================================ */

.alert {
  background: oklch(100% 0 0 / 0.08) !important;
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  color: var(--text);
  border-radius: 10px;
  padding: 6px 12px !important;
  margin-bottom: 12px !important;
  font-size: 12px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert .alert-icon { width: 22px !important; height: 22px !important; flex-shrink: 0; font-size: 13px; }
.alert .alert-title { font-size: 12px !important; font-weight: 600; margin: 0; }
.alert .alert-text { font-size: 11.5px !important; color: var(--text-secondary); margin-top: 1px; }
.alert-success { border-color: oklch(72% 0.16 145 / 0.40) !important; background: var(--gruen-bg) !important; }
.alert-warn    { border-color: oklch(82% 0.16 95 / 0.40)  !important; background: var(--gelb-bg) !important; }
.alert-danger  { border-color: oklch(65% 0.21 25 / 0.40)  !important; background: var(--rot-bg) !important; }
.alert-info    { border-color: var(--accent-cool-ring) !important; background: var(--accent-cool-soft) !important; }

/* ============================================================================
   TABLES
   ============================================================================ */

table { font-variant-numeric: tabular-nums; }
table thead th {
  background: oklch(20% 0.02 245 / 0.55) !important;
  backdrop-filter: blur(20px) saturate(180%);
  color: var(--text-secondary) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.20);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}
table tbody td { color: var(--text); border-bottom: 1px solid oklch(100% 0 0 / 0.08); }
table tbody tr:hover { background: var(--accent-cool-soft) !important; }

/* ============================================================================
   Reduced-Motion + Reduced-Transparency
   ============================================================================ */

@media (prefers-reduced-transparency: reduce) {
  .card, .card-3d, .stat-card, .panel, .bento-card,
  .modal, .sidebar, .topbar, .alert {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: var(--canvas-opaque) !important;
  }
}

/* ============================================================================
   PRINT-Override
   ============================================================================ */

@media print {
  body { background: white !important; color: black !important; }
  body::before { display: none; }
  .card, .panel, .stat-card, .sidebar, .topbar {
    background: white !important;
    color: black !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}

/* ============================================================================
   LIVE-DNA OVERRIDE — Cool-Blau-Glass auf body.premium-dark
   Sticht durch die !important-Wand von premium.css.
   Behält Fraunces-Italic für Card-/Hero-/Modal-Titles (Live-DNA-Wunsch).
   Hinzugefügt: 12.05.2026
   ============================================================================ */

/* Stage-Background: Sternenhimmel + Spotlight + Vignette dezenter machen,
   damit Glass-Material atmet. Nicht entfernen — sonst flat. */
body.premium-dark .stage-bg { z-index: 0 !important; opacity: 0.55 !important; }
body.premium-dark .stage-bg .stars { opacity: 0.35 !important; }
body.premium-dark .stage-bg .spotlight { opacity: 0.30 !important; }
body.premium-dark .stage-bg .vignette { opacity: 0.40 !important; }

body.premium-dark { color: var(--text) !important; }

/* === Cards mit höherer Spezifität als premium.css === */
body.premium-dark .card,
body.premium-dark .partner-card,
body.premium-dark .stat-card,
body.premium-dark .panel,
body.premium-dark .bento-card,
body.premium-dark .booking-card,
body.premium-dark .wizard-card,
body.premium-dark .calc-card,
body.premium-dark .modal {
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.08) 0%,
    oklch(100% 0 0 / 0.04) 35%,
    oklch(100% 0 0 / 0.02) 65%,
    oklch(100% 0 0 / 0.06) 100%) !important;
  backdrop-filter: blur(48px) saturate(280%) brightness(1.12) !important;
  -webkit-backdrop-filter: blur(48px) saturate(280%) brightness(1.12) !important;
  border: 1px solid oklch(100% 0 0 / 0.16) !important;
  border-radius: 18px !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 -1px 0 oklch(0% 0 0 / 0.35) inset,
    0 18px 38px -16px oklch(0% 0 0 / 0.55),
    0 4px 12px -2px oklch(0% 0 0 / 0.25) !important;
  color: var(--text) !important;
  position: relative !important;
  overflow: hidden !important;
}

body.premium-dark .card:hover,
body.premium-dark .partner-card:hover,
body.premium-dark .bento-card:hover {
  border-color: var(--accent-cool-ring) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.26) inset,
    0 -1px 0 oklch(0% 0 0 / 0.35) inset,
    0 24px 50px -16px oklch(0% 0 0 / 0.65),
    0 0 38px -8px var(--accent-glow) !important;
  transform: translateY(-2px) !important;
}

/* === LIVE-DNA: Fraunces Italic für Titles (Card/Hero/Modal/Login) === */
body.premium-dark .card-title,
body.premium-dark .partner-card-title,
body.premium-dark .partner-hero-title,
body.premium-dark .dataroom-hero-title,
body.premium-dark .modal-title,
body.premium-dark .login-title,
body.premium-dark .hero-title,
body.premium-dark .hero-name {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
  color: oklch(99% 0.01 80) !important;
  text-shadow:
    0 1px 0 oklch(20% 0.02 80 / 0.55),
    0 4px 18px oklch(0% 0 0 / 0.45) !important;
  -webkit-text-fill-color: oklch(99% 0.01 80) !important;
}

/* Page-/Section-Titles bleiben Geist Sans (Hierarchie) */
body.premium-dark .page-title,
body.premium-dark .section-title,
body.premium-dark .topbar-title {
  font-family: var(--font-sans) !important;
  font-style: normal !important;
}

/* === Sidebar: Hero-Niveau Glass (Same DNA wie Topbar-Hero) === */
body.premium-dark .sidebar {
  position: relative !important;
  background: linear-gradient(135deg,
    oklch(100% 0 0 / 0.10) 0%,
    oklch(100% 0 0 / 0.03) 30%,
    oklch(100% 0 0 / 0.02) 65%,
    oklch(100% 0 0 / 0.08) 100%) !important;
  backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  -webkit-backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  border-right: 1px solid oklch(100% 0 0 / 0.18) !important;
  box-shadow:
    /* 7-Schicht-Shadow analog Topbar-Hero */
    inset 1px 0 0 oklch(100% 0 0 / 0.34),           /* Left-Inset-Highlight */
    inset -1px 0 0 oklch(0% 0 0 / 0.42),            /* Right-Inset-Shadow */
    inset 0 1px 0 oklch(100% 0 0 / 0.30),           /* Top-Inset-Highlight */
    inset 24px 0 36px -22px oklch(70% 0.16 252 / 0.22), /* Inner Cool-Glow links */
    6px 0 14px -2px oklch(0% 0 0 / 0.35),           /* Near-Shadow rechts */
    22px 0 48px -16px oklch(0% 0 0 / 0.65),         /* Far-Shadow rechts */
    44px 0 80px -10px oklch(70% 0.16 252 / 0.40),   /* Cool-Ambient */
    80px 0 100px -20px oklch(82% 0.12 252 / 0.22) !important; /* Cyan-Ambient */
  overflow: hidden !important;
  --mx: 50%;
  --my: 50%;
}

/* AURORA-HALO über die ganze Sidebar (analog Topbar-Halo, vertikal) */
body.premium-dark .sidebar::before {
  content: '' !important;
  position: absolute !important;
  inset: -40px !important;
  background:
    /* Mouse-tracked Highlight-Spot */
    radial-gradient(circle 320px at var(--mx) var(--my),
      oklch(100% 0 0 / 0.10) 0%,
      oklch(82% 0.12 252 / 0.06) 35%,
      transparent 70%),
    /* Aurora oben: Cool-Blau */
    radial-gradient(ellipse 90% 30% at 50% 12%,
      oklch(70% 0.16 252 / 0.30) 0%,
      transparent 70%),
    /* Aurora unten: Cool-Cyan */
    radial-gradient(ellipse 90% 30% at 50% 88%,
      oklch(82% 0.14 220 / 0.25) 0%,
      transparent 70%),
    /* Aurora Mitte: dezent */
    radial-gradient(ellipse 120% 20% at 50% 50%,
      oklch(78% 0.12 240 / 0.12) 0%,
      transparent 70%) !important;
  filter: blur(28px) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  animation: sidebar-aurora-drift 14s ease-in-out infinite !important;
}

/* SHIMMER-SWEEP — vertikaler Lichtreflex (7s loop wie Topbar) */
body.premium-dark .sidebar::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: 0 !important;
  width: 100% !important;
  height: 60% !important;
  background: linear-gradient(180deg,
    transparent 0%,
    oklch(100% 0 0 / 0) 35%,
    oklch(100% 0 0 / 0.18) 47%,
    oklch(82% 0.12 252 / 0.22) 50%,
    oklch(100% 0 0 / 0.18) 53%,
    oklch(100% 0 0 / 0) 65%,
    transparent 100%) !important;
  filter: blur(3px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  animation: sidebar-shimmer 7s cubic-bezier(.55,.05,.45,.95) infinite !important;
}

@keyframes sidebar-aurora-drift {
  0%, 100% { opacity: 0.65; transform: translateY(0); }
  50%      { opacity: 1.00; transform: translateY(-12px); }
}
@keyframes sidebar-shimmer {
  0%   { transform: translateY(0%)   skewY(-10deg); opacity: 0; }
  12%  { opacity: 1; }
  60%  { transform: translateY(360%) skewY(-10deg); opacity: 1; }
  62%  { opacity: 0; }
  100% { transform: translateY(360%) skewY(-10deg); opacity: 0; }
}

/* Inhalt der Sidebar muss über den Aurora/Shimmer-Layern liegen */
body.premium-dark .sidebar > * {
  position: relative !important;
  z-index: 2 !important;
}

/* Sidebar-Logo: Premium-Treatment mit Aurora-Halo */
body.premium-dark .sidebar-logo {
  padding: 24px 22px 20px !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.10) !important;
  text-align: center !important;
  position: relative !important;
  overflow: visible !important;
  z-index: 2 !important;
}
/* Sub-Aurora-Halo hinter dem Logo (kleiner als Topbar-Hero, langsamer) */
body.premium-dark .sidebar-logo::before {
  content: '' !important;
  position: absolute !important;
  top: 8% !important;
  left: 10% !important;
  right: 10% !important;
  bottom: 12% !important;
  background:
    radial-gradient(ellipse 60% 80% at 30% 50%,
      oklch(70% 0.16 252 / 0.30) 0%,
      transparent 70%),
    radial-gradient(ellipse 50% 70% at 75% 50%,
      oklch(82% 0.14 220 / 0.22) 0%,
      transparent 70%) !important;
  filter: blur(22px) !important;
  pointer-events: none !important;
  z-index: -1 !important;
  animation: sidebar-logo-breathe 9s ease-in-out infinite !important;
}
@keyframes sidebar-logo-breathe {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%      { opacity: 0.9; transform: scale(1.06); }
}
body.premium-dark .sidebar-logo::after {
  content: '' !important;
  position: absolute !important;
  bottom: -1px !important;
  left: 22% !important;
  right: 22% !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--accent-cool) 50%,
    transparent 100%) !important;
  opacity: 0.7 !important;
  box-shadow: 0 0 12px var(--accent-glow) !important;
}
body.premium-dark .sidebar-logo-mark {
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: oklch(100% 0 0) !important;
  text-shadow:
    0 1px 0 oklch(0% 0 0 / 0.7),
    0 2px 6px oklch(0% 0 0 / 0.5),
    0 0 18px oklch(70% 0.16 252 / 0.45) !important;
}
body.premium-dark .sidebar-logo-mark .logo-italic {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: oklch(82% 0.12 252) !important;
}
body.premium-dark .sidebar-logo-sub {
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: oklch(82% 0.10 252 / 0.75) !important;
  margin-top: 6px !important;
}

/* Sidebar-Nav-Items: hover + active mit Glass-3D */
body.premium-dark .nav-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 14px !important;
  margin: 2px 10px !important;
  border-radius: 10px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  color: oklch(92% 0 0) !important;
  font-weight: 500 !important;
  transition: all 0.22s cubic-bezier(.2,.7,.2,1) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.55) !important;
}
body.premium-dark .nav-item:hover {
  background: oklch(100% 0 0 / 0.06) !important;
  border-color: oklch(100% 0 0 / 0.12) !important;
  color: oklch(100% 0 0) !important;
  transform: translateX(2px) !important;
}
body.premium-dark .nav-item.active {
  background: linear-gradient(150deg,
    var(--accent-cool-soft) 0%,
    oklch(100% 0 0 / 0.04) 100%) !important;
  border: 1px solid var(--accent-cool-ring) !important;
  color: oklch(100% 0 0) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 4px 12px -4px var(--accent-glow),
    0 0 20px -6px var(--accent-glow) !important;
  animation: nav-item-pulse 4s ease-in-out infinite !important;
  position: relative !important;
}
/* Cool-Indicator-Streifen links am Active-Item */
body.premium-dark .nav-item.active::before {
  content: '' !important;
  position: absolute !important;
  left: -10px !important;
  top: 22% !important;
  bottom: 22% !important;
  width: 3px !important;
  border-radius: 0 3px 3px 0 !important;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--accent-cool) 30%,
    oklch(82% 0.12 252) 50%,
    var(--accent-cool) 70%,
    transparent 100%) !important;
  box-shadow: 0 0 12px var(--accent-glow), 0 0 24px var(--accent-glow) !important;
  animation: nav-item-stripe 4s ease-in-out infinite !important;
}
@keyframes nav-item-pulse {
  0%, 100% {
    box-shadow:
      0 1px 0 oklch(100% 0 0 / 0.22) inset,
      0 4px 12px -4px var(--accent-glow),
      0 0 20px -6px var(--accent-glow);
  }
  50% {
    box-shadow:
      0 1px 0 oklch(100% 0 0 / 0.30) inset,
      0 6px 18px -4px var(--accent-glow),
      0 0 36px -4px var(--accent-glow);
  }
}
@keyframes nav-item-stripe {
  0%, 100% { opacity: 0.7; }
  50%      { opacity: 1.0; }
}
body.premium-dark .nav-item.active .nav-icon {
  color: var(--accent-cool) !important;
  filter: drop-shadow(0 0 6px var(--accent-glow)) drop-shadow(0 0 14px var(--accent-glow)) !important;
}
body.premium-dark .nav-section-label {
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: oklch(72% 0.08 252 / 0.65) !important;
  padding: 18px 18px 6px !important;
}

body.premium-dark .topbar {
  background: linear-gradient(180deg,
    oklch(100% 0 0 / 0.06) 0%,
    oklch(100% 0 0 / 0.02) 100%) !important;
  backdrop-filter: blur(40px) saturate(220%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(220%) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.12) !important;
}

/* === Buttons: Primär = Cool-Blau, Sekundär = Glass === */
body.premium-dark .btn-primary,
body.premium-dark .login-btn {
  background: var(--accent-gradient) !important;
  color: oklch(100% 0 0) !important;
  border: 1px solid var(--accent-cool-ring) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.30) inset,
    0 8px 22px -8px var(--accent-glow) !important;
}
body.premium-dark .btn-primary:hover,
body.premium-dark .login-btn:hover {
  background: var(--accent-cool-hover) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.35) inset,
    0 12px 30px -8px var(--accent-glow) !important;
}

body.premium-dark .btn-ghost,
body.premium-dark .btn-secondary {
  background: oklch(100% 0 0 / 0.06) !important;
  color: var(--text) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  backdrop-filter: blur(20px) !important;
}
body.premium-dark .btn-ghost:hover,
body.premium-dark .btn-secondary:hover {
  background: oklch(100% 0 0 / 0.10) !important;
  border-color: var(--accent-cool-ring) !important;
}

/* === KPI-Cards (Premium-Layout bleibt, Glass-Skin neu) === */
body.premium-dark .kpi-card {
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.07) 0%,
    oklch(100% 0 0 / 0.025) 100%) !important;
  backdrop-filter: blur(40px) saturate(260%) brightness(1.08) !important;
  -webkit-backdrop-filter: blur(40px) saturate(260%) brightness(1.08) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  border-radius: 16px !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 14px 30px -14px oklch(0% 0 0 / 0.55) !important;
  color: var(--text) !important;
}

/* === Hero-Sektionen mit kühlem Tone === */
body.premium-dark .partner-hero,
body.premium-dark .dataroom-hero {
  background: linear-gradient(135deg,
    var(--accent-cool-soft) 0%,
    oklch(20% 0.02 245 / 0.65) 50%,
    var(--accent-cool-soft) 100%) !important;
  border: 1px solid var(--accent-cool-ring) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 24px 50px -16px oklch(0% 0 0 / 0.65),
    0 0 60px -16px var(--accent-glow) !important;
}

body.premium-dark .partner-hero::before,
body.premium-dark .dataroom-hero::before {
  background: linear-gradient(90deg,
    transparent 0%,
    var(--accent-cool) 50%,
    transparent 100%) !important;
}

/* === Badges: Status-Farben bleiben semantisch, leichte Glass-Akzentuierung === */
body.premium-dark .badge {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid oklch(100% 0 0 / 0.10) !important;
}

/* === Mouse-Glow: Spotlight unter Cursor === */
body.premium-dark .card,
body.premium-dark .partner-card,
body.premium-dark .stat-card,
body.premium-dark .kpi-card,
body.premium-dark .panel,
body.premium-dark .bento-card {
  --mx: 50%;
  --my: 50%;
}
body.premium-dark .card::after,
body.premium-dark .partner-card::after,
body.premium-dark .kpi-card::after,
body.premium-dark .bento-card::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle 280px at var(--mx) var(--my),
    oklch(100% 0 0 / 0.10) 0%,
    transparent 60%) !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.35s ease !important;
  z-index: 1 !important;
}
body.premium-dark .card:hover::after,
body.premium-dark .partner-card:hover::after,
body.premium-dark .kpi-card:hover::after,
body.premium-dark .bento-card:hover::after {
  opacity: 1 !important;
}
body.premium-dark .card > *,
body.premium-dark .partner-card > *,
body.premium-dark .kpi-card > *,
body.premium-dark .bento-card > * {
  position: relative !important;
  z-index: 2 !important;
}

/* === Chart-Container: leichte Glass-Vertiefung === */
body.premium-dark canvas { filter: drop-shadow(0 2px 12px oklch(0% 0 0 / 0.45)); }

/* ============================================================================
   TIER 3 — KARTEN-KONSISTENZ — Specular-Top + Hover-Sweep
   Greift auf alle .card / .partner-card / .kpi-card / .bento-card / .stat-card
   ============================================================================ */

/* Specular Top-Edge auf jede Karte (1-px Glanzstreifen) */
body.premium-dark .card::before,
body.premium-dark .partner-card::before,
body.premium-dark .kpi-card::before,
body.premium-dark .bento-card::before,
body.premium-dark .stat-card::before,
body.premium-dark .panel::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 16% !important;
  right: 16% !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    oklch(100% 0 0 / 0.55) 50%,
    transparent 100%) !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

/* Hover-Shimmer-Sweep auf Karten (nur on-hover, kein Auto-Loop) */
body.premium-dark .card,
body.premium-dark .partner-card,
body.premium-dark .kpi-card,
body.premium-dark .bento-card,
body.premium-dark .stat-card,
body.premium-dark .panel {
  position: relative !important;
}

/* Mini-Cool-Dot vor Card-Titles (wenn nicht vorhanden, dezent gerendert) */
body.premium-dark .card-title::before,
body.premium-dark .partner-card-title::before {
  content: '' !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--accent-cool) !important;
  box-shadow:
    0 0 8px var(--accent-glow),
    0 0 16px var(--accent-glow) !important;
  margin-right: 12px !important;
  vertical-align: middle !important;
  position: relative !important;
  top: -2px !important;
}

/* Widget-Header (Dashboard) — gleiche Cool-Dot, falls noch nicht vorhanden */
body.premium-dark .widget-title-dot {
  background: var(--accent-cool) !important;
  box-shadow:
    0 0 8px var(--accent-glow),
    0 0 16px var(--accent-glow) !important;
}

/* === Reduced-Transparency Fallback === */
@media (prefers-reduced-transparency: reduce) {
  body.premium-dark .card,
  body.premium-dark .partner-card,
  body.premium-dark .kpi-card,
  body.premium-dark .panel,
  body.premium-dark .sidebar,
  body.premium-dark .topbar {
    background: oklch(20% 0.02 245) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* ============================================================================
   JM.CSS-SUBSEITEN OVERRIDE — Admin / Customer / Extern / Partner
   Diese Bereiche nutzen _lib/jm.css statt premium.css.
   jm.css hat keine !important — unsere Cool-Blau-Glass-Overrides greifen.
   ============================================================================ */

/* Body-BG der jm.css-Subseiten: Cool-Glass-Canvas */
body.premium-dark {
  background: oklch(11% 0.025 245) !important;
}
body.premium-dark .portal-bg,
body.premium-dark .shell {
  background: transparent !important;
}

/* jm.css-Karten: Cool-Blau statt Taupe */
body.premium-dark .container .card,
body.premium-dark .shell .card,
body.premium-dark .kpi {
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.08) 0%,
    oklch(100% 0 0 / 0.025) 50%,
    oklch(100% 0 0 / 0.06) 100%) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.20) inset,
    0 14px 30px -14px oklch(0% 0 0 / 0.55) !important;
  color: var(--text) !important;
}

/* jm.css-Buttons primary: Cool-Blau */
body.premium-dark .btn-primary {
  background: var(--accent-gradient) !important;
  color: oklch(100% 0 0) !important;
  border: 1px solid var(--accent-cool-ring) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.30) inset,
    0 8px 22px -8px var(--accent-glow) !important;
}
body.premium-dark .btn-primary:hover {
  background: var(--accent-cool-hover) !important;
}
body.premium-dark .btn,
body.premium-dark .btn-secondary,
body.premium-dark .btn-ghost {
  background: oklch(100% 0 0 / 0.06) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  color: var(--text) !important;
}
body.premium-dark .btn:hover {
  background: oklch(100% 0 0 / 0.10) !important;
  border-color: var(--accent-cool-ring) !important;
}

/* jm.css Pills / Tags / Modal */
body.premium-dark .pill,
body.premium-dark .tag {
  background: oklch(100% 0 0 / 0.07) !important;
  border: 1px solid oklch(100% 0 0 / 0.12) !important;
  color: var(--text-muted) !important;
}
body.premium-dark .modal-bd {
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.09) 0%,
    oklch(100% 0 0 / 0.03) 100%) !important;
  backdrop-filter: blur(48px) saturate(260%) !important;
  -webkit-backdrop-filter: blur(48px) saturate(260%) !important;
  border: 1px solid oklch(100% 0 0 / 0.16) !important;
}

/* jm.css Tabellen — gepolsterte Glass-Reihen */
body.premium-dark .table {
  background: oklch(100% 0 0 / 0.03) !important;
  border: 1px solid oklch(100% 0 0 / 0.08) !important;
}
body.premium-dark .table th {
  background: oklch(100% 0 0 / 0.05) !important;
  color: var(--text-muted) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.10) !important;
}
body.premium-dark .table td {
  border-bottom: 1px solid oklch(100% 0 0 / 0.05) !important;
}
body.premium-dark .table tr:hover td {
  background: var(--accent-cool-soft) !important;
}

/* jm.css Inputs/Fields */
body.premium-dark .input,
body.premium-dark .field input,
body.premium-dark .field select,
body.premium-dark .field textarea {
  background: oklch(100% 0 0 / 0.05) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  color: var(--text) !important;
}
body.premium-dark .input:focus,
body.premium-dark .field input:focus,
body.premium-dark .field select:focus,
body.premium-dark .field textarea:focus {
  border-color: var(--accent-cool) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px var(--accent-cool-soft) !important;
}

/* jm.css Page-Head: HERO-Behandlung wie Topbar-Titles */
body.premium-dark .page-head {
  position: relative !important;
  text-align: center !important;
  padding: 32px 48px !important;
  margin: 28px auto 36px !important;
  max-width: 760px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg,
    oklch(100% 0 0 / 0.10) 0%,
    oklch(100% 0 0 / 0.03) 30%,
    oklch(100% 0 0 / 0.02) 65%,
    oklch(100% 0 0 / 0.08) 100%) !important;
  backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  -webkit-backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.34) inset,
    0 -1px 0 oklch(0% 0 0 / 0.42) inset,
    0 -28px 36px -22px oklch(70% 0.16 252 / 0.22) inset,
    0 6px 14px -2px oklch(0% 0 0 / 0.35),
    0 22px 48px -16px oklch(0% 0 0 / 0.65),
    0 0 44px -10px oklch(70% 0.16 252 / 0.45),
    0 0 80px -20px oklch(82% 0.12 252 / 0.30) !important;
  overflow: hidden !important;
  display: block !important;
}
/* Aurora-Halo dahinter */
body.premium-dark .page-head::before {
  content: '' !important;
  position: absolute !important;
  inset: -40px -60px !important;
  background:
    radial-gradient(ellipse 50% 70% at 30% 50%,
      oklch(70% 0.16 252 / 0.35) 0%,
      transparent 70%),
    radial-gradient(ellipse 40% 65% at 75% 50%,
      oklch(82% 0.14 220 / 0.30) 0%,
      transparent 70%) !important;
  filter: blur(36px) !important;
  pointer-events: none !important;
  z-index: -1 !important;
  animation: topbar-breathe 6s ease-in-out infinite !important;
}
/* Shimmer-Sweep */
body.premium-dark .page-head::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -50% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(110deg,
    transparent 0%,
    oklch(100% 0 0 / 0) 35%,
    oklch(100% 0 0 / 0.22) 47%,
    oklch(82% 0.12 252 / 0.30) 50%,
    oklch(100% 0 0 / 0.22) 53%,
    oklch(100% 0 0 / 0) 65%,
    transparent 100%) !important;
  filter: blur(2px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  animation: topbar-shimmer 7s cubic-bezier(.55,.05,.45,.95) infinite !important;
}
body.premium-dark .page-head h1,
body.premium-dark .section-h {
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  font-size: 2.05rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: oklch(100% 0 0) !important;
  text-shadow:
    0 1px 0 oklch(0% 0 0 / 0.85),
    0 2px 6px oklch(0% 0 0 / 0.55),
    0 4px 14px oklch(0% 0 0 / 0.45),
    0 0 18px oklch(82% 0.10 252 / 0.65),
    0 0 36px oklch(70% 0.16 252 / 0.50),
    0 0 64px oklch(70% 0.16 252 / 0.25) !important;
  margin: 0 0 8px 0 !important;
  position: relative !important;
  z-index: 2 !important;
}
body.premium-dark .page-head .lede,
body.premium-dark .page-head .text-italic {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 1.05rem !important;
  color: oklch(85% 0.08 252 / 0.90) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.7) !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}
body.premium-dark .page-head .head-text { text-align: center !important; width: 100% !important; }
body.premium-dark .page-head .head-actions {
  margin-top: 16px !important;
  display: flex !important; justify-content: center !important; gap: 10px !important;
  position: relative !important; z-index: 2 !important;
}
body.premium-dark .eyebrow {
  color: var(--accent-cool) !important;
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  font-size: 0.65rem !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Grain-Overlay (body::after in jm.css) abschalten — bricht mit Glass */
body.premium-dark::after {
  display: none !important;
}

/* ============================================================================
   EINREICHEN-PAGE — .topnav glassen (Sonderfall: keine Sidebar)
   ============================================================================ */

body.premium-dark .topnav {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 32px !important;
  background: linear-gradient(180deg,
    oklch(15% 0.025 245 / 0.65) 0%,
    oklch(13% 0.025 245 / 0.55) 100%) !important;
  backdrop-filter: blur(40px) saturate(260%) brightness(1.06) !important;
  -webkit-backdrop-filter: blur(40px) saturate(260%) brightness(1.06) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.12) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.18) inset,
    0 12px 28px -10px oklch(0% 0 0 / 0.55) !important;
}
body.premium-dark .topnav-logo {
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
  color: oklch(100% 0 0) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-shadow:
    0 1px 2px oklch(0% 0 0 / 0.6),
    0 0 14px oklch(70% 0.16 252 / 0.40) !important;
}
body.premium-dark .topnav-logo-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  background: var(--accent-gradient) !important;
  font-size: 0.95rem !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.30) inset,
    0 4px 12px -2px var(--accent-glow) !important;
}

/* Hero (Marketing-Block oben) — Cool-Aurora-Orbs */
body.premium-dark .hero {
  position: relative !important;
  overflow: hidden !important;
}
body.premium-dark .hero-orb-1,
body.premium-dark .hero-orb-2 {
  background: radial-gradient(circle at center,
    var(--accent-cool-soft) 0%,
    transparent 70%) !important;
  filter: blur(60px) !important;
  animation: hero-orb-drift 18s ease-in-out infinite !important;
}
body.premium-dark .hero-orb-2 {
  animation-delay: -9s !important;
  background: radial-gradient(circle at center,
    oklch(82% 0.14 220 / 0.25) 0%,
    transparent 70%) !important;
}
@keyframes hero-orb-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(20px, -10px) scale(1.15); }
}
body.premium-dark .hero-title {
  font-family: var(--font-sans) !important;
  color: oklch(100% 0 0) !important;
  text-shadow:
    0 1px 0 oklch(0% 0 0 / 0.7),
    0 4px 14px oklch(0% 0 0 / 0.5),
    0 0 32px oklch(70% 0.16 252 / 0.45) !important;
}
body.premium-dark .hero-title span {
  background: linear-gradient(120deg,
    oklch(82% 0.14 220) 0%,
    oklch(78% 0.16 252) 50%,
    oklch(72% 0.18 252) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
body.premium-dark .hero-sub {
  color: oklch(92% 0 0 / 0.90) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.7) !important;
}
body.premium-dark .hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  background: var(--accent-cool-soft) !important;
  border: 1px solid var(--accent-cool-ring) !important;
  color: oklch(95% 0.04 252) !important;
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.70rem !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  box-shadow: 0 0 18px -4px var(--accent-glow) !important;
}

/* ============================================================================
   ANGEBOT-PAGE — .client-topbar glassen (Customer-View)
   ============================================================================ */

body.premium-dark .client-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 32px !important;
  background: linear-gradient(180deg,
    oklch(100% 0 0 / 0.08) 0%,
    oklch(100% 0 0 / 0.03) 100%) !important;
  backdrop-filter: blur(40px) saturate(260%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(260%) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.12) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 14px 32px -16px oklch(0% 0 0 / 0.55) !important;
}
body.premium-dark .client-brand-mark {
  color: oklch(100% 0 0) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.6), 0 0 14px oklch(70% 0.16 252 / 0.35) !important;
}
body.premium-dark .client-brand-sub,
body.premium-dark .client-user-name {
  color: oklch(85% 0.06 252 / 0.90) !important;
}
body.premium-dark .client-logout {
  background: oklch(100% 0 0 / 0.06) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  color: var(--text) !important;
  backdrop-filter: blur(20px) !important;
}
body.premium-dark .client-logout:hover {
  background: oklch(100% 0 0 / 0.10) !important;
  border-color: var(--accent-cool-ring) !important;
}

/* ============================================================================
   TOPBAR — Zentrierter Title + Wertige Glass-Pille für Such-Button
   ============================================================================ */

body.premium-dark .topbar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 28px !important;
  min-height: 76px !important;
}

/* Linker Spacer für symmetrische Mittenausrichtung */
body.premium-dark .topbar > .topbar-back,
body.premium-dark .topbar > .topbar-hamburger {
  position: relative; z-index: 3;
}

/* Topbar höher machen für Hero-Title */
body.premium-dark .topbar { min-height: 108px !important; }

/* Title-Block: HERO-PILLE — exakt zentriert, deutlich größer */
body.premium-dark .topbar-titles {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
  min-width: 380px !important;
  padding: 22px 56px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg,
      oklch(100% 0 0 / 0.10) 0%,
      oklch(100% 0 0 / 0.03) 30%,
      oklch(100% 0 0 / 0.02) 65%,
      oklch(100% 0 0 / 0.08) 100%) !important;
  backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  -webkit-backdrop-filter: blur(52px) saturate(300%) brightness(1.12) !important;
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.34) inset,
    0 -1px 0 oklch(0% 0 0 / 0.42) inset,
    0 -28px 36px -22px oklch(70% 0.16 252 / 0.22) inset,
    0 6px 14px -2px oklch(0% 0 0 / 0.35),
    0 22px 48px -16px oklch(0% 0 0 / 0.65),
    0 0 44px -10px oklch(70% 0.16 252 / 0.45),
    0 0 80px -20px oklch(82% 0.12 252 / 0.30) !important;
  z-index: 2 !important;
  overflow: hidden !important;
  /* Mouse-Tracking-Variablen — von glass-mouse-glow.js gesetzt */
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  /* Holographic-Tilt — folgt dem Cursor mit dezenter Perspective */
  transform: translate(-50%, -50%) perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) !important;
  transition: transform 0.18s cubic-bezier(.2,.7,.2,1), box-shadow 0.32s ease !important;
}

body.premium-dark .topbar-titles:hover {
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.40) inset,
    0 -1px 0 oklch(0% 0 0 / 0.42) inset,
    0 -28px 36px -22px oklch(70% 0.16 252 / 0.32) inset,
    0 8px 18px -2px oklch(0% 0 0 / 0.40),
    0 28px 56px -16px oklch(0% 0 0 / 0.75),
    0 0 56px -8px oklch(70% 0.16 252 / 0.65),
    0 0 100px -16px oklch(82% 0.14 220 / 0.42) !important;
}

/* ::before — diagonaler Shimmer-Sweep (wandert alle 7s über die Pille) */
body.premium-dark .topbar-titles::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -50% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(110deg,
    transparent 0%,
    oklch(100% 0 0 / 0) 35%,
    oklch(100% 0 0 / 0.22) 47%,
    oklch(82% 0.12 252 / 0.30) 50%,
    oklch(100% 0 0 / 0.22) 53%,
    oklch(100% 0 0 / 0) 65%,
    transparent 100%) !important;
  filter: blur(2px) !important;
  pointer-events: none !important;
  z-index: 4 !important;
  animation: topbar-shimmer 7s cubic-bezier(.55,.05,.45,.95) infinite !important;
}

@keyframes topbar-shimmer {
  0%   { transform: translateX(0%)    skewX(-18deg); opacity: 0; }
  10%  { opacity: 1; }
  60%  { transform: translateX(360%)  skewX(-18deg); opacity: 1; }
  62%  { opacity: 0; }
  100% { transform: translateX(360%)  skewX(-18deg); opacity: 0; }
}

/* ::after — Aurora-Wash (Mouse-tracked) + Specular Top-Edge — exakt Sidebar-DNA */
body.premium-dark .topbar-titles::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    /* Mouse-tracked Highlight-Spot */
    radial-gradient(circle 240px at var(--mx) var(--my),
      oklch(100% 0 0 / 0.16) 0%,
      oklch(82% 0.12 252 / 0.10) 35%,
      transparent 70%),
    /* Aurora-Schicht 1: Cool-Blau links — gleiche Stops wie Sidebar */
    radial-gradient(ellipse 60% 100% at 12% 50%,
      oklch(70% 0.16 252 / 0.22) 0%,
      transparent 65%),
    /* Aurora-Schicht 2: Cool-Cyan rechts — gleiche Stops wie Sidebar */
    radial-gradient(ellipse 50% 100% at 88% 50%,
      oklch(82% 0.14 220 / 0.20) 0%,
      transparent 65%),
    /* Aurora-Schicht 3: Mid-Blau Mitte — Brücken-Stop wie Sidebar */
    radial-gradient(ellipse 70% 30% at 50% 50%,
      oklch(78% 0.12 240 / 0.14) 0%,
      transparent 70%),
    /* Top-Specular */
    linear-gradient(180deg,
      oklch(100% 0 0 / 0.10) 0%,
      transparent 18%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  mix-blend-mode: screen !important;
}

/* Specular Top-Edge als eigener 1px-Strich */
body.premium-dark .topbar-titles {
  background-image:
    linear-gradient(90deg,
      transparent 0%,
      oklch(100% 0 0 / 0.70) 50%,
      transparent 100%) !important;
  background-position: 0 0 !important;
  background-size: 100% 1px !important;
  background-repeat: no-repeat !important;
}

/* Ambient breathing Cool-Aurora HINTER dem Title-Block (mehrlagig + animiert) */
body.premium-dark .topbar-titles-halo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 540px !important;
  height: 200px !important;
  pointer-events: none !important;
  z-index: 1 !important;
  filter: blur(36px) !important;
  animation: topbar-breathe 6s ease-in-out infinite !important;
}
body.premium-dark .topbar-titles-halo::before,
body.premium-dark .topbar-titles-halo::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
}
body.premium-dark .topbar-titles-halo::before {
  /* Cool-Blau links + Mid-Blau Brücke — gleiche Stops wie Sidebar */
  background:
    radial-gradient(ellipse at 30% 50%,
      oklch(70% 0.16 252 / 0.45) 0%,
      oklch(70% 0.16 252 / 0.12) 35%,
      transparent 70%),
    radial-gradient(ellipse at 50% 50%,
      oklch(78% 0.12 240 / 0.20) 0%,
      transparent 65%) !important;
  animation: aurora-drift-a 14s ease-in-out infinite !important;
}
body.premium-dark .topbar-titles-halo::after {
  /* Cool-Cyan rechts — exakt Sidebar-DNA */
  background: radial-gradient(ellipse at 70% 50%,
    oklch(82% 0.14 220 / 0.40) 0%,
    oklch(82% 0.14 220 / 0.10) 40%,
    transparent 75%) !important;
  animation: aurora-drift-b 18s ease-in-out infinite !important;
}

@keyframes topbar-breathe {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1.00; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes aurora-drift-a {
  0%, 100% { transform: translateX(0)    scaleX(1);   }
  50%      { transform: translateX(30px) scaleX(1.2); }
}
@keyframes aurora-drift-b {
  0%, 100% { transform: translateX(0)     scaleY(1);   }
  50%      { transform: translateX(-25px) scaleY(1.15);}
}

body.premium-dark .topbar-title {
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  font-size: 2.05rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: oklch(100% 0 0) !important;
  text-shadow:
    0 1px 0 oklch(0% 0 0 / 0.85),
    0 2px 6px oklch(0% 0 0 / 0.55),
    0 4px 14px oklch(0% 0 0 / 0.45),
    0 0 18px oklch(82% 0.10 252 / 0.65),
    0 0 36px oklch(70% 0.16 252 / 0.50),
    0 0 64px oklch(70% 0.16 252 / 0.25) !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
  background: linear-gradient(180deg,
    oklch(100% 0 0) 0%,
    oklch(96% 0.02 252) 70%,
    oklch(90% 0.06 252) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: oklch(100% 0 0) !important;
  /* Optional: leichter Gradient-Glanz in der Schrift selbst (Apple-Style) */
}

body.premium-dark .topbar-breadcrumb {
  position: relative !important;
  z-index: 3 !important;
}

body.premium-dark .topbar-breadcrumb,
body.premium-dark .topbar-breadcrumb .crumb,
body.premium-dark .topbar-breadcrumb .crumb.current {
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: oklch(82% 0.10 252 / 0.85) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.7) !important;
  margin: 0 !important;
}

/* Topbar-Right rückt nach rechts */
body.premium-dark .topbar-right {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  position: relative !important;
  z-index: 3 !important;
}

/* ============================================================================
   SUCH-PILLE — Maximaler Glass-3D-Auftritt
   ============================================================================ */

body.premium-dark .topbar-search-pill {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 14px 9px 13px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  font-family: var(--font-sans) !important;
  color: oklch(98% 0 0) !important;
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.10) 0%,
    oklch(100% 0 0 / 0.04) 35%,
    oklch(100% 0 0 / 0.02) 65%,
    oklch(100% 0 0 / 0.08) 100%) !important;
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  backdrop-filter: blur(36px) saturate(280%) brightness(1.10) !important;
  -webkit-backdrop-filter: blur(36px) saturate(280%) brightness(1.10) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.30) inset,        /* Top-Inner-Highlight */
    0 -1px 0 oklch(0% 0 0 / 0.40) inset,         /* Bottom-Inset-Shadow */
    0 -10px 16px -8px oklch(70% 0.16 252 / 0.18) inset, /* subtle Cool-Inner-Glow */
    0 4px 10px -2px oklch(0% 0 0 / 0.35),         /* Near-Shadow */
    0 14px 32px -14px oklch(0% 0 0 / 0.55),       /* Far-Shadow */
    0 0 22px -8px oklch(70% 0.16 252 / 0.20) !important; /* Ambient Cool */
  overflow: hidden !important;
  transition: all 0.32s cubic-bezier(.2,.7,.2,1) !important;
}

/* Diagonaler Specular-Streifen */
body.premium-dark .topbar-search-pill::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 12% !important;
  right: 12% !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    oklch(100% 0 0 / 0.55) 50%,
    transparent 100%) !important;
  pointer-events: none !important;
}

/* Soft Cool-Wash links unten */
body.premium-dark .topbar-search-pill::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle 80px at 18% 130%,
    oklch(70% 0.16 252 / 0.20) 0%,
    transparent 70%) !important;
  pointer-events: none !important;
  opacity: 0.8 !important;
  transition: opacity 0.32s ease !important;
}

body.premium-dark .topbar-search-pill:hover {
  transform: translateY(-1px) !important;
  border-color: var(--accent-cool-ring) !important;
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.14) 0%,
    oklch(100% 0 0 / 0.06) 50%,
    oklch(100% 0 0 / 0.10) 100%) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.36) inset,
    0 -1px 0 oklch(0% 0 0 / 0.40) inset,
    0 -10px 18px -8px oklch(70% 0.16 252 / 0.30) inset,
    0 6px 14px -2px oklch(0% 0 0 / 0.45),
    0 20px 40px -14px oklch(0% 0 0 / 0.65),
    0 0 36px -6px oklch(70% 0.16 252 / 0.50) !important;
}
body.premium-dark .topbar-search-pill:hover::after {
  opacity: 1 !important;
}

body.premium-dark .topbar-search-pill:active {
  transform: translateY(0) scale(0.985) !important;
}

body.premium-dark .topbar-search-pill .tsp-icon {
  font-size: 1.00rem !important;
  opacity: 0.95 !important;
  filter: drop-shadow(0 0 6px oklch(70% 0.16 252 / 0.60)) !important;
}

body.premium-dark .topbar-search-pill .tsp-text {
  letter-spacing: 0.02em !important;
  color: oklch(98% 0 0) !important;
  text-shadow: 0 1px 0 oklch(0% 0 0 / 0.55) !important;
}

body.premium-dark .topbar-search-pill .tsp-kbd {
  padding: 3px 7px !important;
  border-radius: 6px !important;
  background: linear-gradient(180deg,
    oklch(100% 0 0 / 0.10) 0%,
    oklch(0% 0 0 / 0.30) 100%) !important;
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  color: oklch(100% 0 0 / 0.78) !important;
  letter-spacing: 0.04em !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.25) inset,
    0 1px 2px oklch(0% 0 0 / 0.30) !important;
}

/* Date-Pille — Glass-3D, gleiches Qualitätsniveau wie Such-Pille (etwas dezenter im Cool-Anteil) */
body.premium-dark .topbar-date-pill {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 9px 16px !important;
  border-radius: 12px !important;
  font-family: 'IBM Plex Mono', ui-monospace, monospace !important;
  font-size: 0.70rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: oklch(98% 0 0) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.7) !important;
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.10) 0%,
    oklch(100% 0 0 / 0.04) 35%,
    oklch(100% 0 0 / 0.02) 65%,
    oklch(100% 0 0 / 0.08) 100%) !important;
  border: 1px solid oklch(100% 0 0 / 0.18) !important;
  backdrop-filter: blur(36px) saturate(280%) brightness(1.08) !important;
  -webkit-backdrop-filter: blur(36px) saturate(280%) brightness(1.08) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.30) inset,
    0 -1px 0 oklch(0% 0 0 / 0.40) inset,
    0 -10px 16px -8px oklch(70% 0.16 252 / 0.16) inset,
    0 4px 10px -2px oklch(0% 0 0 / 0.35),
    0 14px 32px -14px oklch(0% 0 0 / 0.55),
    0 0 22px -8px oklch(70% 0.16 252 / 0.18) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
  --mx: 50%;
  --my: 50%;
}
/* Diagonaler Specular oben */
body.premium-dark .topbar-date-pill::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 14% !important;
  right: 14% !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    oklch(100% 0 0 / 0.55) 50%,
    transparent 100%) !important;
  pointer-events: none !important;
}
/* Mouse-tracked Cool-Wash unten */
body.premium-dark .topbar-date-pill::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle 100px at var(--mx) var(--my),
    oklch(82% 0.12 252 / 0.18) 0%,
    transparent 70%) !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
body.premium-dark .topbar-date-pill:hover::after { opacity: 1 !important; }
body.premium-dark .topbar-date-pill:hover {
  border-color: var(--accent-cool-ring) !important;
  transform: translateY(-1px) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.36) inset,
    0 -1px 0 oklch(0% 0 0 / 0.42) inset,
    0 -10px 18px -8px oklch(70% 0.16 252 / 0.26) inset,
    0 6px 14px -2px oklch(0% 0 0 / 0.45),
    0 20px 40px -14px oklch(0% 0 0 / 0.65),
    0 0 32px -6px oklch(70% 0.16 252 / 0.42) !important;
  transition: all 0.32s cubic-bezier(.2,.7,.2,1) !important;
}

/* Responsive: auf kleinen Screens Titles wieder normal links + Search-Text raus */
@media (max-width: 900px) {
  body.premium-dark .topbar-titles {
    position: static !important;
    transform: none !important;
    left: auto !important; top: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: auto !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  body.premium-dark .topbar-titles::before,
  body.premium-dark .topbar-titles::after { display: none !important; }
  body.premium-dark .topbar-titles-halo { display: none !important; }
  body.premium-dark .topbar-title { font-size: 1.25rem !important; }
}

/* Reduced-Motion: Animationen aus */
@media (prefers-reduced-motion: reduce) {
  body.premium-dark .topbar-titles::before,
  body.premium-dark .topbar-titles-halo,
  body.premium-dark .topbar-titles-halo::before,
  body.premium-dark .topbar-titles-halo::after {
    animation: none !important;
  }
  body.premium-dark .topbar-titles {
    transition: none !important;
  }
}

/* ============================================================================
   JMEC MARKETING-SITE OVERRIDE — Cool-Glass auf jmenergyconsulting.de
   Nur für Preview-Deploy: jmec-glass-preview.pages.dev
   ============================================================================ */

/* Grain-Overlay weg — bricht mit Glass */
body.premium-dark::after { display: none !important; }

/* Body-Background: Cool-Glass-Canvas statt warmes #0B0F14 */
body.premium-dark {
  background: oklch(11% 0.025 245) !important;
  color: oklch(96% 0.01 245) !important;
}

/* === NAV (Sticky Header) === */
body.premium-dark .nav {
  background: linear-gradient(180deg,
    oklch(15% 0.025 245 / 0.65) 0%,
    oklch(13% 0.025 245 / 0.55) 100%) !important;
  backdrop-filter: blur(40px) saturate(260%) brightness(1.08) !important;
  -webkit-backdrop-filter: blur(40px) saturate(260%) brightness(1.08) !important;
  border-bottom: 1px solid oklch(100% 0 0 / 0.12) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.20) inset,
    0 12px 28px -10px oklch(0% 0 0 / 0.55) !important;
}
body.premium-dark .nav.compact {
  background: linear-gradient(180deg,
    oklch(13% 0.025 245 / 0.85) 0%,
    oklch(11% 0.025 245 / 0.80) 100%) !important;
}
body.premium-dark .nav .logo em { color: oklch(98% 0 0) !important; }
body.premium-dark .nav .logo span {
  color: oklch(82% 0.14 252) !important;
  text-shadow: 0 0 14px oklch(70% 0.16 252 / 0.45) !important;
}
body.premium-dark .nav .links a { color: oklch(96% 0 0) !important; }
body.premium-dark .nav .links a:hover { color: oklch(82% 0.14 252) !important; }
body.premium-dark .nav .links a::after { background: oklch(70% 0.16 252) !important; }

/* === BTN-PORTAL (Hero-CTA — warm gold → cool blau) === */
body.premium-dark .btn-portal {
  color: oklch(100% 0 0) !important;
  background: linear-gradient(150deg,
    oklch(78% 0.16 252 / 0.32) 0%,
    oklch(70% 0.16 252 / 0.18) 30%,
    oklch(70% 0.16 252 / 0.10) 65%,
    oklch(82% 0.14 220 / 0.28) 100%) !important;
  border: 1px solid oklch(78% 0.16 252 / 0.55) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.35) inset,
    0 -1px 0 oklch(0% 0 0 / 0.35) inset,
    0 0 0 0.5px oklch(78% 0.16 252 / 0.25) inset,
    0 8px 22px -6px oklch(70% 0.16 252 / 0.55),
    0 0 30px -8px oklch(70% 0.16 252 / 0.55),
    0 2px 6px oklch(0% 0 0 / 0.35) !important;
}
body.premium-dark .btn-portal::before {
  background: linear-gradient(135deg,
    oklch(100% 0 0 / 0.30) 0%,
    oklch(100% 0 0 / 0.08) 14%,
    transparent 32%, transparent 68%,
    oklch(100% 0 0 / 0.06) 88%,
    oklch(100% 0 0 / 0.18) 100%) !important;
}
body.premium-dark .btn-portal .dot-glow {
  background: radial-gradient(circle at 30% 30%,
    oklch(100% 0 0) 0%,
    oklch(85% 0.14 252) 50%,
    oklch(70% 0.16 252) 90%) !important;
  box-shadow:
    0 0 8px oklch(70% 0.16 252 / 0.95),
    inset 0 0 2px oklch(100% 0 0 / 0.6) !important;
}
body.premium-dark .btn-portal .arrow { color: oklch(88% 0.10 252) !important; }
body.premium-dark .btn-portal:hover {
  border-color: oklch(82% 0.16 252 / 0.78) !important;
  background: linear-gradient(150deg,
    oklch(82% 0.16 252 / 0.45) 0%,
    oklch(75% 0.16 252 / 0.25) 30%,
    oklch(75% 0.16 252 / 0.15) 65%,
    oklch(82% 0.14 220 / 0.40) 100%) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.45) inset,
    0 0 0 0.5px oklch(82% 0.16 252 / 0.35) inset,
    0 14px 32px -8px oklch(70% 0.16 252 / 0.70),
    0 0 50px -10px oklch(70% 0.16 252 / 0.75),
    0 4px 10px oklch(0% 0 0 / 0.35) !important;
}

/* === GHOST-CTA (sekundär) === */
body.premium-dark .ghost-cta {
  color: oklch(96% 0 0) !important;
  background: oklch(100% 0 0 / 0.05) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}
body.premium-dark .ghost-cta:hover {
  background: oklch(100% 0 0 / 0.10) !important;
  border-color: oklch(78% 0.16 252 / 0.55) !important;
  color: oklch(100% 0 0) !important;
}

/* === SECTION-LABEL (Eyebrow Caps) === */
body.premium-dark .section-label {
  color: oklch(82% 0.14 252) !important;
  text-shadow:
    0 0 18px oklch(70% 0.16 252 / 0.55),
    0 1px 2px oklch(0% 0 0 / 0.55) !important;
}
body.premium-dark .section-label::before {
  background: oklch(70% 0.16 252) !important;
  box-shadow: 0 0 10px oklch(70% 0.16 252 / 0.55) !important;
}

/* === BRAND-CLAIM (Hero-Headline mit Gold-Gradient → Cool-Gradient) === */
body.premium-dark .brand-claim,
body.premium-dark .preloader .mark,
body.premium-dark h1 em,
body.premium-dark .hero h1 {
  background: linear-gradient(165deg,
    oklch(100% 0 0) 0%,
    oklch(94% 0.04 252) 18%,
    oklch(86% 0.10 252) 38%,
    oklch(70% 0.16 252) 60%,
    oklch(58% 0.18 252) 82%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* === STAGE-LIGHT (conic-Gradient oben rechts) — Cool statt warm === */
body.premium-dark .stage-light {
  background:
    conic-gradient(from 220deg at 60% -20%,
      transparent 0deg,
      oklch(82% 0.14 252 / 0.18) 8deg,
      transparent 18deg,
      oklch(82% 0.14 252 / 0.08) 32deg,
      transparent 55deg,
      oklch(82% 0.14 220 / 0.14) 75deg,
      transparent 115deg) !important;
}

/* === STAGE-VIGNETTE === */
body.premium-dark .stage-vignette {
  background: radial-gradient(ellipse 100% 90% at 50% 50%,
    oklch(11% 0.025 245 / 0.22) 50%,
    oklch(11% 0.025 245 / 0.42) 80%,
    oklch(11% 0.025 245 / 0.65) 100%) !important;
}

/* === CONTACT-CARD === */
body.premium-dark .contact-card {
  position: relative !important;
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.08) 0%,
    oklch(100% 0 0 / 0.03) 50%,
    oklch(100% 0 0 / 0.06) 100%) !important;
  backdrop-filter: blur(40px) saturate(260%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(260%) !important;
  border: 1px solid oklch(100% 0 0 / 0.14) !important;
  border-radius: 18px !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.22) inset,
    0 14px 32px -14px oklch(0% 0 0 / 0.55),
    0 0 32px -8px oklch(70% 0.16 252 / 0.20) !important;
  overflow: hidden !important;
  color: oklch(96% 0 0) !important;
}
body.premium-dark .contact-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 16% !important;
  right: 16% !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    oklch(100% 0 0 / 0.55) 50%,
    transparent 100%) !important;
}
body.premium-dark .contact-card:hover {
  border-color: oklch(78% 0.16 252 / 0.45) !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.28) inset,
    0 22px 48px -16px oklch(0% 0 0 / 0.65),
    0 0 48px -8px oklch(70% 0.16 252 / 0.40) !important;
}

/* === GRID-SERVICES Items + Person-Cards === */
body.premium-dark .grid-services > *,
body.premium-dark .s-about .person,
body.premium-dark .about-people > * {
  position: relative !important;
  background: linear-gradient(150deg,
    oklch(100% 0 0 / 0.07) 0%,
    oklch(100% 0 0 / 0.025) 100%) !important;
  backdrop-filter: blur(36px) saturate(260%) !important;
  -webkit-backdrop-filter: blur(36px) saturate(260%) !important;
  border: 1px solid oklch(100% 0 0 / 0.12) !important;
  border-radius: 16px !important;
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.20) inset,
    0 12px 26px -12px oklch(0% 0 0 / 0.50) !important;
}

/* === Preloader === */
body.premium-dark .preloader { background: oklch(11% 0.025 245) !important; }
body.premium-dark .preloader .track::after {
  background: linear-gradient(90deg,
    transparent,
    oklch(70% 0.16 252),
    transparent) !important;
}

/* === Hero h1 / hero-content (gilt unten in eigenen Stylesheets) === */
body.premium-dark .hero-content h1,
body.premium-dark .hero h1 {
  color: oklch(100% 0 0) !important;
  text-shadow:
    0 1px 0 oklch(0% 0 0 / 0.85),
    0 4px 14px oklch(0% 0 0 / 0.45),
    0 0 36px oklch(70% 0.16 252 / 0.45) !important;
}
body.premium-dark .lede {
  color: oklch(94% 0.01 245 / 0.92) !important;
  text-shadow: 0 1px 2px oklch(0% 0 0 / 0.55) !important;
}
