/* ═══════════════════════════════════════════════════════════════════
   VRCast — "After Hours" Neon-Lounge-Identität.
   Abgeleitet vom echten Kanal-Branding: Neon-Leuchtschrift auf Ziegelwand,
   cyan Wordmark, pink Mikrofon, teal Palmwedel, gold Blüten. Die Show läuft
   nachts live aus VRChat — Dunkel + Neon-Glut ist die bewusste Grundstimmung.
   Eine helle "Tageslicht"-Variante steht daneben für Light-Mode-Browser.
   ═══════════════════════════════════════════════════════════════════ */

@font-face { font-family: "Monoton"; font-weight: 400; font-style: normal; font-display: swap; src: url("/static/fonts/monoton-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 400; font-style: normal; font-display: swap; src: url("/static/fonts/manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 600; font-style: normal; font-display: swap; src: url("/static/fonts/manrope-600.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 800; font-style: normal; font-display: swap; src: url("/static/fonts/manrope-800.woff2") format("woff2"); }

:root {
  --void: #0c0a0e;
  --brick: #17111a;
  --surface: #1d1520;
  --surface-2: #271b2b;
  --band: #140f18;
  --ink: #f6eef4;
  --ink-dim: #ab9db0;
  --line: rgba(246,238,244,0.10);
  --line-strong: rgba(246,238,244,0.20);
  --cyan: #2ff3ff;
  --cyan-deep: #12c7d6;
  --cyan-glow: rgba(47,243,255,0.55);
  --pink: #ff2e7e;
  --pink-glow: rgba(255,46,126,0.5);
  --teal: #3dffa8;
  --gold: #ffc23d;
  --radius: 14px;
  --radius-lg: 22px;
  --max-w: 1120px;
  --shadow-card: 0 10px 34px -16px rgba(0,0,0,0.75);
}
@media (prefers-color-scheme: light) {
  :root {
    --void: #f3edf2; --brick: #ffffff; --surface: #ffffff; --surface-2: #f7f0f6; --band: #ece3ef;
    --ink: #1a1220; --ink-dim: #6b5c74; --line: rgba(26,18,32,0.10); --line-strong: rgba(26,18,32,0.18);
    --cyan: #068c98; --cyan-deep: #057681; --cyan-glow: rgba(6,140,152,0.22);
    --pink: #c81162; --pink-glow: rgba(200,17,98,0.20); --teal: #0f8a5b; --gold: #9a6b09;
    --shadow-card: 0 10px 30px -18px rgba(60,20,60,0.35);
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--void); color: var(--ink);
  font-family: "Manrope", -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65; font-variant-numeric: tabular-nums; -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(55% 40% at 10% 4%, rgba(47,243,255,0.08), transparent 70%),
              radial-gradient(50% 38% at 94% 10%, rgba(255,46,126,0.09), transparent 70%);
}
@media (prefers-color-scheme: light) { body::before { opacity: 0.5; } }

a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: underline; }
::selection { background: var(--pink-glow); color: #fff; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3 { line-height: 1.1; text-wrap: balance; margin: 0 0 0.5em; font-weight: 800; letter-spacing: -0.01em; }
p { max-width: 68ch; }
img { max-width: 100%; }

.eyebrow { display: inline-block; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-dim); }
.eyebrow-live { color: var(--pink); text-shadow: 0 0 14px var(--pink-glow); }

/* Full-bleed-Ausbruch aus dem zentrierten main-Container */
.fullbleed { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

/* ─────────── Header ─────────── */
.site-header { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--void) 82%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 1.5rem; max-width: var(--max-w); margin: 0 auto; padding: 0.8rem 1.5rem; }
.brand { font-family: "Monoton", cursive; font-weight: 400; font-size: 1.4rem; letter-spacing: 0.02em; color: var(--cyan); text-shadow: 0 0 6px var(--cyan-glow), 0 0 20px var(--cyan-glow); white-space: nowrap; }
.brand:hover { text-decoration: none; }
.nav-links { display: flex; gap: 1.3rem; flex: 1; flex-wrap: wrap; }
.nav-links a { color: var(--ink-dim); font-weight: 600; font-size: 0.92rem; }
.nav-links a:hover { color: var(--cyan); text-decoration: none; }
.lang-switch a { border: 1px solid var(--line-strong); border-radius: 7px; padding: 0.22rem 0.6rem; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; color: var(--ink); }
.lang-switch a:hover { border-color: var(--cyan); color: var(--cyan); text-decoration: none; }

main { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem 5rem; }

/* ─────────── Buttons ─────────── */
.btn { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 800; font-size: 0.98rem; padding: 0.8rem 1.5rem; border-radius: 11px; transition: transform 0.15s ease, box-shadow 0.2s ease; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--cyan); color: #06222a; box-shadow: 0 0 26px -4px var(--cyan-glow); }
.btn-primary:hover { box-shadow: 0 0 40px -2px var(--cyan-glow); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.4); color: #fff; }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
@media (prefers-color-scheme: light) { .btn-ghost { border-color: var(--line-strong); color: var(--ink); } }

/* ─────────── Hero (full-bleed, immersiv) ─────────── */
.hero { position: relative; min-height: min(78vh, 660px); display: flex; align-items: flex-end; overflow: hidden;
  background: url("/static/hero-full.jpg") center/cover no-repeat; }
.hero-scrim { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,10,14,0.55) 0%, rgba(12,10,14,0.15) 30%, rgba(12,10,14,0.55) 68%, var(--void) 100%),
              linear-gradient(90deg, rgba(12,10,14,0.85) 0%, rgba(12,10,14,0.35) 42%, transparent 70%); }
