/* ============================================================
   BOISKA W POLSCE — boiskawpolsce.pl
   Motyw: "Nocny mecz" — murawa po zmroku, kreda i jupitery
   ============================================================ */

:root {
  --bg: #060f0a;
  --bg-2: #0a1a11;
  --panel: #0b1d12;
  --panel-2: #0c2013;
  --ink: #eef6ea;
  --dim: rgba(238, 246, 234, 0.62);
  --faint: rgba(238, 246, 234, 0.38);
  --line: rgba(238, 246, 234, 0.14);
  --chalk: #e8f5e4;
  --volt: #c9f73a;
  --volt-soft: rgba(201, 247, 58, 0.14);
  --volt-ink: #0a1503;
  --f-display: 'Anton', 'Arial Narrow', 'Impact', sans-serif;
  --f-body: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;
  --container: 1240px;
  --r: 18px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* atrybut hidden musi wygrywać z regułami display na .btn/.notice itd. */
[hidden] { display: none !important; }
html { scroll-padding-top: 90px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input { font: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--volt); color: var(--volt-ink); }
:focus-visible { outline: 2px solid var(--volt); outline-offset: 3px; border-radius: 4px; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #1d3a26; border-radius: 99px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: #2c5537; }

.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;
}
.container { width: min(var(--container), 100% - clamp(2.4rem, 8vw, 6rem)); margin-inline: auto; }

/* ---------- Ziarno / noise ---------- */
.noise {
  position: fixed; inset: -50%; z-index: 80; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.05; mix-blend-mode: overlay;
}

/* ---------- Kursor ---------- */
.cursor { position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0; }
.cursor.is-on { opacity: 1; }
.cursor__dot, .cursor__ring { position: absolute; top: 0; left: 0; border-radius: 50%; will-change: transform; }
.cursor__dot { width: 6px; height: 6px; background: var(--volt); margin: -3px 0 0 -3px; }
.cursor__ring {
  width: 38px; height: 38px; margin: -19px 0 0 -19px;
  border: 1px solid rgba(201, 247, 58, 0.55);
  transition: width .35s ease, height .35s ease, margin .35s ease, background-color .35s ease;
}
.cursor.is-hover .cursor__ring {
  width: 62px; height: 62px; margin: -31px 0 0 -31px;
  background: rgba(201, 247, 58, 0.1);
}
@media (pointer: coarse) { .cursor { display: none; } }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 150;
  background: var(--bg);
  display: grid; place-items: center;
}
.preloader__inner { text-align: center; }
.preloader__pitch { width: 110px; margin-inline: auto; color: var(--chalk); }
.preloader__pitch .pl-line { stroke: currentColor; fill: none; stroke-width: 2.5; }
.preloader__pitch .pl-dot { fill: var(--volt); }
.preloader__word {
  font-family: var(--f-display); font-size: 1.05rem; letter-spacing: .32em;
  text-transform: uppercase; margin: 1.4rem 0 1.1rem; color: var(--chalk);
}
.preloader__bar { width: 190px; height: 2px; background: var(--line); margin-inline: auto; overflow: hidden; }
.preloader__bar span { display: block; width: 0; height: 100%; background: var(--volt); }

/* ---------- Nawigacja ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem clamp(1.2rem, 4vw, 3rem);
  transition: background .4s ease, padding .4s ease, border-color .4s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(6, 15, 10, 0.82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding-block: 0.7rem;
}
.nav__logo { display: flex; align-items: center; gap: 12px; }
.nav__mark { width: 34px; color: var(--volt); flex: none; }
.nav__wordmark {
  font-family: var(--f-display); font-size: .8rem; line-height: 1.08;
  text-transform: uppercase; letter-spacing: .07em;
}
.nav__links { display: flex; gap: clamp(1.2rem, 2.5vw, 2.2rem); }
.nav__links a {
  font-family: var(--f-mono); font-size: .78rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--dim); position: relative; padding: .3rem 0;
  transition: color .3s ease;
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--volt); transform: scaleX(0); transform-origin: right;
  transition: transform .35s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__right { display: flex; align-items: center; gap: 1rem; }
.nav__burger {
  display: none; flex-direction: column; justify-content: center; gap: 7px;
  width: 44px; height: 44px; align-items: center;
}
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .35s ease, opacity .35s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }

/* ---------- Menu pełnoekranowe ---------- */
.menu {
  position: fixed; inset: 0; z-index: 85;
  background:
    radial-gradient(90% 70% at 85% 10%, rgba(201, 247, 58, 0.07), transparent 60%),
    #081509;
  transform: translateY(-102%); visibility: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 7.5rem clamp(1.5rem, 6vw, 4rem) 2.4rem;
}
.menu__links { display: flex; flex-direction: column; }
.menu__links a {
  display: flex; align-items: baseline; gap: 1.4rem;
  font-family: var(--f-display); text-transform: uppercase;
  font-size: clamp(2.2rem, 6.5vh, 4rem); line-height: 1.16;
  padding: .3rem 0; color: var(--ink);
  transition: color .3s ease, transform .3s ease;
}
.menu__links a em { font-family: var(--f-mono); font-style: normal; font-size: .8rem; color: var(--volt); }
.menu__links a:hover { color: var(--volt); transform: translateX(12px); }
.menu__foot {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-family: var(--f-mono); font-size: .75rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--dim);
}
.menu__social { display: flex; gap: 1.6rem; }
.menu__social a:hover { color: var(--volt); }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  padding: 15px 28px; border-radius: 999px; white-space: nowrap;
  transition: transform .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, border-color .3s ease;
  will-change: transform;
}
.btn svg { width: 15px; height: 15px; flex: none; transition: transform .3s ease; }
.btn:hover svg { transform: translateX(4px); }
.btn--volt { background: var(--volt); color: var(--volt-ink); }
.btn--volt:hover { background: #d9ff55; box-shadow: 0 10px 40px rgba(201, 247, 58, 0.28); }
.btn--dark { background: var(--volt-ink); color: var(--volt); }
.btn--dark:hover { box-shadow: 0 14px 40px rgba(10, 21, 3, 0.4); transform: translateY(-2px); }
.btn--ghost { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--volt); color: var(--volt); }
.btn--sm { padding: 11px 20px; font-size: .85rem; }
.btn--lg { padding: 19px 38px; font-size: 1.05rem; }

/* ---------- HERO (dwie kolumny: treść + mapa) ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 120%, rgba(201, 247, 58, 0.07), transparent 45%),
    var(--bg);
}
/* Scena boiska 3D (three.js) — tło hero. Gradient widać zanim doładuje się WebGL. */
.hero__canvas {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle at 50% 118%, rgba(201, 247, 58, 0.12), transparent 55%),
    radial-gradient(circle at 78% 42%, rgba(201, 247, 58, 0.06), transparent 60%),
    linear-gradient(180deg, #081a0f 0%, #060f0a 70%);
}
.hero__canvas canvas { display: block; width: 100%; height: 100%; }
/* Winieta: przyciemnia brzegi, żeby tekst (lewo) i mapa (prawo) były czytelne nad murawą */
.hero__vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 15, 10, 0.82) 0%, rgba(6, 15, 10, 0.42) 42%, rgba(6, 15, 10, 0.18) 100%),
    radial-gradient(120% 90% at 50% 100%, transparent 40%, rgba(6, 15, 10, 0.7) 100%);
}

.hero__inner { position: relative; z-index: 2; }
.hero__grid {
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  align-items: center; gap: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(7rem, 15vh, 9.5rem); padding-bottom: 3rem;
}
.hero__lead { max-width: 620px; }

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase;
  letter-spacing: .13em; color: var(--dim);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
  background: rgba(10, 26, 17, 0.45);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--volt); animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; box-shadow: 0 0 12px var(--volt); } 50% { opacity: .35; box-shadow: none; } }

