/* Casino Plus · event.com.ph — main stylesheet. BEM, mobile-first.
   World: a night-market row of printed tarpaulin signs. What is open now is the brightest stall. */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* night ground */
  --night: #0d1335;
  --night-2: #131b47;
  --night-3: #1a2458;
  --night-4: #25306b;
  --line: rgba(196, 207, 255, .14);
  --line-2: rgba(196, 207, 255, .28);
  --text: #f3f4fb;
  --muted: #b3bbdf;
  --faint: #8d97c4;

  /* printed vinyl */
  --tarp: #ffd21a;
  --tarp-2: #ffe15a;
  --tarp-deep: #c99f00;
  --ink: #15120a;
  --ink-2: #4a4330;
  --live: #ff2e7e;
  --live-deep: #d4105d;
  --live-text: #ff78aa;
  --vinyl: #f6f3ea;
  --vinyl-2: #e9e4d6;
  --vinyl-ink: #151a3a;
  --vinyl-muted: #525779;

  --ok: #4ee39a;
  --warn: #ffb640;
  --err: #ff7a8a;

  --font: "Archivo", "Arial Narrow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --r-xs: 4px;
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;
  --gutter: 16px;
  --wrap: 1280px;
  --head-h: 60px;
  --tab-h: 68px;
  --shadow: 0 14px 30px -18px rgba(0, 0, 0, .75);
  --shadow-lift: 0 22px 40px -22px rgba(0, 0, 0, .85);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

@media (min-width: 600px) { :root { --gutter: 24px; } }
@media (min-width: 1100px) { :root { --gutter: 32px; --head-h: 68px; } }

/* ---------- Base ---------- */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--head-h) + 12px); }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--night);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.55;
  font-stretch: 100%;
  overflow-x: hidden;
  padding-bottom: calc(var(--tab-h) + env(safe-area-inset-bottom, 0px));
  caret-color: var(--tarp);
  scrollbar-color: var(--night-4) var(--night);
}
@media (min-width: 1100px) { body { padding-bottom: 0; } }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--tarp); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--tarp-2); }
p, ul, ol, dl, h1, h2, h3, h4 { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--tarp); color: var(--ink); }
:focus-visible { outline: 3px solid var(--tarp); outline-offset: 2px; border-radius: 4px; }
main:focus { outline: none; }
::-webkit-scrollbar { width: 10px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--night-4); border-radius: 8px; }
[hidden] { display: none !important; }

