:root {
  --ink: #030814;
  --ink-2: #071225;
  --panel: #0a172c;
  --panel-2: #0d1d38;
  --line: rgba(134, 169, 220, .2);
  --cream: #f5f1e8;
  --muted: #a8b6ca;
  --blue: #1671ff;
  --blue-light: #54a8ff;
  --gold: #ffd21a;
  --gold-2: #ffb619;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Manrope', system-ui, sans-serif;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--cream); font-family: var(--body); line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; background-image: radial-gradient(circle at 20% 30%, rgba(22,113,255,.12), transparent 22%), radial-gradient(circle at 80% 70%, rgba(255,210,26,.06), transparent 18%); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 12px 18px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(3,8,20,.86); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--cream); text-decoration: none; font-family: var(--display); font-size: 20px; font-weight: 800; line-height: .95; text-transform: uppercase; letter-spacing: .03em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--body); font-size: 9px; letter-spacing: .14em; }
.brand-show { color: var(--blue-light); }
.brand-cards { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding-inline: 4px; color: #d8e1ee; font-size: 13px; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--gold); }
.nav-toggle { display: none; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 24px; border: 1px solid var(--gold); border-radius: 6px; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 10px 30px rgba(255,190,20,.14); color: #07101d; font-size: 13px; font-weight: 800; letter-spacing: .05em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255,190,20,.24); }
.button-small { min-height: 44px; padding: 9px 19px; }
.button-ghost, .button-outline { border-color: rgba(255,255,255,.3); background: transparent; box-shadow: none; color: var(--cream); }
.button-outline { width: 100%; border-color: #31517e; }

.hero { position: relative; min-height: 830px; padding-top: 76px; overflow: hidden; background: radial-gradient(circle at 77% 42%, rgba(22,113,255,.18), transparent 27%), linear-gradient(135deg, #030814 0%, #07152b 56%, #030814 100%); }
.hero::before { content: ''; position: absolute; inset: 76px 0 0; opacity: .26; background-image: linear-gradient(rgba(84,168,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(84,168,255,.13) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(90deg, transparent 4%, #000 45%, #000 100%); transform: perspective(700px) rotateX(62deg) scale(1.55) translateY(19%); transform-origin: bottom; }
.hero::after { content: ''; position: absolute; width: 56vw; height: 56vw; max-width: 760px; max-height: 760px; right: -9vw; top: 55px; border: 1px solid rgba(84,168,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(84,168,255,.025), 0 0 0 150px rgba(84,168,255,.02); }
.hero-glow { position: absolute; width: 600px; height: 600px; left: -250px; top: 150px; border-radius: 50%; background: rgba(22,113,255,.16); filter: blur(100px); }
.hero-content { position: relative; z-index: 1; display: grid; min-height: 754px; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 55px; padding-bottom: 45px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--blue-light); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .95; text-transform: uppercase; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(66px, 7.1vw, 106px); letter-spacing: -.035em; }
h1 span, h2 span { color: var(--gold); }
.hero-lead { max-width: 550px; margin-bottom: 30px; color: #c2cddd; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 18px 0 0; color: #92a1b5; font-size: 12px; }
.hero-note span { color: var(--gold); }

.card-stage { position: relative; width: min(100%, 510px); aspect-ratio: 1 / 1.08; justify-self: end; filter: drop-shadow(0 38px 42px rgba(0,0,0,.48)); }
.card-stage::before { content: ''; position: absolute; width: 72%; height: 15%; left: 15%; bottom: 4%; border-radius: 50%; background: rgba(0,0,0,.58); filter: blur(22px); transform: rotate(-5deg); }
.stage-orbit { position: absolute; border: 1px solid rgba(84,168,255,.25); border-radius: 50%; }
.orbit-one { inset: 9% 2% 4% 9%; transform: rotate(-20deg); }
.orbit-two { inset: 18% 9% 13% 16%; border-color: rgba(255,210,26,.16); transform: rotate(28deg); }
.card-silhouette { position: absolute; width: 48%; aspect-ratio: 5 / 7; border: 1px solid rgba(84,168,255,.26); border-radius: 22px; background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(84,168,255,.035) 12px 13px), rgba(4,17,38,.42); }
.card-silhouette::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(84,168,255,.1); border-radius: 14px; }
.card-silhouette-one { right: 4%; top: 7%; transform: rotate(17deg); }
.card-silhouette-two { left: 3%; top: 14%; border-color: rgba(255,210,26,.16); transform: rotate(-16deg); }
.event-mark { position: absolute; z-index: 2; width: 68%; left: 16%; top: 3%; }
.event-mark::before { content: ''; position: absolute; inset: 16%; border-radius: 50%; background: rgba(22,113,255,.3); filter: blur(48px); }
.event-mark img { position: relative; width: 100%; filter: drop-shadow(0 24px 32px rgba(0,0,0,.55)); }
.event-details { position: absolute; z-index: 3; right: 3%; bottom: 6%; left: 3%; display: grid; min-height: 86px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 15px 24px; border: 1px solid rgba(255,210,26,.34); border-radius: 8px; background: rgba(5,16,35,.91); box-shadow: 0 16px 36px rgba(0,0,0,.42); backdrop-filter: blur(12px); }
.event-details span { display: flex; flex-direction: column; }.event-details span:last-child { align-items: flex-end; text-align: right; }.event-details small { color: var(--blue-light); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }.event-details strong { color: var(--cream); font: 800 24px var(--display); letter-spacing: .02em; text-transform: uppercase; }.event-details i { width: 1px; height: 38px; background: rgba(255,255,255,.18); }
.spark { position: absolute; z-index: 4; color: var(--gold); text-shadow: 0 0 18px rgba(255,210,26,.75); }.spark-one { right: 4%; top: 4%; font-size: 29px; }.spark-two { left: 1%; top: 46%; font-size: 17px; }

.facts { position: relative; z-index: 2; border-block: 1px solid var(--line); background: #071122; }
.facts-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact { display: flex; min-height: 126px; align-items: center; gap: 17px; padding: 24px; border-right: 1px solid var(--line); }
.fact:first-child { border-left: 1px solid var(--line); }
.fact-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid #254c81; border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 15px; font-weight: 800; }
.fact-icon svg { width: 20px; height: 20px; }
.fact p { margin: 0; line-height: 1.4; }
.fact strong, .fact small { display: block; }
.fact strong { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.fact small { color: var(--muted); font-size: 10px; }
.fact small a { color: var(--blue-light); text-decoration: none; }
.fact small a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* Keep the fact copy comfortably spaced before the general tablet layout takes over. */
@media (max-width: 1100px) {
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact:nth-child(odd) { border-left: 1px solid var(--line); }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

.section-heading { margin-bottom: 50px; }
.section-heading h2, .family-inner h2, .community-card h2, .organizer h2, .info h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.03em; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.split-heading > p, .section-heading > p:last-child { color: var(--muted); }
.vendor-count { display: inline-flex; align-items: baseline; gap: 7px; margin: 15px 0 0; color: #cdd8e8; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vendor-count span { color: var(--gold); font: 800 26px/1 var(--display); letter-spacing: .03em; text-shadow: 0 0 18px rgba(255,210,26,.22); }
.centered { max-width: 620px; margin-inline: auto; text-align: center; }
.centered .eyebrow::before { display: none; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #0d1d38, #081326); }
.feature-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -110px; border: 1px solid rgba(84,168,255,.2); border-radius: 50%; box-shadow: 0 0 50px rgba(22,113,255,.08); }
.feature-number { color: #5b6f8d; font: 700 12px var(--body); }
.feature-symbol { display: block; margin: 35px 0; color: var(--blue-light); font-size: 45px; line-height: 1; }
.feature-card h3 { margin-bottom: 14px; font-size: 28px; }
.feature-card p { color: var(--muted); font-size: 13px; }
.feature-wide { background: radial-gradient(circle at 80% 30%, rgba(22,113,255,.25), transparent 30%), linear-gradient(145deg,#0e2245,#071326); }
.tcg-note { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 36px 0 0; color: #71839d; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.tcg-note i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.story { overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 12% 48%, rgba(22,113,255,.16), transparent 26%), #050e1d; }
.story-heading { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.story-heading h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.03em; }
.story-intro { color: var(--muted); font-size: 14px; }
.story-intro p:last-child { margin-bottom: 0; }
.story-next { padding-left: 16px; border-left: 2px solid var(--gold); }
.story-next strong { color: var(--cream); }
.story-edition { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.story-edition span { color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.story-edition strong { font: 800 21px var(--display); text-transform: uppercase; }
.story-gallery { display: grid; grid-template-columns: .8fr 1.35fr .8fr; align-items: center; gap: 16px; }
.story-photo { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.story-photo-tall { aspect-ratio: 3 / 4; }
.story-photo-wide { aspect-ratio: 4 / 3; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.story-photo:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.02); }
.story-swipe { display: none; }

.tickets { background: linear-gradient(180deg, #071326, #030814); }
.ticket-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 16px; }
.ticket-card { position: relative; display: flex; min-height: 455px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(12,26,49,.78); }
.ticket-vip { border-color: var(--gold); background: radial-gradient(circle at 80% 0, rgba(255,210,26,.16), transparent 32%), #0c1a31; box-shadow: 0 20px 70px rgba(0,0,0,.35); transform: translateY(-12px); }
.ticket-badge { position: absolute; top: -13px; left: 50%; margin: 0; padding: 5px 13px; border-radius: 20px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.ticket-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.ticket-label { font: 800 24px var(--display); text-transform: uppercase; }
.ticket-label span { color: var(--gold); }
.price { margin: 0; color: var(--gold); font: 800 48px/1 var(--display); }
.price small { color: var(--cream); font-size: 18px; }
.check-list { margin: 26px 0 30px; padding: 0; color: #c0cad8; font-size: 13px; list-style: none; }
.check-list li { position: relative; margin: 14px 0; padding-left: 25px; }
.check-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--blue-light); font-weight: 900; }
.ticket-card .button { margin-top: auto; }
.voucher-strip { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 40px; margin-top: 28px; padding: 25px 30px; border: 1px solid var(--line); border-radius: 12px; background: rgba(9,22,43,.8); }
.voucher-strip > div { display: flex; align-items: center; gap: 18px; }
.voucher-strip > div > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--blue); font: 800 21px var(--display); }
.voucher-strip p { margin: 0; color: var(--muted); font-size: 11px; }
.voucher-strip strong, .voucher-strip small { display: block; }
.voucher-strip strong { color: var(--cream); font-size: 13px; }

.family-band { padding: 40px 0; }
.family-inner { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 38px; padding: 42px 40px; border: 1px solid rgba(255,210,26,.3); border-radius: var(--radius); background: radial-gradient(circle at 85% 15%, rgba(255,210,26,.08), transparent 40%), linear-gradient(135deg, #151a1c, #0b1931); box-shadow: var(--shadow); }
.family-icon { display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255,210,26,.5); border-radius: 50%; background: rgba(255,210,26,.08); color: var(--gold); font-size: 32px; }
.family-inner h2 { font-size: clamp(40px,5vw,64px); }
.family-inner > p { margin: 0; color: var(--muted); font-size: 13px; }

.vendor-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.vendor-grid [hidden] { display: none; }
.vendor-grid li { position: relative; display: grid; aspect-ratio: 1 / 1; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg,#0c1a31,#071224); }
.vendor-grid li::after { content: ''; position: absolute; inset: 8px; border: 1px dashed rgba(114,143,184,.12); border-radius: 7px; }
.vendor-grid span { position: absolute; top: 14px; left: 15px; color: #536882; font-size: 9px; }
.vendor-grid b { color: #264873; font: 700 38px var(--display); }
.vendor-grid .vendor-card { overflow: hidden; border-color: transparent; background: radial-gradient(circle at 80% 115%,color-mix(in srgb,var(--vendor-glow) 10%,transparent),transparent 48%), linear-gradient(145deg,#0c1a31,#071224); }
.vendor-grid .vendor-card::after { display: none; }
.vendor-grid .vendor-card::before { content: ''; position: absolute; inset: auto -25% -55% 15%; height: 80%; border-radius: 50%; background: var(--vendor-glow); filter: blur(30px); opacity: .18; transition: opacity .25s ease; }
.vendor-grid .vendor-card :is(a,.vendor-entry) { position: absolute; z-index: 1; display: grid; grid-template: 1fr auto / 1fr auto; gap: 12px 8px; inset: 0; padding: 34px 16px 16px; border-radius: inherit; color: var(--cream); text-decoration: none; }
.vendor-grid .vendor-card .vendor-logo { position: static; display: flex; grid-column: 1 / -1; width: 100%; height: 100%; min-height: 0; align-items: center; justify-content: center; padding: 4px 6px; }
.vendor-grid .vendor-card img { display: block; width: auto; height: auto; max-width: 88%; max-height: 58px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.28)); transition: transform .25s ease, filter .25s ease; }
.vendor-grid .vendor-toko .vendor-logo { flex-direction: column; gap: 7px; }
.vendor-grid .vendor-toko img { max-width: 90%; max-height: 48px; }
.vendor-grid .vendor-toko small { color: #fff; font: 600 8px var(--display); letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.vendor-grid .vendor-gallery img { max-width: 76%; max-height: 54px; }
.vendor-grid .vendor-card-chasers { --vendor-glow: #f62fc5; }
.vendor-grid .vendor-card-chasers .vendor-logo { padding: 0; }
.vendor-grid .vendor-card-chasers img { max-width: 94%; max-height: 84px; }
.vendor-grid .vendor-card strong { align-self: center; font: 700 12px var(--display); letter-spacing: .04em; text-transform: uppercase; }
.vendor-grid .vendor-card em { align-self: center; color: var(--vendor-glow); font-style: normal; font-size: 17px; transition: transform .2s ease; }
.vendor-grid .vendor-card:hover::before { opacity: .36; }
.vendor-grid .vendor-card:hover img { filter: drop-shadow(0 5px 16px color-mix(in srgb, var(--vendor-glow) 22%, transparent)); transform: scale(1.035); }
.vendor-grid .vendor-card-chasers img,
.vendor-grid .vendor-card-chasers:hover img { filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,.28)); }
.vendor-grid .vendor-pt-grading img { max-width: 90%; max-height: 64px; }
.vendor-grid .vendor-kartexpol img { max-width: 96%; max-height: 112px; }
.vendor-grid .vendor-sentinel img { max-width: 92%; max-height: 122px; }
.vendor-grid .vendor-crashie img { max-width: 88%; max-height: 56px; }
.vendor-grid .vendor-two-mad-poles img { max-width: 94%; max-height: 110px; }
.vendor-grid .vendor-pokeszaszek img { max-width: 94%; max-height: 108px; }
.vendor-grid .vendor-trader-jacob img { max-width: 94%; max-height: 112px; }
.vendor-grid .vendor-vintage-karty img { max-width: 94%; max-height: 115px; }
.vendor-grid .vendor-card:hover em { transform: translate(2px,-2px); }
.vendor-grid .vendor-card:focus-within { border-color: var(--vendor-glow); box-shadow: 0 0 0 3px color-mix(in srgb, var(--vendor-glow) 20%, transparent); }
.vendor-grid .vendor-card a:focus-visible { outline: none; }
.vendor-placeholder { --vendor-glow: #54a8ff; overflow: visible; isolation: isolate; border-color: rgba(84,168,255,.28) !important; background: #071224 !important; cursor: pointer; perspective: 800px; }
.vendor-placeholder::after { display: none; }
.vendor-placeholder > span { z-index: 3; }
.vendor-flip { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.vendor-face { position: absolute; display: grid; inset: 0; place-items: center; overflow: hidden; border-radius: 12px; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.vendor-front { border: 1px dashed rgba(114,143,184,.2); background: radial-gradient(circle at 50% 62%, rgba(84,168,255,.09), transparent 48%), linear-gradient(145deg,#0c1a31,#071224); }
.vendor-front b { position: relative; z-index: 1; color: #3c6295; text-shadow: 0 0 22px rgba(84,168,255,.3); transition: transform .35s ease, color .35s ease; }
.vendor-back { align-content: center; gap: 6px; padding: 22px 16px 14px; border: 1px solid rgba(255,210,26,.44); background: radial-gradient(circle at 78% 18%, rgba(255,210,26,.2), transparent 35%), radial-gradient(circle at 15% 92%, rgba(84,168,255,.2), transparent 48%), #0b1931; color: var(--cream); text-align: center; transform: rotateY(180deg); }
.vendor-back::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; }
.vendor-back > * { position: relative; z-index: 1; }
.vendor-back i { color: var(--gold); font-size: 21px; font-style: normal; line-height: 1; text-shadow: 0 0 16px rgba(255,210,26,.65); }
.vendor-back strong { font: 700 17px var(--display); letter-spacing: .06em; line-height: .95; text-transform: uppercase; }
.vendor-back small { color: #c6d2e3; font-size: 8px; font-weight: 700; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
@media (hover: hover) { .vendor-placeholder:hover { z-index: 2; }.vendor-placeholder:hover .vendor-flip { transform: rotateY(180deg) scale(1.08); }.vendor-placeholder:hover .vendor-front b { color: var(--blue-light); transform: scale(1.1); } }
.vendor-mycards { --vendor-glow: #ffd21a; }
.vendor-toko { --vendor-glow: #6aa7ff; }
.vendor-gallery { --vendor-glow: #ed5547; }
.vendor-pt-grading { --vendor-glow: #efb808; }
.vendor-kartexpol { --vendor-glow: #e63324; }
.vendor-sentinel { --vendor-glow: #f5b738; }
.vendor-crashie { --vendor-glow: #00d2ff; }
.vendor-two-mad-poles { --vendor-glow: #a855f7; }
.vendor-pokeszaszek { --vendor-glow: #ffd21a; }
.vendor-trader-jacob { --vendor-glow: #e28a2b; }
.vendor-vintage-karty { --vendor-glow: #9333ea; }
.vendor-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding: 25px 28px; border-left: 3px solid var(--blue); background: #08162b; }
.vendor-cta p { margin: 0; }
.vendor-cta strong, .vendor-cta span { display: block; }
.vendor-cta strong { font: 700 20px var(--display); text-transform: uppercase; }
.vendor-cta span { color: var(--muted); font-size: 11px; }
.vendor-cta .button { width: auto; }

.floor-section { border-block: 1px solid var(--line); background: #06101f; }
.floor-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 70px; }
.floor-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #8292aa; font-size: 9px; text-transform: uppercase; }
.legend span { display: flex; align-items: center; gap: 7px; }
.legend i { width: 8px; height: 8px; border-radius: 2px; background: #7a8aa3; }
.legend .blue { background: var(--blue); }.legend .gold { background: var(--gold); }
.floor-placeholder { position: relative; display: flex; aspect-ratio: 16/9; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; border: 1px solid #204374; border-radius: var(--radius); background: #07172e; box-shadow: var(--shadow); }
.floor-lines { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(84,168,255,.22) 1px, transparent 1px), linear-gradient(90deg,rgba(84,168,255,.22) 1px,transparent 1px); background-size: 42px 42px; transform: perspective(400px) rotateX(35deg) scale(1.3); }
.floor-placeholder > span { z-index: 1; color: var(--gold); font-size: 42px; }.floor-placeholder strong, .floor-placeholder small { z-index: 1; }.floor-placeholder strong { font: 800 27px var(--display); text-transform: uppercase; }.floor-placeholder small { color: var(--muted); }

.community { text-align: center; }
.community-card { position: relative; padding: 100px 15%; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 50% 120%,rgba(22,113,255,.38),transparent 55%),#08162b; box-shadow: var(--shadow); }
.community-card::before, .community-card::after { content: '\2726'; position: absolute; color: var(--gold); opacity: .4; font-size: 28px; }.community-card::before { top: 45px; left: 8%; }.community-card::after { right: 8%; bottom: 45px; }
.community-card > p:not(.eyebrow) { max-width: 700px; margin: 28px auto; color: var(--muted); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--cream); font-size: 12px; font-weight: 800; text-underline-offset: 5px; text-transform: uppercase; }
.text-link span { color: var(--gold); }

.organizer { background: linear-gradient(180deg,#030814,#071326); }
.organizer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.organizer-logo { padding: 65px 45px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.organizer-grid > div:last-child > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }

.info-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.info-aside address { margin: 34px 0 12px; color: var(--muted); font-style: normal; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 68px; padding: 20px 40px 20px 0; cursor: pointer; color: var(--cream); font: 700 20px var(--display); list-style: none; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; margin-right: -35px; color: var(--gold); font: 500 25px var(--body); }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding-right: 30px; color: var(--muted); font-size: 13px; }
.regulations-link { display: flex; min-height: 58px; align-items: center; justify-content: space-between; margin-top: 20px; padding: 0 20px; border: 1px solid #2a4c7b; border-radius: 6px; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.regulations-link span { color: var(--gold); }

.final-cta { padding: 105px 0; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 75% 45%,rgba(22,113,255,.23),transparent 24%),linear-gradient(120deg,#071326,#030814); text-align: center; }
.final-cta .container { position: relative; }
.final-cta img { position: absolute; width: 420px; top: 50%; right: -90px; opacity: .07; transform: translateY(-50%) rotate(8deg); }
.final-cta h2 { font-size: clamp(60px,8vw,100px); }.final-cta > .container > p:not(.eyebrow) { max-width: 560px; margin: 24px auto 30px; color: var(--muted); }.final-cta .hero-actions { justify-content: center; }
.site-footer { padding: 55px 0 120px; border-top: 1px solid var(--line); background: #020610; color: var(--muted); font-size: 11px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }.footer-grid > p { margin: 0; text-align: center; }.footer-grid nav { display: flex; justify-content: flex-end; gap: 14px; }.footer-grid nav a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding-inline: 4px; text-underline-offset: 4px; }.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); color: #53627a; }.footer-bottom p { margin: 0; }.footer-credit { display: inline-flex; align-items: center; gap: 2px; }.footer-bottom a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding-inline: 4px; color: inherit; text-decoration: underline; text-decoration-color: rgba(134, 169, 220, .35); text-underline-offset: 3px; transition: color .15s ease, text-decoration-color .15s ease; }.footer-bottom a:hover { color: var(--gold); text-decoration-color: var(--gold); }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .main-nav { position: absolute; inset: 76px 0 auto; display: none; max-height: calc(100svh - 76px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 24px; border-bottom: 1px solid var(--line); background: #071225; }
  .main-nav.is-open { display: flex; }.main-nav > a:not(.button) { min-height: 50px; padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; background: transparent; }.nav-toggle span:not(.sr-only) { width: 23px; height: 2px; background: var(--cream); }
  .hero { min-height: auto; padding-top: 76px; }.hero-content { min-height: 720px; grid-template-columns: 1fr; gap: 5px; padding: 65px 0 80px; text-align: center; }.hero-copy { display: flex; align-items: center; flex-direction: column; }.hero .eyebrow::before { display: none; }.hero-lead { max-width: 620px; }.hero-actions { justify-content: center; }.card-stage { order: -1; width: min(430px, 75vw); justify-self: center; margin-bottom: -38px; }
  .event-details span, .event-details span:last-child { flex: 1; align-items: center; text-align: center; }
  .facts-grid { grid-template-columns: 1fr 1fr; }.fact:nth-child(odd) { border-left: 1px solid var(--line); }.fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .organizer-grid, .info-grid, .story-heading { grid-template-columns: 1fr; gap: 28px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: 1 / -1; }.ticket-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }.ticket-card { min-height: auto; }.ticket-vip { transform: none; }.voucher-strip { grid-template-columns: 1fr; gap: 20px; }
  .story-gallery { grid-template-columns: 1fr 1fr; align-items: stretch; }.story-photo-wide { grid-column: 1 / -1; order: -1; aspect-ratio: 16 / 9; }.story-photo-tall { aspect-ratio: 4 / 5; }
  .family-inner { grid-template-columns: auto 1fr; padding: 36px 30px; }.family-inner > p { grid-column: 2; }.vendor-grid { grid-template-columns: repeat(5,1fr); }.floor-grid { grid-template-columns: 1fr; gap: 40px; }.community-card { padding-inline: 9%; }.organizer-logo { padding: 45px; }.info-grid { grid-template-columns: .75fr 1.25fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid nav { grid-column: 1/-1; justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 65px 0; }.site-header { height: 68px; }.main-nav { top: 68px; }.brand { font-size: 17px; }.brand img { width: 44px; height: 44px; }
  .hero { padding-top: 68px; }.hero::before { inset: 68px 0 0; }.hero-content { min-height: calc(100svh - 68px); gap: 18px; padding: 36px 0 55px; }.card-stage { width: min(330px, 90vw); margin-bottom: -12px; }.event-mark { width: 65%; left: 17.5%; top: 0; }.card-silhouette { border-radius: 16px; }.card-silhouette::after { inset: 7px; border-radius: 10px; }.event-details { right: 0; bottom: 4%; left: 0; min-height: 68px; gap: 12px; padding: 10px 14px; }.event-details strong { font-size: 18px; }.event-details small { font-size: 7px; }.event-details i { height: 30px; }.hero .eyebrow { margin-bottom: 10px; }.hero h1 { font-size: clamp(48px,15vw,66px); }.hero-lead { font-size: 14px; }.hero-actions { width: 100%; }.hero-actions .button { width: 100%; }.hero-note { margin-bottom: 16px; }
  .facts-grid { grid-template-columns: 1fr; padding: 8px 0; }.fact, .fact:first-child, .fact:nth-child(odd) { min-height: 86px; padding: 16px 4px; border: 0; border-bottom: 1px solid var(--line); }.fact:last-child { border: 0; }
  .split-heading { gap: 18px; }.section-heading { margin-bottom: 34px; }.section-heading h2, .family-inner h2, .community-card h2, .organizer h2, .info h2 { font-size: 45px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.feature-card { min-height: 280px; }.tcg-note { flex-wrap: wrap; gap: 8px 12px; }
  .story { padding-bottom: 56px; }.story-heading { margin-bottom: 22px; }.story-heading h2 { font-size: 45px; }.story-intro { font-size: 13px; }.story-next { margin-top: 18px; }.story-edition { margin-bottom: 14px; }.story-edition strong { font-size: 19px; }.story-gallery { display: flex; width: 100%; gap: 12px; padding: 0 14px 12px; overflow-x: auto; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }.story-gallery::-webkit-scrollbar { display: none; }.story-photo, .story-photo-tall { width: min(74vw, 300px); min-width: min(74vw, 300px); aspect-ratio: 3 / 4; order: initial; flex: 0 0 auto; border-radius: 12px; scroll-snap-align: center; }.story-photo-wide { width: min(88vw, 420px); min-width: min(88vw, 420px); aspect-ratio: 4 / 3; }.story-photo-wide img { object-position: center; }.story-swipe { display: block; margin: 4px 14px 0; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-align: right; text-transform: uppercase; }.story-swipe span { margin-left: 6px; color: var(--gold); font-size: 14px; }
  .ticket-card { padding: 28px 22px; }.ticket-top { flex-wrap: wrap; }.voucher-strip { padding: 22px 18px; }.family-band { padding: 25px 0; }.family-inner { grid-template-columns: 1fr; text-align: center; padding: 32px 22px; gap: 22px; }.family-icon { margin-inline: auto; }.family-inner > p { grid-column: auto; }
  .vendor-grid { grid-template-columns: repeat(2,1fr); }.vendor-cta { align-items: stretch; flex-direction: column; }.vendor-cta .button { width: 100%; }.floor-placeholder { aspect-ratio: 4/3; }.legend { gap: 12px; }.community-card { padding: 70px 22px; }.organizer-logo { padding: 30px 20px; }.organizer-grid { gap: 40px; }.info-grid { grid-template-columns: 1fr; }.faq summary { font-size: 18px; }
  .final-cta { padding: 80px 0; }.final-cta h2 { font-size: 62px; }.footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer-grid > p { text-align: center; }.footer-grid nav { grid-column: auto; flex-wrap: wrap; justify-content: center; }.footer-bottom { gap: 20px; flex-direction: column; text-align: center; }
  .site-footer { padding-bottom: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.legal-main { padding: 150px 0 90px; background: radial-gradient(circle at 80% 10%,rgba(22,113,255,.16),transparent 25%); }
.legal-card { max-width: 900px; }
.legal-card h1 { max-width: none; margin-bottom: 15px; font-size: clamp(48px,7vw,78px); }
.legal-card h1 span { color: var(--gold); }
.legal-date { margin-bottom: 45px; color: var(--muted); font-size: 12px; }
.legal-card ol { padding-left: 28px; counter-reset: legal; }
.legal-card li { margin-bottom: 0; padding: 21px 0 21px 15px; border-bottom: 1px solid var(--line); color: #c0cad8; font-size: 14px; }
.legal-card li::marker { color: var(--gold); font-family: var(--display); font-size: 18px; font-weight: 800; }
.legal-card li a, .legal-contact a { color: var(--blue-light); }
.privacy-card section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.privacy-card section h2 { margin-bottom: 14px; color: var(--cream); font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.privacy-card section p, .privacy-card section li, .privacy-card address { color: #c0cad8; font-size: 14px; line-height: 1.8; }
.privacy-card section p { margin: 0 0 14px; }
.privacy-card section p:last-child { margin-bottom: 0; }
.privacy-card section ul { margin: 0; padding-left: 22px; }
.privacy-card section li { margin-bottom: 12px; }
.privacy-card section li:last-child { margin-bottom: 0; }
.privacy-card section a { color: var(--blue-light); }
.privacy-card address { margin: 14px 0; font-style: normal; }
.legal-contact { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-top: 45px; padding: 25px; border-left: 3px solid var(--gold); background: var(--panel); }
.legal-contact strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.legal-contact p { margin: 0; color: var(--muted); text-align: right; }
.legal-footer { padding-bottom: 45px; }
.cookie-consent { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; display: flex; max-width: 760px; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; padding: 18px 20px; border: 1px solid #2a4c7b; border-radius: 8px; background: #071225; box-shadow: 0 15px 50px rgba(0,0,0,.45); color: #c0cad8; font-size: 12px; line-height: 1.6; }
.cookie-consent p { margin: 0; }
.cookie-consent a { color: var(--blue-light); }
.cookie-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-consent .button { min-height: 42px; padding: 0 16px; }
.cookie-consent .button-secondary { border-color: #2a4c7b; background: transparent; color: var(--cream); }
@media (max-width: 600px) {
  .legal-page .site-header .brand span { display: none; }
  .legal-main { padding: 120px 0 60px; }
  .legal-card li { padding-left: 8px; font-size: 13px; }
  .legal-contact { flex-direction: column; }
  .legal-contact p { text-align: left; }
  .cookie-consent { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* 404 */
.not-found-page { display: flex; min-height: 100svh; flex-direction: column; }
.not-found-main { position: relative; display: grid; min-height: calc(100svh - 56px); padding-top: 76px; overflow: hidden; flex: 1; background: radial-gradient(circle at 24% 48%,rgba(22,113,255,.2),transparent 30%),radial-gradient(circle at 78% 38%,rgba(255,210,26,.08),transparent 24%); }
.not-found-main::before { content: ''; position: absolute; inset: 76px 0 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(84,168,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(84,168,255,.18) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,transparent,#000 25%,transparent 86%); }
.not-found-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px,8vw,120px); padding-block: 70px; }
.not-found-art { position: relative; display: grid; min-height: 500px; place-items: center; }
.not-found-code { position: absolute; color: transparent; font: 900 clamp(180px,26vw,340px)/1 var(--display); letter-spacing: -.09em; -webkit-text-stroke: 1px rgba(84,168,255,.2); transform: translateX(-3%); user-select: none; }
.lost-card { position: relative; width: min(250px,48vw); aspect-ratio: 5/7; padding: 10px; border: 1px solid rgba(84,168,255,.65); border-radius: 22px; background: linear-gradient(145deg,rgba(13,29,56,.98),rgba(4,13,28,.98)); box-shadow: 0 36px 90px rgba(0,0,0,.48),0 0 60px rgba(22,113,255,.15); transform: rotate(-8deg); }
.lost-card::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(130deg,rgba(255,255,255,.28),transparent 25%,transparent 70%,rgba(255,210,26,.23)); pointer-events: none; mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); mask-composite: exclude; padding: 1px; }
.lost-card-inner { display: grid; width: 100%; height: 100%; place-items: center; border: 1px dashed rgba(134,169,220,.28); border-radius: 14px; background: radial-gradient(circle,rgba(22,113,255,.2),transparent 48%); }
.lost-card-label,.lost-card-number { position: absolute; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.lost-card-label { top: 27px; left: 28px; }
.lost-card-number { right: 27px; bottom: 25px; color: var(--gold); }
.lost-card-mark { color: var(--cream); font: 800 120px/1 var(--display); text-shadow: 0 0 35px rgba(84,168,255,.34); transform: translateY(-10px); }
.lost-card-inner img { position: absolute; bottom: 22px; left: 23px; width: 42px; opacity: .28; }
.not-found-spark { position: absolute; color: var(--gold); }
.not-found-spark-one { top: 15%; right: 10%; font-size: 28px; }
.not-found-spark-two { bottom: 16%; left: 9%; color: var(--blue-light); font-size: 18px; }
.not-found-copy h1 { max-width: 600px; font-size: clamp(64px,7vw,100px); }
.not-found-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: var(--muted); font-size: 15px; }
.not-found-actions { display: flex; align-items: center; gap: 28px; }
.not-found-footer { position: relative; z-index: 2; color: #65748b; font-size: 10px; }
.not-found-footer .container { display: flex; align-items: center; justify-content: space-between; min-height: 56px; border-top: 1px solid var(--line); }
.not-found-footer p { margin: 0; }
.not-found-footer a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .not-found-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 30px; padding-bottom: 100px; text-align: center; }
  .not-found-art { min-height: 380px; }
  .not-found-code { font-size: clamp(170px,55vw,300px); }
  .lost-card { width: 190px; border-radius: 18px; }
  .lost-card-mark { font-size: 92px; }
  .not-found-copy { display: flex; align-items: center; flex-direction: column; }
  .not-found-copy h1 { margin-bottom: 18px; }
  .not-found-actions { justify-content: center; }
}

@media (max-width: 600px) {
  .not-found-page .site-header .brand > span { display: none; }
  .not-found-main { padding-top: 68px; }
  .not-found-main::before { inset: 68px 0 0; }
  .not-found-grid { gap: 8px; padding-top: 12px; padding-bottom: 90px; }
  .not-found-art { min-height: 320px; }
  .lost-card { width: 160px; padding: 7px; border-radius: 15px; }
  .lost-card-inner { border-radius: 10px; }
  .lost-card-label { top: 20px; left: 20px; font-size: 7px; }
  .lost-card-number { right: 20px; bottom: 18px; }
  .lost-card-inner img { bottom: 17px; left: 17px; width: 34px; }
  .not-found-copy h1 { font-size: clamp(54px,17vw,70px); }
  .not-found-copy > p:not(.eyebrow) { font-size: 13px; }
  .not-found-actions { width: 100%; flex-direction: column; gap: 15px; }
  .not-found-actions .button { width: 100%; }
}