.hero__title {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  line-height: 1.04; text-transform: uppercase; letter-spacing: .006em;
  margin: 1.4rem 0 1.2rem;
}
.hero__title .line { display: block; overflow: hidden; padding-block: .02em; }
.hero__title .line__txt { display: inline-block; will-change: transform; }
.line--volt .line__txt { color: var(--volt); text-shadow: 0 0 60px rgba(201, 247, 58, 0.35); }

.hero__sub { max-width: 46ch; color: var(--dim); font-size: 1.06rem; line-height: 1.62; margin-bottom: 1.7rem; }

.search {
  display: flex; align-items: center; gap: 8px;
  max-width: 560px; padding: 8px 8px 8px 22px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(10, 26, 17, 0.55);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  transition: border-color .3s ease, box-shadow .3s ease;
}
.search:focus-within { border-color: var(--volt); box-shadow: 0 0 0 5px rgba(201, 247, 58, 0.1); }
.search__icon { width: 19px; height: 19px; color: var(--faint); flex: none; }
.search input {
  flex: 1; min-width: 0; background: transparent; border: 0; outline: 0;
  color: var(--ink); font-size: 1.02rem; padding: 11px 4px;
}
.search input::placeholder { color: var(--faint); }

.hero__cta { display: flex; align-items: center; gap: .8rem 1.1rem; flex-wrap: wrap; margin-top: 1.1rem; }
.hero__cta .btn svg { width: 16px; height: 16px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  font-family: var(--f-mono); font-size: .74rem; letter-spacing: .04em;
  padding: .5rem .85rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(6, 15, 10, 0.45);
  color: var(--dim); white-space: nowrap;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.chip:hover { color: var(--volt); border-color: rgba(201, 247, 58, 0.5); background: var(--volt-soft); }

.hero__stats { display: flex; flex-wrap: wrap; gap: 1.4rem 0; margin-top: 2.2rem; border-top: 1px solid var(--line); padding-top: 1.6rem; }
.stat { padding: 0 1.4rem 0 0; display: flex; flex-direction: column; gap: .25rem; }
.stat + .stat { padding-left: 1.4rem; border-left: 1px solid var(--line); }
.stat__num { font-family: var(--f-display); font-size: clamp(1.6rem, 2.6vw, 2.3rem); line-height: 1; letter-spacing: .01em; }
.stat__label { font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; color: var(--dim); }

/* Mapa po prawej — klikalna, prowadzi do interaktywnej mapy (/mapa) */
.hero__map { position: relative; display: block; cursor: pointer; color: inherit; transition: transform .35s ease; }
.hero__map:hover { transform: translateY(-4px); }
.hero__map:focus-visible { outline: 2px solid var(--volt); outline-offset: 8px; border-radius: 14px; }
.hero__map-svg { width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.5)); transition: filter .35s ease; }
.hero__map:hover .hero__map-svg { filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(201, 247, 58, 0.22)); }
.hero__map-cta {
  position: absolute; left: 50%; bottom: 5%; z-index: 3; transform: translate(-50%, 8px);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 600;
  color: var(--volt-ink); background: var(--volt); border-radius: 999px; padding: 10px 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease;
}
.hero__map-cta svg { width: 14px; height: 14px; }
.hero__map:hover .hero__map-cta, .hero__map:focus-visible .hero__map-cta { opacity: 1; transform: translate(-50%, 0); }
@media (hover: none) { .hero__map-cta { opacity: 1; transform: translate(-50%, 0); } }
.hero__map-badge {
  position: absolute; top: 0; right: 4%; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--volt); background: rgba(6, 15, 10, 0.7); border: 1px solid rgba(201, 247, 58, 0.32);
  border-radius: 999px; padding: 7px 14px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.hero__map-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--volt); animation: blink 1.8s ease-in-out infinite; }
.hero__dots circle { animation: heroTwinkle 3s ease-in-out infinite; }
.hero__dots circle:nth-child(3n) { animation-delay: 1s; }
.hero__dots circle:nth-child(3n+1) { animation-delay: 2s; }
@keyframes heroTwinkle { 0%, 100% { opacity: .55; } 50% { opacity: .2; } }
.hero__pin text { font-family: var(--f-mono); font-size: 13px; fill: var(--volt); text-anchor: middle; text-transform: uppercase; letter-spacing: .05em; font-weight: 500; }
.hero__pin-pulse { fill: none; stroke: var(--volt); stroke-width: 1.5; transform-box: fill-box; transform-origin: center; animation: pinpulse 2.4s ease-out infinite; }

.hero__scroll {
  position: absolute; z-index: 3; right: clamp(1.4rem, 4vw, 3rem); bottom: 34px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.hero__scroll span {
  font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase;
  letter-spacing: .26em; color: var(--faint); writing-mode: vertical-rl;
}
.hero__scroll i { width: 1px; height: 54px; background: linear-gradient(to bottom, var(--volt), transparent); animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 56% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 1.1rem 0; background: var(--bg); }
.marquee__track { display: flex; width: max-content; animation: marq 46s linear infinite; }
.marquee__track span {
  font-family: var(--f-display); text-transform: uppercase; white-space: nowrap;
  font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.1;
  color: transparent; -webkit-text-stroke: 1px rgba(232, 245, 228, 0.42);
  padding-right: 1rem;
}
.marquee__track i { font-style: normal; font-size: .55em; vertical-align: .18em; margin: 0 1.1rem; -webkit-text-stroke: 0; opacity: .9; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- Sekcje / nagłówki ---------- */
.section { padding: clamp(5.5rem, 13vh, 9.5rem) 0; position: relative; }
.sec-head { max-width: 900px; margin-bottom: clamp(3rem, 7vh, 4.8rem); }
.sec-tag {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase;
  letter-spacing: .16em; color: var(--dim); margin-bottom: 1.3rem;
}
.sec-tag::before { content: ''; width: 36px; height: 1px; background: var(--volt); }
.sec-tag i { font-style: normal; color: var(--volt); }
.sec-head h2, .b2b h2, .cta h2 {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.3rem, 5.4vw, 4.5rem); line-height: 1.02; letter-spacing: .005em;
}
.sec-head h2 em, .cta h2 em { font-style: normal; color: var(--volt); }
.sec-lead { margin-top: 1.3rem; max-width: 58ch; color: var(--dim); font-size: 1.05rem; line-height: 1.68; }

/* ---------- 01 Karta boiska ---------- */
.features__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.features__list { border-top: 1px solid var(--line); }
.frow {
  display: grid; grid-template-columns: 2.6rem 2.6rem 1fr; gap: 1.3rem;
  padding: 1.45rem 0; border-bottom: 1px solid var(--line); align-items: start;
  transition: background-color .35s ease;
}
.frow:hover { background: linear-gradient(90deg, rgba(201, 247, 58, 0.05), transparent 65%); }
.frow__num { font-family: var(--f-mono); font-size: .78rem; color: var(--volt); padding-top: .3rem; }
.frow__icon { width: 30px; height: 30px; color: var(--chalk); opacity: .8; margin-top: .1rem; transition: color .3s ease, opacity .3s ease; }
.frow:hover .frow__icon { color: var(--volt); opacity: 1; }
.frow h3 { font-size: 1.06rem; font-weight: 700; margin-bottom: .3rem; }
.frow p { color: var(--dim); font-size: .94rem; line-height: 1.6; max-width: 46ch; }

.ticket-col { position: sticky; top: 108px; }
.ticket {
  position: relative;
  background: linear-gradient(160deg, #11291a, #0a1c10);
  border: 1px solid rgba(201, 247, 58, 0.28);
  border-radius: 20px; padding: 1.7rem;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
  transform: rotate(-2deg);
  will-change: transform;
}
.ticket__head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.1rem; }
.ticket__id { font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); }
.ticket__live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: var(--volt); }
.ticket__live i { width: 6px; height: 6px; border-radius: 50%; background: var(--volt); animation: blink 1.8s ease-in-out infinite; }
.ticket__name { font-family: var(--f-display); font-size: 2rem; text-transform: uppercase; line-height: 1; }
.ticket__addr { color: var(--dim); font-size: .9rem; margin-top: .35rem; }
.ticket__pitch { width: 100%; color: rgba(232, 245, 228, 0.5); margin: 1.15rem 0 1.05rem; }
.ticket__rows li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .58rem 0; border-bottom: 1px solid rgba(238, 246, 234, 0.09);
}
.ticket__rows span { font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); }
.ticket__rows strong { font-size: .93rem; font-weight: 600; text-align: right; }
.ticket__foot { display: flex; align-items: center; gap: 10px; margin-top: 1.15rem; padding-top: 1.05rem; border-top: 1px dashed rgba(238, 246, 234, 0.28); }
.ticket__stars { color: var(--volt); letter-spacing: 2px; font-size: .95rem; }
.ticket__score { font-family: var(--f-mono); font-size: .74rem; color: var(--dim); }
.ticket__barcode { margin-left: auto; width: 68px; height: 20px; color: var(--chalk); opacity: .45; }
.ticket-col__caption { margin-top: 1.4rem; text-align: center; font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); }