.sr, .hp {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip { position: fixed; left: 12px; top: -80px; z-index: 200; background: var(--tarp); color: var(--ink); padding: 10px 16px; border-radius: var(--r-sm); font-weight: 700; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.muted { color: var(--faint); }
.num { font-variant-numeric: tabular-nums; }

.ico { width: 22px; height: 22px; flex: none; }
.ico--sm { width: 18px; height: 18px; }
.ico--flip { transform: scaleX(-1); }

/* Display lettering: stretched wood-type grotesk */
.tarp__title, .phead__title, .hero__title, .sh__title, .gate__title, .gate__stamp, .footrg__age, .footrg__title, .logo__name {
  font-stretch: 62%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.005em;
  line-height: .9;
}

/* ---------- Buttons, stickers, chips ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px;
  border: 2px solid transparent; border-radius: var(--r-sm);
  font-weight: 800; font-stretch: 80%; font-size: 1rem; letter-spacing: .02em; text-transform: uppercase;
  text-decoration: none; line-height: 1.1; white-space: nowrap;
  transition: transform .2s var(--ease), background-color .2s, border-color .2s, color .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--sm { min-height: 38px; padding: 0 14px; font-size: .9rem; }
.btn--lg { min-height: 54px; padding: 0 26px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--tarp { background: var(--tarp); color: var(--ink); box-shadow: 0 8px 18px -10px rgba(255, 210, 26, .55); }
.btn--tarp:hover { background: var(--tarp-2); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--tarp); color: var(--tarp); }
.btn--ink { background: var(--vinyl-ink); color: var(--tarp); }
.btn--ink:hover { background: #222a5c; color: var(--tarp-2); }
.btn--live { background: var(--live-deep); color: #fff; }
.btn--live:hover { background: var(--live-deep); color: #fff; }
.btn.is-disabled, .btn:disabled { background: transparent; color: var(--faint); border-color: var(--line); box-shadow: none; cursor: not-allowed; transform: none; }
.linkbtn { background: none; border: 0; padding: 0; color: var(--tarp); text-decoration: underline; text-underline-offset: 3px; font-size: inherit; }

.sticker {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px 3px;
  background: var(--tarp); color: var(--ink);
  border: 2px solid #fff; border-radius: 999px;
  font-weight: 900; font-stretch: 70%; font-size: .82rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .03em;
  transform: rotate(-4deg);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .7);
  white-space: nowrap;
}
.sticker--magenta { background: var(--live-deep); color: #fff; }
.sticker--sm { padding: 2px 8px 1px; font-size: .72rem; border-width: 1.5px; transform: rotate(-3deg); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 0 8px 0 14px;
  border: 1.5px solid var(--line-2); border-radius: 999px;
  color: var(--text); text-decoration: none; font-weight: 700; font-size: .95rem;
  transition: border-color .2s, background-color .2s;
}
.chip:hover, .chip.is-on { border-color: var(--tarp); color: var(--tarp); }
.chip.is-on { background: rgba(255, 210, 26, .1); }
.chip__n { min-width: 26px; padding: 1px 7px; border-radius: 999px; background: var(--night-3); color: var(--muted); font-size: .8rem; text-align: center; font-variant-numeric: tabular-nums; }

/* The living signal: only lit bulbs move */
.bulb { display: inline-block; width: 10px; height: 10px; border-radius: 50%; flex: none; background: var(--faint); }
.bulb--open { background: var(--live); box-shadow: 0 0 0 0 rgba(255, 46, 126, .6); animation: bulb 1.8s var(--ease) infinite; }
.bulb--paused { background: var(--warn); }
.bulb--closed { background: var(--night-4); }
.bulb--idle { background: transparent; box-shadow: inset 0 0 0 2px var(--faint); }
@keyframes bulb {
  0% { box-shadow: 0 0 0 0 rgba(255, 46, 126, .55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 46, 126, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 46, 126, 0); }
}

/* ---------- Tarp band (section headings) ---------- */

.tarp {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 6px 16px;
  padding: 20px 22px 16px;
  background: var(--tarp); color: var(--ink);
  border-radius: var(--r-xs);
  box-shadow: var(--shadow);
  margin-bottom: 22px;
}
.tarp::before {
  content: ""; position: absolute; inset: 7px; pointer-events: none;
  border: 1.5px dashed rgba(21, 18, 10, .32); border-radius: 2px;
}
.tarp::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  --g: radial-gradient(circle, var(--night) 0 2.6px, rgba(0, 0, 0, .35) 2.8px 3.6px, #d9dbe6 3.8px 5px, transparent 5.3px);
  background: var(--g) left 4px top 4px / 14px 14px no-repeat, var(--g) right 4px top 4px / 14px 14px no-repeat,
              var(--g) left 4px bottom 4px / 14px 14px no-repeat, var(--g) right 4px bottom 4px / 14px 14px no-repeat;
}
.tarp__title { position: relative; font-size: clamp(1.9rem, 7.4vw, 3.6rem); max-width: 100%; overflow-wrap: anywhere; }
.tarp__title small { display: block; font-size: .42em; font-stretch: 80%; letter-spacing: .04em; margin-top: 6px; opacity: .8; }
.tarp__link {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  color: inherit; font-weight: 800; font-stretch: 80%; text-transform: uppercase; letter-spacing: .03em; text-decoration: none;
  padding: 6px 0; border-bottom: 2px solid currentColor;
}
.tarp__link:hover { color: inherit; opacity: .8; }
.tarp--magenta { background: var(--live-deep); color: #fff; }
.tarp--magenta::before { border-color: rgba(255, 255, 255, .4); }
.tarp--vinyl { background: var(--vinyl); color: var(--vinyl-ink); }
.tarp--night { background: var(--night-2); color: var(--tarp); box-shadow: inset 0 0 0 1.5px var(--line-2); }
.tarp--night::before { border-color: var(--line-2); }

/* Plain sign heading for quieter sections */
.sh { margin-bottom: 20px; }
.sh__title { font-size: clamp(1.8rem, 6vw, 3rem); color: var(--tarp); }
.sh__lead { margin-top: 10px; color: var(--muted); max-width: 64ch; }

/* ---------- Top line & header ---------- */

.topline { background: #080c26; border-bottom: 1px solid var(--line); font-size: .8rem; color: var(--muted); }
.topline__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 34px; }
.topline__txt { display: flex; align-items: center; gap: 10px; min-width: 0; }
.topline__txt > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topline__lang { display: inline-flex; align-items: center; gap: 6px; color: var(--text); text-decoration: none; font-weight: 700; flex: none; }
.topline__lang:hover { color: var(--tarp); }

.site-head { position: sticky; top: 0; z-index: 50; background: rgba(13, 19, 53, .96); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.2) blur(10px); }
.site-head__in { display: flex; align-items: center; gap: 12px; min-height: var(--head-h); }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; flex: none; }
.logo:hover { color: var(--text); }
.logo__mark { width: 36px; height: 36px; }
.logo__word { display: flex; flex-direction: column; }
.logo__name { font-size: 1.45rem; line-height: .9; }
.logo__dom { font-size: .7rem; font-weight: 700; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
@media (max-width: 379px) { .logo__dom { display: none; } .logo__name { font-size: 1.25rem; } }

.mainnav { display: none; }
.site-head__act { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.site-head__login, .iconbtn--search { display: none; }
.iconbtn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: transparent; border: 1.5px solid var(--line-2); color: var(--text); text-decoration: none;
}
.iconbtn:hover { border-color: var(--tarp); color: var(--tarp); }
@media (min-width: 600px) { .site-head__login, .iconbtn--search { display: inline-flex; } }
@media (min-width: 1100px) {
  .mainnav { display: block; margin-left: 8px; }
  .mainnav__list { display: flex; align-items: center; gap: 2px; }
  .mainnav__link {
    display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 11px; border-radius: var(--r-sm);
    color: var(--text); text-decoration: none; font-weight: 700; font-size: .95rem; white-space: nowrap;
  }
  .mainnav__link:hover { color: var(--tarp); background: rgba(255, 255, 255, .04); }
  .mainnav__link[aria-current="page"] { color: var(--ink); background: var(--tarp); }
  .mainnav__link--live { font-weight: 800; }
  .site-head__menu { display: none; }
}
@media (min-width: 1100px) and (max-width: 1239px) { .mainnav__link { padding: 0 8px; font-size: .9rem; } .logo__dom { display: none; } }

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 120; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(4, 6, 20, .7); opacity: 0; transition: opacity .3s var(--ease); }
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(88vw, 380px);
  background: var(--night-2); border-left: 1px solid var(--line);
  overflow-y: auto; overscroll-behavior: contain; padding: 14px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  transform: translateX(100%); transition: transform .35s var(--ease);
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.drawer__title { font-weight: 900; font-stretch: 62%; text-transform: uppercase; font-size: 1.6rem; }
.drawer__group { margin: 18px 0 6px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.drawer__list a {
  display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 10px; border-radius: var(--r-sm);
  color: var(--text); text-decoration: none; font-weight: 600;
}
.drawer__list a:hover { background: var(--night-3); color: var(--tarp); }
.drawer__list a[aria-current="page"] { background: var(--tarp); color: var(--ink); }
.drawer__list--play a { font-weight: 800; font-size: 1.05rem; }
.drawer__list .bulb { margin-left: auto; }
.drawer__foot { display: grid; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.drawer__lang { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-weight: 700; text-decoration: none; min-height: 44px; }
.drawer__rg { font-size: .82rem; color: var(--muted); }

/* ---------- Tab bar (mobile) ---------- */

.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: repeat(5, 1fr); align-items: end;
  height: calc(var(--tab-h) + env(safe-area-inset-bottom, 0px)); padding: 0 4px env(safe-area-inset-bottom, 0px);
  background: rgba(8, 12, 38, .97); border-top: 1px solid var(--line-2);
}
.tabbar__item {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 3px;
  height: 100%; padding-bottom: 9px;
  color: var(--muted); text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .02em;
}
.tabbar__item:hover, .tabbar__item[aria-current="page"] { color: var(--tarp); }
.tabbar__ico { position: relative; }
.tabbar__ico .bulb { position: absolute; top: -2px; right: -4px; width: 8px; height: 8px; }
.tabbar__hub {
  display: grid; place-items: center; width: 54px; height: 54px; margin-top: -18px; border-radius: 16px;
  background: var(--tarp); color: var(--ink); box-shadow: 0 10px 22px -10px rgba(255, 210, 26, .7), 0 0 0 4px var(--night);
}
.tabbar__item--hub { color: var(--text); }
@media (min-width: 1100px) { .tabbar { display: none; } }

/* ---------- Age gate ---------- */

.gate { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 16px; background: rgba(6, 9, 28, .94); overflow-y: auto; }
.gate__box {
  position: relative; width: min(100%, 520px); padding: 34px 26px 28px;
  background: var(--tarp); color: var(--ink); border-radius: var(--r-xs); box-shadow: var(--shadow-lift); text-align: center;
}
.gate__box::before { content: ""; position: absolute; inset: 8px; border: 1.5px dashed rgba(21, 18, 10, .35); pointer-events: none; }
.gate__stamp { font-size: clamp(5rem, 28vw, 8.5rem); line-height: .8; }
.gate__title { font-size: clamp(2rem, 9vw, 3rem); margin-top: 10px; }
.gate__text { margin-top: 14px; font-weight: 600; }
.gate__note, .gate__help { margin-top: 10px; font-size: .88rem; color: var(--ink-2); }
.gate__help a { color: var(--ink); font-weight: 800; }
.gate__actions { position: relative; display: grid; gap: 10px; margin-top: 22px; }
.gate .btn--tarp { background: var(--vinyl-ink); color: var(--tarp); box-shadow: none; }
.gate .btn--ghost { color: var(--ink); border-color: rgba(21, 18, 10, .45); }
.gate .btn--ghost:hover { color: var(--ink); border-color: var(--ink); }
.gate.is-exit .gate__box { background: var(--vinyl); }
html.gate-open, html.gate-open body { overflow: hidden; }

/* ---------- Page head (inner pages) ---------- */

.phead { position: relative; padding: 18px 0 26px; background: var(--tarp); color: var(--ink); }
.phead::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; border-bottom: 1.5px dashed rgba(21, 18, 10, .3); }
.phead__title { font-size: clamp(2.5rem, 11vw, 5.6rem); margin-top: 10px; max-width: 18ch; }
.phead__lead { margin-top: 12px; max-width: 62ch; font-weight: 500; font-size: 1.05rem; }
.phead a { color: var(--ink); }
.phead--magenta { background: var(--live-deep); color: #fff; }
.phead--magenta::after { border-color: rgba(255, 255, 255, .35); }
.phead--magenta a, .phead--magenta .crumbs { color: #fff; }
.phead--night { background: var(--night-2); color: var(--text); border-bottom: 1px solid var(--line); }
.phead--night::after { border-color: var(--line-2); }
.phead--night .phead__title { color: var(--tarp); }
.phead--night a { color: var(--text); }
.phead--night .phead__lead { color: var(--muted); }
.phead__meta { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 16px; align-items: center; }

.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: .82rem; font-weight: 600; }
.crumbs li { display: inline-flex; align-items: center; }
.crumbs li + li::before { content: ""; width: 6px; height: 6px; margin: 0 9px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); opacity: .6; }
.crumbs a { color: inherit; text-decoration: none; opacity: .8; }
.crumbs a:hover { opacity: 1; text-decoration: underline; }

/* ---------- Sections ---------- */

.section { padding-block: 36px; }
.section--tight { padding-block: 22px; }
.section--band { background: var(--night-2); border-block: 1px solid var(--line); }
@media (min-width: 900px) { .section { padding-block: 56px; } }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 64ch; }
.cols { display: grid; gap: 24px; }
@media (min-width: 900px) { .cols--2 { grid-template-columns: 1fr 1fr; gap: 40px; } .cols--3 { grid-template-columns: repeat(3, 1fr); } .cols--aside { grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: start; } }

