      :root {
        color-scheme: light dark;
        font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        --bg: #040511;
        --surface: rgba(10, 14, 30, 0.78);
        --surface-alt: rgba(18, 22, 46, 0.72);
        --primary: #38bdf8;
        --secondary: #f472b6;
        --accent: #facc15;
        --text: #f8fafc;
        --muted: rgba(241, 245, 249, 0.72);
        --card-hover-glow: rgba(56, 189, 248, 0.12);
        --card-hover-edge: rgba(56, 189, 248, 0.55);
        --tooltip-bg: rgba(8, 10, 16, 0.92);
        --tooltip-border: rgba(56, 189, 248, 0.45);
        background: radial-gradient(circle at top, #132040 0%, #040511 65%);
        color: var(--text);
        min-height: 100vh;
      }

      body {
        margin: 0;
        min-height: 100vh;
        position: relative;
        overflow-x: hidden;
        background:
          radial-gradient(circle at 50% -10%, rgba(56, 189, 248, 0.2), transparent 60%),
          linear-gradient(160deg, rgba(4, 5, 17, 0.95), rgba(6, 9, 22, 0.98));
      }

      body[data-theme="magenta"] {
        --primary: #f472b6;
        --secondary: #38bdf8;
        --accent: #f97316;
        background:
          radial-gradient(circle at 50% -10%, rgba(244, 114, 182, 0.2), transparent 60%),
          linear-gradient(160deg, rgba(6, 4, 17, 0.95), rgba(22, 6, 22, 0.98));
      }

      body[data-theme="onyx"] {
        --surface: rgba(18, 14, 6, 0.82);
        --surface-alt: rgba(30, 24, 12, 0.78);
        --primary: #ffd447;
        --secondary: #f4b41a;
        --accent: #ffe8a3;
        --card-hover-glow: rgba(255, 212, 71, 0.2);
        --card-hover-edge: rgba(255, 212, 71, 0.65);
        --tooltip-bg: rgba(26, 20, 10, 0.94);
        --tooltip-border: rgba(255, 212, 71, 0.38);
        background:
          radial-gradient(circle at 50% -10%, rgba(255, 212, 71, 0.22), transparent 65%),
          linear-gradient(160deg, rgba(5, 5, 12, 0.97), rgba(16, 14, 8, 0.98));
        color: var(--text);
      }

      body[data-theme="onyx"] .tron-grid-wrapper,
      body[data-theme="onyx"] .tron-halo {
        filter: drop-shadow(0 0 26px rgba(255, 212, 71, 0.4));
      }

      body[data-theme="onyx"] .tron-grid {
        background:
          repeating-linear-gradient(
            to right,
            rgba(255, 212, 71, 0.4),
            rgba(255, 212, 71, 0.4) 2px,
            transparent 2px,
            transparent var(--grid-size)
          ),
          repeating-linear-gradient(
            to bottom,
            rgba(255, 212, 71, 0.36),
            rgba(255, 212, 71, 0.36) 2px,
            transparent 2px,
            transparent var(--grid-size)
          );
      }

      body[data-theme="onyx"] .tron-halo {
        background: radial-gradient(circle at 50% 55%, rgba(255, 212, 71, 0.32), transparent 65%);
      }

      body[data-theme="onyx"] .tron-particles {
        background-image: radial-gradient(circle, rgba(255, 212, 71, 0.38) 0%, transparent 65%),
          radial-gradient(circle, rgba(255, 236, 179, 0.26) 0%, transparent 58%);
      }

      body[data-theme="onyx"] .cta-link {
        border: 1px solid rgba(255, 212, 71, 0.5);
        background: linear-gradient(135deg, rgba(255, 212, 71, 0.22), rgba(244, 180, 26, 0.14));
      }

      body[data-theme="onyx"] .cta-link:hover,
      body[data-theme="onyx"] .cta-link:focus-visible {
        background: linear-gradient(135deg, rgba(255, 212, 71, 0.3), rgba(244, 180, 26, 0.22));
      }

      body[data-theme="onyx"] .theme-toggle {
        background: rgba(20, 16, 8, 0.78);
        border-color: rgba(255, 212, 71, 0.1);
        box-shadow: inset 0 0 0 1px rgba(255, 212, 71, 0.08);
      }

      body[data-theme="onyx"] .theme-button[aria-pressed="true"] {
        background: linear-gradient(135deg, rgba(255, 212, 71, 0.26), rgba(244, 180, 26, 0.18));
        box-shadow: 0 0 0 1px rgba(255, 212, 71, 0.45);
      }

      body[data-theme="onyx"] .hero-cta .primary {
        background: linear-gradient(135deg, #fff4b0 0%, #ffd447 45%, #f59e0b 100%);
        color: #1f1604;
        box-shadow:
          0 20px 34px rgba(255, 212, 71, 0.25),
          0 0 18px rgba(255, 212, 71, 0.25);
      }

      body[data-theme="onyx"] .divider {
        background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(255, 212, 71, 0.45), rgba(15, 23, 42, 0));
      }

      body[data-theme="onyx"] .card span {
        background: radial-gradient(circle at 30% 30%, rgba(255, 236, 179, 0.6), rgba(255, 212, 71, 0.22));
        color: #1f1604;
      }

      body[data-theme="onyx"] .game-card:focus-visible {
        box-shadow: 0 26px 48px rgba(255, 212, 71, 0.3);
        border-color: rgba(255, 212, 71, 0.45);
      }

      body[data-theme="onyx"] .game-card:hover .card-cta,
      body[data-theme="onyx"] .game-card:focus-visible .card-cta {
        color: var(--accent);
      }

      body[data-theme="onyx"] .pill {
        background: linear-gradient(135deg, rgba(255, 236, 179, 0.4), rgba(255, 212, 71, 0.2));
        color: #1f1604;
      }

      body[data-theme="onyx"] .pill span {
        border: 1px solid rgba(255, 212, 71, 0.4);
        background: rgba(255, 212, 71, 0.28);
      }

      body[data-theme="onyx"] .games-tab {
        border-color: rgba(255, 212, 71, 0.3);
        background: rgba(26, 20, 10, 0.72);
      }

      body[data-theme="onyx"] .games-tab[aria-checked="true"] {
        border-color: rgba(255, 212, 71, 0.6);
        box-shadow: 0 0 0 1px rgba(255, 212, 71, 0.3);
        background: linear-gradient(135deg, rgba(255, 236, 179, 0.32), rgba(255, 212, 71, 0.24));
        color: #1f1604;
      }

      body[data-theme="onyx"] .games-sort {
        border-color: rgba(255, 212, 71, 0.25);
        background: rgba(26, 20, 10, 0.72);
      }

      body[data-theme="onyx"] .game-meta .actions a.primary {
        background: linear-gradient(135deg, #fff2ad 0%, #ffd447 55%, #f59e0b 100%);
        color: #1f1604;
        box-shadow: 0 16px 26px rgba(255, 212, 71, 0.26);
      }

      * {
        box-sizing: border-box;
      }

      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      .tron-background {
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
      }

      .tron-grid-wrapper,
      .tron-halo {
        position: absolute;
        inset: -25%;
        transform-origin: top center;
        filter: drop-shadow(0 0 18px rgba(56, 189, 248, 0.4));
      }

      .tron-grid-wrapper {
        transform: perspective(900px) rotateX(74deg) scale(1.25);
        overflow: hidden;
      }

      .tron-grid {
        --grid-size: 180px;
        position: absolute;
        inset: -40%;
        background:
          repeating-linear-gradient(
            to right,
            rgba(56, 189, 248, 0.4),
            rgba(56, 189, 248, 0.4) 2px,
            transparent 2px,
            transparent var(--grid-size)
          ),
          repeating-linear-gradient(
            to bottom,
            rgba(56, 189, 248, 0.35),
            rgba(56, 189, 248, 0.35) 2px,
            transparent 2px,
            transparent var(--grid-size)
          );
        animation: tron-pan 28s linear infinite;
        opacity: 0.55;
      }

      .tron-halo {
        background: radial-gradient(circle at 50% 55%, rgba(56, 189, 248, 0.25), transparent 60%);
        transform: scale(1.22);
        animation: tron-breathe 12s ease-in-out infinite;
      }

      .tron-particles {
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(56, 189, 248, 0.38) 0%, transparent 60%),
          radial-gradient(circle, rgba(244, 114, 182, 0.25) 0%, transparent 55%);
        background-size: 320px 320px, 420px 420px;
        background-position: 0 0, 120px 80px;
        mix-blend-mode: screen;
        opacity: 0.3;
        animation: tron-particles 24s ease-in-out infinite;
      }

      @keyframes tron-pan {
        0% {
          transform: translate3d(0, 0, 0);
        }
        100% {
          transform: translate3d(calc(var(--grid-size) * -1), calc(var(--grid-size) * -1), 0);
        }
      }

      @keyframes tron-breathe {
        0%,
        100% {
          opacity: 0.32;
        }
        50% {
          opacity: 0.5;
        }
      }

      @keyframes tron-particles {
        0%,
        100% {
          opacity: 0.32;
        }
        50% {
          opacity: 0.4;
        }
      }

      header {
        position: sticky;
        top: 0;
        z-index: 10;
        backdrop-filter: blur(18px);
        background: rgba(6, 12, 28, 0.82);
        border-bottom: 1px solid rgba(148, 163, 184, 0.16);
      }

      nav {
        margin: 0 auto;
        max-width: 1100px;
        padding: 1rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
      }

      .nav-brand {
        font-size: 0.95rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 700;
      }

      .nav-actions {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .nav-link,
      .cta-link {
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        transition: color 150ms ease, border 150ms ease, background 150ms ease;
      }

      .nav-link {
        color: rgba(148, 163, 184, 0.85);
      }

      .nav-link:hover,
      .nav-link:focus-visible {
        color: var(--primary);
      }

      .cta-link {
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        border: 1px solid rgba(56, 189, 248, 0.45);
        color: var(--text);
      }

      .cta-link:hover,
      .cta-link:focus-visible {
        border-color: var(--primary);
        background: rgba(56, 189, 248, 0.18);
      }

      .theme-toggle {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.25rem;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.18);
        background: rgba(10, 14, 30, 0.65);
        box-shadow: inset 0 0 0 1px rgba(4, 7, 18, 0.6);
      }

      .theme-button {
        appearance: none;
        border: none;
        border-radius: 999px;
        padding: 0.35rem 0.85rem;
        font: inherit;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(226, 232, 240, 0.65);
        background: transparent;
        cursor: pointer;
        transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
      }

      .theme-button:hover,
      .theme-button:focus-visible {
        outline: none;
        color: var(--text);
      }

      .theme-button[aria-pressed="true"] {
        background: rgba(56, 189, 248, 0.18);
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.32);
        color: var(--text);
      }

      main {
        margin: 0 auto;
        max-width: 1100px;
        padding: 4rem 1.5rem 5rem;
        display: grid;
        gap: 4rem;
        position: relative;
        z-index: 1;
      }

      section {
        display: grid;
        gap: 1.25rem;
      }

      .hero {
        text-align: center;
        gap: 1.8rem;
      }

      .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.4rem 1.05rem;
        border-radius: 999px;
        background: rgba(56, 189, 248, 0.16);
        color: var(--primary);
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
      }

      h1 {
        font-size: clamp(2.9rem, 5.5vw, 3.8rem);
        margin: 0;
        line-height: 1.05;
      }

      .hero-subhead {
        max-width: 68ch;
        margin: 0 auto;
        color: var(--muted);
        font-size: 1.05rem;
      }

      .hero-dropdown {
        margin: 0 auto;
        max-width: 32rem;
        background: rgba(15, 23, 42, 0.35);
        border: 1px solid rgba(56, 189, 248, 0.18);
        border-radius: 18px;
        padding: 0.75rem 1rem;
      }

      .hero-dropdown summary {
        list-style: none;
        cursor: pointer;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
      }

      .hero-dropdown summary::after {
        content: "▾";
        font-size: 0.9rem;
        color: var(--primary);
        transition: transform 160ms ease;
      }

      .hero-dropdown[open] summary::after {
        transform: rotate(180deg);
      }

      .hero-dropdown summary::-webkit-details-marker {
        display: none;
      }

      .hero-highlights {
        margin: 0.75rem 0 0.25rem;
        padding: 0 0 0 1.2rem;
        display: grid;
        gap: 0.45rem;
        text-align: left;
        color: var(--text);
      }

      .hero-highlights li {
        font-weight: 500;
      }

      .hero-cta {
        display: inline-flex;
        gap: 0.85rem;
        justify-content: center;
        margin-top: 1rem;
        flex-wrap: wrap;
      }

      .hero-cta a,
      .hero-cta button {
        text-decoration: none;
        padding: 0.9rem 1.7rem;
        border-radius: 999px;
        font-weight: 600;
        transition: transform 150ms ease, box-shadow 150ms ease;
      }

      .hero-cta button {
        border: 1px solid rgba(148, 163, 184, 0.3);
        background: transparent;
        color: var(--text);
        font: inherit;
        cursor: pointer;
      }

      .hero-cta .primary {
        background: var(--primary);
        color: #020617;
        box-shadow: 0 18px 30px rgba(56, 189, 248, 0.35);
      }

      .hero-cta .secondary {
        border: 1px solid rgba(148, 163, 184, 0.3);
        color: var(--text);
      }

      .hero-cta a:hover,
      .hero-cta a:focus-visible,
      .hero-cta button:hover,
      .hero-cta button:focus-visible {
        transform: translateY(-2px);
      }

      .hero-cta .secondary:hover,
      .hero-cta .secondary:focus-visible {
        border-color: var(--secondary);
      }

      .featured-compact-section {
        display: grid;
        gap: 0.85rem;
        justify-items: center;
      }

      .featured-compact-track {
        width: min(420px, 100%);
        display: grid;
        gap: 1rem;
      }

      .featured-compact-track [hidden] {
        display: none !important;
      }

      .featured-compact-card {
        position: relative;
        z-index: 0;
        display: grid;
        gap: 0.75rem;
        align-items: start;
        padding: 1.35rem 1.4rem;
        border-radius: 18px;
        background: rgba(10, 14, 32, 0.78);
        border: 1px solid rgba(56, 189, 248, 0.18);
        box-shadow:
          0 18px 40px rgba(2, 6, 23, 0.45),
          inset 0 0 0 1px rgba(148, 163, 184, 0.08);
        transition: transform 160ms ease, box-shadow 160ms ease, border 160ms ease;
      }

      .featured-compact-card:hover,
      .featured-compact-card:focus-visible {
        transform: translateY(-3px);
        border-color: rgba(56, 189, 248, 0.28);
        box-shadow:
          0 22px 44px rgba(2, 6, 23, 0.5),
          0 0 28px rgba(56, 189, 248, 0.22);
        outline: none;
      }

      .featured-tag {
        width: fit-content;
        padding: 0.25rem 0.7rem;
        border-radius: 999px;
        background: rgba(56, 189, 248, 0.14);
        font-size: 0.65rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(248, 250, 252, 0.7);
      }

      .featured-content {
        display: grid;
        gap: 0.5rem;
      }

      .featured-content h3 {
        margin: 0;
        font-size: 1.4rem;
        letter-spacing: 0.04em;
      }

      .featured-content p {
        margin: 0;
        color: rgba(226, 232, 240, 0.82);
        line-height: 1.45;
      }

      .featured-compact-actions {
        display: flex;
        gap: 0.65rem;
      }
      }

      .tour-overlay[hidden] {
        display: none !important;
      }

      .divider {
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(56, 189, 248, 0.45), rgba(15, 23, 42, 0));
      }

      .stats {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      }

      .stat {
        display: grid;
        gap: 0.75rem;
        padding: 1.4rem;
        border-radius: 20px;
        background: rgba(15, 23, 42, 0.32);
        border: 1px solid rgba(56, 189, 248, 0.16);
        box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
      }

      .stat-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: rgba(56, 189, 248, 0.12);
        display: grid;
        place-items: center;
      }

      .stat-icon svg {
        width: 22px;
        height: 28px;
        fill: var(--primary);
      }

      .stat h3 {
        margin: 0;
        font-size: 1.15rem;
      }

      .stat p {
        margin: 0;
        color: var(--muted);
        font-size: 0.95rem;
      }

      .grid {
        display: grid;
        gap: 1.5rem;
      }

      .grid.features {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      }

      .card {
        background: var(--surface);
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 1.25rem;
        padding: 1.75rem;
        display: grid;
        gap: 0.75rem;
        box-shadow: 0 22px 42px rgba(4, 7, 17, 0.45);
      }

      .card span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 50%;
        background: rgba(56, 189, 248, 0.18);
        color: var(--primary);
        font-weight: 600;
        font-size: 0.95rem;
      }

      .card h3 {
        margin: 0;
        font-size: 1.2rem;
        letter-spacing: 0.02em;
      }

      .card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.55;
      }

      .feature-card {
        gap: 0.9rem;
      }

      .feature-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: rgba(56, 189, 248, 0.16);
        display: grid;
        place-items: center;
      }

      .feature-icon svg {
        width: 24px;
        height: 24px;
        fill: var(--primary);
      }

      .feature-note {
        color: var(--text);
        font-weight: 500;
      }

      .feature-dropdown {
        background: rgba(15, 23, 42, 0.35);
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 14px;
        padding: 0.65rem 0.85rem;
      }

      .feature-dropdown summary {
        cursor: pointer;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
      }

      .feature-dropdown summary::after {
        content: "▾";
        color: var(--accent);
        font-size: 0.85rem;
        transition: transform 160ms ease;
      }

      .feature-dropdown[open] summary::after {
        transform: rotate(180deg);
      }

      .feature-dropdown summary::-webkit-details-marker {
        display: none;
      }

      .games-toolbar {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
      }

      .games-filter {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
      }

      .games-tab {
        position: relative;
        border: 1px solid rgba(148, 163, 184, 0.3);
        background: rgba(8, 15, 35, 0.6);
        color: inherit;
        padding: 0.45rem 1rem;
        border-radius: 999px;
        font-size: 0.85rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease;
      }

      .games-tab:hover,
      .games-tab:focus-visible {
        border-color: rgba(56, 189, 248, 0.45);
        background: rgba(14, 23, 48, 0.85);
        outline: none;
      }

      .games-tab[aria-checked="true"] {
        background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(244, 114, 182, 0.18));
        border-color: rgba(56, 189, 248, 0.55);
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.25);
      }

      .games-sort {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        padding: 0.35rem 0.75rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 999px;
        background: rgba(8, 15, 35, 0.6);
      }

      .games-sort label {
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(148, 163, 184, 0.72);
        margin: 0;
      }

      .games-sort select {
        background: transparent;
        border: none;
        color: inherit;
        font-size: 0.9rem;
        padding: 0;
        appearance: none;
        cursor: pointer;
      }

      .games-sort select:focus-visible {
        outline: none;
      }

      .games-grid {
        display: grid;
        gap: 1.25rem;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      }

      .game-card[hidden] {
        display: none !important;
      }

      .game-card {
        padding: 0;
        overflow: hidden;
        gap: 0;
        position: relative;
        cursor: pointer;
        transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

      .game-card:hover {
        transform: translateY(-2px);
      }

      .game-card:focus-visible {
        outline: none;
        transform: translateY(-2px);
        box-shadow: 0 24px 44px rgba(56, 189, 248, 0.32);
        border-color: rgba(56, 189, 248, 0.38);
      }

      .game-card:focus-visible .game-meta {
        border-top-color: rgba(56, 189, 248, 0.35);
      }

      .game-preview {
        margin: 0;
        height: 140px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid rgba(148, 163, 184, 0.12);
        background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.16), transparent 60%),
          radial-gradient(circle at 80% 80%, rgba(244, 114, 182, 0.14), transparent 60%),
          rgba(2, 6, 23, 0.65);
      }

      .game-preview .game-loop {
        position: absolute;
        inset: -20%;
        background-size: 180% 180%;
        filter: blur(10px);
        opacity: 0.6;
        mix-blend-mode: screen;
        animation: loop-pan 16s linear infinite;
      }

      .game-loop[data-loop="pizzaria"] {
        background-image:
          radial-gradient(circle at 45% 35%, rgba(255, 200, 88, 0.55), transparent 65%),
          radial-gradient(circle at 72% 70%, rgba(244, 114, 182, 0.38), transparent 65%),
          linear-gradient(120deg, rgba(249, 115, 22, 0.42), rgba(190, 24, 93, 0.2));
        opacity: 0.9;
        filter: blur(6px);
      }

      .game-loop[data-loop="shootout"] {
        background-image:
          radial-gradient(circle at 35% 40%, rgba(244, 114, 182, 0.5), transparent 60%),
          radial-gradient(circle at 68% 68%, rgba(56, 189, 248, 0.35), transparent 60%),
          linear-gradient(160deg, rgba(30, 64, 175, 0.42), rgba(15, 23, 42, 0.6));
        opacity: 0.82;
        filter: blur(8px);
        animation-duration: 18s;
      }

      .game-loop[data-loop="manhole"] {
        background-image:
          radial-gradient(circle at 28% 24%, rgba(125, 211, 252, 0.42), transparent 60%),
          radial-gradient(circle at 72% 70%, rgba(244, 114, 182, 0.34), transparent 62%),
          linear-gradient(200deg, rgba(14, 116, 144, 0.28), rgba(76, 29, 149, 0.22));
        opacity: 0.78;
        filter: blur(8px);
        animation-duration: 20s;
      }
