:root {
  --hsv: #1a7ad4;
  --hsv-dark: #0d5fb3;
  --hsv-deep: #063a73;
  --black: #f4f7fb;
  --ink: #e8eef6;
  --muted: #8fa0b5;
  --line: rgba(255, 255, 255, 0.08);
  --paper: #070b12;
  --surface: #101826;
  --white: #f4f7fb;
  --blue-soft: rgba(26, 122, 212, 0.16);
  --font: "Figtree", "Segoe UI", sans-serif;
  --display: "Teko", "Arial Narrow", sans-serif;
  --hero: "Teko", "Arial Narrow", sans-serif;
  --max: 1120px;
  --nav-h: 74px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(26, 122, 212, 0.22), transparent 55%),
    radial-gradient(900px 500px at 0% 80%, rgba(0, 47, 87, 0.35), transparent 50%),
    var(--paper);
  line-height: 1.55;
  min-height: 100vh;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }

.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 80;
  background: #fff;
  color: #111;
  padding: 8px 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.bg-grain { display: none; }

.match-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #063a73 0%, #005ca9 38%, #1a7ad4 72%, #005ca9 100%);
  color: #fff;
  font-family: var(--hero);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(26, 122, 212, 0.35);
}
.match-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.14) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: ticker-shine 5s ease-in-out infinite;
  pointer-events: none;
}
.match-bar-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 42px;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}
.match-bar.is-live {
  background: linear-gradient(90deg, #5a1020 0%, #005ca9 42%, #1a7ad4 78%, #005ca9 100%);
}
.match-bar-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.16em;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.55),
    0 0 14px rgba(126, 196, 255, 0.45);
}
.match-bar.is-live .match-bar-label {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 80, 80, 0.7);
}
.match-ticker-group .ticker-item-live {
  color: #fff;
  padding-left: 18px;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.45),
    0 0 16px rgba(255, 60, 60, 0.45);
}
.match-ticker-group .ticker-item-live::before {
  content: none;
  margin: 0;
}
.ticker-live {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px 1px;
  background: #e10600;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  vertical-align: middle;
  box-shadow: 0 0 10px rgba(225, 6, 0, 0.7);
  animation: ticker-live 1.1s ease-in-out infinite;
}
.match-bar-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow:
    0 0 6px #fff,
    0 0 12px #7ec4ff;
  animation: ticker-diamond 1.6s ease-in-out infinite;
}
.match-bar a {
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.match-bar a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.match-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.match-live-btn {
  background: #e10600 !important;
  border-color: #ff5a5a !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(225, 6, 0, 0.7);
}
.match-live-btn.is-hot {
  animation: ticker-live 1.1s ease-in-out infinite;
}
.match-bar.is-matchday:not(.is-live) {
  background: linear-gradient(90deg, #3a1830 0%, #005ca9 42%, #1a7ad4 78%, #005ca9 100%);
}
.match-ticker {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.match-ticker .match-live-btn {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.match-ticker-viewport {
  overflow: hidden;
  min-width: 0;
  flex: 1;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 18px), transparent);
}
.match-ticker-viewport:hover .match-ticker-track {
  animation-play-state: paused;
}
.match-ticker-track {
  display: flex;
  width: max-content;
  animation: match-ticker 32s linear infinite;
}
.match-ticker:hover .match-ticker-track {
  animation-play-state: paused;
}
.match-ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.match-ticker-group span {
  white-space: nowrap;
  padding: 8px 0 8px 36px;
  text-shadow: 0 0 10px rgba(0, 40, 90, 0.35);
}
.match-ticker-group span::before {
  content: "◆";
  margin-right: 36px;
  font-size: 0.62rem;
  color: #fff;
  opacity: 1;
  vertical-align: middle;
  text-shadow:
    0 0 6px #fff,
    0 0 12px #7ec4ff;
  animation: ticker-diamond 1.8s ease-in-out infinite;
}

@keyframes match-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes ticker-shine {
  0%, 55%, 100% { transform: translateX(-100%); }
  70% { transform: translateX(100%); }
}
@keyframes ticker-diamond {
  0%, 100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.95));
  }
}
@keyframes ticker-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.scarf {
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    #005ca9 0 28px,
    #fff 28px 40px,
    #000 40px 52px,
    #fff 52px 64px
  );
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 11, 18, 0.88);
  border-bottom: 1px solid var(--line);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}
.brand-copy strong {
  font-family: var(--hero);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.brand-copy strong em {
  font-style: normal;
  color: #5eb1ff;
}
.brand-copy > span {
  font-family: var(--hero);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8eb4d4;
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links a {
  font-size: 0.86rem;
  font-weight: 600;
  padding: 8px 10px;
  color: #c5d0dc;
}
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
}
.nav-cta {
  background: var(--hsv) !important;
  color: #fff !important;
  padding: 9px 14px !important;
  margin-left: 6px;
}
.nav-cta:hover { filter: brightness(1.08); }

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #002f57 url("../assets/gallery/volkspark-voll.jpg") center/cover;
}
.hero video,
.hero-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-slides,
.hero .hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-slides { display: none; }
.hero-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ken 22s ease-in-out infinite;
  opacity: 0;
}
.hero-slides img:nth-child(1) { animation-delay: 0s; }
.hero-slides img:nth-child(2) { animation-delay: 7s; }
.hero-slides img:nth-child(3) { animation-delay: 14s; }

@keyframes ken {
  0% { opacity: 1; transform: scale(1); }
  28% { opacity: 1; transform: scale(1.06); }
  36%, 100% { opacity: 0; transform: scale(1.06); }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.82) 0%, rgba(7, 11, 18, 0.35) 48%, rgba(7, 11, 18, 0.2) 100%),
    linear-gradient(180deg, rgba(7,11,18,0.2), rgba(7,11,18,0.75));
}