/* ---------- Home hero ---------- */

.hero { padding: 18px 0 30px; }
.hero__grid { display: grid; gap: 18px; }
.hero__tarp {
  position: relative; padding: 28px 22px 24px;
  background: var(--tarp); color: var(--ink); border-radius: var(--r-xs); box-shadow: var(--shadow-lift);
}
.hero__tarp::before { content: ""; position: absolute; inset: 8px; border: 1.5px dashed rgba(21, 18, 10, .32); pointer-events: none; }
.hero__tarp::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  --g: radial-gradient(circle, var(--night) 0 3.2px, rgba(0, 0, 0, .35) 3.4px 4.4px, #d9dbe6 4.6px 6px, transparent 6.3px);
  background: var(--g) left 6px top 6px / 16px 16px no-repeat, var(--g) right 6px top 6px / 16px 16px no-repeat,
              var(--g) left 6px bottom 6px / 16px 16px no-repeat, var(--g) right 6px bottom 6px / 16px 16px no-repeat;
}
.hero__title { position: relative; margin-top: 10px; font-size: clamp(3.3rem, 17vw, 6rem); line-height: .84; }
.hero__title span { display: block; }
.hero__title .hero__now { color: var(--live-deep); }
.hero__lead { position: relative; margin-top: 16px; max-width: 46ch; font-size: 1.05rem; font-weight: 500; }
.hero__cta { position: relative; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero__cta .btn--tarp { background: var(--vinyl-ink); color: var(--tarp); box-shadow: none; }
.hero__cta .btn--ghost { color: var(--ink); border-color: rgba(21, 18, 10, .5); }
.hero__cta .btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.hero__sticker { position: absolute; top: -12px; right: 14px; z-index: 2; }
.hero__board {
  display: flex; flex-direction: column; gap: 12px;
  padding: 18px; background: var(--night-2); border: 1px solid var(--line-2); border-radius: var(--r-lg);
}
.hero__board-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hero__board-title { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-stretch: 62%; text-transform: uppercase; font-size: 1.7rem; line-height: 1; }
.hero__count { font-weight: 900; font-stretch: 62%; font-size: 3.4rem; line-height: .85; color: var(--live-text); font-variant-numeric: tabular-nums; }
.hero__board-text { color: var(--muted); font-size: .95rem; }
.hero__cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: auto; }
.hero__cat {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 10px;
  background: var(--night-3); border-radius: var(--r); color: var(--text); text-decoration: none; font-weight: 800; font-size: .86rem; line-height: 1.15;
  border: 1.5px solid transparent;
}
.hero__cat:hover { border-color: var(--tarp); color: var(--tarp); }
.hero__cat .ico { color: var(--tarp); }
@media (min-width: 900px) {
  .hero { padding: 34px 0 44px; }
  .hero__grid { grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 28px; align-items: stretch; }
  .hero__tarp { padding: 44px 44px 38px; transform: rotate(-.6deg); }
  .hero__board { padding: 24px; }
}

/* ---------- Game cards (hanging price tags) ---------- */

.gcard { position: relative; display: flex; flex-direction: column; height: 100%; }
.gcard__media { display: block; border-radius: var(--r) var(--r) 0 0; overflow: hidden; background: var(--night-3); aspect-ratio: 1 / 1; }
.gcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gcard:hover .gcard__media img { transform: scale(1.04); }
.gcard__noimg { display: grid; place-items: center; height: 100%; color: var(--faint); }
.gcard__sticker { position: absolute; top: 8px; left: 6px; z-index: 2; }
.gcard__tag {
  position: relative; flex: 1; display: flex; flex-direction: column; gap: 4px;
  padding: 14px 10px 10px; background: var(--vinyl); color: var(--vinyl-ink);
  border-radius: 0 0 var(--r) var(--r);
}
.gcard__hole { position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--night); box-shadow: inset 0 0 0 2px var(--vinyl-2); }
.gcard__name { font-size: 1.02rem; font-weight: 900; font-stretch: 68%; text-transform: uppercase; line-height: 1.02; letter-spacing: .005em; overflow-wrap: anywhere; }
.gcard__meta { display: flex; flex-wrap: wrap; gap: 2px 8px; font-size: .76rem; color: var(--vinyl-muted); font-weight: 600; }
.gcard__cat::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 6px 2px 0; border-radius: 50%; background: currentColor; vertical-align: middle; }
.gcard__actions { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 8px; }
.gcard__play { flex: 1; background: var(--vinyl-ink); color: var(--tarp); box-shadow: none; padding: 0 10px; }
.gcard__play:hover { background: #222a5c; color: var(--tarp-2); }
.gcard__favform { display: contents; }
.gcard__fav {
  display: inline-grid; place-items: center; width: 38px; height: 38px; flex: none;
  border-radius: var(--r-sm); border: 1.5px solid rgba(21, 26, 58, .25); background: transparent; color: var(--vinyl-ink);
}
.gcard__fav:hover { border-color: var(--live-deep); color: var(--live-deep); }
.gcard__fav.is-on { background: var(--live-deep); border-color: var(--live-deep); color: #fff; }
.gcard__fav.is-on svg { fill: currentColor; }

/* Rails */
.rail { position: relative; }
.rail__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 44%; gap: 12px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter);
  margin-inline: calc(var(--gutter) * -1); padding: 8px var(--gutter) 14px;
  scrollbar-width: thin;
}
.rail__item { scroll-snap-align: start; min-width: 0; }
@media (min-width: 600px) { .rail__track { grid-auto-columns: 30%; gap: 16px; } }
@media (min-width: 900px) { .rail__track { grid-auto-columns: calc((100% - 4 * 16px) / 5); margin-inline: 0; padding-inline: 0; scroll-padding-inline: 0; } }
@media (min-width: 1200px) { .rail__track { grid-auto-columns: calc((100% - 5 * 16px) / 6); } }
.rail__nav { display: none; }
@media (min-width: 900px) and (hover: hover) {
  .rail__nav:not([hidden]) { display: flex; justify-content: flex-end; gap: 8px; margin-top: 2px; }
  .rail__btn { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line-2); background: var(--night-2); color: var(--text); }
  .rail__btn:hover { border-color: var(--tarp); color: var(--tarp); }
  .rail__btn:disabled { opacity: .35; cursor: default; }
}
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 8px; min-height: 42px; }