/* ---------- 02 Typy ---------- */
.types__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.tcard {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 330px; padding: 1.8rem;
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(172deg, var(--panel-2), #071307);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), border-color .35s ease, box-shadow .45s ease;
}
.tcard::after {
  content: ''; position: absolute; top: 0; right: 0; width: 76px; height: 76px;
  border-left: 1px solid var(--line); border-bottom: 1px solid var(--line);
  border-bottom-left-radius: 100%; opacity: .7;
}
.tcard:hover { transform: translateY(-9px); border-color: rgba(201, 247, 58, 0.45); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4); }
.tcard__num { font-family: var(--f-display); font-size: clamp(2.5rem, 3.6vw, 3.4rem); line-height: 1; letter-spacing: .01em; transition: color .35s ease; }
.tcard:hover .tcard__num { color: var(--volt); }
.tcard h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.35rem; letter-spacing: .02em; margin: .5rem 0 .65rem; }
.tcard p { color: var(--dim); font-size: .93rem; line-height: 1.6; flex-grow: 1; }
.tcard__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 1.4rem; font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); }
.tcard__link svg { width: 13px; height: 13px; transition: transform .3s ease; }
.tcard:hover .tcard__link svg { transform: translateX(5px); }

.tcard--volt { background: var(--volt); border-color: var(--volt); color: var(--volt-ink); }
.tcard--volt::after { border-color: rgba(10, 21, 3, 0.3); }
.tcard--volt .tcard__num, .tcard--volt h3 { color: var(--volt-ink); }
.tcard--volt:hover .tcard__num { color: var(--volt-ink); }
.tcard--volt p { color: rgba(10, 21, 3, 0.74); }
.tcard--volt .tcard__link { color: rgba(10, 21, 3, 0.85); }
.tcard--volt:hover { box-shadow: 0 30px 80px rgba(201, 247, 58, 0.22); }

/* ---------- 03 Mapa ---------- */
.map { background: linear-gradient(to bottom, var(--bg), #081408 55%, var(--bg)); }
.map__wrap { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
#pl-map { width: 100%; height: auto; overflow: visible; }
#pl-shape {
  fill: #0b1d10;
  stroke: rgba(232, 245, 228, 0.32); stroke-width: 1.6;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 30px rgba(201, 247, 58, 0.07));
}
#pl-dots circle { fill: var(--volt); opacity: .5; }
.pin { cursor: pointer; }
.pin circle { fill: var(--chalk); transition: fill .25s ease; }
.pin text {
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em;
  fill: rgba(238, 246, 234, 0.6); text-anchor: middle; text-transform: uppercase;
  transition: fill .25s ease;
}
.pin:hover circle, .pin:focus-visible circle { fill: var(--volt); }
.pin:hover text, .pin:focus-visible text { fill: var(--volt); }
.pin:focus-visible { outline: none; }
.pin--home circle { fill: var(--volt); }
.pin--home text { fill: var(--volt); font-weight: 500; }
.pin--home .pin__pulse {
  fill: none; stroke: var(--volt); stroke-width: 1.5;
  transform-box: fill-box; transform-origin: center;
  animation: pinpulse 2.4s ease-out infinite;
}
@keyframes pinpulse { 0% { transform: scale(.55); opacity: .95; } 100% { transform: scale(3); opacity: 0; } }

.map__side-title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.5rem; letter-spacing: .02em; margin-bottom: 1.6rem; }
.roadmap__item { position: relative; padding: 1.15rem 0 1.15rem 1.8rem; border-left: 1px solid var(--line); }
.roadmap__item::before {
  content: ''; position: absolute; left: -5px; top: 1.7rem;
  width: 9px; height: 9px; border-radius: 50%; background: #24402c;
}
.roadmap__item.is-live::before { background: var(--volt); box-shadow: 0 0 14px var(--volt); }
.roadmap__badge {
  display: inline-block; font-family: var(--f-mono); font-size: .62rem; text-transform: uppercase;
  letter-spacing: .14em; padding: 4px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--dim);
}
.roadmap__item.is-live .roadmap__badge { background: var(--volt); border-color: var(--volt); color: var(--volt-ink); font-weight: 500; }
.roadmap__item h4 { font-size: 1.08rem; font-weight: 700; margin: .65rem 0 .3rem; }
.roadmap__item p { color: var(--dim); font-size: .92rem; line-height: 1.6; max-width: 40ch; }
.map__open { margin-top: 1.7rem; }
.map__cta {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 1.7rem;
  font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--volt);
}
.map__cta svg { width: 13px; height: 13px; transition: transform .3s ease; }
.map__cta:hover svg { transform: translateX(5px); }

/* ---------- 04 Dla kogo ---------- */
.who__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.pcard {
  position: relative; display: flex; flex-direction: column;
  min-height: 330px; padding: 1.7rem;
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(172deg, var(--panel), #081206);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), border-color .35s ease;
  will-change: transform;
}
.pcard:hover { border-color: rgba(201, 247, 58, 0.45); }
.pcard__num {
  font-family: var(--f-display); font-size: 5.2rem; line-height: .9;
  color: transparent; -webkit-text-stroke: 1.5px rgba(201, 247, 58, 0.55);
  margin-bottom: 2.2rem;
  transition: text-shadow .35s ease;
}
.pcard:hover .pcard__num { text-shadow: 0 0 34px rgba(201, 247, 58, 0.4); }
.pcard h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.35rem; letter-spacing: .02em; margin-bottom: .6rem; }
.pcard p { color: var(--dim); font-size: .93rem; line-height: 1.6; flex-grow: 1; }
.pcard__pos {
  margin-top: 1.4rem; padding-top: .95rem; border-top: 1px dashed rgba(238, 246, 234, 0.2);
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase;
  letter-spacing: .13em; color: var(--faint);
}

/* ---------- 05 Jak to działa ---------- */
.how__line {
  position: relative; height: 1px; margin: 0 0 3.6rem;
  background: repeating-linear-gradient(90deg, var(--line) 0 12px, transparent 12px 24px);
}
.how__ball {
  position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);
  width: 32px; height: 32px; color: var(--volt);
  background: var(--bg); border-radius: 50%;
}
.how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); counter-reset: steps; }
.step__ghost {
  display: block; font-family: var(--f-display); line-height: .9;
  font-size: clamp(4.2rem, 7.5vw, 6.6rem);
  color: transparent; -webkit-text-stroke: 1.5px rgba(232, 245, 228, 0.18);
  margin-bottom: 1.1rem;
}
.step h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.6rem; letter-spacing: .02em; margin-bottom: .55rem; }
.step p { color: var(--dim); font-size: .96rem; line-height: 1.65; max-width: 36ch; }