.hero-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 56px;
  max-width: 640px;
  margin-left: max(20px, calc((100% - var(--max)) / 2));
  text-align: left;
  animation: hero-in .8s ease .15s both;
}
.hero-logo {
  width: 108px;
  margin-bottom: 16px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.45));
}
.kicker {
  display: inline-block;
  font-family: var(--hero);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7ec4ff;
  margin-bottom: 8px;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--hsv);
  transform: rotate(45deg);
  vertical-align: 1px;
}
.hero .kicker {
  font-family: var(--hero);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #8ec8ff;
}

h1, h2, h3 {
  font-family: var(--display);
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.92;
  color: #fff;
}
.hero h1 {
  font-family: var(--hero);
  color: #fff;
  font-size: clamp(3.4rem, 10vw, 6.4rem);
  font-weight: 600;
  line-height: 0.84;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 24, 56, 0.55);
}
.hero h1 span {
  color: #5eb1ff;
}
.hero p {
  font-size: 1.08rem;
  max-width: 34rem;
  margin: 0 0 22px;
  color: #e8eef4;
}
.hero-official {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px !important;
  padding: 8px 14px;
  font-family: var(--hero);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(26, 122, 212, 0.28);
  border: 1px solid rgba(126, 196, 255, 0.45);
  box-shadow:
    0 0 16px rgba(26, 122, 212, 0.35),
    inset 0 0 18px rgba(94, 177, 255, 0.12);
  text-shadow: 0 0 12px rgba(126, 196, 255, 0.45);
}
.hero-official::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow:
    0 0 6px #fff,
    0 0 12px #7ec4ff;
}

.actions { display: flex; gap: 10px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  cursor: pointer;
  font-family: var(--hero);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.92rem;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--hsv); color: #fff; }