/* Grid */
.ggrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
@media (min-width: 600px) { .ggrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; } }
@media (min-width: 900px) { .ggrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .ggrid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.ggrid__none { margin-top: 8px; }

/* ---------- Hub: stalls, toolbar, shelves ---------- */

.stalls {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(118px, 1fr); gap: 10px;
  overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 12px; scrollbar-width: thin;
}
@media (min-width: 1100px) { .stalls { grid-auto-flow: row; grid-template-columns: repeat(9, minmax(0, 1fr)); margin-inline: 0; padding-inline: 0; overflow: visible; } }
.stall {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 12px;
  border-radius: var(--r); background: var(--night-2); border: 1.5px solid var(--line);
  color: var(--text); text-decoration: none; font-weight: 800; line-height: 1.15; font-size: .92rem;
  transition: border-color .2s, background-color .2s, transform .2s var(--ease);
}
.stall .ico { color: var(--tarp); }
.stall__n { font-size: .78rem; color: var(--faint); font-weight: 700; font-variant-numeric: tabular-nums; }
.stall:hover { border-color: var(--tarp); color: var(--text); transform: translateY(-2px); }
.stall[aria-current="true"] { background: var(--tarp); border-color: var(--tarp); color: var(--ink); }
.stall[aria-current="true"] .ico, .stall[aria-current="true"] .stall__n { color: var(--ink); }

.toolbar { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; margin: 18px 0 22px; }
.toolbar__search, .toolbar__select {
  position: relative; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 14px;
  background: var(--night-2); border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
}
.toolbar__search:focus-within, .toolbar__select:focus-within { border-color: var(--tarp); }
.toolbar__search .ico, .toolbar__select .ico { color: var(--muted); }
.toolbar input, .toolbar select { flex: 1; min-width: 0; height: 46px; border: 0; background: transparent; outline: none; font-size: 1rem; }
.toolbar select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.toolbar select option { background: var(--night-2); color: var(--text); }
.toolbar input::placeholder { color: var(--faint); }
.toolbar__count { color: var(--muted); font-size: .9rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.js .toolbar__go { display: none; }
@media (min-width: 700px) { .toolbar { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) auto auto; } }

.shelves { display: grid; gap: 18px; margin-bottom: 26px; }
.shelf__title { display: flex; align-items: center; gap: 8px; font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; }
.shelf__title .ico { color: var(--live-text); }
.shelf__empty { color: var(--muted); font-size: .92rem; padding: 12px 14px; border: 1.5px dashed var(--line-2); border-radius: var(--r); }
.shelf--locked { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: var(--r); background: var(--night-2); border: 1px solid var(--line); color: var(--muted); }
.shelf--locked .ico { color: var(--live-text); }

/* ---------- Live board ---------- */

.board { border: 1px solid var(--line-2); border-radius: var(--r-lg); background: var(--night-2); overflow: hidden; }
.board__head { display: none; }
.board__rows { display: grid; }
.board__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding: 16px; border-top: 1px solid var(--line); }
.board__row:first-child { border-top: 0; }
.board__cell { display: flex; flex-direction: column; gap: 2px; min-width: 0; font-size: .95rem; }
.board__cell::before { content: attr(data-label); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.board__game { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 10px; font-weight: 900; font-stretch: 70%; text-transform: uppercase; font-size: 1.2rem; }
.board__game::before { display: none; }
.board__table small { color: var(--muted); }
.board__act { grid-column: 1 / -1; flex-direction: row; gap: 8px; }
.board__act::before { display: none; }
.board__act .btn { flex: 1; }
.board__empty { padding: 16px; }
.board__empty .empty { border: 0; padding: 8px 4px; }
.board__stamp { padding: 10px 16px; border-top: 1px solid var(--line); color: var(--faint); font-size: .8rem; }
.board__row.is-closed { opacity: .7; }
@media (min-width: 900px) {
  .board__head, .board__row { display: grid; grid-template-columns: 1.1fr 1.6fr 1fr 1.1fr .8fr 190px; gap: 16px; align-items: center; padding: 14px 20px; }
  .board__head { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); border-bottom: 1px solid var(--line); }
  .board__cell::before { display: none; }
  .board__game { grid-column: auto; font-size: 1.1rem; }
  .board__act { grid-column: auto; justify-content: flex-end; }
  .board__act .btn { flex: none; }
}
.status { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; width: fit-content; }
.status--open { background: var(--live-deep); color: #fff; }
.status--paused { box-shadow: inset 0 0 0 1.5px var(--warn); color: var(--warn); }
.status--closed { box-shadow: inset 0 0 0 1.5px var(--line-2); color: var(--faint); }

/* ---------- Empty state ---------- */

.empty {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 20px; border: 1.5px dashed var(--line-2); border-radius: var(--r-lg);
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .012) 0 12px, transparent 12px 24px);
}
.empty__icon { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 50%; background: var(--night-3); color: var(--tarp); }
.empty__title { font-weight: 800; font-size: 1.08rem; }
.empty__text { margin-top: 4px; color: var(--muted); max-width: 62ch; }
.empty__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

/* ---------- Flow / chain ---------- */

