/* ════════════════════════════════════════════════════════════════════
   DEELIAR — NEXT EDITION 2.0  (new global default style)
   ────────────────────────────────────────────────────────────────────
   Designsprache: "Year 3000 Monochrome Hologlass Interface"

   Ziel:
     • ruhiger Premium-Zukunfts-Look (kein lautes Cyberpunk)
     • Monochrome Basis: Schwarz, Graphit, Deep Navy, Space Gray
     • dezente Cyan-/Violet-/Aurora-Highlights statt knalligem Neon
     • Hologlass-Karten, weiche Glows, sanfte Aurora-Lichter
     • klare Typografie, viel Luft, starke Hierarchie
     • futuristisch, ruhig, edel, vertrauenswuerdig

   Auto-injected by theme.js as the new global default layer above
   theme-presets.css and default-2035.css. Greift auf jeder Seite,
   solange kein anderer Preset (legacy / year-3000 / …) explizit
   gewaehlt wurde.

   Cascade contract:
     1. Inline tenant <style>                       (highest)
     2. THIS FILE   (next-edition-2.css)            ← new default
     3. year-3000.css                               (only if preset = year-3000)
     4. theme-presets.css                           (--style-* runtime vars)
     5. default-2035.css
     6. Page-specific CSS                           (dashboard.css, hub.css …)
     7. styles.css                                  (legacy base)

   Opt-out / opt-in gates:
     • Default ON when:
         html[data-style-preset="next-edition-2"] body            (explicit)
         html:not([data-style-preset]) body                       (kein JS / vor theme.js)
     • Off when another preset is selected (legacy, year-3000, …)
     • Off when [data-no-ne2] or .error-page is set on <body>

   GEPRUEFT AM ELEMENT, DAS DAS MERKMAL WIRKLICH TRAEGT (Befund 20.08.2026)
   ------------------------------------------------------------------------
   Hier stand bis heute `body[data-style-preset="next-edition-2"]` und
   `body:not([data-style-preset])`. Beides ist am body gemessen — und
   data-style-preset wird NIE am body gesetzt, sondern nur am
   documentElement (theme.js `anwenden()`: w.setAttribute(…), und der
   Vorgriff in app/action_bar_markup.py setzt es ebenfalls am <html>).
   Folge: der erste Zweig traf NIE, der zweite IMMER. Diese Datei haette
   also jedes der 24 Designs per !important auf die ne2-Farben gepinnt —
   ein Stilwechsel waere unsichtbar geblieben.

   Aufgefallen ist es bisher nicht, weil die Datei ueberhaupt nicht geladen
   wurde: hub-stilschicht.js, die sie damals einhaengte, lief auf 404 (siehe
   app/action_bar_markup.py). Zwei tote Schichten uebereinander sahen aus
   wie eine heile Seite. Eingehaengt wird sie seit dem 20.08.2026 als <link>
   am Ende des <head> (WIRT_HEAD_DATEIEN) — ganz ohne Skript.

   Der Token-Block oben (Z. 39 ff.) stand von Anfang an richtig auf
   `html[…]` — die Absicht war also klar, nur die Anwendungsregeln lagen
   daneben. Deshalb umgestellt statt entfernt: gepruefft wird jetzt am
   <html>, angewandt weiterhin auf den <body>.

   `body.ne2-on` bleibt als ausdruecklicher Handschalter stehen. ACHTUNG:
   seit d48bd450 setzt die Paket-theme.js diese Klasse NICHT mehr (gezaehlt:
   0 Treffer fuer "ne2-on" in app/static/js/). Der Zweig ist damit nur noch
   manuelle Opt-in-Moeglichkeit, keine automatische Quelle.
   ════════════════════════════════════════════════════════════════════ */

