        /* -------------------------------------------------------------
         * 2026 FX-LAB DESIGN SYSTEM & TYPOGRAPHY TOKENS (EXAKT SAGT)
         * ------------------------------------------------------------- */
        :root[data-theme="dark"] {
            --bg-canvas: #090d16;
            --bg-card: rgba(18, 24, 38, 0.75);
            --bg-card-hover: rgba(28, 36, 56, 0.85);
            --border-glass: rgba(255, 215, 0, 0.15);
            --border-subtle: rgba(255, 255, 255, 0.08);
            --text-primary: #f8fafc;
            --text-secondary: #94a3b8;
            --text-muted: #64748b;
            --accent-gold: #fbbf24;
            --accent-amber: #f59e0b;
            --accent-cyan: #38bdf8;
            --accent-emerald: #34d399;
            --accent-rose: #f43f5e;
            --aura-glow: rgba(251, 191, 36, 0.12);
            --card-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
            --glass-blur: blur(20px);
            --font-display: 'Satoshi', system-ui, -apple-system, sans-serif;
            --font-body: 'Inter', system-ui, -apple-system, sans-serif;
            --font-mono: 'JetBrains Mono', ui-monospace, monospace;
        }

        :root[data-theme="light"] {
            --bg-canvas: #f8fafc;
            --bg-card: rgba(255, 255, 255, 0.85);
            --bg-card-hover: rgba(255, 255, 255, 0.98);
            --border-glass: rgba(217, 119, 6, 0.25);
            --border-subtle: rgba(0, 0, 0, 0.08);
            --text-primary: #0f172a;
            --text-secondary: #475569;
            --text-muted: #94a3b8;
            --accent-gold: #d97706;
            --accent-amber: #b45309;
            --accent-cyan: #0284c7;
            --accent-emerald: #059669;
            --accent-rose: #e11d48;
            --aura-glow: rgba(217, 119, 6, 0.08);
            --card-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
            --glass-blur: blur(20px);
            --font-display: 'Satoshi', system-ui, -apple-system, sans-serif;
            --font-body: 'Inter', system-ui, -apple-system, sans-serif;
            --font-mono: 'JetBrains Mono', ui-monospace, monospace;
        }

        .fxdash *, .fxdash *::before, .fxdash *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        }

        .fxdash {
            font-family: var(--font-body);
            background-color: var(--bg-canvas);
            color: var(--text-primary);
            line-height: 1.6;
            overflow-x: hidden;
            padding-bottom: 80px;
            -webkit-font-smoothing: antialiased;
        }

        .mono { font-family: var(--font-mono); }

        /* Ambient Backdrop Aura */
        .fx-ambient-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }

        .fx-aura-blob-1 {
            position: absolute;
            top: -10%;
            left: 20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, var(--aura-glow) 0%, transparent 70%);
            animation: pulse-aura 12s infinite alternate ease-in-out;
        }

        @keyframes pulse-aura {
            0% { transform: scale(1) translate(0, 0); }
            100% { transform: scale(1.2) translate(-30px, 40px); }
        }

        /* Topbar & Mode Switcher */
        .fx-navbar {
            position: sticky;
            top: 0;
            z-index: 100;
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border-bottom: 1px solid var(--border-subtle);
            padding: 16px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .fx-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 700;
            font-size: 1.35rem;
            letter-spacing: -0.5px;
        }

        .fx-brand-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--accent-gold), var(--accent-amber));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-weight: 800;
            box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
        }

        .fx-theme-btn {
            background: var(--bg-card-hover);
            border: 1px solid var(--border-glass);
            color: var(--text-primary);
            padding: 10px 20px;
            border-radius: 40px;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: var(--card-shadow);
        }

        .fx-theme-btn:hover {
            transform: translateY(-2px);
            border-color: var(--accent-gold);
        }

        /* Main Container */
        .fx-container {
            max-width: 1350px;
            margin: 0 auto;
            padding: 40px 24px;
            position: relative;
            z-index: 1;
        }

        /* -------------------------------------------------------------
         * SEKTION 1: DIE MEUTE & ZWINGERZENTRALE
         * (RAHMENLOS, HARMONISIERT, HUNDEKOPF AVATAR & VECTOR ICONS)
         * ------------------------------------------------------------- */
        .fx-kaskade-hero {
            margin-bottom: 48px;
            position: relative;
        }

        .fx-head {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 32px auto;
        }

        .fx-kicker {
            display: block;
            font-size: 0.75rem;
            letter-spacing: 0.28em;
            color: var(--accent-gold);
            margin-bottom: 12px;
            font-family: var(--font-mono);
        }

        .fx-head h1 {
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 2.8rem;
            letter-spacing: -1px;
            margin-bottom: 12px;
            background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-gold) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .fx-head p {
            color: var(--text-secondary);
            font-size: 1.05rem;
        }

        /* Kaskaden Bühne - Harmonisierte Töne */
        .cas {
            position: relative;
            height: 500px;
            border-radius: 26px;
            overflow: hidden;
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border: 1px solid var(--border-glass);
            box-shadow: var(--card-shadow);
        }

        :root[data-theme="light"] .cas {
            background: radial-gradient(circle at 50% 50%, rgba(91, 95, 255, 0.07), transparent 65%), rgba(255, 255, 255, 0.95);
            border-color: rgba(91, 95, 255, 0.18);
            box-shadow: 0 20px 45px rgba(91, 95, 255, 0.06);
        }

        .cas-beams, .cas-pulses {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .cas-pulses { z-index: 2; }

        /* Central Core Avatar - Kreisrunder Hundekopf */
        .cas-core {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            padding: 4px;
            background: linear-gradient(145deg, var(--accent-gold), var(--accent-amber));
            box-shadow: 0 15px 45px rgba(251, 191, 36, 0.45);
            cursor: pointer;
            overflow: hidden;
        }

        :root[data-theme="light"] .cas-core {
            background: linear-gradient(145deg, var(--accent-gold), var(--accent-amber));
            box-shadow: 0 15px 40px rgba(217, 119, 6, 0.35);
        }

        .cas-core-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            display: block;
        }

        .cas-core-glow {
            position: absolute;
            inset: -40%;
            border-radius: 50%;
            z-index: -1;
            background: radial-gradient(circle, rgba(251, 191, 36, 0.55), transparent 65%);
            opacity: 0;
        }

        :root[data-theme="light"] .cas-core-glow {
            background: radial-gradient(circle, rgba(217, 119, 6, 0.45), transparent 65%);
        }

        .cas.is-firing .cas-core-glow { animation: coreBurst 1s ease-out; }
        @keyframes coreBurst { 0%{transform:scale(.6);opacity:.9} 100%{transform:scale(1.6);opacity:0} }

        .cas-core-ring {
            position: absolute;
            inset: 0;
            border-radius: 50%;
            border: 2px solid var(--accent-gold);
            opacity: 0;
        }

        :root[data-theme="light"] .cas-core-ring {
            border-color: var(--accent-gold);
        }

        .cas.is-firing .cas-core-ring { animation: coreRing 1s ease-out; }
        @keyframes coreRing { 0%{transform:scale(1);opacity:.8} 100%{transform:scale(1.7);opacity:0} }

        /* Satellite Nodes */
        .sat {
            position: absolute;
            transform: translate(-50%, -50%) scale(0.92);
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 20px;
            width: 245px;
            border-radius: 18px;
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border: 1px solid var(--border-subtle);
            opacity: 0.5;
            filter: grayscale(0.2);
            transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
            cursor: pointer;
        }

        :root[data-theme="light"] .sat {
            background: rgba(255, 255, 255, 0.95);
            border-color: rgba(91, 95, 255, 0.12);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
        }

        .sat.is-done {
            opacity: 1;
            filter: none;
            transform: translate(-50%, -50%) scale(1);
            border-color: var(--accent-gold);
            box-shadow: 0 12px 30px rgba(251, 191, 36, 0.25);
        }

        :root[data-theme="light"] .sat.is-done {
            border-color: #5B5FFF;
            box-shadow: 0 12px 30px rgba(91, 95, 255, 0.18);
        }

        .sat.pop { animation: satPop 0.5s cubic-bezier(0.2, 0.9, 0.2, 1.3); }
        @keyframes satPop { 0%{transform:translate(-50%,-50%) scale(.92)} 45%{transform:translate(-50%,-50%) scale(1.08)} 100%{transform:translate(-50%,-50%) scale(1)} }

        .sat-icon {
            width: 44px;
            height: 44px;
            flex-shrink: 0;
            border-radius: 12px;
            display: grid;
            place-items: center;
            background: rgba(251, 191, 36, 0.12);
            color: var(--accent-gold);
        }

        :root[data-theme="light"] .sat-icon {
            background: rgba(91, 95, 255, 0.1);
            color: #5B5FFF;
        }

        .sat-icon svg {
            width: 22px;
            height: 22px;
            stroke: var(--accent-gold);
        }

        :root[data-theme="light"] .sat-icon svg {
            stroke: #5B5FFF;
        }

        .sat-body { display: flex; flex-direction: column; min-width: 0; }
        .sat-title { font-size: 0.75rem; color: var(--text-muted); }
        .sat-val { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); font-family: var(--font-mono); }
        
        :root[data-theme="light"] .sat-val {
            color: #0f172a;
        }

        .sat-check { margin-left: auto; width: 18px; height: 18px; color: var(--accent-gold); opacity: 0; transition: all 0.3s; }
        
        :root[data-theme="light"] .sat-check {
            color: #0284c7;
        }

        .sat.is-done .sat-check { opacity: 1; }

        /* -------------------------------------------------------------
         * SEKTION 2: RADIAL WATCH COMPLICATION DIALS
         * ------------------------------------------------------------- */
        .fx-section-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 24px;
        }

        .fx-section-title {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .fx-section-sub { font-size: 0.95rem; color: var(--text-muted); }

        .fx-dial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 48px;
        }

        @media (max-width: 992px) { .fx-dial-grid { grid-template-columns: 1fr; } }

        .fx-dial-card {
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border: 1px solid var(--border-glass);
            border-radius: 24px;
            padding: 32px;
            display: flex;
            align-items: center;
            gap: 24px;
            box-shadow: var(--card-shadow);
        }

        .fx-dial-card:hover { transform: translateY(-4px); border-color: var(--accent-gold); }
        .fx-svg-dial { width: 110px; height: 110px; flex-shrink: 0; }
        .fx-dial-bg { fill: none; stroke: var(--border-subtle); stroke-width: 8; }
        .fx-dial-progress {
            fill: none; stroke: var(--accent-gold); stroke-width: 8; stroke-linecap: round;
            transform: rotate(-90deg); transform-origin: 50% 50%; stroke-dasharray: 283; stroke-dashoffset: 60;
        }
        .fx-dial-val { font-family: 'Space Grotesk', sans-serif; font-size: 1.7rem; font-weight: 700; color: var(--text-primary); }
        .fx-dial-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 4px; }
        .fx-dial-desc { font-size: 0.85rem; color: var(--text-secondary); }

        /* -------------------------------------------------------------
         * SEKTION 3: MAGAZINE DOG SHOWCASE CARDS
         * ------------------------------------------------------------- */
        .fx-dog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            margin-bottom: 48px;
        }

        .fx-dog-card {
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border: 1px solid var(--border-subtle);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: var(--card-shadow);
            cursor: pointer;
        }

        .fx-dog-card:hover { transform: translateY(-6px); border-color: var(--accent-gold); }
        .fx-dog-img-wrap { position: relative; width: 100%; height: 220px; overflow: hidden; }
        .fx-dog-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
        .fx-dog-card:hover .fx-dog-img { transform: scale(1.08); }
        .fx-dog-sex-badge { position: absolute; top: 14px; right: 14px; padding: 6px 12px; border-radius: 20px; backdrop-filter: blur(10px); font-size: 0.8rem; font-weight: 700; }
        .fx-sex-male { background: rgba(56, 189, 248, 0.25); color: var(--accent-cyan); border: 1px solid rgba(56, 189, 248, 0.4); }
        .fx-sex-female { background: rgba(244, 63, 94, 0.25); color: var(--accent-rose); border: 1px solid rgba(244, 63, 94, 0.4); }
        .fx-dog-body { padding: 20px 24px; }
        .fx-dog-name { font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 2px; }
        .fx-dog-official { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 14px; }
        .fx-dog-meta { display: flex; justify-content: space-between; font-size: 0.85rem; border-top: 1px solid var(--border-subtle); padding-top: 12px; color: var(--text-secondary); }

        /* Section 4: Timeline Ribbon & Subtle Fiber Cable Animation */
        .fx-timeline-card {
            background: var(--bg-card);
            backdrop-filter: var(--glass-blur);
            border: 1px solid var(--border-glass);
            border-radius: 24px;
            padding: 36px;
            margin-bottom: 48px;
            box-shadow: var(--card-shadow);
            position: relative;
        }

        .fx-fiber-cable-wrap {
            position: absolute;
            top: 57px;
            left: 50px;
            right: 50px;
            height: 1.5px;
            pointer-events: none;
            z-index: 1;
        }

        .fx-fiber-cable {
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(251, 191, 36, 0.08), rgba(56, 189, 248, 0.15), rgba(52, 211, 153, 0.15), rgba(251, 191, 36, 0.08));
            border-radius: 2px;
        }

        .fx-fiber-pulse {
            position: absolute;
            top: -2px;
            left: 0;
            width: 40px;
            height: 5px;
            border-radius: 6px;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.45), transparent 70%);
            box-shadow: 0 0 6px rgba(56, 189, 248, 0.3);
            animation: flowLaser 5s infinite linear;
        }

        @keyframes flowLaser {
            0% { left: 0%; opacity: 0; }
            15% { opacity: 0.6; }
            85% { opacity: 0.6; }
            100% { left: 92%; opacity: 0; }
        }

        .fx-ribbon-track { display: flex; gap: 24px; overflow-x: auto; padding-bottom: 12px; position: relative; z-index: 2; }
        .fx-ribbon-node { min-width: 260px; background: var(--bg-card); backdrop-filter: var(--glass-blur); border: 1px solid var(--border-subtle); border-radius: 18px; padding: 20px; position: relative; }
        .fx-ribbon-node:hover { border-color: var(--accent-gold); background: var(--bg-card-hover); transform: translateY(-3px); }
        .fx-ribbon-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-gold); opacity: 0.5; margin-bottom: 10px; }
        .fx-node-date { display: inline-block; padding: 4px 10px; border-radius: 12px; background: rgba(251, 191, 36, 0.15); color: var(--accent-gold); font-size: 0.78rem; font-weight: 700; margin-bottom: 10px; }
        .fx-node-title { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
        .fx-node-dog { font-size: 0.85rem; color: var(--text-secondary); }

        /* DNA Badge Overlay on Dog Cards - NUR ON HOVER VISIBLE */
        .fx-dog-dna-badge {
            position: absolute;
            bottom: 12px;
            left: 12px;
            padding: 4px 10px;
            border-radius: 12px;
            background: rgba(15, 23, 42, 0.85);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #f8fafc;
            font-size: 0.75rem;
            font-family: var(--font-mono);
            font-weight: 500;
            letter-spacing: 0.5px;
            opacity: 0;
            transform: translateY(6px);
            transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
            pointer-events: none;
        }

        :root[data-theme="light"] .fx-dog-dna-badge {
            background: rgba(255, 255, 255, 0.9);
            border-color: rgba(0, 0, 0, 0.12);
            color: #0f172a;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .fx-dog-card:hover .fx-dog-dna-badge {
            opacity: 1;
            transform: translateY(0);
            border-color: var(--accent-emerald);
            color: var(--accent-emerald);
            box-shadow: 0 0 12px rgba(52, 211, 153, 0.3);
        }

        :root[data-theme="light"] .fx-dog-card:hover .fx-dog-dna-badge {
            border-color: #059669;
            color: #059669;
            box-shadow: 0 4px 15px rgba(5, 150, 105, 0.25);
        }

        /* -------------------------------------------------------------
         * SEKTION 5: SPLIT GRID
         * ------------------------------------------------------------- */
        .fx-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
        @media (max-width: 768px) { .fx-split-grid { grid-template-columns: 1fr; } }
        .fx-status-card { background: var(--bg-card); backdrop-filter: var(--glass-blur); border: 1px solid var(--border-subtle); border-radius: 24px; padding: 32px; box-shadow: var(--card-shadow); }
        .fx-status-list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
        .fx-status-item { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-radius: 14px; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border-subtle); }
        .fx-badge-ok { background: rgba(52, 211, 153, 0.15); color: var(--accent-emerald); padding: 4px 10px; border-radius: 10px; font-size: 0.8rem; font-weight: 700; }