.flow { display: grid; gap: 12px; counter-reset: f; }
.flow__step { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: var(--night-2); border: 1px solid var(--line); border-radius: var(--r); }
.flow__n { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--tarp); color: var(--ink); font-weight: 900; font-stretch: 62%; font-size: 1.5rem; }
.flow__title { font-weight: 800; font-size: 1.05rem; line-height: 1.25; }
.flow__text { margin-top: 4px; color: var(--muted); font-size: .95rem; }
@media (min-width: 900px) {
  .flow--row { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-auto-flow: column; }
  .flow--row .flow__step { flex-direction: column; }
}
.chain { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.chain li { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .92rem; }
.chain li span, .chain li { padding: 0; }
.chain li::before { content: ""; }
.chain li { padding: 7px 12px; border-radius: 999px; background: var(--night-3); border: 1px solid var(--line-2); }
.chain li:not(:last-child)::after {
  content: ""; width: 14px; height: 10px; margin-right: -4px; margin-left: 4px; background: var(--tarp);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M0 5h12M8 1l4 4-4 4' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M0 5h12M8 1l4 4-4 4' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---------- FAQ ---------- */

.faq { display: grid; gap: 10px; }
.faq__item { background: var(--night-2); border: 1px solid var(--line); border-radius: var(--r); }
.faq__item[open] { border-color: var(--line-2); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; cursor: pointer; font-weight: 800; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .ico { transition: transform .25s var(--ease); color: var(--tarp); }
.faq__item[open] .faq__q .ico { transform: rotate(180deg); }
.faq__a { padding: 0 18px 18px; color: var(--muted); }

/* ---------- Prose / documents ---------- */

.prose { max-width: 72ch; }
.prose > * + * { margin-top: 14px; }
.prose h2 { margin-top: 38px; font-size: clamp(1.5rem, 4.6vw, 2.1rem); font-weight: 900; font-stretch: 75%; line-height: 1.08; color: var(--text); }
.prose h3 { margin-top: 26px; font-size: 1.18rem; font-weight: 800; line-height: 1.25; }
.prose h2 + *, .prose h3 + * { margin-top: 10px; }
.prose ul { display: grid; gap: 8px; }
.prose ul li { position: relative; padding-left: 20px; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 8px; height: 8px; border-radius: 2px; background: var(--tarp); transform: rotate(45deg); }
.prose ol { display: grid; gap: 8px; list-style: decimal; padding-left: 22px; }
.prose ol li::marker { color: var(--tarp); font-weight: 800; }
.prose strong { color: var(--text); }
.prose p, .prose li { color: var(--muted); }
.prose > :first-child { margin-top: 0; }
.dialog .prose p, .dialog .prose li { color: var(--vinyl-muted); }
.dialog .prose strong, .dialog .prose h3 { color: var(--vinyl-ink); }

.doc { display: grid; gap: 28px; }
@media (min-width: 1000px) { .doc { grid-template-columns: 250px minmax(0, 1fr); gap: 56px; } }
.toc { align-self: start; padding: 16px; border: 1px solid var(--line); border-radius: var(--r); background: var(--night-2); }
@media (min-width: 1000px) { .toc { position: sticky; top: calc(var(--head-h) + 16px); max-height: calc(100vh - var(--head-h) - 32px); overflow-y: auto; } }
.toc__title { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-bottom: 8px; }
.toc ol { display: grid; gap: 2px; counter-reset: toc; }
.toc a { display: block; padding: 6px 8px; border-radius: 6px; color: var(--muted); text-decoration: none; font-size: .92rem; line-height: 1.3; }
.toc a:hover { color: var(--tarp); background: var(--night-3); }
.doc__updated { display: inline-flex; gap: 8px; align-items: center; font-size: .85rem; font-weight: 700; }

.note { display: flex; gap: 14px; padding: 18px; border-radius: var(--r); background: var(--night-2); border: 1px solid var(--line-2); }
.note .ico { color: var(--tarp); margin-top: 2px; }
.note p { color: var(--muted); }
.note p b, .note p strong { color: var(--text); }
.note--live { border-color: rgba(255, 46, 126, .5); background: rgba(212, 16, 93, .1); }
.note--live .ico { color: var(--live-text); }

.card { padding: 20px; border-radius: var(--r-lg); background: var(--night-2); border: 1px solid var(--line); }
.card__title { font-weight: 900; font-stretch: 75%; font-size: 1.35rem; line-height: 1.1; margin-bottom: 8px; }
.card p { color: var(--muted); }
.card > * + * { margin-top: 10px; }
.card-grid { display: grid; gap: 14px; }
@media (min-width: 700px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.kv { display: grid; gap: 8px; }
.kv > div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.kv dt { color: var(--muted); font-size: .9rem; }
.kv dd { margin: 0; font-weight: 700; text-align: right; }

.big-contact { display: grid; gap: 12px; }
.big-contact a { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: var(--r); background: var(--night-2); border: 1px solid var(--line-2); color: var(--text); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.big-contact a:hover { border-color: var(--tarp); color: var(--tarp); }
.big-contact small { display: block; font-weight: 600; color: var(--muted); font-size: .82rem; }

/* ---------- Payments, operator, RG strip, promos ---------- */

.methods { display: grid; gap: 12px; }
@media (min-width: 800px) { .methods { grid-template-columns: repeat(2, 1fr); } }
.method { padding: 18px; background: var(--night-2); border: 1px solid var(--line); border-radius: var(--r); }
.method__name { display: flex; align-items: center; gap: 12px; font-weight: 800; margin-bottom: 12px; }
.method__name small { display: block; color: var(--muted); font-weight: 600; }
.method__logo { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--tarp); color: var(--ink); font-weight: 900; }
.method__note { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.operator { padding: 20px; border-radius: var(--r-lg); background: var(--vinyl); color: var(--vinyl-ink); }
.operator__list { display: grid; gap: 12px; }
.operator__list dt { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--vinyl-muted); }
.operator__list dd { margin: 2px 0 0; font-weight: 800; font-size: 1.05rem; line-height: 1.3; }
@media (min-width: 800px) { .operator__list { grid-template-columns: repeat(4, 1fr); } }

.rgstrip { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; padding: 18px; border-radius: var(--r-lg); background: var(--night-2); border: 1.5px solid var(--line-2); }
.rgstrip__age { display: grid; place-items: center; width: 64px; height: 64px; flex: none; border-radius: 50%; background: var(--live-deep); color: #fff; font-weight: 900; font-stretch: 62%; font-size: 1.9rem; }
.rgstrip__body { flex: 1 1 260px; }
.rgstrip__title { font-weight: 800; }
.rgstrip__text { color: var(--muted); font-size: .95rem; }

.promos { display: grid; gap: 12px; }
.promo { padding: 18px; background: var(--night-2); border: 1px solid var(--line); border-radius: var(--r); }
.promo__title { font-weight: 800; font-size: 1.1rem; }

/* ---------- Forms ---------- */

.form { display: grid; gap: 18px; }
.form__row { display: grid; gap: 18px; }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 18px; min-width: 0; }
.fieldset legend { padding: 0; margin-bottom: 4px; font-weight: 900; font-stretch: 70%; text-transform: uppercase; font-size: 1.25rem; color: var(--tarp); }
.field { display: grid; gap: 6px; min-width: 0; }
.field__label { font-weight: 700; font-size: .95rem; }
.field__label small { font-weight: 500; color: var(--faint); }
.field__hint { font-size: .84rem; color: var(--faint); }
.field__error { display: flex; gap: 6px; align-items: flex-start; font-size: .86rem; font-weight: 600; color: var(--err); }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  background: var(--night); border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  color: var(--text); font-size: 1rem; line-height: 1.3;
  transition: border-color .2s, box-shadow .2s;
}
.textarea { min-height: 150px; resize: vertical; }
.select { appearance: none; -webkit-appearance: none; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffd21a' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='m6.5 9.5 5.5 5.5 5.5-5.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; }
.select option { background: var(--night-2); color: var(--text); }
.input::placeholder, .textarea::placeholder { color: var(--faint); }
.input:hover, .select:hover, .textarea:hover { border-color: rgba(196, 207, 255, .45); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--tarp); box-shadow: 0 0 0 3px rgba(255, 210, 26, .2); }
[aria-invalid="true"] { border-color: var(--err) !important; }
input[type="date"] { color-scheme: dark; }
.igroup { display: flex; }
.igroup__pre { display: grid; place-items: center; padding: 0 14px; border: 1.5px solid var(--line-2); border-right: 0; border-radius: var(--r-sm) 0 0 var(--r-sm); background: var(--night-3); font-weight: 800; }
.igroup .input { border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.igroup--btn .input { border-radius: var(--r-sm) 0 0 var(--r-sm); }
.igroup--btn .btn { border-radius: 0 var(--r-sm) var(--r-sm) 0; min-height: 50px; }
.pw { position: relative; }
.pw .input { padding-right: 52px; }
.pw__toggle { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 0; color: var(--muted); border-radius: 6px; }
.pw__toggle:hover { color: var(--tarp); }
.otp-input { letter-spacing: .5em; font-weight: 800; font-size: 1.3rem; text-align: center; font-variant-numeric: tabular-nums; max-width: 260px; }

.check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: .95rem; color: var(--muted); }
.check input { appearance: none; -webkit-appearance: none; width: 24px; height: 24px; flex: none; margin: 0; border: 2px solid var(--line-2); border-radius: 6px; background: var(--night); display: grid; place-items: center; cursor: pointer; }
.check input::after { content: ""; width: 14px; height: 14px; background: var(--ink); opacity: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7.5l3.2 3.2L12 3.8' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7.5l3.2 3.2L12 3.8' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.check input:checked { background: var(--tarp); border-color: var(--tarp); }
.check input:checked::after { opacity: 1; }
.check a { font-weight: 700; }
.radios { display: grid; gap: 10px; }
@media (min-width: 640px) { .radios--2 { grid-template-columns: 1fr 1fr; } }
.radio { position: relative; display: flex; gap: 12px; align-items: center; padding: 14px; border: 1.5px solid var(--line-2); border-radius: var(--r); cursor: pointer; font-weight: 700; }
.radio input { appearance: none; -webkit-appearance: none; width: 22px; height: 22px; flex: none; margin: 0; border-radius: 50%; border: 2px solid var(--line-2); display: grid; place-items: center; }
.radio input::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); opacity: 0; }
.radio input:checked { background: var(--tarp); border-color: var(--tarp); }
.radio input:checked::after { opacity: 1; }
.radio:has(input:checked) { border-color: var(--tarp); background: rgba(255, 210, 26, .07); }
.radio small { display: block; color: var(--muted); font-weight: 500; }

.alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: var(--r); border: 1.5px solid; font-size: .95rem; }
.alert .ico { flex: none; margin-top: 1px; }
.alert p { margin: 0; }
.alert a { font-weight: 700; }
.alert--error { border-color: rgba(255, 122, 138, .6); background: rgba(255, 122, 138, .09); color: #ffd2d8; }
.alert--error .ico { color: var(--err); }
.alert--ok { border-color: rgba(78, 227, 154, .55); background: rgba(78, 227, 154, .08); color: #d1ffe7; }
.alert--ok .ico { color: var(--ok); }
.alert--info { border-color: var(--line-2); background: var(--night-2); color: var(--muted); }
.alert--info .ico { color: var(--tarp); }

.switch { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(21, 26, 58, .12); cursor: pointer; }
.switch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.switch__ui { position: relative; width: 44px; height: 26px; border-radius: 999px; background: var(--vinyl-2); box-shadow: inset 0 0 0 1.5px rgba(21, 26, 58, .25); transition: background-color .2s; }
.switch__ui::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .3); transition: transform .25s var(--ease); }
.switch input:checked + .switch__ui { background: var(--vinyl-ink); }
.switch input:checked + .switch__ui::after { transform: translateX(18px); background: var(--tarp); }
.switch input:disabled + .switch__ui { opacity: .6; }
.switch input:focus-visible + .switch__ui { outline: 3px solid var(--vinyl-ink); outline-offset: 2px; }
.switch__txt b { display: block; color: var(--vinyl-ink); }
.switch__txt small { display: block; color: var(--vinyl-muted); font-size: .85rem; }