/* ── Design tokens (Next Edition 2.0) ────────────────────────────── */
:root,
html[data-style-preset="next-edition-2"],
html:not([data-style-preset]) {
  /* Backgrounds — monochrome deep space */
  --ne2-bg-deep:        #05060a;
  --ne2-bg-main:        #0a0d14;
  --ne2-bg-space:       #0e1320;
  --ne2-bg-graphite:    #131826;
  --ne2-bg-surface:     rgba(20, 26, 40, 0.62);
  --ne2-bg-surface-2:   rgba(28, 34, 50, 0.78);
  --ne2-bg-surface-soft:rgba(255, 255, 255, 0.04);
  --ne2-bg-glass:       rgba(18, 24, 38, 0.55);
  --ne2-bg-glass-strong:rgba(14, 20, 34, 0.78);
  --ne2-bg-hologlass:   linear-gradient(135deg,
                          rgba(180, 220, 255, 0.06),
                          rgba(160, 180, 230, 0.03) 55%,
                          rgba(140, 200, 255, 0.05));

  /* Foreground */
  --ne2-text-main:      #eef2fb;
  --ne2-text-soft:      #c8cfe0;
  --ne2-text-muted:     #8a93ab;
  --ne2-text-faint:     #5b6377;
  --ne2-text-inverted:  #08090f;

  /* Restrained highlights — aurora, cyan, violet */
  --ne2-cyan:           #7fd6e6;
  --ne2-cyan-soft:      #a8e1ee;
  --ne2-violet:         #9aa3ff;
  --ne2-violet-soft:    #b8bdff;
  --ne2-aurora:         #b8e9d8;
  --ne2-accent:         #7fd6e6;
  --ne2-accent-soft:    #a3e0ec;
  --ne2-accent-strong:  #5cc6dc;

  /* Glows (very dezent — kein OBS-Look) */
  --ne2-glow-cyan:      0 0 22px rgba(127, 214, 230, 0.20),
                         0 0 48px rgba(127, 214, 230, 0.08);
  --ne2-glow-violet:    0 0 22px rgba(154, 163, 255, 0.18),
                         0 0 48px rgba(154, 163, 255, 0.08);
  --ne2-glow-soft:      0 0 24px rgba(184, 233, 216, 0.10);

  /* Borders */
  --ne2-border-soft:    rgba(180, 200, 230, 0.10);
  --ne2-border:         rgba(180, 200, 230, 0.16);
  --ne2-border-strong:  rgba(180, 200, 230, 0.28);
  --ne2-border-glow:    rgba(127, 214, 230, 0.40);
  --ne2-hologlass-edge: linear-gradient(135deg,
                          rgba(180, 200, 230, 0.32),
                          rgba(127, 214, 230, 0.18) 50%,
                          rgba(154, 163, 255, 0.22));

  /* Status colors — calm, not loud */
  --ne2-success:        #6dd6a8;
  --ne2-warning:        #e8c47a;
  --ne2-danger:         #e88a8a;
  --ne2-info:           #7fc6e6;

  /* Layout */
  --ne2-container-max:  1200px;
  --ne2-container-wide: 1440px;
  --ne2-section-py:     clamp(56px, 8vw, 112px);
  --ne2-section-py-mob: clamp(40px, 12vw, 72px);
  --ne2-space-2xs:      4px;
  --ne2-space-xs:       8px;
  --ne2-space-sm:       12px;
  --ne2-space-md:       20px;
  --ne2-space-lg:       32px;
  --ne2-space-xl:       48px;
  --ne2-space-2xl:      72px;
  --ne2-space-3xl:      112px;

  /* Radius */
  --ne2-radius-xs:      6px;
  --ne2-radius-sm:      10px;
  --ne2-radius-md:      14px;
  --ne2-radius-lg:      20px;
  --ne2-radius-xl:      28px;
  --ne2-radius-2xl:     36px;
  --ne2-radius-pill:    999px;

  /* Typography */
  --ne2-font-main:      "Inter", "Manrope", ui-sans-serif, system-ui,
                         -apple-system, "Segoe UI", sans-serif;
  --ne2-font-display:   "Space Grotesk", "Inter", ui-sans-serif,
                         system-ui, sans-serif;
  --ne2-text-xs:        0.78rem;
  --ne2-text-sm:        0.88rem;
  --ne2-text-md:        1rem;
  --ne2-text-lg:        1.18rem;
  --ne2-text-xl:        1.45rem;
  --ne2-text-2xl:       1.85rem;
  --ne2-text-3xl:       2.35rem;
  --ne2-text-hero:      clamp(2.4rem, 5vw, 4.2rem);
  --ne2-lh-tight:       1.12;
  --ne2-lh-normal:      1.55;
  --ne2-lh-loose:       1.75;

  /* Effects */
  --ne2-shadow-soft:    0 12px 40px -22px rgba(0, 0, 0, 0.75);
  --ne2-shadow:         0 22px 60px -28px rgba(0, 0, 0, 0.9),
                         0 6px 18px -10px rgba(0, 0, 0, 0.6);
  --ne2-shadow-deep:    0 38px 100px -42px rgba(0, 0, 0, 0.95),
                         0 8px 28px -12px rgba(127, 214, 230, 0.10);
  --ne2-shadow-glow:    0 0 32px rgba(127, 214, 230, 0.18);
  --ne2-shadow-inner:   inset 0 1px 0 rgba(255, 255, 255, 0.05),
                         inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  --ne2-blur-soft:      14px;
  --ne2-blur-strong:    28px;

  --ne2-trans-fast:     140ms cubic-bezier(.2,.8,.3,1);
  --ne2-trans-normal:   240ms cubic-bezier(.2,.8,.3,1);
  --ne2-trans-slow:     480ms cubic-bezier(.2,.8,.3,1);

  /* z-index */
  --ne2-z-header:       1000;
  --ne2-z-dropdown:     1100;
  --ne2-z-modal:        9999;
  --ne2-z-toast:        10001;

  /* Public-friendly aliases (per request brief) */
  --bg-main:            var(--ne2-bg-main);
  --bg-deep:            var(--ne2-bg-deep);
  --bg-space:           var(--ne2-bg-space);
  --bg-surface:         var(--ne2-bg-surface);
  --bg-surface-soft:    var(--ne2-bg-surface-soft);
  --bg-surface-glass:   var(--ne2-bg-glass);
  --bg-hologlass:       var(--ne2-bg-hologlass);
  --text-main:          var(--ne2-text-main);
  --text-soft:          var(--ne2-text-soft);
  --text-muted:         var(--ne2-text-muted);
  --text-inverted:      var(--ne2-text-inverted);
  --primary-soft:       var(--ne2-cyan-soft);
  --primary-glow:       var(--ne2-glow-cyan);
  --secondary-soft:     var(--ne2-violet-soft);
  --secondary-glow:     var(--ne2-glow-violet);
  --accent-soft:        var(--ne2-accent-soft);
  --accent-glow:        var(--ne2-glow-cyan);
  --cyan-energy:        var(--ne2-cyan);
  --violet-energy:      var(--ne2-violet);
  --aurora-soft:        var(--ne2-aurora);
  --border-soft:        var(--ne2-border-soft);
  --border-glow:        var(--ne2-border-glow);
  --border-strong:      var(--ne2-border-strong);
  --container-max:      var(--ne2-container-max);
  --container-wide:     var(--ne2-container-wide);
  --section-padding:    var(--ne2-section-py);
  --section-padding-mobile: var(--ne2-section-py-mob);
  --space-2xs:          var(--ne2-space-2xs);
  --space-xs:           var(--ne2-space-xs);
  --space-sm:           var(--ne2-space-sm);
  --space-md:           var(--ne2-space-md);
  --space-lg:           var(--ne2-space-lg);
  --space-xl:           var(--ne2-space-xl);
  --space-2xl:          var(--ne2-space-2xl);
  --space-3xl:          var(--ne2-space-3xl);
  --radius-xs:          var(--ne2-radius-xs);
  --radius-md:          var(--ne2-radius-md);
  --radius-2xl:         var(--ne2-radius-2xl);
  --radius-pill:        var(--ne2-radius-pill);
  --font-main:          var(--ne2-font-main);
  --font-display:       var(--ne2-font-display);
  --text-xs:            var(--ne2-text-xs);
  --text-sm:            var(--ne2-text-sm);
  --text-md:            var(--ne2-text-md);
  --text-lg:            var(--ne2-text-lg);
  --text-xl:            var(--ne2-text-xl);
  --text-2xl:           var(--ne2-text-2xl);
  --text-3xl:           var(--ne2-text-3xl);
  --text-hero:          var(--ne2-text-hero);
  --line-height-tight:  var(--ne2-lh-tight);
  --line-height-normal: var(--ne2-lh-normal);
  --line-height-loose:  var(--ne2-lh-loose);
  --glass-bg:           var(--ne2-bg-glass);
  --glass-bg-strong:    var(--ne2-bg-glass-strong);
  --glass-border:       var(--ne2-border);
  --glass-highlight:    rgba(255, 255, 255, 0.06);
  --shadow-soft:        var(--ne2-shadow-soft);
  --shadow-deep:        var(--ne2-shadow-deep);
  --shadow-glow:        var(--ne2-shadow-glow);
  --shadow-inner-glow:  var(--ne2-shadow-inner);
  --blur-soft:          var(--ne2-blur-soft);
  --blur-strong:        var(--ne2-blur-strong);
  --transition-fast:    var(--ne2-trans-fast);
  --transition-normal:  var(--ne2-trans-normal);
  --transition-slow:    var(--ne2-trans-slow);
  --z-header:           var(--ne2-z-header);
  --z-dropdown:         var(--ne2-z-dropdown);
  --z-modal:            var(--ne2-z-modal);
  --z-toast:            var(--ne2-z-toast);
}

/* ════════════════════════════════════════════════════════════════════
   ACTIVATION GATE
   ────────────────────────────────────────────────────────────────────
   The body-level gate `.ne2-on` is set by theme.js wenn der aktive
   Preset == "next-edition-2" oder kein expliziter Preset gewaehlt
   wurde. Pure-CSS fallback ueber `html:not([data-style-preset]) body`
   stellt sicher, dass auch ohne JS / vor JS-Hydration der neue
   Default greift, ohne den Legacy-/Year-3000-Preset zu ueberschreiben.
   ════════════════════════════════════════════════════════════════════ */

/* Helper alias used everywhere below.
   Prefix selectors target one of:
     – body.ne2-on             (set by theme.js)
     – html[data-style-preset="next-edition-2"] body
     – html:not([data-style-preset]) body
   while excluding error pages and explicit opt-out. */

/* ════════════════════════════════════════════════════════════════════
   GLOBAL CANVAS — monochromer Deep-Space + leise Aurora
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on:not(.error-page):not([data-no-ne2]),
html[data-style-preset="next-edition-2"] body:not(.error-page):not([data-no-ne2]),
html:not([data-style-preset]) body:not(.error-page):not([data-no-ne2]) {
  background:
    radial-gradient(ellipse 70% 55% at 8% -8%,
      rgba(127, 214, 230, 0.10), transparent 62%),
    radial-gradient(ellipse 60% 55% at 100% 0%,
      rgba(154, 163, 255, 0.10), transparent 62%),
    radial-gradient(ellipse 80% 60% at 50% 110%,
      rgba(184, 233, 216, 0.06), transparent 65%),
    linear-gradient(180deg,
      #05060a 0%,
      #0a0d14 45%,
      #0e1320 100%) !important;
  color: var(--ne2-text-main) !important;
  font-family: var(--ne2-font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.005em;
}

/* Ruhiger Hologlass-Schimmer + dezentes Grid (deutlich leiser als Y3K). */
body.ne2-on:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::before,
html[data-style-preset="next-edition-2"] body:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::before,
html:not([data-style-preset]) body:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(180, 200, 230, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 200, 230, 0.035) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px;
  mask-image: radial-gradient(ellipse 78% 62% at 50% 32%, #000 0%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 32%, #000 0%, transparent 88%);
  opacity: 0.6;
}

/* Sanfte Aurora-Flaeche, sehr ruhig, ohne harte Bewegung. */
body.ne2-on:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::after,
html[data-style-preset="next-edition-2"] body:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::after,
html:not([data-style-preset]) body:not(.error-page):not(.auth-page):not([data-no-ne2]):not([data-no-default-bg]):not([data-fab-disabled])::after {
  content: "";
  position: fixed;
  inset: -10vh -10vw;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(from 220deg at 30% 40%,
      rgba(127, 214, 230, 0.07),
      rgba(154, 163, 255, 0.06) 25%,
      rgba(184, 233, 216, 0.05) 50%,
      transparent 70%);
  filter: blur(90px) saturate(1.05);
  opacity: 0.7;
  animation: ne2-aurora-drift 42s ease-in-out infinite alternate;
}