/* ---------- 06 B2B / szkółki ---------- */
.b2b { background: var(--volt); color: var(--volt-ink); overflow: hidden; }
.b2b::before, .b2b::after {
  content: ''; position: absolute; border: 1px solid rgba(10, 21, 3, 0.16); border-radius: 50%;
  pointer-events: none;
}
.b2b::before { width: 560px; height: 560px; right: -180px; top: -240px; }
.b2b::after { width: 340px; height: 340px; right: -60px; top: -140px; }
.b2b__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 6vw, 5.5rem); align-items: center; position: relative; }
.sec-tag--dark { color: rgba(10, 21, 3, 0.72); }
.sec-tag--dark::before { background: var(--volt-ink); }
.sec-tag--dark i { color: var(--volt-ink); }
.b2b h2 { color: var(--volt-ink); margin-bottom: 1.2rem; }
.b2b__lead { color: rgba(10, 21, 3, 0.82); font-size: 1.06rem; line-height: 1.65; max-width: 54ch; }
.b2b__list { margin: 1.9rem 0 2.3rem; max-width: 480px; }
.b2b__list li {
  position: relative; padding: .85rem 0 .85rem 2.1rem;
  border-bottom: 1px solid rgba(10, 21, 3, 0.2);
  font-weight: 600; font-size: .98rem;
}
.b2b__list li::before {
  content: '✓'; position: absolute; left: 0; top: .82rem;
  font-weight: 700; font-size: .95rem;
}
.b2b__ctas { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.b2b__alt { font-weight: 600; font-size: .95rem; color: rgba(10, 21, 3, 0.75); transition: color .3s ease; }
.b2b__alt:hover { color: var(--volt-ink); }

.acard {
  background: #081408; color: var(--ink);
  border-radius: 22px; padding: 1.9rem;
  transform: rotate(2deg);
  box-shadow: 0 44px 110px rgba(10, 21, 3, 0.45);
  max-width: 460px; margin-inline: auto;
  will-change: transform;
}
.acard__head { display: flex; align-items: center; gap: 1.1rem; }
.acard__logo {
  width: 56px; height: 56px; flex: none; display: grid; place-items: center;
  background: var(--volt); color: var(--volt-ink); border-radius: 16px;
  font-family: var(--f-display); font-size: 1.4rem;
}
.acard__head h3 { font-size: 1.16rem; font-weight: 700; }
.acard__head p { color: var(--dim); font-size: .86rem; margin-top: .15rem; }
.acard__rating { color: var(--volt); font-size: 1.05rem; font-weight: 600; margin: 1.2rem 0 .9rem; }
.acard__rating span { color: var(--dim); font-weight: 400; font-size: .88rem; }
.acard__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.acard__tags li {
  font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--dim); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px;
}
.acard__btn {
  display: block; text-align: center; margin-top: 1.4rem;
  background: var(--volt); color: var(--volt-ink);
  border-radius: 999px; padding: 15px 20px; font-weight: 700; font-size: .95rem;
}
.acard__foot { margin-top: 1.15rem; text-align: center; font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; color: var(--faint); }

/* ---------- Pasek społeczności ---------- */
.community { border-bottom: 1px solid var(--line); background: #081408; }
.community__row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.3rem 0; }
.community__row > p:first-child { display: flex; align-items: baseline; gap: .8rem; font-family: var(--f-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); }
.community__row strong { font-family: var(--f-display); font-weight: 400; font-size: 2.3rem; color: var(--volt); letter-spacing: .01em; }
.community__txt { color: var(--dim); font-size: .95rem; max-width: 46ch; }
.community__link { font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--volt); white-space: nowrap; }
.community__link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Finałowe CTA ---------- */
.cta { text-align: center; overflow: hidden; padding: clamp(7rem, 16vh, 12rem) 0 clamp(11rem, 24vh, 17rem); }
.cta__giant {
  position: absolute; inset: 0; display: grid; place-items: end center;
  pointer-events: none; z-index: 0;
}
.cta__giant span {
  grid-area: 1 / 1; font-family: var(--f-display); text-transform: uppercase;
  font-size: clamp(7rem, 24vw, 21rem); line-height: 1; white-space: nowrap;
  transform: translateY(0.18em);
}
.cta__giant-outline { color: transparent; -webkit-text-stroke: 1.5px rgba(232, 245, 228, 0.11); }
.cta__giant-fill { color: rgba(201, 247, 58, 0.13); clip-path: inset(0 100% 0 0); }
.cta__inner { position: relative; z-index: 1; }
.cta p { color: var(--dim); max-width: 46ch; margin: 1rem auto 2.4rem; font-size: 1.05rem; }
.cta__actions { margin-bottom: 3rem; }
.newsletter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 600px; margin-inline: auto; }
.newsletter input {
  flex: 1; min-width: 240px;
  background: rgba(10, 26, 17, 0.6); border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink); padding: 15px 26px; outline: 0;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.newsletter input::placeholder { color: var(--faint); }
.newsletter input:focus { border-color: var(--volt); box-shadow: 0 0 0 5px rgba(201, 247, 58, 0.1); }
.newsletter__note { width: 100%; font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; color: var(--faint); margin-top: .7rem; }
.newsletter.is-done input { opacity: .45; pointer-events: none; }
.newsletter.is-done .btn--ghost { background: var(--volt); border-color: var(--volt); color: var(--volt-ink); }

/* ---------- Stopka ---------- */
.footer { border-top: 1px solid var(--line); background: #050d08; padding-top: 4.2rem; }
.footer__giant {
  font-family: var(--f-display); text-transform: uppercase; text-align: center;
  font-size: clamp(2.4rem, 11vw, 8.4rem); line-height: 1; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(232, 245, 228, 0.15);
  margin-bottom: 3.8rem;
}
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 2.2rem; }
.footer__brand .nav__mark { width: 44px; }
.footer__brand p { color: var(--dim); font-size: .92rem; line-height: 1.6; max-width: 30ch; margin-top: 1.1rem; }
.footer__col h4 { font-family: var(--f-mono); font-weight: 500; font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: var(--faint); margin-bottom: 1.15rem; }
.footer__col a { display: block; padding: .32rem 0; color: rgba(238, 246, 234, 0.78); font-size: .95rem; transition: color .3s ease; }
.footer__col a:hover { color: var(--volt); }
.footer__bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem;
  border-top: 1px solid var(--line); margin-top: 3.6rem; padding: 1.5rem 0 2rem;
  font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase;
  letter-spacing: .07em; color: var(--faint);
}

/* ============================================================
   RESPONSYWNOŚĆ
   ============================================================ */
@media (max-width: 1100px) {
  .features__grid { grid-template-columns: 1fr; }
  .ticket-col { position: static; max-width: 480px; margin-inline: auto; }
  .map__wrap { grid-template-columns: 1fr; }
  .map__side { max-width: 580px; }
  .types__grid { grid-template-columns: repeat(2, 1fr); }
  .who__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; row-gap: 2.6rem; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .b2b__grid { grid-template-columns: 1fr; }
  .acard { transform: rotate(0); }
  .how__grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .how__line { display: none; }
  .step { padding-left: 1.6rem; border-left: 1px solid var(--line); }
  .hero__scroll { display: none; }
  .hero__grid { grid-template-columns: 1fr; gap: 2.2rem; padding-top: clamp(6rem, 14vh, 8rem); }
  .hero__lead { max-width: 640px; order: 1; }
  .hero__map { order: 2; max-width: 460px; margin-inline: auto; width: 100%; }
}