/* ---------- Auth & registration ---------- */

.auth { display: grid; gap: 24px; padding-block: 24px 48px; }
@media (min-width: 1000px) { .auth { grid-template-columns: minmax(0, 1fr) 380px; gap: 40px; padding-block: 40px 72px; align-items: start; } }
.auth__card { padding: 22px 18px; border-radius: var(--r-lg); background: var(--night-2); border: 1px solid var(--line-2); }
@media (min-width: 600px) { .auth__card { padding: 32px; } }
.auth__title { font-size: clamp(2.2rem, 9vw, 3.6rem); font-weight: 900; font-stretch: 62%; text-transform: uppercase; line-height: .9; color: var(--tarp); }
.auth__sub { margin-top: 10px; color: var(--muted); }
.auth__switch { color: var(--muted); text-align: center; font-size: .95rem; }
.auth__aside { display: grid; gap: 16px; }

.stepper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 22px; }
.stepper li { display: flex; flex-direction: column; gap: 8px; font-size: .74rem; font-weight: 800; letter-spacing: .02em; color: var(--faint); line-height: 1.15; }
.stepper li::before { content: ""; height: 6px; border-radius: 999px; background: var(--night-4); }
.stepper li.is-done { color: var(--muted); }
.stepper li.is-done::before { background: var(--tarp-deep); }
.stepper li.is-current { color: var(--tarp); }
.stepper li.is-current::before { background: var(--tarp); }
.stepper a { color: inherit; text-decoration: none; }
.stepper a:hover { text-decoration: underline; }
@media (max-width: 480px) { .stepper li span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .stepper li.is-current span { position: static; width: auto; height: auto; clip: auto; grid-column: 1 / -1; } .stepper { row-gap: 8px; } }
.stepno { font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: 6px; }

.substeps { display: grid; gap: 10px; }
.substep { display: flex; gap: 14px; align-items: center; padding: 14px; border-radius: var(--r); background: var(--night); border: 1px solid var(--line); }
.substep__ico { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--night-3); color: var(--tarp); }
.substep b { display: block; }
.substep small { color: var(--muted); }