@keyframes ne2-aurora-drift {
  0%   { transform: translate3d(-1.5%, -1%, 0) rotate(0deg);  opacity: 0.55; }
  100% { transform: translate3d( 1.5%,  2%, 0) rotate(-4deg); opacity: 0.75; }
}

/* Decorative layers must stay BEHIND content; do not change layout
   of fixed shell controls (sidebar/drawer/fab/navbar). Niedrige Spezifitaet
   via :where(), damit kein position:fixed verloren geht. */
:where(body.ne2-on,
       html[data-style-preset="next-edition-2"] body,
       html:not([data-style-preset]) body) > :where(*:not(script):not(style):not(.sidebar-overlay):not(.sidebar-drawer):not(.fab-container):not(.navbar):not(.hub-navbar):not(.dash-navbar):not(.ha-navbar):not(header.site-header)) {
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════════════════════════════════════
   TYPOGRAPHIE — ruhig, klar, hochwertig
   Headlines mit dezentem Gradient-Akzent statt Knall-Neon.
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on h1, body.ne2-on h2, body.ne2-on h3, body.ne2-on h4,
html[data-style-preset="next-edition-2"] body h1,
html[data-style-preset="next-edition-2"] body h2,
html[data-style-preset="next-edition-2"] body h3,
html[data-style-preset="next-edition-2"] body h4,
html:not([data-style-preset]) body h1,
html:not([data-style-preset]) body h2,
html:not([data-style-preset]) body h3,
html:not([data-style-preset]) body h4 {
  font-family: var(--ne2-font-display);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: var(--ne2-lh-tight);
  color: var(--ne2-text-main);
}

body.ne2-on h1, html[data-style-preset="next-edition-2"] body h1,
html:not([data-style-preset]) body h1 {
  font-size: var(--ne2-text-hero);
  background: linear-gradient(120deg,
    #ffffff 0%,
    #e6ecf7 40%,
    var(--ne2-cyan-soft) 70%,
    var(--ne2-violet-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 38px rgba(127, 214, 230, 0.10);
}

body.ne2-on h2, html[data-style-preset="next-edition-2"] body h2,
html:not([data-style-preset]) body h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  color: var(--ne2-text-main);
}

body.ne2-on p, html[data-style-preset="next-edition-2"] body p,
html:not([data-style-preset]) body p {
  color: var(--ne2-text-soft);
  line-height: var(--ne2-lh-normal);
}

body.ne2-on small, html[data-style-preset="next-edition-2"] body small,
html:not([data-style-preset]) body small {
  color: var(--ne2-text-muted);
}

/* ════════════════════════════════════════════════════════════════════
   HEADER / NAVIGATION — Hologlass Bar
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .navbar,
body.ne2-on .hub-navbar,
body.ne2-on .dash-navbar,
body.ne2-on .ha-navbar,
body.ne2-on .ia-topbar,
body.ne2-on header.site-header,
html[data-style-preset="next-edition-2"] body .navbar,
html[data-style-preset="next-edition-2"] body .hub-navbar,
html[data-style-preset="next-edition-2"] body .dash-navbar,
html[data-style-preset="next-edition-2"] body .ha-navbar,
html[data-style-preset="next-edition-2"] body .ia-topbar,
html[data-style-preset="next-edition-2"] body header.site-header,
html:not([data-style-preset]) body .navbar,
html:not([data-style-preset]) body .hub-navbar,
html:not([data-style-preset]) body .dash-navbar,
html:not([data-style-preset]) body .ha-navbar,
html:not([data-style-preset]) body .ia-topbar,
html:not([data-style-preset]) body header.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: linear-gradient(180deg,
    rgba(14, 19, 32, 0.78) 0%,
    rgba(10, 13, 20, 0.55) 100%) !important;
  border-bottom: 1px solid var(--ne2-border) !important;
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow:
    0 1px 0 rgba(127, 214, 230, 0.08),
    0 18px 50px -32px rgba(0, 0, 0, 0.85);
}

body.ne2-on .navbar::after,
body.ne2-on .hub-navbar::after,
body.ne2-on .dash-navbar::after,
body.ne2-on header.site-header::after,
html[data-style-preset="next-edition-2"] body .navbar::after,
html[data-style-preset="next-edition-2"] body .hub-navbar::after,
html[data-style-preset="next-edition-2"] body .dash-navbar::after,
html[data-style-preset="next-edition-2"] body header.site-header::after,
html:not([data-style-preset]) body .navbar::after,
html:not([data-style-preset]) body .hub-navbar::after,
html:not([data-style-preset]) body .dash-navbar::after,
html:not([data-style-preset]) body header.site-header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--ne2-cyan) 35%,
    var(--ne2-violet) 65%,
    transparent 100%);
  opacity: 0.32;
  pointer-events: none;
}

body.ne2-on .nav-link,
body.ne2-on .hub-nav-link,
body.ne2-on .dash-navbar a,
html[data-style-preset="next-edition-2"] body .nav-link,
html[data-style-preset="next-edition-2"] body .hub-nav-link,
html[data-style-preset="next-edition-2"] body .dash-navbar a,
html:not([data-style-preset]) body .nav-link,
html:not([data-style-preset]) body .hub-nav-link,
html:not([data-style-preset]) body .dash-navbar a {
  color: var(--ne2-text-soft);
  transition: color var(--ne2-trans-fast), text-shadow var(--ne2-trans-fast);
}

body.ne2-on .nav-link:hover,
body.ne2-on .nav-link.active,
body.ne2-on .hub-nav-link:hover,
body.ne2-on .hub-nav-link.active,
html[data-style-preset="next-edition-2"] body .nav-link:hover,
html[data-style-preset="next-edition-2"] body .nav-link.active,
html[data-style-preset="next-edition-2"] body .hub-nav-link:hover,
html[data-style-preset="next-edition-2"] body .hub-nav-link.active,
html:not([data-style-preset]) body .nav-link:hover,
html:not([data-style-preset]) body .nav-link.active,
html:not([data-style-preset]) body .hub-nav-link:hover,
html:not([data-style-preset]) body .hub-nav-link.active {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(127, 214, 230, 0.35);
}

body.ne2-on .logo,
body.ne2-on .hub-nav-logo,
html[data-style-preset="next-edition-2"] body .logo,
html[data-style-preset="next-edition-2"] body .hub-nav-logo,
html:not([data-style-preset]) body .logo,
html:not([data-style-preset]) body .hub-nav-logo {
  background: linear-gradient(120deg, #ffffff, var(--ne2-cyan-soft) 55%, var(--ne2-violet-soft));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.012em;
}

/* ════════════════════════════════════════════════════════════════════
   FOOTER — gleiche Designsprache wie Header
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .footer,
body.ne2-on .hub-footer,
body.ne2-on footer.site-footer,
html[data-style-preset="next-edition-2"] body .footer,
html[data-style-preset="next-edition-2"] body .hub-footer,
html[data-style-preset="next-edition-2"] body footer.site-footer,
html:not([data-style-preset]) body .footer,
html:not([data-style-preset]) body .hub-footer,
html:not([data-style-preset]) body footer.site-footer {
  position: relative;
  background: linear-gradient(180deg,
    rgba(14, 19, 32, 0.0) 0%,
    rgba(10, 13, 20, 0.78) 35%,
    rgba(5, 6, 10, 0.94) 100%) !important;
  border-top: 1px solid var(--ne2-border) !important;
  color: var(--ne2-text-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.ne2-on .footer::before,
body.ne2-on .hub-footer::before,
body.ne2-on footer.site-footer::before,
html[data-style-preset="next-edition-2"] body .footer::before,
html[data-style-preset="next-edition-2"] body .hub-footer::before,
html[data-style-preset="next-edition-2"] body footer.site-footer::before,
html:not([data-style-preset]) body .footer::before,
html:not([data-style-preset]) body .hub-footer::before,
html:not([data-style-preset]) body footer.site-footer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, var(--ne2-cyan) 30%, var(--ne2-violet) 70%, transparent);
  opacity: 0.32;
}

/* ════════════════════════════════════════════════════════════════════
   CARDS — Hologlass / Quantum-Glass (ruhig, edel)
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .card,
body.ne2-on .ds-card,
body.ne2-on .feature-card,
body.ne2-on .panel,
body.ne2-on .dash-card,
body.ne2-on .hub-card,
body.ne2-on .stat-card,
html[data-style-preset="next-edition-2"] body .card,
html[data-style-preset="next-edition-2"] body .ds-card,
html[data-style-preset="next-edition-2"] body .feature-card,
html[data-style-preset="next-edition-2"] body .panel,
html[data-style-preset="next-edition-2"] body .dash-card,
html[data-style-preset="next-edition-2"] body .hub-card,
html[data-style-preset="next-edition-2"] body .stat-card,
html:not([data-style-preset]) body .card,
html:not([data-style-preset]) body .ds-card,
html:not([data-style-preset]) body .feature-card,
html:not([data-style-preset]) body .panel,
html:not([data-style-preset]) body .dash-card,
html:not([data-style-preset]) body .hub-card,
html:not([data-style-preset]) body .stat-card {
  position: relative;
  background:
    linear-gradient(135deg,
      rgba(28, 34, 50, 0.72),
      rgba(14, 19, 32, 0.62)) !important;
  border: 1px solid var(--ne2-border) !important;
  border-radius: var(--ne2-radius-lg) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  box-shadow: var(--ne2-shadow-deep);
  transition:
    transform var(--ne2-trans-normal),
    border-color var(--ne2-trans-normal),
    box-shadow var(--ne2-trans-normal);
  overflow: hidden;
}

body.ne2-on .card::before,
body.ne2-on .ds-card::before,
body.ne2-on .feature-card::before,
body.ne2-on .stat-card::before,
html[data-style-preset="next-edition-2"] body .card::before,
html[data-style-preset="next-edition-2"] body .ds-card::before,
html[data-style-preset="next-edition-2"] body .feature-card::before,
html[data-style-preset="next-edition-2"] body .stat-card::before,
html:not([data-style-preset]) body .card::before,
html:not([data-style-preset]) body .ds-card::before,
html:not([data-style-preset]) body .feature-card::before,
html:not([data-style-preset]) body .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--ne2-hologlass-edge);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.35;
  pointer-events: none;
  transition: opacity var(--ne2-trans-normal);
}

body.ne2-on .card:hover,
body.ne2-on .ds-card:hover,
body.ne2-on .feature-card:hover,
body.ne2-on .stat-card:hover,
html[data-style-preset="next-edition-2"] body .card:hover,
html[data-style-preset="next-edition-2"] body .ds-card:hover,
html[data-style-preset="next-edition-2"] body .feature-card:hover,
html[data-style-preset="next-edition-2"] body .stat-card:hover,
html:not([data-style-preset]) body .card:hover,
html:not([data-style-preset]) body .ds-card:hover,
html:not([data-style-preset]) body .feature-card:hover,
html:not([data-style-preset]) body .stat-card:hover {
  transform: translateY(-2px);
  box-shadow:
    var(--ne2-shadow-deep),
    0 0 28px rgba(127, 214, 230, 0.10);
  border-color: var(--ne2-border-strong) !important;
}

body.ne2-on .card:hover::before,
body.ne2-on .ds-card:hover::before,
body.ne2-on .feature-card:hover::before,
body.ne2-on .stat-card:hover::before,
html[data-style-preset="next-edition-2"] body .card:hover::before,
html[data-style-preset="next-edition-2"] body .ds-card:hover::before,
html[data-style-preset="next-edition-2"] body .feature-card:hover::before,
html[data-style-preset="next-edition-2"] body .stat-card:hover::before,
html:not([data-style-preset]) body .card:hover::before,
html:not([data-style-preset]) body .ds-card:hover::before,
html:not([data-style-preset]) body .feature-card:hover::before,
html:not([data-style-preset]) body .stat-card:hover::before {
  opacity: 0.7;
}

/* ════════════════════════════════════════════════════════════════════
   BUTTONS — Premium Primary, Glass Secondary, Hologlass Ghost
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .btn,
body.ne2-on .ds-btn,
body.ne2-on button.button,
html[data-style-preset="next-edition-2"] body .btn,
html[data-style-preset="next-edition-2"] body .ds-btn,
html[data-style-preset="next-edition-2"] body button.button,
html:not([data-style-preset]) body .btn,
html:not([data-style-preset]) body .ds-btn,
html:not([data-style-preset]) body button.button {
  position: relative;
  font-family: var(--ne2-font-display);
  font-weight: 600;
  letter-spacing: 0.015em;
  border-radius: var(--ne2-radius-pill);
  transition:
    transform var(--ne2-trans-fast),
    box-shadow var(--ne2-trans-normal),
    background var(--ne2-trans-normal),
    border-color var(--ne2-trans-normal),
    color var(--ne2-trans-normal);
}

body.ne2-on .btn:focus-visible,
body.ne2-on .ds-btn:focus-visible,
body.ne2-on button.button:focus-visible,
html[data-style-preset="next-edition-2"] body .btn:focus-visible,
html[data-style-preset="next-edition-2"] body .ds-btn:focus-visible,
html[data-style-preset="next-edition-2"] body button.button:focus-visible,
html:not([data-style-preset]) body .btn:focus-visible,
html:not([data-style-preset]) body .ds-btn:focus-visible,
html:not([data-style-preset]) body button.button:focus-visible {
  outline: 2px solid var(--ne2-cyan);
  outline-offset: 3px;
  box-shadow:
    0 0 0 1px rgba(127, 214, 230, 0.45),
    0 0 24px rgba(127, 214, 230, 0.30);
}

/* Primary — ruhiger Premium-Gradient (kein Knall-Neon) */
body.ne2-on .btn-primary,
body.ne2-on .ds-btn--primary,
body.ne2-on .btn.primary,
html[data-style-preset="next-edition-2"] body .btn-primary,
html[data-style-preset="next-edition-2"] body .ds-btn--primary,
html[data-style-preset="next-edition-2"] body .btn.primary,
html:not([data-style-preset]) body .btn-primary,
html:not([data-style-preset]) body .ds-btn--primary,
html:not([data-style-preset]) body .btn.primary {
  background: linear-gradient(135deg,
    #1d2740 0%,
    #2a3a5a 50%,
    #3a4f78 100%) !important;
  color: #f5f8ff !important;
  border: 1px solid rgba(180, 200, 230, 0.28) !important;
  box-shadow:
    0 10px 28px -12px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 0 0 1px rgba(127, 214, 230, 0.10);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

body.ne2-on .btn-primary:hover,
body.ne2-on .ds-btn--primary:hover,
html[data-style-preset="next-edition-2"] body .btn-primary:hover,
html[data-style-preset="next-edition-2"] body .ds-btn--primary:hover,
html:not([data-style-preset]) body .btn-primary:hover,
html:not([data-style-preset]) body .ds-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 36px -12px rgba(0, 0, 0, 0.7),
    0 0 22px rgba(127, 214, 230, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border-color: rgba(127, 214, 230, 0.40) !important;
}

/* Secondary — Glass-Button */
body.ne2-on .btn-secondary,
body.ne2-on .ds-btn--secondary,
body.ne2-on .btn.secondary,
html[data-style-preset="next-edition-2"] body .btn-secondary,
html[data-style-preset="next-edition-2"] body .ds-btn--secondary,
html[data-style-preset="next-edition-2"] body .btn.secondary,
html:not([data-style-preset]) body .btn-secondary,
html:not([data-style-preset]) body .ds-btn--secondary,
html:not([data-style-preset]) body .btn.secondary {
  background: rgba(20, 26, 40, 0.55) !important;
  color: var(--ne2-text-main) !important;
  border: 1px solid var(--ne2-border) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ne2-on .btn-secondary:hover,
body.ne2-on .ds-btn--secondary:hover,
html[data-style-preset="next-edition-2"] body .btn-secondary:hover,
html[data-style-preset="next-edition-2"] body .ds-btn--secondary:hover,
html:not([data-style-preset]) body .btn-secondary:hover,
html:not([data-style-preset]) body .ds-btn--secondary:hover {
  transform: translateY(-1px);
  border-color: var(--ne2-border-glow) !important;
  box-shadow: 0 0 20px rgba(127, 214, 230, 0.18);
  background: rgba(28, 34, 50, 0.70) !important;
}

/* Ghost */
body.ne2-on .btn-ghost,
body.ne2-on .ds-btn--ghost,
body.ne2-on .btn-link,
html[data-style-preset="next-edition-2"] body .btn-ghost,
html[data-style-preset="next-edition-2"] body .ds-btn--ghost,
html[data-style-preset="next-edition-2"] body .btn-link,
html:not([data-style-preset]) body .btn-ghost,
html:not([data-style-preset]) body .ds-btn--ghost,
html:not([data-style-preset]) body .btn-link {
  background: transparent !important;
  color: var(--ne2-text-soft) !important;
  border: 1px solid transparent !important;
}

body.ne2-on .btn-ghost:hover,
body.ne2-on .ds-btn--ghost:hover,
body.ne2-on .btn-link:hover,
html[data-style-preset="next-edition-2"] body .btn-ghost:hover,
html[data-style-preset="next-edition-2"] body .ds-btn--ghost:hover,
html[data-style-preset="next-edition-2"] body .btn-link:hover,
html:not([data-style-preset]) body .btn-ghost:hover,
html:not([data-style-preset]) body .ds-btn--ghost:hover,
html:not([data-style-preset]) body .btn-link:hover {
  color: #fff !important;
  border-color: var(--ne2-border) !important;
  background: rgba(180, 200, 230, 0.05) !important;
}

body.ne2-on .btn:disabled,
body.ne2-on .ds-btn:disabled,
body.ne2-on .btn[aria-disabled="true"],
html[data-style-preset="next-edition-2"] body .btn:disabled,
html[data-style-preset="next-edition-2"] body .ds-btn:disabled,
html[data-style-preset="next-edition-2"] body .btn[aria-disabled="true"],
html:not([data-style-preset]) body .btn:disabled,
html:not([data-style-preset]) body .ds-btn:disabled,
html:not([data-style-preset]) body .btn[aria-disabled="true"] {
  opacity: 0.4;
  filter: grayscale(0.5);
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}

/* ════════════════════════════════════════════════════════════════════
   SHARED HUB UI ALIASES — one visual language, stable legacy hooks
   ════════════════════════════════════════════════════════════════════ */
:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-card,
  .mp-card,
  .card,
  .ds-card,
  .feature-card,
  .panel,
  .dash-card,
  .hub-card,
  .hub-app-card,
  .hub-qs-card,
  .hub-myhub-card,
  .stat-card,
  .qh-card,
  .support-contact-card,
  .faq-item,
  .stix-card,
  .tut-card,
  .tut-state,
  .tut-detail-panel,
  .api-endpoint,
  .api-card,
  .api-info-card,
  .compare-card,
  .ho-card,
  .ha-stat-card,
  .ha-app-card,
  .ia-pkg-card,
  .admin-stat-card,
  .impressum-card,
  .legal-card,
  .auth-card
) {
  position: relative;
  background:
    linear-gradient(135deg,
      rgba(28, 34, 50, 0.72),
      rgba(14, 19, 32, 0.62)) !important;
  border: 1px solid var(--ne2-border) !important;
  border-radius: var(--ne2-radius-lg) !important;
  color: var(--ne2-text-main);
  box-shadow: var(--ne2-shadow-deep) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  transition:
    transform var(--ne2-trans-normal),
    border-color var(--ne2-trans-normal),
    box-shadow var(--ne2-trans-normal),
    background var(--ne2-trans-normal);
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-card,
  .hub-app-card,
  .hub-qs-card,
  .hub-myhub-card,
  .qh-card,
  .support-contact-card,
  .faq-item,
  .stix-card,
  .tut-card,
  .tut-state,
  .tut-detail-panel,
  .api-endpoint,
  .api-card,
  .api-info-card,
  .compare-card,
  .ho-card,
  .ha-stat-card,
  .ha-app-card,
  .ia-pkg-card,
  .admin-stat-card,
  .impressum-card,
  .legal-card
):hover {
  transform: translateY(-2px);
  border-color: var(--ne2-border-strong) !important;
  box-shadow:
    var(--ne2-shadow-deep),
    0 0 28px rgba(127, 214, 230, 0.10) !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn,
  .mp-btn,
  .btn,
  .ds-btn,
  button.button,
  .hub-nav-btn,
  .hub-hero-btn,
  .hub-app-btn,
  .support-cat-pill,
  .scontact-submit,
  .stix-back-btn,
  .stix-reply-btn,
  .ia-btn,
  .ha-nav-hub-btn,
  .admin-action-btn,
  .ann-btn,
  .mprv-btn,
  .atix-page-btn,
  .atix-reply-send-btn,
  .sub-stat-pill,
  .api-nav-link,
  .compare-go-btn,
  .ho-retry-btn,
  .ho-reset-btn,
  .ho-pag-btn,
  .tut-retry-btn,
  .btn-auth,
  .button_popup,
  .popup-btn,
  .error-btn,
  .nav-btn,
  .dp-btn,
  .fab-btn-primary,
  .inbox-back-btn,
  .inbox-retry-btn,
  .inbox-mobile-back-btn,
  [data-sub-action],
  #btnOpenSubmitForm,
  #btnSaveDraft,
  #btnSubmitForReview,
  #mpModalConfirm,
  #supportNpsSend,
  #supportNpsSkip
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 9px 20px;
  font-family: var(--ne2-font-display);
  font-size: var(--ne2-text-sm);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  border-radius: var(--ne2-radius-pill) !important;
  color: var(--ne2-text-main) !important;
  background: rgba(20, 26, 40, 0.55) !important;
  border: 1px solid var(--ne2-border) !important;
  box-shadow: none;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform var(--ne2-trans-fast),
    box-shadow var(--ne2-trans-normal),
    background var(--ne2-trans-normal),
    border-color var(--ne2-trans-normal),
    color var(--ne2-trans-normal);
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn,
  .hub-nav-btn,
  .hub-hero-btn,
  .hub-app-btn,
  .support-cat-pill,
  .scontact-submit,
  .stix-back-btn,
  .stix-reply-btn,
  .ia-btn,
  .ha-nav-hub-btn,
  .admin-action-btn,
  .ann-btn,
  .mprv-btn,
  .atix-page-btn,
  .atix-reply-send-btn,
  .sub-stat-pill,
  .api-nav-link,
  .compare-go-btn,
  .ho-retry-btn,
  .ho-reset-btn,
  .ho-pag-btn,
  .tut-retry-btn,
  .btn-auth,
  .button_popup,
  .popup-btn,
  .error-btn,
  .nav-btn,
  .dp-btn,
  .fab-btn-primary,
  .inbox-back-btn,
  .inbox-retry-btn,
  .inbox-mobile-back-btn,
  [data-sub-action],
  #btnOpenSubmitForm,
  #btnSaveDraft,
  #btnSubmitForReview,
  #mpModalConfirm,
  #supportNpsSend,
  #supportNpsSkip
):hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: var(--ne2-border-glow) !important;
  box-shadow: 0 0 20px rgba(127, 214, 230, 0.18) !important;
  background: rgba(28, 34, 50, 0.70) !important;
  color: #ffffff !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn-primary,
  .btn-primary,
  .ds-btn--primary,
  .btn.primary,
  .hub-nav-btn-primary,
  .hub-hero-btn-primary,
  .hub-app-btn-primary,
  .ia-btn-primary,
  .ha-nav-hub-btn,
  .ann-btn-primary,
  .mprv-btn-primary,
  .dp-btn-primary,
  .popup-btn-primary,
  .error-btn-primary,
  .nav-btn-primary,
  .scontact-submit,
  .stix-reply-btn,
  .compare-go-btn,
  .support-cat-pill.active,
  .sub-stat-pill.active,
  .ho-pag-active,
  #btnOpenSubmitForm,
  #btnSubmitForReview,
  #mpModalConfirm,
  #supportNpsSend
) {
  background: linear-gradient(135deg,
    #1d2740 0%,
    #2a3a5a 50%,
    #3a4f78 100%) !important;
  color: #f5f8ff !important;
  border-color: rgba(180, 200, 230, 0.28) !important;
  box-shadow:
    0 10px 28px -12px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 0 0 1px rgba(127, 214, 230, 0.10) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn-ghost,
  .btn-ghost,
  .ds-btn--ghost,
  .hub-nav-btn-ghost,
  .hub-hero-btn-ghost,
  .btn-link,
  #supportNpsSkip
) {
  background: transparent !important;
  color: var(--ne2-text-soft) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn-danger,
  .ia-btn-danger,
  .hub-app-btn-danger,
  [data-sub-action="delete"]
) {
  background: rgba(232, 138, 138, 0.10) !important;
  color: #f2aaaa !important;
  border-color: rgba(232, 138, 138, 0.28) !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .ia-badge-active,
  .tag-official
) {
  background: rgba(109, 214, 168, 0.12) !important;
  color: #9fe7c4 !important;
  border-color: rgba(109, 214, 168, 0.30) !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .tag-beta,
  .tag-new
) {
  background: rgba(232, 196, 122, 0.12) !important;
  color: #f0d392 !important;
  border-color: rgba(232, 196, 122, 0.30) !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-pill,
  .support-cat-pill,
  .sub-stat-pill,
  .ho-pag-btn,
  .hub-tab,
  .hub-tab-badge,
  .ia-badge,
  .tag-community,
  .tag-official,
  .tag-beta,
  .tag-new
) {
  border-radius: var(--ne2-radius-pill) !important;
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .btn-sm,
  .ds-btn--sm,
  .hub-app-btn-sm,
  .ia-btn-sm,
  .dp-btn-sm,
  .dp-btn-xs,
  .support-cat-pill,
  .sub-stat-pill,
  .ho-pag-btn,
  [data-sub-action]
) {
  min-height: 32px;
  padding: 7px 14px;
  font-size: var(--ne2-text-xs);
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .btn-lg,
  .ds-btn--lg,
  .hub-app-btn-lg,
  .hub-hero-btn
) {
  min-height: 46px;
  padding: 13px 28px;
  font-size: var(--ne2-text-md);
}

:where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn,
  .hub-nav-btn,
  .hub-hero-btn,
  .hub-app-btn,
  .support-cat-pill,
  .scontact-submit,
  .stix-back-btn,
  .stix-reply-btn,
  .ia-btn,
  .ha-nav-hub-btn,
  .admin-action-btn,
  .ann-btn,
  .mprv-btn,
  .atix-page-btn,
  .atix-reply-send-btn,
  .sub-stat-pill,
  .api-nav-link,
  .compare-go-btn,
  .ho-retry-btn,
  .ho-reset-btn,
  .ho-pag-btn,
  .tut-retry-btn,
  .btn-auth,
  .button_popup,
  .popup-btn,
  .error-btn,
  .nav-btn,
  .dp-btn,
  .fab-btn-primary,
  [data-sub-action]
):focus-visible {
  outline: 2px solid var(--ne2-cyan) !important;
  outline-offset: 3px !important;
  box-shadow:
    0 0 0 1px rgba(127, 214, 230, 0.45),
    0 0 24px rgba(127, 214, 230, 0.30) !important;
}

[data-theme="light"] :where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-card,
  .hub-app-card,
  .hub-qs-card,
  .hub-myhub-card,
  .qh-card,
  .support-contact-card,
  .faq-item,
  .stix-card,
  .tut-card,
  .tut-state,
  .tut-detail-panel,
  .api-endpoint,
  .api-card,
  .api-info-card,
  .compare-card,
  .ho-card,
  .ha-stat-card,
  .ha-app-card,
  .ia-pkg-card,
  .admin-stat-card,
  .impressum-card,
  .legal-card,
  .auth-card
) {
  background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(244,247,252,0.76)) !important;
  border-color: rgba(60, 80, 130, 0.14) !important;
  color: #0f1424;
}

[data-theme="light"] :where(body.ne2-on, html[data-style-preset="next-edition-2"] body, html:not([data-style-preset]) body) :where(
  .deeliar-ui-btn,
  .hub-nav-btn,
  .hub-hero-btn,
  .hub-app-btn,
  .support-cat-pill,
  .stix-back-btn,
  .ia-btn,
  .admin-action-btn,
  .ann-btn,
  .mprv-btn,
  .atix-page-btn,
  .sub-stat-pill,
  .api-nav-link,
  .ho-reset-btn,
  .ho-pag-btn,
  .tut-retry-btn,
  .nav-btn,
  [data-sub-action],
  #btnSaveDraft,
  #supportNpsSkip
) {
  background: rgba(255, 255, 255, 0.72) !important;
  color: #172033 !important;
  border-color: rgba(60, 80, 130, 0.18) !important;
}

/* ════════════════════════════════════════════════════════════════════
   FORMS — Glass-Inputs mit ruhigem Focus-Glow
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="submit"]):not([type="button"]),
body.ne2-on textarea,
body.ne2-on select,
body.ne2-on .form-input,
body.ne2-on .ds-input,
html[data-style-preset="next-edition-2"] body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="submit"]):not([type="button"]),
html[data-style-preset="next-edition-2"] body textarea,
html[data-style-preset="next-edition-2"] body select,
html[data-style-preset="next-edition-2"] body .form-input,
html[data-style-preset="next-edition-2"] body .ds-input,
html:not([data-style-preset]) body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="submit"]):not([type="button"]),
html:not([data-style-preset]) body textarea,
html:not([data-style-preset]) body select,
html:not([data-style-preset]) body .form-input,
html:not([data-style-preset]) body .ds-input {
  background: rgba(10, 14, 24, 0.60) !important;
  color: var(--ne2-text-main) !important;
  border: 1px solid var(--ne2-border) !important;
  border-radius: var(--ne2-radius-md) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    border-color var(--ne2-trans-fast),
    box-shadow var(--ne2-trans-fast),
    background var(--ne2-trans-fast);
}

body.ne2-on input:focus,
body.ne2-on textarea:focus,
body.ne2-on select:focus,
body.ne2-on .form-input:focus,
body.ne2-on .ds-input:focus,
html[data-style-preset="next-edition-2"] body input:focus,
html[data-style-preset="next-edition-2"] body textarea:focus,
html[data-style-preset="next-edition-2"] body select:focus,
html[data-style-preset="next-edition-2"] body .form-input:focus,
html[data-style-preset="next-edition-2"] body .ds-input:focus,
html:not([data-style-preset]) body input:focus,
html:not([data-style-preset]) body textarea:focus,
html:not([data-style-preset]) body select:focus,
html:not([data-style-preset]) body .form-input:focus,
html:not([data-style-preset]) body .ds-input:focus {
  outline: none !important;
  border-color: var(--ne2-cyan) !important;
  box-shadow:
    0 0 0 3px rgba(127, 214, 230, 0.16),
    0 0 22px rgba(127, 214, 230, 0.20) !important;
  background: rgba(10, 14, 24, 0.78) !important;
}

body.ne2-on input::placeholder,
body.ne2-on textarea::placeholder,
html[data-style-preset="next-edition-2"] body input::placeholder,
html[data-style-preset="next-edition-2"] body textarea::placeholder,
html:not([data-style-preset]) body input::placeholder,
html:not([data-style-preset]) body textarea::placeholder {
  color: rgba(200, 207, 224, 0.42);
}

body.ne2-on label,
body.ne2-on .form-label,
html[data-style-preset="next-edition-2"] body label,
html[data-style-preset="next-edition-2"] body .form-label,
html:not([data-style-preset]) body label,
html:not([data-style-preset]) body .form-label {
  color: var(--ne2-text-soft);
  font-weight: 600;
  letter-spacing: 0.012em;
}

body.ne2-on input[type="checkbox"],
body.ne2-on input[type="radio"],
html[data-style-preset="next-edition-2"] body input[type="checkbox"],
html[data-style-preset="next-edition-2"] body input[type="radio"],
html:not([data-style-preset]) body input[type="checkbox"],
html:not([data-style-preset]) body input[type="radio"] {
  accent-color: var(--ne2-cyan);
}

/* ════════════════════════════════════════════════════════════════════
   TABLES — moderne Hologlass Data Table
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on table:not(.no-ne2),
html[data-style-preset="next-edition-2"] body table:not(.no-ne2),
html:not([data-style-preset]) body table:not(.no-ne2) {
  background: rgba(14, 19, 32, 0.55);
  border: 1px solid var(--ne2-border);
  border-radius: var(--ne2-radius-md);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  width: 100%;
}

body.ne2-on table:not(.no-ne2) thead th,
html[data-style-preset="next-edition-2"] body table:not(.no-ne2) thead th,
html:not([data-style-preset]) body table:not(.no-ne2) thead th {
  background: linear-gradient(120deg,
    rgba(127, 214, 230, 0.07),
    rgba(154, 163, 255, 0.07));
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: var(--ne2-text-xs);
  padding: 14px 16px;
  border-bottom: 1px solid var(--ne2-border);
}

body.ne2-on table:not(.no-ne2) tbody td,
html[data-style-preset="next-edition-2"] body table:not(.no-ne2) tbody td,
html:not([data-style-preset]) body table:not(.no-ne2) tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(180, 200, 230, 0.06);
  color: var(--ne2-text-soft);
  transition: background var(--ne2-trans-fast), color var(--ne2-trans-fast);
}

body.ne2-on table:not(.no-ne2) tbody tr:hover td,
html[data-style-preset="next-edition-2"] body table:not(.no-ne2) tbody tr:hover td,
html:not([data-style-preset]) body table:not(.no-ne2) tbody tr:hover td {
  background: rgba(127, 214, 230, 0.045);
  color: #ffffff;
}

body.ne2-on table:not(.no-ne2) tbody tr:last-child td,
html[data-style-preset="next-edition-2"] body table:not(.no-ne2) tbody tr:last-child td,
html:not([data-style-preset]) body table:not(.no-ne2) tbody tr:last-child td {
  border-bottom: 0;
}

/* ════════════════════════════════════════════════════════════════════
   MODALS / POPUPS
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .modal,
body.ne2-on .popup,
body.ne2-on .ds-modal,
body.ne2-on dialog,
html[data-style-preset="next-edition-2"] body .modal,
html[data-style-preset="next-edition-2"] body .popup,
html[data-style-preset="next-edition-2"] body .ds-modal,
html[data-style-preset="next-edition-2"] body dialog,
html:not([data-style-preset]) body .modal,
html:not([data-style-preset]) body .popup,
html:not([data-style-preset]) body .ds-modal,
html:not([data-style-preset]) body dialog {
  background: linear-gradient(135deg,
    rgba(28, 34, 50, 0.94),
    rgba(14, 19, 32, 0.94)) !important;
  border: 1px solid var(--ne2-border) !important;
  border-radius: var(--ne2-radius-lg) !important;
  box-shadow:
    var(--ne2-shadow-deep),
    0 0 60px rgba(154, 163, 255, 0.10);
  color: var(--ne2-text-main);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

body.ne2-on .modal-backdrop,
body.ne2-on .popup-backdrop,
body.ne2-on .ds-modal-backdrop,
html[data-style-preset="next-edition-2"] body .modal-backdrop,
html[data-style-preset="next-edition-2"] body .popup-backdrop,
html[data-style-preset="next-edition-2"] body .ds-modal-backdrop,
html:not([data-style-preset]) body .modal-backdrop,
html:not([data-style-preset]) body .popup-backdrop,
html:not([data-style-preset]) body .ds-modal-backdrop {
  background: rgba(5, 6, 10, 0.72) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ════════════════════════════════════════════════════════════════════
   ALERTS / TOASTS — ruhig, klar unterscheidbar
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .alert,
body.ne2-on .toast,
body.ne2-on .ds-alert,
html[data-style-preset="next-edition-2"] body .alert,
html[data-style-preset="next-edition-2"] body .toast,
html[data-style-preset="next-edition-2"] body .ds-alert,
html:not([data-style-preset]) body .alert,
html:not([data-style-preset]) body .toast,
html:not([data-style-preset]) body .ds-alert {
  background: rgba(14, 19, 32, 0.78) !important;
  border: 1px solid var(--ne2-border) !important;
  border-radius: var(--ne2-radius-md) !important;
  color: var(--ne2-text-main);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--ne2-shadow-soft);
}

body.ne2-on .alert.success,
body.ne2-on .alert-success,
html[data-style-preset="next-edition-2"] body .alert.success,
html[data-style-preset="next-edition-2"] body .alert-success,
html:not([data-style-preset]) body .alert.success,
html:not([data-style-preset]) body .alert-success {
  border-color: rgba(109, 214, 168, 0.45) !important;
  box-shadow: 0 0 22px rgba(109, 214, 168, 0.12);
}

body.ne2-on .alert.danger,
body.ne2-on .alert-danger,
body.ne2-on .alert.error,
html[data-style-preset="next-edition-2"] body .alert.danger,
html[data-style-preset="next-edition-2"] body .alert-danger,
html[data-style-preset="next-edition-2"] body .alert.error,
html:not([data-style-preset]) body .alert.danger,
html:not([data-style-preset]) body .alert-danger,
html:not([data-style-preset]) body .alert.error {
  border-color: rgba(232, 138, 138, 0.45) !important;
  box-shadow: 0 0 22px rgba(232, 138, 138, 0.12);
}

body.ne2-on .alert.warning,
body.ne2-on .alert-warning,
html[data-style-preset="next-edition-2"] body .alert.warning,
html[data-style-preset="next-edition-2"] body .alert-warning,
html:not([data-style-preset]) body .alert.warning,
html:not([data-style-preset]) body .alert-warning {
  border-color: rgba(232, 196, 122, 0.45) !important;
  box-shadow: 0 0 22px rgba(232, 196, 122, 0.12);
}

body.ne2-on .alert.info,
body.ne2-on .alert-info,
html[data-style-preset="next-edition-2"] body .alert.info,
html[data-style-preset="next-edition-2"] body .alert-info,
html:not([data-style-preset]) body .alert.info,
html:not([data-style-preset]) body .alert-info {
  border-color: rgba(127, 214, 230, 0.50) !important;
  box-shadow: 0 0 22px rgba(127, 214, 230, 0.14);
}

/* ════════════════════════════════════════════════════════════════════
   LOADER / SPINNER — ruhig, hochwertig
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .loader,
body.ne2-on .spinner,
html[data-style-preset="next-edition-2"] body .loader,
html[data-style-preset="next-edition-2"] body .spinner,
html:not([data-style-preset]) body .loader,
html:not([data-style-preset]) body .spinner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid transparent;
  background:
    conic-gradient(from 0deg,
      var(--ne2-cyan),
      var(--ne2-violet),
      var(--ne2-aurora),
      var(--ne2-cyan)) border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: ne2-spin 1.4s linear infinite;
  box-shadow: 0 0 16px rgba(127, 214, 230, 0.22);
}

@keyframes ne2-spin { to { transform: rotate(360deg); } }

/* ════════════════════════════════════════════════════════════════════
   SECTIONS / CONTAINERS / HERO
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on main,
body.ne2-on .container,
body.ne2-on .ds-container,
html[data-style-preset="next-edition-2"] body main,
html[data-style-preset="next-edition-2"] body .container,
html[data-style-preset="next-edition-2"] body .ds-container,
html:not([data-style-preset]) body main,
html:not([data-style-preset]) body .container,
html:not([data-style-preset]) body .ds-container {
  position: relative;
}

body.ne2-on section,
html[data-style-preset="next-edition-2"] body section,
html:not([data-style-preset]) body section {
  position: relative;
}

body.ne2-on .hero,
body.ne2-on .hero-section,
html[data-style-preset="next-edition-2"] body .hero,
html[data-style-preset="next-edition-2"] body .hero-section,
html:not([data-style-preset]) body .hero,
html:not([data-style-preset]) body .hero-section {
  position: relative;
  isolation: isolate;
}

body.ne2-on .hero::before,
body.ne2-on .hero-section::before,
html[data-style-preset="next-edition-2"] body .hero::before,
html[data-style-preset="next-edition-2"] body .hero-section::before,
html:not([data-style-preset]) body .hero::before,
html:not([data-style-preset]) body .hero-section::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  z-index: -1;
  background:
    radial-gradient(ellipse 60% 60% at 28% 38%,
      rgba(127, 214, 230, 0.10), transparent 62%),
    radial-gradient(ellipse 55% 55% at 78% 60%,
      rgba(154, 163, 255, 0.10), transparent 62%);
  filter: blur(50px);
  pointer-events: none;
}

/* ════════════════════════════════════════════════════════════════════
   SIDEBARS — Hologlass Panel
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on .sidebar,
body.ne2-on .dash-sidebar,
body.ne2-on .ha-sidebar,
body.ne2-on .ia-sidebar,
html[data-style-preset="next-edition-2"] body .sidebar,
html[data-style-preset="next-edition-2"] body .dash-sidebar,
html[data-style-preset="next-edition-2"] body .ha-sidebar,
html[data-style-preset="next-edition-2"] body .ia-sidebar,
html:not([data-style-preset]) body .sidebar,
html:not([data-style-preset]) body .dash-sidebar,
html:not([data-style-preset]) body .ha-sidebar,
html:not([data-style-preset]) body .ia-sidebar {
  background: linear-gradient(180deg,
    rgba(14, 19, 32, 0.78),
    rgba(5, 6, 10, 0.92)) !important;
  border-right: 1px solid var(--ne2-border) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

/* Stelle sicher, dass FAB / Drawer / Overlay weiterhin fixed sind. */
body.ne2-on > .sidebar-overlay,
html[data-style-preset="next-edition-2"] body > .sidebar-overlay,
html:not([data-style-preset]) body > .sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
}