.btn-primary:hover { background: var(--hsv-dark); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
}
.btn-gold { background: #fff; color: #0b1522; }

section { padding: 72px 0; position: relative; overflow-x: clip; }

.section-light { background: rgba(16, 24, 38, 0.55); }
.section-blue {
  background: linear-gradient(135deg, #063a73, #005ca9 60%, #1a7ad4);
  color: #fff;
}
.section-blue .kicker::before { background: #fff; }
.about-closer h2 span {
  color: #fff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 22px rgba(255, 255, 255, 0.45);
}
.section-blue .muted { color: #d5e6f6; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 28px;
}
.section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  text-transform: uppercase;
}

.muted { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  overflow: visible;
}
.split img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.split p { font-size: 1.05rem; color: #c9d5e3; }

.home-about .split { overflow: visible; }
.home-about { overflow-x: clip; }
.home-about-frame {
  position: relative;
  isolation: isolate;
}
.home-about-frame::before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(6deg);
  z-index: 0;
}
.home-about-media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 12, 28, 0.45);
}
.home-about-media img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform-origin: center;
}
.home-about .kicker {
  color: #7ec4ff;
}
.home-about h2 {
  font-family: var(--hero);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home-about h2 span { color: #5eb1ff; }
.home-about .facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}
.home-about .facts div {
  min-width: 0;
  flex: 1;
  background: rgba(26, 122, 212, 0.12);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 14px 16px 12px;
}
.home-about .facts strong {
  font-family: var(--hero);
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.home-about-cta { margin-top: 26px; }

.home-news,
.home-dates,
.home-photos,
.home-join { overflow-x: clip; }
.home-news .section-head,
.home-dates .section-head,
.home-photos .section-head { align-items: end; }
.home-news .kicker,
.home-dates .kicker,
.home-photos .kicker,
.home-join .kicker {
  letter-spacing: 0.26em;
}
.home-news h2,
.home-dates h2,
.home-photos h2,
.home-join h2 {
  font-family: var(--hero);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.home-news h2 span,
.home-dates h2 span,
.home-photos h2 span { color: #5eb1ff; }
.home-news .section-head a,
.home-dates .section-head a,
.home-photos .section-head a {
  font-family: var(--hero);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8ec8ff;
}

.home-join .split { overflow: visible; align-items: center; }
.home-join .kicker {
  color: #e7f4ff;
}
.home-join .kicker::before { background: #fff; }
.home-join h2 {
  margin-bottom: 16px;
  color: #fff;
  background: linear-gradient(
    115deg,
    #8ec8ff 0%,
    #e8f4ff 18%,
    #1a7ad4 40%,
    #f4f9ff 50%,
    #0d5fb3 62%,
    #9fd0ff 82%,
    #5eb1ff 100%
  );
  background-size: 240% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(6, 58, 115, 0.45));
}
.home-join h2 span {
  color: inherit;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.home-join-copy.reveal h2 {
  clip-path: inset(0 100% 0 0);
}
.home-join-copy.is-in h2 {
  animation:
    join-wipe .9s cubic-bezier(.22, 1, .36, 1) both,
    join-sheen 7s ease-in-out 1s infinite;
}
.home-join .muted { color: #d5e6f6; }
.home-join .btn {
  font-family: var(--hero);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.05rem;
}
.home-join-frame {
  position: relative;
  isolation: isolate;
}
.home-join-frame::before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  background: #fff;
  transform: rotate(-6deg);
  z-index: 0;
}
.home-join-media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 12, 28, 0.35);
}
.home-join-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.home-news .news-feature { overflow: visible; }
.home-news .news-main {
  overflow: visible;
  min-height: 0;
}
.home-news-frame {
  position: relative;
  isolation: isolate;
}
.home-news-frame::before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(6deg);
  z-index: 0;
}
.home-news-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 12, 28, 0.45);
}
.home-news-media img {
  height: 420px;
}
.home-news-media div {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(0,12,24,.92));
}
.home-news .news-main h3 {
  font-family: var(--hero);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home-news .news-side {
  overflow: visible;
  align-content: start;
}
.home-news .news-side article {
  overflow: visible;
  background: transparent;
  border: 0;
  align-items: stretch;
}
.home-news-thumb {
  position: relative;
  margin: 0;
  width: 120px;
  min-height: 110px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 12, 28, 0.4);
}
.home-news-thumb img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
}
.home-news-copy {
  padding: 12px 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.home-news .news-side h3 {
  font-family: var(--hero);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 6px;
}
.home-news-thumb.reveal.spin-in {
  transform: perspective(700px) rotate(-22deg) rotateY(24deg) scale(0.62);
}
.home-news-thumb.reveal.spin-in.is-in {
  transform: perspective(700px) rotate(-2deg) rotateY(0) scale(1);
}
.home-news-thumb.reveal.spin-in.is-in:hover {
  transform: perspective(700px) rotate(3deg) scale(1.04);
}

.home-dates .dates { gap: 18px; }
.home-dates .date-row {
  grid-template-columns: 220px 128px 1fr auto;
  gap: 18px;
  overflow: visible;
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 12px 18px 12px 12px;
  box-shadow: 0 12px 36px rgba(0, 12, 28, 0.28);
}
.home-dates .date-row > :not(.date-photo) {
  padding-top: 6px;
  padding-bottom: 6px;
}
.home-dates-frame {
  position: relative;
  isolation: isolate;
}
.home-dates-frame::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(5deg);
  z-index: 0;
}
.home-dates-media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 12, 28, 0.45);
}
.home-dates-media .date-photo,
.home-dates .date-photo {
  width: 100%;
  height: 132px;
  min-height: 132px;
  display: block;
}
.home-dates .date-num {
  font-family: var(--hero);
  font-weight: 600;
  line-height: 0.88;
}
.home-dates .date-num b {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #e7f4ff 28%, #7ec4ff 68%, #1a7ad4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 12px rgba(94, 177, 255, 0.9))
    drop-shadow(0 0 22px rgba(26, 122, 212, 0.75));
  animation: neon-date 2.4s ease-in-out infinite;
}
.home-dates .date-num span {
  margin-top: 6px;
  font-family: var(--hero);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cfe8ff;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.65),
    0 0 14px rgba(94, 177, 255, 0.85);
}
.home-dates .date-row strong {
  font-family: var(--hero);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #fff;
}
.home-dates .badge,
.dates .badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 10px 12px 9px;
  font-family: var(--hero);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid rgba(126, 196, 255, 0.35);
  box-shadow: 0 0 16px rgba(26, 122, 212, 0.35);
}
.home-dates .badge b,
.dates .badge b {
  font-style: normal;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(126, 196, 255, 0.35);
}
.home-dates .badge i,
.dates .badge i {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 5px;
  opacity: 0.92;
}
.home-dates .badge-away,
.dates .badge-away {
  background:
    linear-gradient(180deg, rgba(26, 122, 212, 0.22), rgba(7, 11, 18, 0.92));
  color: #fff;
  border-color: rgba(126, 196, 255, 0.45);
  box-shadow: 0 0 18px rgba(26, 122, 212, 0.4);
}
.home-dates .badge-away::before,
.dates .badge-away::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-bottom: 6px;
  border: 2px solid #7ec4ff;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(126, 196, 255, 0.6);
}
.home-dates .badge-home,
.dates .badge-home {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #e7f4ff 55%, #b9dcff 100%);
  color: #063a73;
  border-color: #fff;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 22px rgba(94, 177, 255, 0.7);
}
.home-dates .badge-home::before,
.dates .badge-home::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: 6px;
  background: var(--hsv);
  transform: rotate(45deg);
  box-shadow:
    0 0 6px #fff,
    0 0 12px #7ec4ff;
}
.home-dates .badge-home b,
.dates .badge-home b {
  text-shadow: none;
}
.home-dates .badge-home i,
.dates .badge-home i {
  color: var(--hsv-dark);
  font-weight: 600;
}
.home-dates .badge-home::after,
.dates .badge-home::after {
  content: "◆ ◆ ◆";
  margin-top: 6px;
  font-size: 0.42rem;
  letter-spacing: 0.28em;
  color: var(--hsv);
  text-shadow: 0 0 8px rgba(26, 122, 212, 0.55);
}
.home-dates .date-row:hover .date-photo {
  transform: scale(1.08);
}

@keyframes neon-date {
  0%, 100% {
    filter:
      drop-shadow(0 0 4px rgba(255, 255, 255, 0.85))
      drop-shadow(0 0 10px rgba(94, 177, 255, 0.7))
      drop-shadow(0 0 18px rgba(26, 122, 212, 0.55));
  }
  50% {
    filter:
      drop-shadow(0 0 7px rgba(255, 255, 255, 1))
      drop-shadow(0 0 18px rgba(126, 196, 255, 1))
      drop-shadow(0 0 32px rgba(26, 122, 212, 0.95));
  }
}

@keyframes join-wipe {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes join-sheen {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
}

.reveal.spin-in {
  filter: none;
  transform: perspective(900px) rotate(-26deg) rotateY(32deg) scale(0.58);
  transform-origin: 40% 60%;
  transition:
    opacity .85s ease,
    transform 1.05s cubic-bezier(.18, 1.22, .32, 1);
}
.reveal.spin-in.is-in {
  transform: perspective(900px) rotate(-2.5deg) rotateY(0) scale(1);
}
.reveal.spin-in.is-in:hover {
  transform: perspective(900px) rotate(3deg) scale(1.03);
}
.reveal.spin-in.is-in:hover img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.facts {
  display: flex;
  gap: 28px;
  margin: 22px 0 0;
  flex-wrap: wrap;
}
.facts div { min-width: 110px; }
.facts strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  color: #6eb6ff;
  line-height: 1;
}
.facts span { color: var(--muted); font-size: 0.88rem; }