.hero-content { position: relative; z-index: 2; max-width: var(--max-w); width: 100%; margin: 0 auto; padding: 2.5rem 1.5rem 3rem; }
.hero-word { font-family: "Monoton", cursive; font-weight: 400; font-size: clamp(3.4rem, 11vw, 7.5rem); line-height: 0.95;
  color: var(--cyan); text-shadow: 0 0 12px var(--cyan-glow), 0 0 40px var(--cyan-glow), 0 0 80px rgba(47,243,255,0.3); margin: 0.3rem 0 0.5rem; }
.hero-tagline { color: #f4eef6; font-size: clamp(1rem, 2.2vw, 1.3rem); max-width: 46ch; margin: 0 0 1.6rem; text-shadow: 0 2px 16px rgba(0,0,0,0.75); }
.hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; }

/* ─────────── Subscribe-Band ─────────── */
.subscribe { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(47,243,255,0.08); }
.subscribe-inner { max-width: var(--max-w); margin: 0 auto; padding: 2.4rem 1.5rem; }
.subscribe-head { margin-bottom: 1.3rem; }
.subscribe-head h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 0.35rem 0 0; }
.platforms { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 0.8rem; }
.platform { display: flex; align-items: center; gap: 0.8rem; padding: 0.85rem 1.05rem; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--line-strong); color: var(--ink); transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.platform-ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: var(--surface-2); color: var(--ink); flex: none; }
.platform-txt { display: flex; flex-direction: column; line-height: 1.25; }
.platform-txt b { font-size: 0.96rem; font-weight: 800; }
.platform-txt small { font-size: 0.78rem; color: var(--ink-dim); }
a.platform.is-live:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: 0 0 22px -8px var(--cyan-glow); text-decoration: none; }
a.platform.is-live .platform-ic { color: var(--cyan); }
.platform.is-soon { opacity: 0.55; }
.platform.is-soon .platform-txt small { color: var(--gold); }

/* ─────────── Short des Tages ─────────── */
.short-widget { margin: 2.5rem 0 0; }
.short-of-the-day { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(255,194,61,0.10); }
.short-of-the-day .eyebrow { color: var(--gold); text-shadow: 0 0 14px rgba(255,194,61,0.35); padding: 1rem 1.4rem 0; display: block; }
.short-inner { display: flex; align-items: center; gap: 1.1rem; padding: 0.6rem 1.4rem 1.2rem; color: var(--ink); }
.short-inner:hover { text-decoration: none; }
.short-thumb { position: relative; width: 132px; aspect-ratio: 16/9; border-radius: 9px; overflow: hidden; flex: none; background: var(--surface-2); }
.short-thumb img { width: 100%; height: 100%; object-fit: cover; }
.short-thumb .ep-play { inset: 0; opacity: 1; }
.short-inner strong { font-size: 1.08rem; line-height: 1.3; }
.short-inner:hover strong { color: var(--cyan); }