body.ne2-on > .sidebar-drawer,
html[data-style-preset="next-edition-2"] body > .sidebar-drawer,
html:not([data-style-preset]) body > .sidebar-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 9995;
}

body.ne2-on > .fab-container,
html[data-style-preset="next-edition-2"] body > .fab-container,
html:not([data-style-preset]) body > .fab-container {
  position: fixed;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
  z-index: 2147482400;
}

@media (max-width: 768px) {
  body.ne2-on > .fab-container,
  html[data-style-preset="next-edition-2"] body > .fab-container,
  html:not([data-style-preset]) body > .fab-container {
    bottom: 80px;
  }
}

/* ════════════════════════════════════════════════════════════════════
   LINKS
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo),
html[data-style-preset="next-edition-2"] body a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo),
html:not([data-style-preset]) body a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo) {
  color: var(--ne2-cyan-soft);
  text-decoration: none;
  transition: color var(--ne2-trans-fast), text-shadow var(--ne2-trans-fast);
}

body.ne2-on a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo):hover,
html[data-style-preset="next-edition-2"] body a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo):hover,
html:not([data-style-preset]) body a:not(.btn):not(.ds-btn):not(.nav-link):not(.hub-nav-link):not(.logo):hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(127, 214, 230, 0.40);
}

/* ════════════════════════════════════════════════════════════════════
   SCROLLBARS — ruhig, monochrom
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on,
html[data-style-preset="next-edition-2"] body,
html:not([data-style-preset]) body {
  scrollbar-color: rgba(127, 214, 230, 0.30) rgba(14, 19, 32, 0.6);
  scrollbar-width: thin;
}

body.ne2-on ::-webkit-scrollbar,
html[data-style-preset="next-edition-2"] body ::-webkit-scrollbar,
html:not([data-style-preset]) body ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.ne2-on ::-webkit-scrollbar-track,
html[data-style-preset="next-edition-2"] body ::-webkit-scrollbar-track,
html:not([data-style-preset]) body ::-webkit-scrollbar-track {
  background: rgba(14, 19, 32, 0.5);
}

body.ne2-on ::-webkit-scrollbar-thumb,
html[data-style-preset="next-edition-2"] body ::-webkit-scrollbar-thumb,
html:not([data-style-preset]) body ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--ne2-cyan), var(--ne2-violet));
  border-radius: 999px;
  border: 2px solid rgba(14, 19, 32, 0.5);
  opacity: 0.65;
}

/* ════════════════════════════════════════════════════════════════════
   SELECTION
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on ::selection,
html[data-style-preset="next-edition-2"] body ::selection,
html:not([data-style-preset]) body ::selection {
  background: rgba(127, 214, 230, 0.30);
  color: #ffffff;
  text-shadow: none;
}

/* ════════════════════════════════════════════════════════════════════
   AUTH PAGES — gleiche Sprache, ohne Grid-Noise
   ════════════════════════════════════════════════════════════════════ */