@media (max-width: 640px) {
  .hero__stats { gap: 1rem 0; }
  .stat { padding: 0 1rem 0 0; }
  .stat + .stat { padding-left: 1rem; }
  .search { flex-wrap: wrap; padding: 10px; border-radius: 26px; }
  .search input { flex: 1 1 100%; order: -1; padding: 8px 12px; }
  .search__icon { display: none; }
  .search .btn { flex: 1; }
  .types__grid {
    display: flex; overflow-x: auto; gap: .9rem;
    scroll-snap-type: x mandatory; padding-bottom: 1rem;
    margin-inline: calc((100vw - 100%) / -2); padding-inline: calc((100vw - 100%) / 2);
    scrollbar-width: none;
  }
  .types__grid::-webkit-scrollbar { display: none; }
  .tcard { flex: 0 0 80%; scroll-snap-align: center; }
  .who__grid { grid-template-columns: 1fr; }
  .community__row { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .pin text { font-size: 15px; }
  .menu__links a { font-size: clamp(1.9rem, 5.4vh, 3rem); }
}

/* ============================================================
   PODSTRONY — /szukaj i /boisko
   ============================================================ */
.page-main { min-height: 70vh; }
.phead { padding: clamp(7.5rem, 15vh, 10rem) 0 2.6rem; border-bottom: 1px solid var(--line);
  background:
    radial-gradient(90% 120% at 85% 0%, rgba(201, 247, 58, 0.06), transparent 55%),
    var(--bg);
}
.phead h1 {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 1; margin-bottom: 1.6rem;
}
.phead h1 em { font-style: normal; color: var(--volt); }
.phead__search { max-width: 860px; flex-wrap: wrap; border-radius: 28px; }
.phead__search input { min-width: 200px; }

.notice {
  display: inline-block; margin: 0 0 1.4rem;
  font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em;
  color: var(--volt); border: 1px solid rgba(201, 247, 58, 0.4); border-radius: 10px;
  background: var(--volt-soft); padding: 10px 16px; line-height: 1.6;
}

.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; width: 100%; padding: 4px 6px 6px; }
.fsel { position: relative; }
.fsel select {
  appearance: none; -webkit-appearance: none;
  background: rgba(10, 26, 17, 0.6); border: 1px solid var(--line); border-radius: 999px;
  color: var(--dim); font-family: var(--f-mono); font-size: .72rem;
  text-transform: uppercase; letter-spacing: .08em;
  padding: 9px 36px 9px 16px; cursor: pointer; outline: 0;
  transition: border-color .3s ease, color .3s ease;
}
.fsel select:hover, .fsel select:focus { border-color: var(--volt); color: var(--ink); }
.fsel::after {
  content: ''; position: absolute; right: 15px; top: 50%; margin-top: -3px;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid var(--dim); pointer-events: none;
}
.fchip { cursor: pointer; }
.fchip input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.fchip span {
  display: inline-block; font-family: var(--f-mono); font-size: .72rem;
  text-transform: uppercase; letter-spacing: .08em; color: var(--dim);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
  transition: all .3s ease; user-select: none;
}
.fchip:hover span { border-color: rgba(201, 247, 58, 0.5); color: var(--volt); }
.fchip input:checked + span { background: var(--volt); border-color: var(--volt); color: var(--volt-ink); font-weight: 500; }
.fchip input:focus-visible + span { outline: 2px solid var(--volt); outline-offset: 3px; }

/* „Blisko mnie" — geolokalizacja */
.fnear {
  display: inline-flex; align-items: center; gap: 8px; margin-left: auto;
  font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--volt); border: 1px solid rgba(201, 247, 58, 0.5); background: var(--volt-soft);
  border-radius: 999px; padding: 9px 16px;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.fnear svg { width: 15px; height: 15px; flex: none; }
.fnear:hover { background: var(--volt); color: var(--volt-ink); border-color: var(--volt); }
.fnear.is-loading { pointer-events: none; }
.fnear.is-loading svg { animation: spin 0.9s linear infinite; }
.fnear.is-active { background: var(--volt); color: var(--volt-ink); border-color: var(--volt); font-weight: 500; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 620px) { .fnear { margin-left: 0; } }

.results { padding: 2.4rem 0 clamp(4rem, 9vh, 6.5rem); }
.rmeta { font-family: var(--f-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-bottom: 1.4rem; }
.results__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.results__head .rmeta { margin-bottom: 0; }
.rsort { flex: none; }
.filters-toggle { display: none; }
.rgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.rcard {
  display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(172deg, var(--panel), #081206);
  padding: 1.4rem;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), border-color .3s ease, box-shadow .4s ease;
  animation: cardIn .5s ease both;
}
/* wyłącznie transform — treść nigdy nie jest ukryta przez animację
   (np. w tłowej karcie przeglądarki, gdzie rAF/animacje są dławione) */
@keyframes cardIn { from { transform: translateY(16px); } to { transform: none; } }
.rcard:hover { transform: translateY(-6px); border-color: rgba(201, 247, 58, 0.45); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.rcard__top { display: flex; justify-content: space-between; align-items: center; gap: .8rem; margin-bottom: .9rem; }
.rcard__meta { display: inline-flex; align-items: center; gap: 9px; flex: none; }
.rcard__stars { color: var(--volt); font-family: var(--f-mono); font-size: .8rem; }
.rcard__dist {
  font-family: var(--f-mono); font-size: .72rem; color: var(--volt-ink);
  background: var(--volt); border-radius: 999px; padding: 3px 10px; font-weight: 500;
  white-space: nowrap;
}
.rcard__name { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.3rem; letter-spacing: .02em; line-height: 1.05; }
.rcard__addr { color: var(--dim); font-size: .87rem; margin-top: .35rem; }
.rcard__specs { display: flex; flex-wrap: wrap; gap: .45rem .95rem; margin-top: .95rem; }
.rcard__specs li {
  font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--faint); position: relative; padding-left: 12px;
}
.rcard__specs li::before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 5px; height: 5px; border-radius: 50%; background: rgba(201, 247, 58, 0.55); }
.rcard__foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: .95rem; border-top: 1px dashed rgba(238, 246, 234, 0.18);
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dim);
  margin-top: 1.2rem;
}
.rcard:hover .rcard__foot { color: var(--volt); }
.rcard--ghost { min-height: 210px; pointer-events: none; animation: ghost 1.3s ease-in-out infinite; }
@keyframes ghost { 0%, 100% { opacity: .55; } 50% { opacity: .2; } }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .11em;
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 11px; color: var(--dim);
}
.badge--orlik { background: var(--volt); border-color: var(--volt); color: var(--volt-ink); font-weight: 500; }
.badge--sztuczna { border-color: rgba(201, 247, 58, 0.55); color: var(--volt); }
.badge--naturalna { border-color: rgba(232, 245, 228, 0.4); color: var(--chalk); }
.badge--hala { border-color: var(--line); color: var(--dim); }
.badge--ok { border-color: rgba(201, 247, 58, 0.4); color: var(--volt); }
.badge--ok i { width: 5px; height: 5px; border-radius: 50%; background: var(--volt); animation: blink 1.8s ease-in-out infinite; }

.loadmore { text-align: center; margin-top: 2.4rem; }

/* Mobile: filtry zwinięte za „Filtry", żeby wyniki były od razu widoczne */
@media (max-width: 720px) {
  .filters-toggle {
    display: inline-flex; align-items: center; gap: 8px; margin: 4px 6px 0;
    font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
    color: var(--ink); border: 1px solid var(--line); background: rgba(10, 26, 17, 0.6);
    border-radius: 999px; padding: 10px 18px;
  }
  .filters-toggle svg { width: 15px; height: 15px; color: var(--volt); flex: none; }
  .filters-toggle[aria-expanded="true"] { color: var(--volt); border-color: rgba(201, 247, 58, 0.5); background: var(--volt-soft); }
  .filters { max-height: 0; overflow: hidden; opacity: 0; padding-top: 0; padding-bottom: 0; margin-top: 0; transition: max-height .3s ease, opacity .2s ease, padding .3s ease, margin-top .3s ease; }
  .filters.is-open { max-height: 460px; opacity: 1; padding: 6px 6px 8px; margin-top: 6px; }
}
.empty { text-align: center; padding: 4.5rem 0 5.5rem; }
.empty svg { width: 74px; margin: 0 auto 1.4rem; color: rgba(201, 247, 58, 0.5); }
.empty h2 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: .6rem; }
.empty p { color: var(--dim); margin-bottom: 1.8rem; }

