/* Autor*innen — Indigo/Ink. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #6d6cf0;
    --color-accent-soft: #9a99f7;
    --color-accent-dim: rgba(109, 108, 240, 0.14);
    --color-accent-line: rgba(109, 108, 240, 0.30);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(109, 108, 240, 0.22), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(70, 70, 160, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #0c0b14 58%, #0d0c1a 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(8, 8, 12, 0.85) 12%, rgba(8, 8, 12, 0.5) 55%, rgba(8, 8, 12, 0.2) 100%) !important;
}