/* ── Vendored fonts (offline-first) — echtes Satoshi (vom Nutzer geliefert) als Display-Face,
   JetBrains Mono als Mono, InterVar als Body. Genau die Showcase-Typografie. ── */
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/satoshi-400.woff") format("woff"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/satoshi-500.woff") format("woff"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/satoshi-700.woff") format("woff"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 900; font-display: swap; src: url("fonts/satoshi-900.woff") format("woff"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/jetbrains-mono-400.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/jetbrains-mono-500.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/jetbrains-mono-700.woff2") format("woff2"); }
.fxdash {
  --font-display: "Satoshi", "InterVar", -apple-system, system-ui, sans-serif;
  --font-body: "InterVar", -apple-system, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
}

/* Foto-lose Fallbacks (Realdaten ohne Bild) + Space-Grotesk-Stellen auf Satoshi routen. */
.fxdash .fx-section-title, .fxdash .fx-dial-val, .fxdash .fx-dog-name { font-family: var(--font-display); }
.fx-dog-fallback { width: 100%; height: 100%; display: grid; place-items: center;
  background: linear-gradient(160deg, color-mix(in srgb, var(--dog, #3b475f) 72%, #0b1220), color-mix(in srgb, var(--dog, #3b475f) 96%, #000)); }
.fx-dog-fallback svg { width: 42%; height: 42%; opacity: .9; filter: drop-shadow(0 3px 10px rgba(0,0,0,.3)); }
.cas-core-fallback { width: 100%; height: 100%; border-radius: 50%; display: grid; place-items: center; }
.cas-core-fallback svg { width: 56%; height: 56%; opacity: .95; filter: drop-shadow(0 2px 8px rgba(0,0,0,.28)); }

/* ── Sex-Badge v3: Gradient-Token (gerundetes Quadrat) in der Marken-Icon/Core-Sprache des
   Dashboards — Akzent-Verlauf, weißes Symbol, Akzent-Glow + Top-Highlight. Präsenz + nativ. ── */
.fx-dog-sex-badge { width: 40px; height: 40px; padding: 0; border-radius: 13px; display: grid; place-items: center;
  font-size: 23px; font-weight: 700; line-height: 1; color: #fff; border: none; backdrop-filter: none;
  background: var(--sexgrad); text-shadow: 0 1px 2px rgba(0,0,0,.28);
  transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 6px 18px rgba(0,0,0,.38), 0 0 22px color-mix(in srgb, var(--sexcol) 45%, transparent), inset 0 1px 0 rgba(255,255,255,.45); }
.fx-dog-card:hover .fx-dog-sex-badge { transform: translateY(-1px) scale(1.06); box-shadow: 0 0 0 1px rgba(255,255,255,.24), 0 8px 22px rgba(0,0,0,.42), 0 0 30px color-mix(in srgb, var(--sexcol) 60%, transparent), inset 0 1px 0 rgba(255,255,255,.5); }
.fx-sex-male { --sexcol: #38bdf8; --sexgrad: linear-gradient(145deg, #38bdf8, #0e8fd6); }
.fx-sex-female { --sexcol: #fb7185; --sexgrad: linear-gradient(145deg, #fb7185, #e63e5c); }

/* ── Performance: viele große backdrop-blur-Flächen sind der Haupt-Lag. Blur reduziert +
   von den scroll-lastigen Grid-Karten entfernt (bg-card wird dafür etwas deckender). ── */
.fxdash { --glass-blur: blur(10px); }
.fx-dial-card, .fx-dog-card, .fx-status-card, .fx-ribbon-node, .fx-timeline-card { backdrop-filter: none; }
:root[data-theme="dark"] .fx-dial-card, :root[data-theme="dark"] .fx-dog-card,
:root[data-theme="dark"] .fx-status-card, :root[data-theme="dark"] .fx-ribbon-node,
:root[data-theme="dark"] .fx-timeline-card { background: #131a2b; }
:root[data-theme="light"] .fx-dial-card, :root[data-theme="light"] .fx-dog-card,
:root[data-theme="light"] .fx-status-card, :root[data-theme="light"] .fx-ribbon-node,
:root[data-theme="light"] .fx-timeline-card { background: #ffffff; }
/* GPU-Hints + schnellere, weniger „zähe" Übergänge */
.sat { transition: opacity .28s cubic-bezier(.2,.8,.2,1), filter .28s, transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s, box-shadow .28s; will-change: transform, opacity; }
.fx-dog-card, .fx-dial-card, .cas-core { will-change: transform; }
.cas-beams, .cas-pulses { will-change: contents; }