/* ─────────── Section-Titel mit Neon-Unterstrich ─────────── */
.section-title { font-size: clamp(1.5rem, 3.2vw, 2rem); margin: 0 0 1.4rem; position: relative; padding-bottom: 0.55rem; }
.section-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px; border-radius: 2px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan-glow); }

/* ─────────── Support (Patreon / Ko-fi) ─────────── */
.support-row { display: grid; grid-template-columns: 2fr 1fr; gap: 0.8rem; margin-top: 1rem; }
@media (max-width: 620px) { .support-row { grid-template-columns: 1fr; } }
.support { display: flex; align-items: center; gap: 0.85rem; padding: 0.95rem 1.15rem; border-radius: 12px; color: #fff; transition: transform 0.15s ease, box-shadow 0.2s ease; }
.support:hover { text-decoration: none; transform: translateY(-2px); }
.support .platform-ic { background: rgba(255,255,255,0.16); color: #fff; }
.support-txt { display: flex; flex-direction: column; line-height: 1.28; flex: 1; }
.support-txt b { font-weight: 800; font-size: 1rem; }
.support-txt small { font-size: 0.8rem; opacity: 0.9; }
.support-arrow { font-weight: 800; font-size: 1.1rem; opacity: 0.85; }
.support-patreon { background: linear-gradient(100deg, #ff2e7e, #ff5a3c); box-shadow: 0 0 26px -8px var(--pink-glow); }
.support-kofi { background: linear-gradient(100deg, #12c7d6, #2ff3ff); color: #06222a; }
.support-kofi .platform-ic { background: rgba(6,34,42,0.18); color: #06222a; }
.support-kofi .support-txt small { color: #06343d; opacity: 0.85; }
.support-kofi .support-arrow { color: #06222a; }

/* ─────────── Episoden-Raster ─────────── */
.latest-episodes { padding-top: 3rem; }

/* Neueste Folge = horizontale Feature-Karte über dem Raster */
.feature-episode { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0; margin-bottom: 1.6rem; background: var(--surface);
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg); overflow: hidden; color: var(--ink); box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.feature-episode:hover { text-decoration: none; transform: translateY(-3px); border-color: var(--pink); box-shadow: 0 20px 50px -22px rgba(0,0,0,0.8), 0 0 30px -8px var(--pink-glow); }
.feature-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--surface-2); }
.feature-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.feature-episode:hover .feature-thumb img { transform: scale(1.04); }
.feature-play { opacity: 1; transform: scale(1); width: 62px; height: 62px; border-color: var(--pink); box-shadow: 0 0 22px var(--pink-glow); }
.feature-play .play-tri { border-left-color: var(--pink); filter: drop-shadow(0 0 6px var(--pink-glow)); }
.feature-body { padding: 1.5rem 1.6rem; display: flex; flex-direction: column; justify-content: center; }
.feature-body h3 { font-size: clamp(1.2rem, 2.4vw, 1.6rem); margin: 0.6rem 0 0.4rem; }
.feature-body .ep-guests { margin: 0 0 1rem; font-size: 0.95rem; }
.feature-cta { align-self: flex-start; font-weight: 800; color: var(--pink); text-shadow: 0 0 14px var(--pink-glow); }
@media (max-width: 620px) { .feature-episode { grid-template-columns: 1fr; } }
.episode-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.3rem; margin: 0 0 1.6rem; }
.episode-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; box-shadow: var(--shadow-card); }
.episode-card > a { color: var(--ink); display: block; }
.episode-card > a:hover { text-decoration: none; }
.episode-card:hover { transform: translateY(-4px); border-color: var(--cyan); box-shadow: 0 18px 44px -20px rgba(0,0,0,0.8), 0 0 26px -8px var(--cyan-glow); }
/* neueste Folge spannt breiter (2 Spalten) */
.episode-card-feat { grid-column: span 2; }
.episode-card-feat .ep-card-body h3 { font-size: 1.25rem; }
@media (max-width: 560px) { .episode-card-feat { grid-column: span 1; } }
.ep-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--surface-2); }
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.episode-card:hover .ep-thumb img { transform: scale(1.06); }
.listing-sub { color: var(--ink-dim); margin: -1rem 0 1.6rem; }
.shorts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1.1rem; }
.short-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; box-shadow: var(--shadow-card); }
.short-card > a { color: var(--ink); display: block; }
.short-card > a:hover { text-decoration: none; }
.short-card:hover { transform: translateY(-4px); border-color: var(--cyan); box-shadow: 0 18px 44px -20px rgba(0,0,0,0.8), 0 0 26px -8px var(--cyan-glow); }
.short-card:hover .short-card-thumb img { transform: scale(1.06); }
.short-card-thumb { position: relative; aspect-ratio: 9/16; overflow: hidden; background: var(--surface-2); }
.short-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.short-card .ep-card-body { padding: 0.7rem 0.8rem; }
.short-card .ep-card-body h3 { font-size: 0.92rem; line-height: 1.3; }
.short-yt-link { display: inline-block; margin-top: 0.5rem; font-size: 0.78rem; color: var(--cyan); }
.ep-badge { position: absolute; top: 0.6rem; left: 0.6rem; z-index: 2; font-weight: 800; font-size: 0.8rem; letter-spacing: 0.02em; color: var(--void);
  background: var(--cyan); padding: 0.15rem 0.5rem; border-radius: 6px; box-shadow: 0 0 16px -2px var(--cyan-glow); }
.ep-badge-new { background: var(--pink); color: #fff; box-shadow: 0 0 16px -2px var(--pink-glow); }
@media (prefers-color-scheme: light) { .ep-badge { color: #fff; } }
.ep-play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(12,10,14,0.5); backdrop-filter: blur(3px); border: 2px solid var(--cyan); box-shadow: 0 0 18px var(--cyan-glow);
  opacity: 0; transform: scale(0.8); transition: opacity 0.2s ease, transform 0.2s ease; }
.episode-card:hover .ep-play { opacity: 1; transform: scale(1); }
.play-tri { width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid var(--cyan); margin-left: 3px; filter: drop-shadow(0 0 6px var(--cyan-glow)); }
.ep-card-body { padding: 0.9rem 1.1rem 1.15rem; }
.ep-card-body h3 { font-size: 1.02rem; margin: 0; }
.ep-guests { color: var(--ink-dim); font-size: 0.85rem; margin: 0.4rem 0 0; }
.ep-date { color: var(--ink-dim); font-size: 0.78rem; margin: 0.35rem 0 0; opacity: 0.75; }
.see-all { display: inline-block; font-weight: 800; color: var(--cyan); }
.ep-detail-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; color: var(--ink-dim); font-size: 0.92rem; margin: 0 0 0.5rem; }
.ep-detail-meta span { position: relative; }
.ep-detail-meta span + span::before { content: "·"; position: absolute; left: -0.7rem; }
.ep-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }

/* ─────────── Über VRCast ─────────── */
.about { background: var(--band); border-top: 1px solid var(--line); margin-top: 3.5rem; }
.about-inner { max-width: var(--max-w); margin: 0 auto; padding: 3rem 1.5rem 3.4rem; }
.about-head { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.about-head .section-title { margin-bottom: 0.7rem; }
.about-lead { color: var(--ink-dim); font-size: 1.02rem; margin: 0; max-width: 52ch; }
.creator { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; flex: none; }
.creator img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; border: 2px solid var(--cyan); box-shadow: 0 0 24px -6px var(--cyan-glow); }
.creator figcaption { text-align: center; font-weight: 800; font-size: 0.92rem; line-height: 1.25; }
.creator figcaption span { display: block; font-weight: 600; font-size: 0.78rem; color: var(--ink-dim); }
@media (max-width: 640px) { .about-head { flex-direction: column-reverse; align-items: flex-start; } }
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.about-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.5rem 1.6rem; }
.about-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 13px; background: var(--surface-2); color: var(--cyan);
  box-shadow: inset 0 0 0 1px rgba(47,243,255,0.18), 0 0 20px -8px var(--cyan-glow); margin-bottom: 0.9rem; }