.checks { display: grid; gap: 8px; }
.checks li { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 14px; border-radius: var(--r-sm); background: var(--night); border: 1px solid var(--line); font-weight: 600; }
.pill { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.pill--passed, .pill--verified { background: rgba(78, 227, 154, .15); color: var(--ok); }
.pill--failed, .pill--required { background: rgba(255, 122, 138, .14); color: var(--err); }
.pill--pending { background: rgba(255, 182, 64, .14); color: var(--warn); }
.pill--none { background: var(--night-3); color: var(--faint); }

.restricted { padding: 16px; border-radius: var(--r); border: 1.5px solid rgba(255, 122, 138, .45); background: rgba(255, 122, 138, .06); }
.restricted p { color: var(--muted); font-size: .92rem; }
.restricted b { color: var(--text); }

/* ---------- My Account ---------- */

.acct { display: grid; gap: 20px; padding-block: 20px 56px; }
@media (min-width: 1000px) { .acct { grid-template-columns: 260px minmax(0, 1fr); gap: 36px; padding-block: 36px 72px; } }
.acct__user { display: flex; gap: 12px; align-items: center; padding: 16px; border-radius: var(--r-lg); background: var(--tarp); color: var(--ink); }
.acct__avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--vinyl-ink); color: var(--tarp); font-weight: 900; font-size: 1.2rem; flex: none; }
.acct__name { font-weight: 900; font-stretch: 70%; text-transform: uppercase; font-size: 1.25rem; line-height: 1; }
.acct__id { font-size: .82rem; font-weight: 600; }
.acct__tabs {
  display: flex; gap: 6px; overflow-x: auto; margin: 12px calc(var(--gutter) * -1) 0; padding: 2px var(--gutter) 10px; scrollbar-width: thin;
}
.acct__tabs a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border-radius: 999px; flex: none;
  border: 1.5px solid var(--line-2); color: var(--text); text-decoration: none; font-weight: 700; font-size: .92rem; white-space: nowrap;
}
.acct__tabs a:hover { border-color: var(--tarp); color: var(--tarp); }
.acct__tabs a[aria-current="page"] { background: var(--tarp); border-color: var(--tarp); color: var(--ink); }
@media (min-width: 1000px) {
  .acct__side { position: sticky; top: calc(var(--head-h) + 16px); align-self: start; }
  .acct__tabs { flex-direction: column; overflow: visible; margin: 14px 0 0; padding: 0; }
  .acct__tabs a { border-radius: var(--r-sm); border-color: transparent; }
  .acct__tabs a:hover { background: var(--night-2); }
}
.acct__head { margin-bottom: 18px; }
.acct__title { font-size: clamp(2rem, 8vw, 3.2rem); font-weight: 900; font-stretch: 62%; text-transform: uppercase; line-height: .92; color: var(--tarp); }
.acct__lead { margin-top: 8px; color: var(--muted); max-width: 64ch; }
.acct__main > * + * { margin-top: 18px; }
.balance { padding: 24px; border-radius: var(--r-lg); background: var(--vinyl); color: var(--vinyl-ink); }
.balance__label { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--vinyl-muted); }
.balance__value { font-size: clamp(2.6rem, 12vw, 4.4rem); font-weight: 900; font-stretch: 62%; line-height: 1; font-variant-numeric: tabular-nums; }
.balance__act { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.vstatus { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vstatus li { padding: 14px 10px; border-radius: var(--r); border: 1.5px solid var(--line); text-align: center; font-weight: 800; color: var(--faint); font-size: .9rem; }
.vstatus li.is-on { border-color: var(--tarp); color: var(--ink); background: var(--tarp); }

.table-wrap { overflow-x: auto; border-radius: var(--r); border: 1px solid var(--line); }
.table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table th, .table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.table th { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); background: var(--night-2); }
.table td.num { text-align: right; font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
  .table thead { display: none; }
  .table tr { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
  .table td { display: flex; justify-content: space-between; gap: 12px; border: 0; padding: 6px 14px; }
  .table td::before { content: attr(data-label); color: var(--faint); font-size: .8rem; font-weight: 700; }
}

/* ---------- Dialog ---------- */

.dialog { padding: 0; border: 0; background: transparent; color: var(--vinyl-ink); width: min(100% - 32px, 620px); max-height: min(86vh, 760px); }
.dialog::backdrop { background: rgba(4, 6, 20, .78); }
.dialog__box { display: flex; flex-direction: column; max-height: min(86vh, 760px); background: var(--vinyl); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lift); }
.dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; background: var(--tarp); }
.dialog__title { font-weight: 900; font-stretch: 65%; text-transform: uppercase; font-size: 1.6rem; line-height: 1; }
.dialog__close { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(21, 18, 10, .1); color: var(--ink); }
.dialog__body { padding: 18px; overflow-y: auto; }
.dialog__foot { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px 18px; border-top: 1px solid rgba(21, 26, 58, .12); }
.dialog__note { margin-top: 12px; font-size: .88rem; color: var(--vinyl-muted); }
.dialog .btn--ghost { color: var(--vinyl-ink); border-color: rgba(21, 26, 58, .3); }
.dialog .btn--tarp { background: var(--vinyl-ink); color: var(--tarp); box-shadow: none; }
.dialog .prose ul li::before { background: var(--vinyl-ink); }

/* ---------- Cookie banner ---------- */