/* ---------- Karta boiska ---------- */
.bpage { padding: clamp(7.5rem, 15vh, 10rem) 0 clamp(4rem, 9vh, 6.5rem); }
/* wejście strony: wyłącznie transform, bez opacity — treść zawsze widoczna */
#bpage:not([hidden]) { animation: bpageIn .55s ease both; }
@keyframes bpageIn { from { transform: translateY(12px); } to { transform: none; } }
.crumbs {
  display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem;
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--faint);
}
.crumbs a:hover { color: var(--volt); }
.crumbs span[aria-current] { color: var(--dim); }
.bwrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.bbadges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.1rem; }
.bmain h1 {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1; margin-bottom: .7rem;
}
.baddr { font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; color: var(--dim); margin-bottom: 1.5rem; }
.bdesc { color: var(--dim); font-size: 1.03rem; line-height: 1.7; max-width: 58ch; margin-bottom: 2rem; }
.brows { border-top: 1px solid var(--line); margin-bottom: 1.6rem; }
.brows li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem;
  padding: .85rem 0; border-bottom: 1px solid var(--line);
}
.brows span { font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); flex: none; }
.brows strong { font-size: .98rem; font-weight: 600; text-align: right; }
.btags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2.2rem; }
.btags span {
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--dim); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px;
}

.breport summary {
  cursor: pointer; font-family: var(--f-mono); font-size: .76rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--volt); padding: .4rem 0; list-style: none;
}
.breport summary::before { content: '+ '; }
.breport[open] summary::before { content: '− '; }
.breport summary::-webkit-details-marker { display: none; }
.breport form { display: grid; gap: 10px; max-width: 520px; padding-top: 1rem; }
.breport textarea, .breport input {
  background: rgba(10, 26, 17, 0.6); border: 1px solid var(--line); border-radius: 14px;
  color: var(--ink); padding: 13px 16px; outline: 0; font-family: var(--f-body); font-size: .95rem;
  transition: border-color .3s ease; resize: vertical;
}
.breport textarea:focus, .breport input:focus { border-color: var(--volt); }
.breport .btn { justify-self: start; }
.breport__note { font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); }

.bside { position: sticky; top: 108px; }
.bcard {
  background: linear-gradient(160deg, #11291a, #0a1c10);
  border: 1px solid rgba(201, 247, 58, 0.28); border-radius: 20px; padding: 1.7rem;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}
.bcard .ticket__pitch { margin: 0 0 1.2rem; }
.bcard__rating { font-size: .95rem; margin-bottom: 1rem; }
.bcard__rating .bstars { color: var(--volt); letter-spacing: 2px; }
.bcard__rating em { font-style: normal; color: var(--dim); font-size: .85rem; }
.bcard__price { display: flex; align-items: baseline; gap: .6rem; margin-bottom: 1.2rem; }
.bcard__price strong { font-family: var(--f-display); font-weight: 400; font-size: 2rem; color: var(--volt); }
.bcard__price span { font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; color: var(--dim); }
.bcard__actions { display: grid; gap: 10px; }
.bcard__actions .btn { width: 100%; }
.bcard__verified { margin-top: 1.1rem; text-align: center; font-family: var(--f-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .09em; color: var(--faint); }

/* --- Wizual boiska (placeholder per typ nawierzchni, nie fotografia) --- */
.bhero {
  position: relative; aspect-ratio: 16 / 7; margin-bottom: 1.5rem;
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden; isolation: isolate;
  background: linear-gradient(150deg, #0e2416, #081a0f);
}
.bhero__pitch { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; color: rgba(232, 245, 228, 0.16); }
.bhero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(120% 95% at 82% -12%, var(--surf, rgba(201, 247, 58, 0.22)), transparent 60%),
    radial-gradient(90% 85% at 50% 128%, rgba(4, 12, 7, 0.62), transparent 62%);
}
.bhero--orlik    { --surf: rgba(201, 247, 58, 0.28); }
.bhero--sztuczna { --surf: rgba(70, 184, 119, 0.32); }
.bhero--naturalna{ --surf: rgba(217, 239, 200, 0.20); }
.bhero--hala     { --surf: rgba(240, 169, 58, 0.28); }
.bhero__type {
  position: absolute; left: 14px; top: 12px; z-index: 2;
  font-family: var(--f-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink); background: rgba(6, 15, 10, 0.6); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.bhero__add {
  position: absolute; right: 12px; bottom: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--ink); background: rgba(6, 15, 10, 0.55); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 14px; cursor: pointer;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.bhero__add svg { width: 15px; height: 15px; }
.bhero__add:hover { color: var(--volt); border-color: rgba(201, 247, 58, 0.5); background: var(--volt-soft); }

/* --- Sekcje karty (opinie, mapa) --- */
.bsec { border-top: 1px solid var(--line); padding-top: 1.7rem; margin-bottom: 2.2rem; }
.bsec__title {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); margin-bottom: 1.1rem;
}
.bscore { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1rem; }
.bscore__num { font-family: var(--f-display); font-weight: 400; font-size: 2.8rem; line-height: 1; color: var(--volt); }
.bscore__meta { display: flex; flex-direction: column; gap: 3px; }
.bscore__stars { color: var(--volt); letter-spacing: 2px; font-size: 1rem; }
.bscore__count { font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--dim); }
.breviews__note { color: var(--dim); font-size: .96rem; line-height: 1.65; max-width: 56ch; margin-bottom: 1rem; }
.blink {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--volt); background: none; border: 0; cursor: pointer; padding: 0;
}
.blink svg { width: 15px; height: 15px; }
.blink:hover { text-decoration: underline; text-underline-offset: 3px; }

.bmap__frame { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); }
#b-map { height: clamp(260px, 38vh, 360px); background: #08150d; }
#b-map .leaflet-tile-pane { filter: brightness(1.9) contrast(1.15) saturate(1.25) hue-rotate(50deg); }
#b-map .pinm__i { width: 16px; height: 16px; }
.bmap__addr { margin-top: .9rem; font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--dim); }
.bmap .leaflet-control-zoom { border: 0; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5); margin: 12px; }
.bmap .leaflet-control-zoom a {
  background: rgba(10, 26, 17, 0.92); color: var(--ink); border: 1px solid var(--line);
  width: 32px; height: 32px; line-height: 30px; font-size: 1.15rem;
  transition: background-color .2s ease, color .2s ease;
}
.bmap .leaflet-control-zoom a:first-child { border-radius: 10px 10px 0 0; }
.bmap .leaflet-control-zoom a:last-child { border-radius: 0 0 10px 10px; }
.bmap .leaflet-control-zoom a:hover { background: var(--volt); color: var(--volt-ink); }
.bmap .leaflet-control-attribution {
  background: rgba(6, 15, 10, 0.78); color: var(--faint);
  font-family: var(--f-mono); font-size: 10px; padding: 3px 8px;
}
.bmap .leaflet-control-attribution a { color: var(--dim); }

/* Prawa kolumna: wizual → mapa → akcja (kolumna bywa wysoka, więc bez sticky) */
.bside { position: static; display: flex; flex-direction: column; gap: .9rem; max-width: none; }
.bside .bhero { margin-bottom: .2rem; }
.bside__nav { width: 100%; }
.bside__cost { font-family: var(--f-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--dim); text-align: center; }
.bside__cost strong { color: var(--volt); font-weight: 600; }
.bside #b-map { height: clamp(220px, 30vh, 300px); }

/* W skrócie — szybkie fakty */
.bquick { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.7rem; }
.bquick li {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--dim); background: rgba(10, 26, 17, 0.5); border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 13px;
}
.bquick li b { color: var(--ink); font-weight: 600; }
.bquick li svg { width: 13px; height: 13px; color: var(--volt); flex: none; }