body.ne2-on.auth-page,
html[data-style-preset="next-edition-2"] body.auth-page,
html:not([data-style-preset]) body.auth-page {
  background:
    radial-gradient(ellipse 70% 55% at 12% -5%,
      rgba(127, 214, 230, 0.14), transparent 62%),
    radial-gradient(ellipse 60% 55% at 100% 0%,
      rgba(154, 163, 255, 0.14), transparent 62%),
    linear-gradient(180deg, #05060a, #0e1320) !important;
}

/* ════════════════════════════════════════════════════════════════════
   REDUCED MOTION
   ════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  body.ne2-on::after,
  html[data-style-preset="next-edition-2"] body::after,
  html:not([data-style-preset]) body:not(.error-page)::after {
    animation: none !important;
  }
  body.ne2-on .loader,
  body.ne2-on .spinner,
  html[data-style-preset="next-edition-2"] body .loader,
  html[data-style-preset="next-edition-2"] body .spinner,
  html:not([data-style-preset]) body .loader,
  html:not([data-style-preset]) body .spinner {
    animation-duration: 2.4s !important;
  }
  body.ne2-on .card,
  body.ne2-on .ds-card,
  body.ne2-on .btn,
  body.ne2-on .ds-btn,
  html[data-style-preset="next-edition-2"] body .card,
  html[data-style-preset="next-edition-2"] body .ds-card,
  html[data-style-preset="next-edition-2"] body .btn,
  html[data-style-preset="next-edition-2"] body .ds-btn,
  html:not([data-style-preset]) body .card,
  html:not([data-style-preset]) body .ds-card,
  html:not([data-style-preset]) body .btn,
  html:not([data-style-preset]) body .ds-btn {
    transition: none !important;
  }
}

/* ════════════════════════════════════════════════════════════════════
   LIGHT-THEME VARIANTE — bleibt monochrom-luxurioes
   ════════════════════════════════════════════════════════════════════ */
[data-theme="light"] body.ne2-on,
[data-theme="light"] html[data-style-preset="next-edition-2"] body,
[data-theme="light"] html:not([data-style-preset]) body {
  color: #0f1424 !important;
  background:
    radial-gradient(ellipse 70% 55% at 8% -8%, rgba(95, 165, 195, 0.16), transparent 62%),
    radial-gradient(ellipse 60% 55% at 100% 0%, rgba(120, 130, 200, 0.14), transparent 62%),
    linear-gradient(180deg, #f4f6fb 0%, #e9ecf5 60%, #dee2ed 100%) !important;
}

[data-theme="light"] body.ne2-on .card,
[data-theme="light"] body.ne2-on .ds-card,
[data-theme="light"] body.ne2-on .feature-card,
[data-theme="light"] body.ne2-on .stat-card,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .card,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .ds-card,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .feature-card,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .stat-card,
[data-theme="light"] html:not([data-style-preset]) body .card,
[data-theme="light"] html:not([data-style-preset]) body .ds-card,
[data-theme="light"] html:not([data-style-preset]) body .feature-card,
[data-theme="light"] html:not([data-style-preset]) body .stat-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(244,247,252,0.74)) !important;
  border-color: rgba(60, 80, 130, 0.14) !important;
  color: #0f1424;
}