.grid-3, .grid-4, .cards { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 22px;
}
.card h3 {
  font-size: 1.2rem;
}

.icon { display: none; }

.page-hero {
  position: relative;
  min-height: 280px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7,11,18,.4), rgba(7,11,18,.82)),
    url("../assets/gallery/volkspark-voll.jpg") center/cover;
  padding: 90px 0 40px;
  overflow: hidden;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 24, 56, 0.55);
}
.page-hero h1 span { color: #5eb1ff; }
.page-hero .muted { color: #d5e4f2; }
.page-hero .kicker { color: #8ec8ff; }

.about-block-rev .media-frame::before { transform: rotate(-6deg); }
.media-frame {
  position: relative;
  isolation: isolate;
}
.media-frame::before {
  content: "";
  position: absolute;
  inset: 18px -16px -16px 18px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(6deg);
  z-index: 0;
}
.media-spin {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 12, 28, 0.45);
}
.media-spin img {
  width: 100%;
  display: block;
}
.split .media-spin img,
.about-block .media-spin img {
  height: 420px;
  object-fit: cover;
}
.news-item .media-spin img {
  height: 180px;
  object-fit: cover;
}
.dates .home-dates-frame,
.dates .media-frame {
  min-width: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow-x: clip;
}
.gallery a, .gallery figure {
  margin: 0;
  overflow: hidden;
  background: #111;
  min-height: 220px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform .45s ease;
}
.gallery a:hover img { transform: scale(1.08); }
.gallery a:first-child { grid-row: span 2; min-height: 460px; }

.photo-rail {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
}
.photo-rail img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.home-photos .photo-rail {
  gap: 22px;
  overflow: visible;
  align-items: start;
}
.home-photos-frame {
  position: relative;
  isolation: isolate;
}
.home-photos-frame::before {
  content: "";
  position: absolute;
  inset: 16px -14px -14px 16px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(6deg);
  z-index: 0;
}
.home-photos .photo-rail > :nth-child(2)::before { transform: rotate(-5deg); }
.home-photos .photo-rail > :nth-child(3)::before { transform: rotate(4deg); }
.home-photos-media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 12, 28, 0.45);
}
.home-photos-media img {
  height: 260px;
  display: block;
}
.home-photos .photo-rail > :first-child img { height: 320px; }
.home-photos .photo-rail > :nth-child(2) .reveal.spin-in.is-in {
  transform: perspective(900px) rotate(2.8deg) rotateY(0) scale(1);
}
.home-photos .photo-rail > :nth-child(3) .reveal.spin-in.is-in {
  transform: perspective(900px) rotate(-1.8deg) rotateY(0) scale(1);
}
.home-photos .photo-rail > :nth-child(2) .reveal.spin-in.is-in:hover {
  transform: perspective(900px) rotate(-3deg) scale(1.03);
}
.home-photos .photo-rail > :nth-child(3) .reveal.spin-in.is-in:hover {
  transform: perspective(900px) rotate(3deg) scale(1.03);
}

.form {
  display: grid;
  gap: 16px;
  max-width: 780px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 28px;
}
.form.card { padding: 28px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label { display: grid; gap: 6px; font-size: 0.92rem; }
label span {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.check span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}
.req { color: #6eb6ff; }

input, select, textarea {
  background: #0b111a;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  padding: 11px 12px;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--hsv);
  box-shadow: 0 0 0 3px rgba(26, 122, 212, 0.2);
}

.check { display: flex; gap: 10px; align-items: flex-start; }
.check input { margin-top: 4px; }

.table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--line);
}
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: rgba(26, 122, 212, 0.12);
}
tr:hover td { background: rgba(26, 122, 212, 0.08); }

.badge {
  display: inline-flex;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--blue-soft);
  color: #9cc9ff;
}
.badge-gold { background: #fff; color: #0b1522; }

.news-feature {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 22px;
}
.news-main {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
}
.news-main img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.news-main div {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(0,12,24,.92));
}
.news-main h3 { color: #fff; font-size: 1.55rem; }
.news-side { display: grid; gap: 14px; }
.news-side article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
}
.news-side img { width: 120px; height: 100%; object-fit: cover; min-height: 110px; }
.news-side div { padding: 12px 12px 12px 0; }