/* Ocena 1–5 — realny widżet gwiazdek */
.brate { display: inline-flex; gap: 5px; margin: .1rem 0 .3rem; }
.brate button {
  background: none; border: 0; padding: 2px; cursor: pointer; line-height: 1;
  font-size: 1.9rem; color: rgba(238, 246, 234, 0.2);
  transition: color .12s ease, transform .12s ease;
}
.brate button:hover { transform: translateY(-2px); }
.brate button.on { color: var(--volt); }
.brate[aria-disabled="true"] button { cursor: default; }
.brate[aria-disabled="true"] button:hover { transform: none; }
.brate__hint { font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); margin-top: .2rem; }
.brate__hint.ok { color: var(--volt); }

/* Częste pytania (FAQ) */
.bfaq details { border-bottom: 1px solid var(--line); }
.bfaq summary {
  cursor: pointer; list-style: none; padding: 1rem 0; font-weight: 600; font-size: 1rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.bfaq summary::-webkit-details-marker { display: none; }
.bfaq summary::after { content: '+'; font-family: var(--f-mono); color: var(--volt); font-size: 1.25rem; line-height: 1; }
.bfaq details[open] summary::after { content: '−'; }
.bfaq__a { color: var(--dim); font-size: .96rem; line-height: 1.6; padding: 0 0 1.1rem; max-width: 60ch; }

/* Formularz zgłoszenia — strukturalny (potwierdź brakujące pola + tekst) */
.breport__lead { color: var(--dim); font-size: .96rem; line-height: 1.6; max-width: 58ch; margin-bottom: 1.2rem; }
.bform { display: grid; gap: 12px; max-width: 560px; }
.bform__fields { display: grid; gap: 12px; }
.bform__fields:empty { display: none; }
.bform__field { display: grid; gap: 6px; }
.bform__flabel { font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; color: var(--faint); }
.bform__label { font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; color: var(--faint); margin-top: .4rem; }
.bform textarea, .bform input, .bform select {
  background: rgba(10, 26, 17, 0.6); border: 1px solid var(--line); border-radius: 12px;
  color: var(--ink); padding: 11px 14px; outline: 0; font-family: var(--f-body); font-size: .95rem;
  transition: border-color .3s ease; resize: vertical; width: 100%;
}
.bform textarea:focus, .bform input:focus, .bform select:focus { border-color: var(--volt); }
.bform .btn { justify-self: start; }
.breport__note { font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); }

@media (max-width: 1000px) {
  .bwrap { display: flex; flex-direction: column; }
  .bside { order: -1; }
  .bside #b-map { height: clamp(240px, 40vh, 320px); }
}

.brelated { margin-top: clamp(3.5rem, 8vh, 5.5rem); }
.brelated__title {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin-bottom: 1.6rem;
}

@media (max-width: 1000px) {
  .rgrid { grid-template-columns: repeat(2, 1fr); }
  .bwrap { grid-template-columns: 1fr; }
  .bside { position: static; max-width: 480px; }
}
@media (max-width: 620px) {
  .rgrid { grid-template-columns: 1fr; }
  .phead__search .btn { flex: 1; }
  .brows strong { text-align: left; }
  .brows li { flex-direction: column; gap: .25rem; align-items: flex-start; }
}

/* ============================================================
   MAPA — /mapa (Leaflet, motyw „Nocny mecz")
   ============================================================ */
body.mapview { overflow: hidden; height: 100vh; }
#map {
  position: fixed; inset: 0; z-index: 0;
  background: #05100a;
}
/* Tint kafelków realizują pane'y (teren/etykiety) w app-mapa.js —
   dzięki temu nazwy miast i województw pozostają czytelne. */
.leaflet-container { background: #08150d; font-family: var(--f-body); }

/* Atmosfera: łuna volt u góry + delikatna winieta (nie przyciemnia środka) */
.map-scrim {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(75% 50% at 28% -10%, rgba(201, 247, 58, 0.08), transparent 62%),
    radial-gradient(135% 115% at 50% 48%, transparent 72%, rgba(4, 12, 7, 0.5) 100%);
}

/* Kontrolki i atrybucja Leaflet w naszym stylu */
.mapview .leaflet-control-zoom { border: 0; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5); margin: 1rem; }
.mapview .leaflet-control-zoom a {
  background: rgba(10, 26, 17, 0.9); color: var(--ink);
  border: 1px solid var(--line); width: 38px; height: 38px; line-height: 36px;
  font-size: 1.3rem; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background-color .2s ease, color .2s ease;
}
.mapview .leaflet-control-zoom a:first-child { border-radius: 12px 12px 0 0; }
.mapview .leaflet-control-zoom a:last-child { border-radius: 0 0 12px 12px; }
.mapview .leaflet-control-zoom a:hover { background: var(--volt); color: var(--volt-ink); }
.mapview .leaflet-control-attribution {
  background: rgba(6, 15, 10, 0.78); color: var(--faint);
  font-family: var(--f-mono); font-size: 10px; padding: 3px 8px; border-radius: 8px 0 0 0;
}
.mapview .leaflet-control-attribution a { color: var(--dim); }