.about-card h3 { font-size: 1.1rem; margin: 0 0 0.4rem; }
.about-card p { color: var(--ink-dim); font-size: 0.94rem; margin: 0; }
.community-cta { display: flex; align-items: center; gap: 0.9rem; margin-top: 1.4rem; padding: 1.1rem 1.3rem; border-radius: 14px; color: #fff;
  background: linear-gradient(100deg, #5865F2, #7c4dff); box-shadow: 0 0 30px -10px rgba(88,101,242,0.6); transition: transform 0.15s ease, box-shadow 0.2s ease; }
.community-cta:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 0 40px -8px rgba(88,101,242,0.7); }
.community-cta .platform-ic { background: rgba(255,255,255,0.18); color: #fff; width: 42px; height: 42px; }
.community-txt { display: flex; flex-direction: column; line-height: 1.3; flex: 1; }
.community-txt b { font-weight: 800; font-size: 1.02rem; }
.community-txt small { font-size: 0.82rem; opacity: 0.9; }

/* ─────────── Listen-Seiten ─────────── */
.listing { padding-top: 1.8rem; }
.listing h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 1.5rem; }
.listing .list-item { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
.listing .meta { color: var(--ink-dim); font-size: 0.85rem; }
.empty { color: var(--ink-dim); }

/* ─────────── Folgen-Detail ─────────── */
.episode-detail { padding-top: 1.8rem; }
.episode-detail .ep-number { font-weight: 800; color: var(--pink); font-size: 0.9rem; text-shadow: 0 0 14px var(--pink-glow); }
.episode-detail h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin: 0.3rem 0 0.6rem; }
.episode-detail .ep-guests { font-size: 1rem; }
.episode-detail .video-embed { position: relative; padding-top: 56.25%; margin: 1.4rem 0; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: 0 0 0 1px var(--line-strong), 0 20px 50px -24px rgba(47,243,255,0.3); }
.episode-detail .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-facade { position: absolute; inset: 0; cursor: pointer; background: #000; }
.yt-facade img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.yt-facade .ep-play { opacity: 1; transform: scale(1); background: rgba(0,0,0,0.55); }
.yt-facade:hover .ep-play, .yt-facade:focus-visible .ep-play { background: var(--cyan); }
.yt-facade:hover .ep-play .play-tri, .yt-facade:focus-visible .ep-play .play-tri { border-left-color: #06222a; }
.yt-facade-note { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.8rem; color: var(--ink-dim); }
.ep-description { white-space: pre-wrap; max-width: 72ch; color: var(--ink); }

/* ─────────── Gäste / Partner ─────────── */
.guest-grid, .partner-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin: 1rem 0 2rem; }
.guest-card, .partner-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.3rem; transition: border-color 0.18s ease, transform 0.18s ease; box-shadow: var(--shadow-card); }
.guest-card:hover, .partner-card:hover { transform: translateY(-3px); border-color: var(--teal); }
.guest-card h2, .partner-card h2 { font-size: 1.05rem; margin-bottom: 0.3rem; color: var(--teal); text-shadow: 0 0 14px rgba(61,255,168,0.3); }
.guest-card p, .partner-card p { color: var(--ink-dim); font-size: 0.9rem; margin: 0; }

/* ─────────── VRChat-Events-Seite ─────────── */
.events-page { padding-top: 1.8rem; }
.events-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.4rem; }
.events-head h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin: 0 0 0.35rem; }
.events-sub { color: var(--ink-dim); font-size: 0.95rem; margin: 0; max-width: 60ch; }
.live-pill { display: inline-flex; align-items: center; gap: 0.5rem; flex: none; font-weight: 800; font-size: 0.9rem;
  color: var(--pink); border: 1px solid var(--pink); border-radius: 999px; padding: 0.35rem 0.85rem; white-space: nowrap; }