.news-list { display: grid; gap: 16px; }
.news-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
  background: transparent;
  border: 0;
  overflow: visible;
  align-items: stretch;
}
.news-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card.news-item { padding: 0; }
.news-item > div {
  padding: 8px 4px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.meta { color: var(--muted); font-size: 0.86rem; }

.dates-loading {
  margin: 0;
  padding: 18px 4px 8px;
}
.date-row {
  display: grid;
  grid-template-columns: 168px 128px 1fr auto;
  gap: 18px;
  align-items: center;
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 12px 18px 12px 12px;
  overflow: visible;
  box-shadow: 0 12px 36px rgba(0, 12, 28, 0.28);
}
.date-photo {
  width: 168px;
  min-height: 108px;
  height: 100%;
  object-fit: cover;
  display: block;
  align-self: stretch;
  transition: transform .35s ease;
}
.date-row > :not(.date-photo) {
  padding-top: 6px;
  padding-bottom: 6px;
}
.date-row:hover .date-photo {
  transform: scale(1.06);
}
.date-num {
  font-family: var(--hero);
  font-weight: 600;
  line-height: 0.88;
}
.date-num b {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #e7f4ff 28%, #7ec4ff 68%, #1a7ad4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 12px rgba(94, 177, 255, 0.9))
    drop-shadow(0 0 22px rgba(26, 122, 212, 0.75));
  animation: neon-date 2.4s ease-in-out infinite;
}
.date-num span {
  display: block;
  margin-top: 6px;
  font-family: var(--hero);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cfe8ff;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.65),
    0 0 14px rgba(94, 177, 255, 0.85);
}
.dates .date-row strong {
  font-family: var(--hero);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #fff;
}
.date-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.date-live-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 12px;
  background: #e10600;
  color: #fff !important;
  font-family: var(--hero);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(225, 6, 0, 0.6);
}
.date-live-btn[hidden],
.match-live-btn[hidden],
.live-scoreboard[hidden],
.date-score[hidden] {
  display: none !important;
}
.date-live-btn.is-hot {
  animation: ticker-live 1.1s ease-in-out infinite;
}
.date-score {
  font-family: var(--hero);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 8px 0 0;
  color: #fff;
  text-shadow: 0 0 14px rgba(94, 177, 255, 0.45);
}
.date-row.is-matchday,
.date-row.is-live {
  border-color: rgba(225, 6, 0, 0.45);
}
.date-row.is-live {
  box-shadow: 0 0 28px rgba(225, 6, 0, 0.22);
}
.date-row.is-live .date-score {
  text-shadow: 0 0 14px rgba(255, 80, 80, 0.55);
}
.live-scoreboard {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  padding: 16px 18px;
  background: rgba(16, 24, 38, 0.88);
  border: 1px solid rgba(225, 6, 0, 0.4);
  box-shadow: 0 12px 36px rgba(90, 16, 32, 0.25);
}
.live-scoreboard.is-live {
  box-shadow: 0 0 28px rgba(225, 6, 0, 0.28);
}
.live-scoreboard-kicker {
  font-family: var(--hero);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8ec8ff;
  margin: 0 0 4px;
  font-size: 0.95rem;
}
.live-scoreboard-score {
  font-family: var(--hero);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
  color: #fff;
}
#live-match,
#live-scoreboard {
  scroll-margin-top: 96px;
}