/* Markery boisk (kolor wg typu) */
.pinm__i {
  display: block; width: 13px; height: 13px; border-radius: 50%;
  border: 1.5px solid rgba(5, 16, 10, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.6);
  transition: transform .15s ease;
}
.pinm:hover .pinm__i { transform: scale(1.35); z-index: 10; }
.pinm--orlik    { background: #c9f73a; box-shadow: 0 0 8px rgba(201, 247, 58, 0.7), 0 1px 4px rgba(0,0,0,.6); }
.pinm--sztuczna { background: #46b877; }
.pinm--naturalna{ background: #d9efc8; }
.pinm--hala     { background: #f0a93a; }
.pinm--inne     { background: #93a08c; }

/* Klastry */
.mcl-wrap { background: transparent; }
.mcl {
  display: grid; place-items: center; border-radius: 50%;
  font-family: var(--f-display); color: var(--volt); letter-spacing: .02em;
  background: radial-gradient(circle at 50% 35%, rgba(20, 45, 25, 0.96), rgba(8, 22, 13, 0.96));
  border: 1.5px solid rgba(201, 247, 58, 0.55);
  box-shadow: 0 0 0 4px rgba(201, 247, 58, 0.1), 0 6px 18px rgba(0, 0, 0, 0.5);
  width: 100%; height: 100%;
}
.mcl span { transform: translateY(1px); }
.mcl--s { width: 34px; height: 34px; font-size: .82rem; }
.mcl--m { width: 40px; height: 40px; font-size: .92rem; }
.mcl--l { width: 46px; height: 46px; font-size: 1rem; }
.mcl--xl { width: 54px; height: 54px; font-size: 1.05rem; border-color: rgba(201, 247, 58, 0.8); box-shadow: 0 0 0 5px rgba(201, 247, 58, 0.14), 0 8px 22px rgba(0, 0, 0, 0.55); }
.leaflet-marker-icon.mcl-wrap { transition: transform .18s ease; }

/* „Tu jesteś" */
.youm i {
  display: block; width: 16px; height: 16px; border-radius: 50%; margin: 3px;
  background: #fff; border: 3px solid var(--volt);
  box-shadow: 0 0 0 4px rgba(201, 247, 58, 0.3), 0 0 14px rgba(201, 247, 58, 0.6);
  animation: youPulse 2s ease-out infinite;
}
@keyframes youPulse { 0% { box-shadow: 0 0 0 3px rgba(201,247,58,.5), 0 0 14px rgba(201,247,58,.6); } 70% { box-shadow: 0 0 0 16px rgba(201,247,58,0), 0 0 14px rgba(201,247,58,.6); } 100% { box-shadow: 0 0 0 3px rgba(201,247,58,0), 0 0 14px rgba(201,247,58,.6); } }
.you-tip { background: var(--volt); color: var(--volt-ink); border: 0; font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.you-tip::before { border-top-color: var(--volt); }

/* Popup */
.bwp-popup .leaflet-popup-content-wrapper {
  background: linear-gradient(160deg, #11291a, #0a1c10);
  border: 1px solid rgba(201, 247, 58, 0.3); border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); color: var(--ink);
}
.bwp-popup .leaflet-popup-content { margin: 15px 17px; line-height: 1.5; }
.bwp-popup .leaflet-popup-tip { background: #0d2113; border: 1px solid rgba(201, 247, 58, 0.3); }
.bwp-popup a.leaflet-popup-close-button { color: var(--faint); }
.bwp-popup a.leaflet-popup-close-button:hover { color: var(--volt); }
.mpop__top { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .55rem; }
.mpop__rating { color: var(--volt); font-family: var(--f-mono); font-size: .78rem; }
.mpop__name { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.15rem; line-height: 1.05; letter-spacing: .01em; }
.mpop__addr { color: var(--dim); font-size: .82rem; margin-top: .25rem; }
.mpop__specs { display: flex; flex-wrap: wrap; gap: .3rem .8rem; margin: .6rem 0 .1rem; }
.mpop__specs li { font-family: var(--f-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .06em; color: var(--faint); position: relative; padding-left: 11px; }
.mpop__specs li::before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: rgba(201, 247, 58, 0.6); }
.mpop__link { display: inline-block; margin-top: .8rem; font-family: var(--f-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--volt); }
.mpop__link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Panel filtrów (lewy-górny) */
.mapview .nav { z-index: 1000; }
.mapview .menu { z-index: 1100; }
.mpanel {
  position: fixed; z-index: 500; top: 92px; left: clamp(1rem, 2vw, 1.6rem);
  width: min(360px, calc(100vw - 2rem));
  background: rgba(8, 18, 12, 0.82);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 20px;
  padding: 1.3rem 1.3rem 1.1rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}
.mpanel__title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 1.7rem; line-height: 1; letter-spacing: .01em; margin: .3rem 0 .5rem; }
.mpanel__count { font-family: var(--f-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--volt); }
.mpanel__toggle { display: none; }
.msearch { display: flex; align-items: center; gap: 8px; margin: 1rem 0 .8rem; padding: 3px 6px 3px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(10, 26, 17, 0.6); }
.msearch:focus-within { border-color: var(--volt); }
.msearch .search__icon { width: 17px; height: 17px; color: var(--faint); flex: none; }
.msearch input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--ink); font-size: .95rem; padding: 9px 2px; }
.msearch input::placeholder { color: var(--faint); }
/* Podpowiedzi (typeahead: miasto / boisko) */
.msearch-wrap { position: relative; }
.msug {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 600;
  background: rgba(8, 18, 12, 0.97); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55); overflow: hidden auto; max-height: 340px;
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.msug__group { font-family: var(--f-mono); font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); padding: 11px 14px 5px; }
.msug__item { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 9px 14px; color: var(--ink); transition: background-color .15s ease; }
.msug__item:hover, .msug__item.is-active { background: rgba(201, 247, 58, 0.1); }
.msug__item > svg { width: 15px; height: 15px; color: var(--volt); flex: none; }
.msug__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.msug__body { display: flex; flex-direction: column; min-width: 0; }
.msug__body strong { font-size: .9rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.msug__body em { font-style: normal; font-family: var(--f-mono); font-size: .63rem; text-transform: uppercase; letter-spacing: .05em; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* Wariant hero: pozycja fixed (hero ma overflow:hidden — inaczej lista byłaby przycięta) */
.search-wrap { position: relative; }
.msug--hero { position: fixed; }
.msug--hero .msug__item { padding: 11px 16px; }
.mfilters { display: flex; flex-wrap: wrap; gap: 7px; }
.mfilters .fnear { margin-left: 0; }
.mlegend { display: flex; flex-wrap: wrap; gap: .5rem .9rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.mlegend span { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .06em; color: var(--dim); }
.mlegend .dot { width: 9px; height: 9px; border-radius: 50%; }
.dot--orlik { background: #c9f73a; } .dot--sztuczna { background: #46b877; } .dot--naturalna { background: #d9efc8; } .dot--hala { background: #f0a93a; } .dot--inne { background: #93a08c; }

/* Lista boisk w widoku (prawa) */
.mlist {
  position: fixed; z-index: 500; top: 92px; right: clamp(1rem, 2vw, 1.6rem); bottom: 5.5rem;
  width: min(320px, calc(100vw - 2rem)); display: flex; flex-direction: column;
  background: rgba(8, 18, 12, 0.82);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}
.mlist__head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); font-family: var(--f-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; color: var(--dim); flex: none; }
.mlist__toggle { width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--line); color: var(--dim); font-size: 1.1rem; line-height: 1; }
.mlist__toggle:hover { border-color: var(--volt); color: var(--volt); }
.mlist__scroll { overflow-y: auto; padding: .5rem; scrollbar-width: thin; }
.mli { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; padding: .7rem .7rem; border-radius: 12px; transition: background-color .2s ease; }
.mli:hover { background: rgba(201, 247, 58, 0.08); }
.mli__dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.mli__body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mli__body strong { font-size: .9rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mli__body em { font-style: normal; font-family: var(--f-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .05em; color: var(--faint); margin-top: 2px; }
.mli__go { color: var(--faint); flex: none; transition: color .2s ease, transform .2s ease; }
.mli:hover .mli__go { color: var(--volt); transform: translateX(3px); }
.mli__more { padding: .8rem 1rem 1rem; font-family: var(--f-mono); font-size: .68rem; color: var(--faint); line-height: 1.5; }
.mlist-open {
  position: fixed; z-index: 500; top: 92px; right: clamp(1rem, 2vw, 1.6rem);
  background: var(--volt); color: var(--volt-ink); border-radius: 999px;
  font-family: var(--f-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600;
  padding: 11px 20px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 900px) {
  .mpanel { top: 74px; left: 0; right: 0; width: auto; border-radius: 0 0 20px 20px; border-left: 0; border-right: 0; padding: .85rem 1.1rem; }
  .mpanel__title { display: none; }
  .mpanel .sec-tag { display: none; }
  /* Głowa panelu: licznik + przełącznik filtrów w jednym rzędzie */
  .mpanel__head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
  .mpanel__toggle {
    display: inline-flex; align-items: center; gap: 7px; flex: none;
    padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px;
    background: rgba(10, 26, 17, 0.6); color: var(--ink);
    font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em;
  }
  .mpanel__toggle svg { width: 15px; height: 15px; color: var(--volt); }
  .mpanel.is-open .mpanel__toggle { color: var(--volt); border-color: rgba(201, 247, 58, 0.5); background: var(--volt-soft); }
  .msearch { margin: .8rem 0 0; }
  /* Filtry zwinięte domyślnie — rozwijane przyciskiem „Filtry" (mapa dominuje) */
  .mfilters { max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; transition: max-height .3s ease, opacity .2s ease, margin-top .3s ease; }
  .mpanel.is-open .mfilters { max-height: 340px; opacity: 1; margin-top: .8rem; }
  .mlegend { display: none; }
  /* Lista jako bottom-sheet: domyślnie „peek" (tylko nagłówek), tap rozwija */
  .mlist { top: auto; bottom: 0; left: 0; right: 0; width: auto; height: 56px; border-radius: 20px 20px 0 0; transition: height .32s cubic-bezier(.4, 0, .2, 1); }
  .mlist.is-expanded { height: 64vh; }
  .mlist__head { cursor: pointer; }
  .mlist-open { display: none; }
  .mapview .leaflet-control-zoom { display: none; }
}

/* ---------- Ograniczony ruch ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee__track { animation: none; }
  .cursor { display: none; }
  .cta__giant-fill { clip-path: inset(0 0 0 0); }
}