.live-pill:hover { text-decoration: none; box-shadow: 0 0 18px -6px var(--pink-glow); }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 var(--pink-glow); animation: livepulse 1.8s infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(255,46,126,0.5);} 70%{ box-shadow: 0 0 0 8px rgba(255,46,126,0);} 100%{ box-shadow: 0 0 0 0 rgba(255,46,126,0);} }

.events-filters { position: sticky; top: 58px; z-index: 5; background: color-mix(in srgb, var(--void) 92%, transparent);
  backdrop-filter: blur(8px); padding: 0.9rem 0; margin-bottom: 0.6rem; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0.7rem; }
.seg { display: inline-flex; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 11px; padding: 3px; gap: 2px; align-self: flex-start; flex-wrap: wrap; }
.seg label { font-weight: 700; font-size: 0.88rem; padding: 0.4rem 0.85rem; border-radius: 8px; cursor: pointer; color: var(--ink-dim); transition: background 0.15s, color 0.15s; }
.seg label input { position: absolute; opacity: 0; pointer-events: none; }
.seg label.on { background: var(--cyan); color: #06222a; box-shadow: 0 0 16px -6px var(--cyan-glow); }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.7rem; }
.chips { display: inline-flex; gap: 0.35rem; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; font-size: 0.82rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px;
  border: 1px solid var(--line-strong); color: var(--ink-dim); cursor: pointer; transition: all 0.15s; white-space: nowrap; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip.on { color: var(--cyan); border-color: var(--cyan); background: var(--cyan-soft, rgba(47,243,255,0.08)); }
.chip-18.on { color: var(--pink); border-color: var(--pink); }
.events-search { flex: 1; min-width: 180px; padding: 0.5rem 0.8rem; border-radius: 9px; border: 1px solid var(--line-strong);
  background: var(--surface); color: var(--ink); font-size: 0.9rem; }
.htmx-indicator { opacity: 0; transition: opacity 0.2s; color: var(--cyan); font-weight: 800; }
.htmx-request .htmx-indicator, .htmx-indicator.htmx-request { opacity: 1; }

.events-count { color: var(--ink-dim); font-size: 0.85rem; margin: 0.6rem 0 1rem; font-weight: 700; }
.event-day { margin-bottom: 1.6rem; }
.event-day-head { position: sticky; top: 132px; z-index: 3; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--cyan); background: var(--void); padding: 0.5rem 0; margin: 0 0 0.3rem; border-bottom: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 74px 1fr auto; gap: 0.9rem; align-items: center; padding: 0.75rem 0.2rem; border-bottom: 1px solid var(--line); }
.event-row.is-live { background: linear-gradient(90deg, rgba(255,46,126,0.06), transparent 60%); }
.event-time { text-align: left; }
.ev-start { font-weight: 800; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.ev-rel { display: block; font-size: 0.72rem; color: var(--ink-dim); }
.ev-rel.rel-live { color: var(--pink); font-weight: 800; }
.event-name { font-weight: 700; font-size: 1rem; line-height: 1.3; }
.event-meta { color: var(--ink-dim); font-size: 0.82rem; display: flex; flex-wrap: wrap; gap: 0.3rem 0.5rem; margin-top: 0.15rem; }
.ev-club { color: var(--teal); font-weight: 700; }
.ev-genre { color: var(--ink-dim); opacity: 0.8; }
.event-side { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; justify-content: flex-end; max-width: 320px; }
.ev-badge { font-size: 0.7rem; font-weight: 800; padding: 0.12rem 0.45rem; border-radius: 5px; letter-spacing: 0.02em; border: 1px solid var(--line-strong); color: var(--ink-dim); }
.ev-badge.type-Party { color: var(--pink); border-color: rgba(255,46,126,0.4); }
.ev-badge.type-Gathering { color: var(--teal); border-color: rgba(61,255,168,0.4); }
.ev-badge.type-Gaming { color: var(--cyan); border-color: rgba(47,243,255,0.4); }
.ev-badge.type-Lapdance { color: var(--gold); border-color: rgba(255,194,61,0.4); }
.ev-18 { color: var(--pink); border-color: var(--pink); }
.event-links { display: flex; gap: 0.5rem; width: 100%; justify-content: flex-end; margin-top: 0.15rem; }
.event-links a { font-size: 0.8rem; font-weight: 700; }
@media (max-width: 640px) {
  .event-row { grid-template-columns: 60px 1fr; }
  .event-side { grid-column: 1 / -1; justify-content: flex-start; max-width: none; margin-top: 0.3rem; }
  .event-links { justify-content: flex-start; }
  .event-day-head { top: 0; }
  .events-filters { position: static; }
}

/* ─────────── Footer ─────────── */
.site-footer { border-top: 1px solid var(--line); padding: 2.6rem 1.5rem; margin-top: 0; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; text-align: center; }
.footer-brand { font-family: "Monoton", cursive; font-weight: 400; font-size: 1.5rem; color: var(--cyan); text-shadow: 0 0 6px var(--cyan-glow), 0 0 20px var(--cyan-glow); }
.footer-brand:hover { text-decoration: none; }
.social-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.social-row a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; background: var(--surface); border: 1px solid var(--line-strong); color: var(--ink-dim); transition: transform 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.social-row a:hover { transform: translateY(-2px); color: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 20px -8px var(--cyan-glow); }
.footer-legal { display: flex; gap: 1.2rem; }
.footer-legal a { color: var(--ink-dim); font-weight: 600; font-size: 0.85rem; }
.footer-legal a:hover { color: var(--cyan); }
.footer-note { color: var(--ink-dim); font-size: 0.85rem; margin: 0; }

/* ─────────── Rechtsseiten ─────────── */
.legal { max-width: 760px; padding-top: 1.8rem; }
.legal h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 0.5rem; }
.legal h2 { font-size: 1.15rem; margin: 1.8rem 0 0.5rem; color: var(--cyan); }
.legal p { color: var(--ink); font-size: 0.96rem; line-height: 1.7; }
.legal a { color: var(--cyan); }
.legal-note { color: var(--ink-dim); font-size: 0.9rem; }
.legal-disclaimer { margin-top: 2rem; padding: 0.9rem 1.1rem; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); color: var(--ink-dim); font-size: 0.88rem; }