.section-head h2 span { color: #5eb1ff; }

.members { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.member {
  text-align: center;
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 26px 16px 20px;
  box-shadow: 0 12px 32px rgba(0, 12, 28, 0.28);
}
.member h3 {
  font-size: 1.35rem;
  margin-bottom: 6px;
}
.avatar {
  width: 78px;
  height: 78px;
  margin: 8px auto 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--hsv), var(--hsv-deep));
  color: #fff;
  font-family: var(--hero);
  font-weight: 600;
  font-size: 1.7rem;
  transform: rotate(45deg);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 18px rgba(26, 122, 212, 0.55);
}
.avatar span {
  transform: rotate(-45deg);
  line-height: 1;
}
.member-cta {
  margin-top: 36px;
  padding: 28px;
  border: 1px solid rgba(110, 182, 255, 0.22);
  background: rgba(16, 24, 38, 0.72);
}
.member-cta h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.member-cta h3 span { color: #5eb1ff; }

.legal { max-width: 760px; }
.legal h2 { margin-top: 28px; font-size: 1.8rem; }

.about-copy {
  max-width: 640px;
}
.about-copy p,
.about-copy li {
  color: #c9d5e3;
  font-size: 1.05rem;
}
.about-copy .lead {
  font-size: 1.22rem;
  color: #e8eef6;
  font-weight: 600;
}
.about-copy h2 {
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 600;
  line-height: 0.88;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about-copy h2 span { color: #5eb1ff; }
.about-narrow {
  max-width: 720px;
}
.about-block {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 48px;
  align-items: center;
  overflow: visible;
}
.about-block-rev {
  grid-template-columns: 0.85fr 1fr;
}
.about-block img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.about-family-photo {
  object-position: center 28%;
}
.about-logo {
  object-fit: contain !important;
  height: 320px !important;
  background: rgba(7, 11, 18, 0.4);
  padding: 28px;
}
.claim {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 22px 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stack {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.stack li {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: #fff;
}
.stack-compact li { font-size: 1rem; padding: 6px 0; }
.about-closer {
  text-align: center;
}
.about-closer h2 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
}
.about-closer .about-copy,
.about-closer .wrap {
  max-width: 760px;
}
.about-closer p { color: #dbe8f5; }
.about-closer .giant {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 6vw, 3.4rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 0.95;
  margin: 28px 0 8px;
}
.about-closer .closer-name {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.stack-on-blue li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: left;
}
.about-closer .stack {
  max-width: 520px;
  margin-inline: auto;
  text-align: left;
}

.site-footer {
  background: #05080d;
  color: #c9d2db;
  padding: 48px 0 22px;
  border-top: 1px solid var(--line);
}
.site-footer h3 { color: #fff; font-size: 1rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 64px; }
.footer-brand strong { color: #fff; display: block; }
.legal-links { display: flex; gap: 16px; flex-wrap: wrap; }

.auth-box, .match-card {
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0, 12, 28, 0.28);
}
.pep-tips .auth-box h3 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.pep-tips .table-wrap {
  border: 1px solid rgba(110, 182, 255, 0.22);
  box-shadow: 0 12px 32px rgba(0, 12, 28, 0.28);
}
.pep-tips th {
  font-family: var(--hero);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #8ec8ff;
}

.admin-hero {
  background:
    linear-gradient(180deg, rgba(7,11,18,.42), rgba(7,11,18,.86)),
    url("../assets/gallery/hamburg-hafen.jpg") center/cover;
}
.pep-admin h2 span,
.pep-admin h3 span {
  color: #5eb1ff;
}
.pep-admin .auth-box h3,
.pep-admin .admin-create h3,
.pep-admin .admin-edit h3,
.pep-admin .admin-denied h3 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin-bottom: 8px;
}
.admin-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 32px;
}
.admin-facts div {
  min-width: 0;
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  padding: 16px 18px 14px;
  box-shadow: 0 12px 32px rgba(0, 12, 28, 0.28);
}
.admin-facts strong {
  display: block;
  font-family: var(--hero);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #e7f4ff 28%, #7ec4ff 68%, #1a7ad4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 12px rgba(94, 177, 255, 0.75));
}
.admin-facts span {
  display: block;
  margin-top: 6px;
  font-family: var(--hero);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8eb4d4;
  font-size: 0.88rem;
}
.pep-admin .admin-create,
.pep-admin .admin-denied,
.pep-admin .admin-app {
  background: rgba(16, 24, 38, 0.72);
  border: 1px solid rgba(110, 182, 255, 0.22);
  box-shadow: 0 12px 36px rgba(0, 12, 28, 0.28);
}
.pep-admin .admin-create {
  max-width: none;
  margin-bottom: 40px;
}
.pep-admin .admin-table {
  margin-bottom: 48px;
  border: 1px solid rgba(110, 182, 255, 0.22);
  box-shadow: 0 12px 32px rgba(0, 12, 28, 0.28);
  background: rgba(16, 24, 38, 0.72);
}
.pep-admin th {
  font-family: var(--hero);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #8ec8ff;
  background: rgba(26, 122, 212, 0.16);
}
.admin-no {
  font-family: var(--hero);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #7ec4ff;
  text-shadow: 0 0 12px rgba(26, 122, 212, 0.55);
  white-space: nowrap;
}
.admin-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 10px;
  font-family: var(--hero);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(126, 196, 255, 0.35);
  color: #cfe8ff;
}
.admin-pill.is-gold {
  background: #fff;
  color: #063a73;
  border-color: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.admin-pill.is-on {
  background: rgba(26, 122, 212, 0.22);
  color: #fff;
}
.admin-pill.is-off {
  border-color: rgba(225, 6, 0, 0.45);
  color: #ffb3b3;
}
.admin-apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.admin-app h3 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.pep-admin .admin-edit {
  max-width: none;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(26, 122, 212, 0.16), transparent 42%),
    #101826;
  border: 1px solid rgba(110, 182, 255, 0.35);
  box-shadow: 0 24px 60px rgba(0, 8, 24, 0.55);
  padding: 28px;
}
.edit-dialog[open] .admin-edit {
  animation: pop-in .4s cubic-bezier(.18, 1.22, .32, 1);
}
.match-grid { display: grid; gap: 12px; }
.match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.match-row input {
  width: 64px;
  text-align: center;
  font-family: var(--hero);
  font-size: 1.45rem;
  font-weight: 600;
  background: rgba(26, 122, 212, 0.12);
  border: 1px solid rgba(110, 182, 255, 0.35);
  color: #fff;
}
.team {
  font-family: var(--hero);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.team.home { text-align: right; }
.hsv { color: #6eb6ff; }
.rank {
  font-family: var(--hero);
  font-weight: 600;
  font-size: 1.8rem;
  color: #7ec4ff;
  text-shadow: 0 0 12px rgba(26, 122, 212, 0.55);
}

.notice {
  padding: 12px 14px;
  background: var(--blue-soft);
  border-left: 4px solid var(--hsv);
  margin-bottom: 16px;
}
.notice.ok {
  border-left-color: #7ec4ff;
}
.notice.error {
  border-left-color: #e10600;
  background: rgba(225, 6, 0, 0.12);
}
.login-narrow {
  max-width: 420px;
}
.table-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.table-actions .btn {
  min-height: 36px;
  padding: 0 10px;
  font-size: 0.82rem;
}
.edit-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(720px, calc(100% - 32px));
  width: 100%;
}
.edit-dialog::backdrop {
  background: rgba(5, 8, 13, 0.72);
}

.pass-dialog {
  max-width: min(640px, calc(100% - 32px));
}
.pass-dialog-inner {
  display: grid;
  justify-items: center;
}
.pass-dialog-inner h3,
.pass-member-card h3 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin-bottom: 8px;
}
.pass-member-card h3 span,
.pass-dialog-inner h3 span,
.pass-verify h2 span {
  color: #5eb1ff;
}
.pass-page #pass-root,
.pass-member-card #pass-mount,
.pass-dialog #pass-mount {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 16px;
}
.member-pass {
  position: relative;
  overflow: hidden;
  width: min(100%, 540px);
  aspect-ratio: 85.6 / 54;
  padding: 4.4% 4.6% 3.8%;
  color: #fff;
  border-radius: 14px;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(135deg, #1a7ad4 0%, #0d5fb3 52%, #063a73 100%);
  border: 1px solid rgba(184, 220, 255, 0.45);
  box-shadow:
    0 18px 44px rgba(0, 12, 28, 0.45),
    0 0 28px rgba(26, 122, 212, 0.35);
  display: flex;
  flex-direction: column;
}
.member-pass::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 22%;
  top: 18%;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}
.member-pass-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.16) 50%, transparent 60%);
  transform: translateX(-60%);
  animation: ticker-shine 7s ease-in-out infinite;
  pointer-events: none;
}
.member-pass-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.member-pass-top img:first-of-type {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.35));
}
.member-pass-top span {
  display: block;
  font-family: var(--hero);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #b8dcff;
  line-height: 1;
}
.member-pass-top strong {
  display: block;
  font-family: var(--hero);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 0.95;
}
.member-pass-qr {
  width: 52px;
  height: 52px;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
}
.member-pass-label,
.member-pass-grid span,
.member-pass-dept span {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--hero);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #b8dcff;
  line-height: 1;
}
.member-pass-label {
  margin-top: 4.5%;
}
.member-pass-name {
  position: relative;
  z-index: 1;
  margin: 2px 0 0;
  font-family: var(--hero);
  font-size: clamp(1.45rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.member-pass-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}
.member-pass-grid b,
.member-pass-dept b {
  display: block;
  margin-top: 2px;
  font-family: var(--hero);
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.member-pass-grid b {
  color: #7ec4ff;
  text-shadow: 0 0 10px rgba(126, 196, 255, 0.45);
}
.member-pass-dept {
  position: relative;
  z-index: 1;
  margin-top: 3.5%;
}
.member-pass-dept b {
  color: #fff;
}
.member-pass-no {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-family: var(--hero);
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 0.9;
  background: linear-gradient(180deg, #ffffff 0%, #e7f4ff 28%, #7ec4ff 68%, #b8dcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 12px rgba(94, 177, 255, 0.75));
}
.pass-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pass-hint {
  text-align: center;
  max-width: 42rem;
  margin: 0;
}
.pass-hint code {
  font-size: 0.9em;
}
.pass-verify {
  max-width: 420px;
  text-align: center;
  justify-self: center;
  padding: 28px 24px;
}
.pass-verify h2 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  margin: 0 0 8px;
}
.pass-verify.is-ok {
  border-color: rgba(126, 196, 255, 0.55);
  box-shadow: 0 0 28px rgba(26, 122, 212, 0.28);
}
.pass-verify.is-bad {
  border-color: rgba(225, 6, 0, 0.45);
}
.pass-verify .member-pass-no {
  margin: 8px 0 4px;
}

@media print {
  .match-bar,
  .scarf,
  .site-header,
  .page-hero,
  #site-footer,
  .pass-actions,
  .pass-hint,
  .nav,
  .menu-toggle {
    display: none !important;
  }
  body {
    background: #fff;
  }
  .member-pass {
    box-shadow: none;
    width: 85.6mm;
    height: 54mm;
    aspect-ratio: auto;
    border-radius: 3.48mm;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  display: none;
  place-items: center;
  z-index: 80;
  padding: 24px;
}
.lightbox.open { display: grid; animation: fade-in .25s ease; }

.build-pop {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(520px, calc(100% - 32px));
  width: 100%;
}
.build-pop::backdrop {
  background: rgba(5, 8, 13, 0.78);
}
.build-pop[open] .build-pop-inner {
  animation: pop-in .4s cubic-bezier(.18, 1.22, .32, 1);
}
.build-pop-inner {
  background:
    linear-gradient(180deg, rgba(26, 122, 212, 0.18), transparent 42%),
    #101826;
  border: 1px solid rgba(110, 182, 255, 0.35);
  box-shadow: 0 24px 60px rgba(0, 8, 24, 0.55);
  padding: 32px 28px 28px;
  text-align: center;
}
.build-pop-inner h2 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  margin-bottom: 12px;
}
.build-pop-inner h2 span { color: #5eb1ff; }
.build-pop-logo {
  width: 112px;
  height: 112px;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(26, 122, 212, 0.5));
}
.build-pop-inner p {
  color: #d5e4f2;
  margin: 0 0 16px;
}
.build-pop-claim {
  font-family: var(--hero);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #fff 10%, #7ec4ff 70%, #1a7ad4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 8px 0 22px !important;
}
.lightbox img {
  max-height: 86vh;
  animation: pop-in .35s cubic-bezier(.2, .8, .2, 1);
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(.96);
  filter: blur(6px);
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
  transition-delay: var(--d, 0ms);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.split img,
.about-block img:not(.about-logo),
.photo-rail img,
.news-main img,
.news-side img,
.news-item img {
  transition: transform .6s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}
.split img:hover,
.about-block img:hover:not(.about-logo),
.photo-rail img:hover,
.news-main:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}
.home-about-media img:hover {
  transform: none;
  filter: none;
}

.photo-rail img,
.news-main,
.news-side article,
.gallery a {
  overflow: hidden;
}

.date-row,
.card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.date-row:hover,
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 122, 212, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes pop-in {
  from { opacity: 0; transform: scale(.88) translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.radio-hero {
  background:
    linear-gradient(180deg, rgba(7,11,18,.45), rgba(7,11,18,.88)),
    url("../assets/gallery/volkspark-nacht.jpg") center/cover;
}
.radio-stage {
  padding: 48px 0 28px;
}
.radio-layout {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 36px;
  align-items: center;
}
.radio-deck {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(26, 122, 212, 0.28), transparent 58%),
    var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
}
.radio-deck.is-live {
  box-shadow: 0 0 40px rgba(26, 122, 212, 0.28);
}
.radio-disc-frame {
  position: relative;
  width: min(280px, 72vw);
  aspect-ratio: 1;
}
.radio-disc-frame::before {
  content: "";
  position: absolute;
  inset: 14px -18px -18px 14px;
  background: linear-gradient(135deg, var(--hsv) 0%, var(--hsv-deep) 100%);
  transform: rotate(8deg);
}
.radio-disc {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #0b1524 0 18%, transparent 19%),
    conic-gradient(from 0deg, #0a1018, #1a7ad4, #0a1018, #5eb1ff, #0a1018);
  display: grid;
  place-items: center;
  box-shadow: 0 22px 50px rgba(0, 12, 28, 0.5);
}
.radio-disc img {
  width: 46%;
  height: 46%;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
}
.radio-disc.is-spinning {
  animation: radio-spin 8s linear infinite;
}
.radio-eq {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 42px;
  margin-top: 22px;
}
.radio-eq span {
  width: 6px;
  height: 10px;
  background: #5eb1ff;
  transform-origin: bottom;
}
.radio-eq.is-on span {
  animation: radio-bar 0.85s ease-in-out infinite;
}
.radio-eq span:nth-child(2) { animation-delay: .1s; }
.radio-eq span:nth-child(3) { animation-delay: .22s; }
.radio-eq span:nth-child(4) { animation-delay: .05s; }
.radio-eq span:nth-child(5) { animation-delay: .18s; }
.radio-eq span:nth-child(6) { animation-delay: .3s; }
.radio-eq span:nth-child(7) { animation-delay: .12s; }
.radio-panel h2 span { color: #5eb1ff; }
.radio-now {
  font-family: var(--hero);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 8px 0 6px;
  text-shadow: 0 0 18px rgba(94, 177, 255, 0.35);
}
.radio-tag {
  color: #8ec8ff;
  margin: 0 0 14px;
}
.radio-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 18px 0 12px;
}
.radio-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
  background: var(--hsv);
  color: #fff;
  font-family: var(--hero);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(26, 122, 212, 0.45);
}
.radio-play:hover { filter: brightness(1.08); }
.radio-play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.radio-play .radio-icon-pause,
.radio-play.is-playing .radio-icon-play { display: none; }
.radio-play.is-playing .radio-icon-pause { display: block; }
.radio-volume {
  display: grid;
  gap: 4px;
  min-width: 180px;
  flex: 1;
  font-family: var(--hero);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #8eb4d4;
}
.radio-volume input {
  accent-color: var(--hsv);
  width: 100%;
}
.radio-onair {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-family: var(--hero);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 80, 80, 0.7);
}
.radio-onair::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 10px #ff4d4d;
  animation: radio-pulse 1.2s ease-in-out infinite;
}
.radio-stations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.radio-station {
  text-align: left;
  background: #0a1018;
  border: 1px solid var(--line);
  padding: 12px 14px;
  cursor: pointer;
}
.radio-station strong {
  display: block;
  font-family: var(--hero);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.radio-station span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 2px;
}
.radio-station:hover,
.radio-station.is-active {
  border-color: rgba(94, 177, 255, 0.55);
  box-shadow: 0 0 16px rgba(26, 122, 212, 0.22);
}
.radio-station.is-active {
  background: rgba(26, 122, 212, 0.18);
}

@keyframes radio-spin {
  to { transform: rotate(360deg); }
}
@keyframes radio-bar {
  0%, 100% { height: 8px; }
  50% { height: 42px; }
}
@keyframes radio-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@media (prefers-reduced-motion: reduce) {
  .match-ticker-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
  .match-bar::after,
  .match-bar-label::before,
  .match-ticker-group span::before,
  .ticker-live,
  .match-live-btn.is-hot,
  .date-live-btn.is-hot {
    animation: none;
  }
  .match-ticker-group:last-child { display: none; }
  .match-ticker-group span { padding: 4px 18px 4px 0; white-space: normal; }
  .hero-video { display: none !important; }
  .hero-slides { display: block; }
  .hero-slides img { opacity: 1; animation: none; }
  .reveal,
  .hero-inner,
  .hero-slides img,
  .lightbox img,
  .gallery img,
  .split img,
  .photo-rail img,
  .news-main img,
  .date-photo {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .home-dates .date-num b,
  .date-num b { animation: none; }
  .home-join h2 {
    animation: none !important;
    clip-path: none !important;
  }
  .radio-disc.is-spinning,
  .radio-eq.is-on span,
  .radio-onair::before {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(46px + var(--nav-h));
    left: 0;
    right: 0;
    background: #0a1018;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 20px;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-cta { margin: 8px 0 0; }
  .split,
  .news-feature,
  .news-side article,
  .news-item,
  .grid-3,
  .grid-4,
  .gallery,
  .members,
  .footer-grid,
  .form-row,
  .photo-rail,
  .match-row,
  .about-block,
  .about-block-rev,
  .radio-layout,
  .radio-stations {
    grid-template-columns: 1fr;
  }
  .admin-facts {
    grid-template-columns: 1fr 1fr;
  }
  .member-pass-top img:first-of-type {
    width: 38px;
    height: 38px;
  }
  .member-pass-qr {
    width: 44px;
    height: 44px;
  }
  .admin-apps {
    grid-template-columns: 1fr;
  }
  .about-block img,
  .about-logo,
  .split .media-spin img,
  .about-block .media-spin img {
    height: 260px !important;
  }
  .date-row {
    grid-template-columns: 1fr auto;
    padding: 0 16px 8px 0;
  }
  .date-photo {
    grid-column: 1 / -1;
    width: 100%;
    height: 168px;
    min-height: 168px;
  }
  .date-num {
    padding-left: 16px;
  }
  .home-dates-frame {
    grid-column: 1 / -1;
  }
  .home-dates .date-photo {
    height: 180px;
    min-height: 180px;
  }
  .home-dates .date-num b { font-size: 2.6rem; }
  .date-row > div:not(.date-num):not(.date-side) {
    grid-column: 1 / -1;
    padding-left: 16px;
    padding-top: 0;
  }
  .home-dates .home-dates-frame,
  .date-row > .home-dates-frame {
    padding-left: 0;
  }
  .team.home { text-align: left; }
  .brand-copy { display: none; }
  .match-bar-label { display: none; }
  .live-scoreboard { flex-wrap: wrap; }
  .hero { min-height: 70vh; }
  .gallery a:first-child { grid-row: auto; min-height: 220px; }
  .home-about { overflow-x: clip; }
  .home-about-media img { height: 280px; }
  .home-join-media img { height: 280px; }
  .home-news-media img { height: 280px; }
  .home-photos-media img,
  .home-photos .photo-rail > :first-child img { height: 240px; }
  .reveal.spin-in {
    transform: perspective(800px) rotate(-16deg) rotateY(18deg) scale(0.72);
  }
}