[data-theme="light"] body.ne2-on .navbar,
[data-theme="light"] body.ne2-on .hub-navbar,
[data-theme="light"] body.ne2-on header.site-header,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .navbar,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .hub-navbar,
[data-theme="light"] html[data-style-preset="next-edition-2"] body header.site-header,
[data-theme="light"] html:not([data-style-preset]) body .navbar,
[data-theme="light"] html:not([data-style-preset]) body .hub-navbar,
[data-theme="light"] html:not([data-style-preset]) body header.site-header {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(244,247,252,0.62)) !important;
  border-bottom-color: rgba(60, 80, 130, 0.14) !important;
}

[data-theme="light"] body.ne2-on input,
[data-theme="light"] body.ne2-on textarea,
[data-theme="light"] body.ne2-on select,
[data-theme="light"] body.ne2-on .form-input,
[data-theme="light"] html[data-style-preset="next-edition-2"] body input,
[data-theme="light"] html[data-style-preset="next-edition-2"] body textarea,
[data-theme="light"] html[data-style-preset="next-edition-2"] body select,
[data-theme="light"] html[data-style-preset="next-edition-2"] body .form-input,
[data-theme="light"] html:not([data-style-preset]) body input,
[data-theme="light"] html:not([data-style-preset]) body textarea,
[data-theme="light"] html:not([data-style-preset]) body select,
[data-theme="light"] html:not([data-style-preset]) body .form-input {
  background: rgba(255, 255, 255, 0.78) !important;
  color: #0f1424 !important;
  border-color: rgba(60, 80, 130, 0.18) !important;
}