/* ─────────── Responsive ─────────── */
@media (max-width: 760px) { .hero { min-height: 62vh; } .about { margin-top: 2.5rem; } .latest-episodes { padding-top: 2.4rem; } }
/* ─────────── Nova Chat-Widget ─────────── */
#nova-fab { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 56px; height: 56px; border-radius: 50%;
  border: none; cursor: pointer; display: grid; place-items: center; color: #06222a;
  background: var(--cyan); box-shadow: 0 6px 24px -6px var(--cyan-glow), 0 0 0 1px rgba(47,243,255,0.3); transition: transform 0.15s; }
#nova-fab:hover { transform: translateY(-2px) scale(1.04); }
#nova-panel { position: fixed; right: 20px; bottom: 88px; z-index: 60; width: min(360px, 92vw); max-height: min(76vh, 620px);
  display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; background: var(--surface);
  border: 1px solid var(--line-strong); box-shadow: 0 16px 50px -12px rgba(0,0,0,0.7);
  transition: width 0.3s ease; }
#nova-panel.wide { width: min(500px, 94vw); }
.nova-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.5rem; padding: 0.85rem 1rem;
  background: var(--surface-2); border-bottom: 1px solid var(--line); }
.nova-head strong { color: var(--cyan); }
.nova-head small { display: block; color: var(--ink-dim); font-size: 0.72rem; margin-top: 0.15rem; }
.nova-close { background: none; border: none; color: var(--ink-dim); font-size: 1.4rem; line-height: 1; cursor: pointer; padding: 0 0.2rem; }
#nova-msgs { flex: 1; overflow-y: auto; padding: 0.9rem; display: flex; flex-direction: column; gap: 0.55rem; }
.nova-msg { max-width: 85%; padding: 0.55rem 0.8rem; border-radius: 13px; font-size: 0.9rem; line-height: 1.45; white-space: pre-wrap; }
.nova-msg.u { align-self: flex-end; background: var(--cyan); color: #06222a; border-bottom-right-radius: 4px; }
.nova-msg.b { align-self: flex-start; background: var(--surface-2); color: var(--ink); border-bottom-left-radius: 4px; }
#nova-panel form { display: flex; gap: 0.4rem; padding: 0.7rem; border-top: 1px solid var(--line); }
#nova-panel input { flex: 1; padding: 0.55rem 0.75rem; border-radius: 10px; border: 1px solid var(--line-strong);
  background: var(--void); color: var(--ink); font-size: 0.9rem; }
#nova-panel form button { border: none; background: var(--cyan); color: #06222a; border-radius: 10px; width: 40px; display: grid; place-items: center; cursor: pointer; }
#nova-panel form button:disabled { opacity: 0.5; }
.nova-typing { align-self: flex-start; display: flex; align-items: center; gap: 0.5rem; padding: 0.7rem 0.9rem;
  border-radius: 13px; border-bottom-left-radius: 4px; background: var(--surface-2); }
.nova-typing[hidden] { display: none; }
.nova-typing-text { font-size: 0.85rem; color: var(--ink-dim); font-style: italic; }
.nova-typing-dots { display: flex; gap: 0.28rem; flex-shrink: 0; }
.nova-typing-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-dim);
  animation: nova-bounce 1.1s infinite ease-in-out; }
.nova-typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.nova-typing-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes nova-bounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.5; } 30% { transform: translateY(-4px); opacity: 1; } }
@media (prefers-color-scheme: light) { #nova-fab, .nova-msg.u, #nova-panel form button { color: #fff; } }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto; }
  .nova-typing-dots span { animation: none; opacity: 0.8; }
}