.cookie { position: fixed; left: 10px; right: 10px; bottom: calc(var(--tab-h) + 10px + env(safe-area-inset-bottom, 0px)); z-index: 90; }
.cookie__in { max-width: 760px; margin: 0 auto; padding: 16px; border-radius: var(--r-lg); background: var(--vinyl); color: var(--vinyl-ink); box-shadow: var(--shadow-lift); }
.cookie__text { font-size: .9rem; }
.cookie__text a { color: var(--vinyl-ink); font-weight: 800; }
.cookie__act { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cookie .btn--tarp { background: var(--vinyl-ink); color: var(--tarp); box-shadow: none; }
.cookie .btn--ghost { color: var(--vinyl-ink); border-color: rgba(21, 26, 58, .3); }
@media (min-width: 1100px) { .cookie { bottom: 16px; } }

/* ---------- Footer ---------- */

.site-foot { margin-top: 24px; background: #080c26; border-top: 1px solid var(--line); }
.footrg { background: var(--live-deep); color: #fff; }
.footrg__in { display: grid; gap: 18px; padding-block: 28px; }
.footrg__age { font-size: clamp(5rem, 24vw, 8rem); line-height: .8; }
.footrg__title { font-size: clamp(2rem, 8vw, 3rem); }
.footrg__line { margin-top: 8px; font-weight: 600; font-size: 1.05rem; max-width: 48ch; }
.footrg__contacts { display: grid; gap: 8px; margin-top: 14px; }
.footrg__contacts li { display: flex; gap: 10px; align-items: center; font-weight: 600; }
.footrg a { color: #fff; font-weight: 800; }
.footrg__links { display: grid; gap: 8px; align-content: start; }
.footrg__link { display: flex; align-items: center; min-height: 46px; padding: 0 16px; border-radius: var(--r-sm); border: 1.5px solid rgba(255, 255, 255, .5); text-decoration: none; }
.footrg__link:hover { background: rgba(255, 255, 255, .1); color: #fff; }
@media (min-width: 900px) { .footrg__in { grid-template-columns: auto minmax(0, 1fr) 320px; gap: 32px; align-items: center; padding-block: 36px; } }
.site-foot__in { display: grid; gap: 28px; padding-block: 32px 36px; }
.footnav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
@media (min-width: 700px) { .footnav { grid-template-columns: repeat(3, 1fr); } }
.footnav__head { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-bottom: 8px; }
.footnav ul { display: grid; gap: 2px; }
.footnav a { display: inline-block; padding: 6px 0; color: var(--text); text-decoration: none; font-weight: 600; font-size: .95rem; }
.footnav a:hover { color: var(--tarp); }
.footlegal { display: grid; gap: 6px; color: var(--muted); font-size: .92rem; }
.footlegal__brand { font-weight: 900; font-stretch: 62%; text-transform: uppercase; font-size: 2rem; line-height: 1; color: var(--tarp); }
.footlegal__small { font-size: .82rem; color: var(--faint); }
@media (min-width: 1000px) { .site-foot__in { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 56px; } }

/* ---------- Play screen ---------- */

.play { display: grid; gap: 22px; padding-block: 28px 56px; }
@media (min-width: 900px) { .play { grid-template-columns: 320px minmax(0, 1fr); gap: 40px; align-items: start; } }
.play__cover { border-radius: var(--r-lg); overflow: hidden; }
.play__cover img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* ---------- 404 ---------- */

.lost { padding-block: 48px 72px; text-align: center; }
.lost__code { font-weight: 900; font-stretch: 62%; font-size: clamp(7rem, 40vw, 14rem); line-height: .8; color: var(--tarp); }
.lost__title { margin-top: 12px; font-weight: 900; font-stretch: 70%; text-transform: uppercase; font-size: clamp(1.6rem, 6vw, 2.6rem); }
.lost__text { margin: 12px auto 0; color: var(--muted); max-width: 48ch; }
.lost__act { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* ---------- Utilities ---------- */

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 12px; }
.mt-2 { margin-top: 22px; }
.mt-3 { margin-top: 34px; }
.stack > * + * { margin-top: 14px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.small { font-size: .86rem; color: var(--faint); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .bulb--open { box-shadow: 0 0 0 3px rgba(255, 46, 126, .35); }
}

/* ---------- Additions: flow columns, help centre ---------- */
@media (min-width: 900px) { .flow--col { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.prose .flow, .prose .chain { list-style: none; padding-left: 0; }
.prose .flow__step p, .prose .flow__text { color: var(--muted); }
.prose .flow__title { color: var(--text); }
.prose .restricted ul li::before { background: var(--err); }
.help-cat { min-width: 0; }
.help-cat + .help-cat { margin-top: 0; }
.help-cat__title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 1.5rem; font-weight: 900; font-stretch: 70%; text-transform: uppercase; color: var(--tarp); }
.help-cat__title .ico { width: 26px; height: 26px; }
.help-cat .faq { margin-bottom: 26px; }
[data-help-search] { grid-template-columns: 1fr; }
@media (min-width: 700px) { [data-help-search] { grid-template-columns: minmax(0, 1fr) auto auto; } }
.js [data-help-search] .toolbar__go { display: none; }
.acct > *, .auth > *, .cols > *, .doc > *, .play > * { min-width: 0; }
@media (max-width: 479px) {
  .site-head__in { gap: 8px; }
  .site-head__act { gap: 6px; }
  .site-head__act .btn--sm { padding: 0 10px; font-size: .8rem; min-height: 40px; }
  .logo { gap: 8px; }
  .logo__name { font-size: 1.2rem; }
  .iconbtn { width: 40px; height: 40px; }
}
@media (max-width: 359px) { .logo__word { display: none; } }
.btn { max-width: 100%; }
.empty__body { min-width: 0; }
.empty__actions .btn, .actions .btn, .hero__cta .btn, .phead__meta .btn { white-space: normal; text-align: center; }
@media (max-width: 479px) { .empty { flex-direction: column; gap: 12px; padding: 18px 16px; } }
.gcard__play { min-width: 0; gap: 6px; overflow: hidden; }
@media (max-width: 400px) { .gcard__play { padding: 0 6px; font-size: .82rem; } .gcard__play .ico { display: none; } .gcard__tag { padding-inline: 8px; } }

/* ---------- Finish-review raises ---------- */
/* Hero: one full-width tarp; the headline fits its measure; the board runs underneath */
.hero__tarp { container-type: inline-size; }
.hero__title { font-size: min(calc(100cqi / (var(--fit-lines, 8) * .5)), 8rem); margin-top: 26px; line-height: .86; }
.hero__foot { position: relative; display: grid; gap: 4px; }
.hero__sticker { display: inline-flex; gap: 8px; }
.hero__sticker .bulb { width: 8px; height: 8px; }
.hero__sticker .bulb--idle { box-shadow: inset 0 0 0 2px #fff; }
.hero__board { margin-top: 16px; }
.hero__board-text { display: flex; gap: 12px; align-items: baseline; color: var(--muted); }
.hero__board-text .bulb { flex: none; transform: translateY(-1px); }
@media (min-width: 900px) {
  .hero__tarp { padding: 40px 48px 36px; transform: rotate(-.4deg); }
  .hero__title { font-size: calc(100cqi / (var(--fit-one, 14) * .47)); white-space: nowrap; margin-top: 8px; }
  .hero__title span { display: inline; }
  .hero__foot { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 28px; margin-top: 18px; }
  .hero__foot .hero__lead, .hero__foot .hero__cta { margin-top: 0; }
  .hero__board { flex-direction: row; align-items: center; gap: 24px; padding: 16px 20px; margin-top: 22px; }
  .hero__board-text { flex: 1; }
  .hero__cats { display: flex; gap: 8px; margin: 0; }
  .hero__cat { flex-direction: row; align-items: center; padding: 10px 12px; white-space: nowrap; }
}
@media (min-width: 900px) and (max-width: 1199px) { .hero__cats { flex-wrap: wrap; justify-content: flex-end; max-width: 55%; } }

/* Band titles fill the measure */
.tarp { container-type: inline-size; }
.tarp__title { font-size: clamp(1.9rem, 9.5cqi, 6.5rem); }
.cols .tarp__title { font-size: clamp(1.9rem, 11cqi, 4.2rem); }
.band-lead { margin: -8px 0 20px; }

/* 21+ / responsible gaming signboard */
.signboard { display: block; padding: 30px 24px 26px; margin: 0; }
.signboard__age { position: relative; display: grid; gap: 10px 22px; align-items: center; }
.signboard__stamp { font-weight: 900; font-stretch: 62%; font-size: clamp(5.5rem, 26vw, 10rem); line-height: .78; color: var(--live-deep); }
.signboard__title { font-size: clamp(2rem, 7cqi, 4.4rem) !important; }
.signboard__line { margin-top: 10px; font-weight: 700; font-size: 1.1rem; max-width: 52ch; }
.signboard__cols { position: relative; display: grid; gap: 0; margin-top: 22px; border-top: 1.5px dashed rgba(21, 26, 58, .3); }
.signboard__cols li { padding: 16px 0; border-bottom: 1.5px dashed rgba(21, 26, 58, .3); }
.signboard__cols p { color: var(--vinyl-muted); }
.signboard__cols a { color: var(--vinyl-ink); font-weight: 800; }
.signboard__h { font-weight: 900; font-stretch: 70%; text-transform: uppercase; font-size: 1.3rem; color: var(--vinyl-ink) !important; margin-bottom: 4px; }
.signboard__foot { position: relative; display: grid; gap: 16px; margin-top: 20px; align-items: center; }
.signboard__note { color: var(--vinyl-muted); font-size: .95rem; max-width: 70ch; }
@media (min-width: 900px) {
  .signboard { padding: 40px 44px 34px; }
  .signboard__age { grid-template-columns: auto minmax(0, 1fr); }
  .signboard__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1.5px dashed rgba(21, 26, 58, .3); }
  .signboard__cols li { padding: 18px 22px; border-bottom: 0; }
  .signboard__cols li + li { border-left: 1.5px dashed rgba(21, 26, 58, .3); }
  .signboard__cols li:first-child { padding-left: 0; }
  .signboard__foot { grid-template-columns: minmax(0, 1fr) auto; }
}
.tabbar__item { min-width: 0; }
.tabbar__item > span:last-child { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 359px) { .tabbar__item { font-size: .66rem; } }
.signboard__foot .btn { white-space: normal; text-align: center; justify-self: start; }
/* Band titles: the lettering fills the band; the link sits under it */
.tarp { flex-direction: column; align-items: stretch; }
.tarp__link { align-self: flex-start; }
.tarp__fit { display: inline-block; white-space: nowrap; line-height: .86; }
.js .tarp__title { font-size: inherit; }
.tarp__title small { font-size: clamp(.8rem, 2.4cqi, 1.3rem); }
/* Regulator / support logos (footer RG band, RG page) */
.rglogos { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r); background: #fff; grid-column: 1 / -1; width: fit-content; max-width: 100%; }
.rglogos__item img { display: block; height: auto; }
.rglogos__item--wide img { width: min(320px, 62vw); }
.rglogos a { display: block; border-radius: 6px; }
.rglogos a:hover { opacity: .85; }
.rgbanner { background: #fff; border-radius: var(--r); padding: 10px 14px; max-width: 420px; }
.rgbanner img { width: 100%; height: auto; }
.big-contact__logo { flex: none; border-radius: 50%; background: #fff; }
.big-contact__logo { object-fit: contain; padding: 3px; }
.rglogos img[src*="gam-anon"] { width: 68px; } .rglogos img[src*="rg/pagcor.webp"] { width: 58px; }
