/* theScore Casino redesign - design system.
   World: Japanese contemporary high-density web. White ground, dense black text, utility red for
   module tabs, stakes and alerts, cool-gray hairline modules packed edge to edge, one compact gothic
   sans (Archivo, width axis) at small sizes with tight leading, minimal functional motion. */

@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url("../fonts/archivo-normal-latin.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: italic; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url("../fonts/archivo-italic-latin.woff2") format("woff2"); }

:root {
  --white: #fff; --ink: #111; --ink-2: #3d434b; --ink-3: #676e78;
  --gray-1: #f4f5f7; --gray-2: #e9ebef; --gray-3: #d6dae0; --gray-4: #b8bec7;
  --red: #e60012; --red-dark: #b8000e; --red-tint: #fdeaec; --red-tint-2: #fbd5d9;
  --blue: #0a4fc2; --green: #1a7f3c; --green-tint: #e6f4ea; --amber: #9a5b00; --amber-tint: #fff3dc;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --fs-xs: 11px; --fs-s: 12px; --fs-m: 13px; --fs-l: 14px; --fs-xl: 16px; --fs-2xl: 20px; --fs-3xl: 28px; --fs-4xl: 36px;
  --lh: 1.35;
  --hair: 1px solid var(--gray-3);
  --pad: 8px; --gap: 8px; --radius: 2px;
  --rail-w: 216px; --max-w: 1440px;
  --t: 120ms ease-out;
  --focus: 2px solid var(--red);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scrollbar-color: var(--gray-4) var(--gray-1); }
body { margin: 0; font: 400 var(--fs-m)/var(--lh) var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; caret-color: var(--red); }
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 2px; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: var(--focus); outline-offset: 1px; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }
strong, b { font-weight: 700; }
[hidden] { display: none !important; }
.num { font-variant-numeric: tabular-nums; }
.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 { position: absolute; left: 8px; top: -48px; background: var(--ink); color: #fff; padding: 6px 10px; z-index: 100; font-weight: 700; }
.skip:focus { top: 8px; }

.ic { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic--s { width: 12px; height: 12px; }
.ic--l { width: 20px; height: 20px; }

/* ---------- PENN cross-brand bar ---------- */
.penn { background: var(--ink); color: #fff; font-size: var(--fs-xs); }
.penn__in { position: relative; max-width: var(--max-w); margin: 0 auto; padding: 0 8px; height: 28px; display: flex; align-items: center; gap: 2px; }
.penn__brand { font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-4); margin-right: 6px; font-size: 10px; white-space: nowrap; }
.penn a { color: #fff; display: inline-flex; align-items: center; gap: 4px; padding: 0 8px; height: 28px; font-weight: 600; white-space: nowrap; }
.penn a:hover { text-decoration: none; background: var(--ink-2); }
.penn a[aria-current="true"] { background: #fff; color: var(--ink); font-weight: 700; }
.penn__dl { margin-left: auto; border: 1px solid #fff; height: 20px !important; padding: 0 8px !important; font-weight: 700 !important; border-radius: var(--radius); }
.penn__dl:hover { background: #fff !important; color: var(--ink); }

/* ---------- header ---------- */
.hdr { border-bottom: var(--hair); background: #fff; }
.hdr__in { max-width: var(--max-w); margin: 0 auto; padding: 0 8px; height: 56px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); white-space: nowrap; }
.brand:hover { text-decoration: none; }
.brand__word { font-weight: 800; font-size: 22px; letter-spacing: -0.035em; font-stretch: 88%; line-height: 1; }
.brand__tab { background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 4px 5px 3px; line-height: 1; text-transform: uppercase; border-radius: var(--radius); }
.search { display: flex; max-width: 620px; width: 100%; height: 34px; border: 1px solid var(--ink); border-radius: var(--radius); background: #fff; justify-self: center; }
.search__input { flex: 1; border: 0; padding: 0 10px; font-size: var(--fs-m); min-width: 0; background: transparent; }
.search__input:focus { outline: none; }
.search__input::placeholder { color: var(--ink-3); }
.search:focus-within { box-shadow: 0 0 0 2px var(--red-tint-2); border-color: var(--red); }
.search__btn { width: 40px; border: 0; background: var(--ink); color: #fff; display: grid; place-items: center; }
.search__btn:hover { background: var(--red); }
.search__kbd { align-self: center; margin-right: 6px; font-size: 10px; color: var(--ink-3); border: 1px solid var(--gray-3); border-radius: 2px; padding: 1px 4px; font-weight: 600; }
.hdr__acts { display: flex; align-items: center; gap: 6px; }
.hdr__rg { display: inline-flex; align-items: center; gap: 4px; font-size: var(--fs-xs); font-weight: 700; color: var(--ink); padding: 0 8px; height: 28px; border: 1px solid var(--gray-3); border-radius: var(--radius); white-space: nowrap; }
.hdr__rg:hover { border-color: var(--ink); text-decoration: none; }
.wallet { display: inline-flex; align-items: stretch; border: 1px solid var(--ink); border-radius: var(--radius); height: 34px; overflow: hidden; }
.wallet__bal { padding: 0 10px; display: flex; flex-direction: column; justify-content: center; line-height: 1; color: var(--ink); }
.wallet__bal:hover { text-decoration: none; background: var(--gray-1); }
.wallet__lbl { font-size: 9px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 3px; }
.wallet__num { font-weight: 800; font-size: var(--fs-l); font-variant-numeric: tabular-nums; }
.wallet__dep { display: inline-flex; align-items: center; padding: 0 10px; background: var(--red); color: #fff; font-weight: 700; font-size: var(--fs-s); }
.wallet__dep:hover { background: var(--red-dark); text-decoration: none; }
.avatar { width: 34px; height: 34px; border: 1px solid var(--gray-3); border-radius: var(--radius); display: grid; place-items: center; color: var(--ink); }
.avatar:hover { border-color: var(--ink); }

/* ---------- navigation ---------- */
.nav { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: var(--hair); }
.nav__row { position: relative; max-width: var(--max-w); margin: 0 auto; padding: 0 8px; display: flex; align-items: stretch; height: 36px; overflow-x: auto; scrollbar-width: none; }
.nav__row::-webkit-scrollbar { display: none; }
.nav__a { display: inline-flex; align-items: center; gap: 4px; padding: 0 10px; font-size: var(--fs-m); font-weight: 700; color: var(--ink); white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.nav__a:hover { color: var(--red); text-decoration: none; }
.nav__a[aria-current="page"] { color: var(--red); border-bottom-color: var(--red); }
.nav__a--ext { color: var(--ink-2); font-weight: 600; margin-left: auto; }
.nav__count { font-size: 10px; color: var(--ink-3); font-weight: 600; font-variant-numeric: tabular-nums; }
.subnav { background: var(--gray-1) url("../img/paper-grain.svg") repeat; background-size: 240px 240px; border-bottom: var(--hair); }
.subnav__row { position: relative; max-width: var(--max-w); margin: 0 auto; padding: 0 8px; display: flex; align-items: center; gap: 4px; height: 32px; overflow-x: auto; scrollbar-width: none; }
.subnav__row::-webkit-scrollbar { display: none; }
.subnav__lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); padding-right: 6px; white-space: nowrap; }
.subnav__sp { margin-left: auto; }

.chip { display: inline-flex; align-items: center; gap: 4px; height: 22px; padding: 0 8px; border: 1px solid var(--gray-3); background: #fff; border-radius: var(--radius); font-size: var(--fs-xs); font-weight: 600; color: var(--ink); white-space: nowrap; cursor: pointer; }
.chip:hover { border-color: var(--ink); text-decoration: none; }
.chip[aria-pressed="true"], .chip.is-on, .chip[aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip--red { color: var(--red); border-color: var(--red); }
.chip .ic { width: 12px; height: 12px; }

/* ---------- page grid ---------- */
.page { max-width: var(--max-w); margin: 0 auto; padding: 8px; display: grid; grid-template-columns: var(--rail-w) minmax(0, 1fr); gap: var(--gap); align-items: start; }
.page--full { grid-template-columns: minmax(0, 1fr); }
.rail { display: grid; gap: var(--gap); }
.main { display: grid; gap: var(--gap); min-width: 0; }
.after { grid-column: 1 / -1; display: grid; gap: var(--gap); min-width: 0; }
.mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); }
.span-3 { grid-column: span 3; } .span-4 { grid-column: span 4; } .span-5 { grid-column: span 5; } .span-6 { grid-column: span 6; }
.span-7 { grid-column: span 7; } .span-8 { grid-column: span 8; } .span-9 { grid-column: span 9; } .span-12 { grid-column: span 12; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: var(--gap); align-items: start; }
.split--wide { grid-template-columns: minmax(0, 1fr) 380px; }
.stack { display: grid; gap: var(--gap); }
.inline { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.grow { flex: 1; } .right { text-align: right; } .muted { color: var(--ink-3); } .small { font-size: var(--fs-xs); } .b { font-weight: 700; }
.ph-bar { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 2px 0; }
.h1 { font-size: var(--fs-2xl); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; font-stretch: 92%; }
.h2 { font-size: var(--fs-xl); font-weight: 800; letter-spacing: -0.015em; line-height: 1.15; }
.crumbs { font-size: var(--fs-xs); color: var(--ink-3); display: flex; gap: 6px; flex-wrap: wrap; }
.crumbs a { color: var(--ink-3); }
.prose { max-width: 68ch; font-size: var(--fs-m); line-height: 1.5; display: grid; gap: 8px; }
.prose h3 { font-size: var(--fs-l); margin-top: 6px; }
.prose ul { list-style: disc; padding-left: 18px; display: grid; gap: 4px; }
.prose ol { list-style: decimal; padding-left: 20px; display: grid; gap: 4px; }
.prose li::marker { color: var(--ink-3); font-weight: 700; }
.prose .tbl td { font-size: var(--fs-s); line-height: 1.4; }
.mod__body.prose { max-width: none; }
.mod__body.prose > p, .mod__body.prose > ul, .mod__body.prose > ol:not(.steps-list--row), .mod__body.prose > dl, .mod__body.prose > h3 { max-width: 72ch; }
.glossary { display: grid; gap: 4px; }
.glossary > div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 8px; padding: 4px 0; border-bottom: 1px dotted var(--gray-3); font-size: var(--fs-s); line-height: 1.45; }
.glossary > div:last-child { border-bottom: 0; }
.glossary dt { font-weight: 700; }
.prose ol.steps-list, .steps-list { counter-reset: step; list-style: none; padding: 0; display: grid; gap: 8px; }
.steps-list li { position: relative; padding-left: 30px; }
.steps-list--row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: none !important; }
@media (max-width: 900px) { .steps-list--row { grid-template-columns: 1fr; gap: 8px; } }
.steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; }
.summary-list { display: grid; gap: 4px; }
.summary-list li { display: flex; gap: 8px; align-items: flex-start; font-size: var(--fs-m); line-height: 1.45; max-width: 80ch; }
.summary-list .ic { color: var(--green); margin-top: 3px; }
.docmeta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; font-size: var(--fs-xs); color: var(--ink-3); border: var(--hair); padding: 6px 8px; border-radius: var(--radius); background: var(--gray-1); }
.prefs { border-top: 2px solid var(--ink); margin-top: 10px; padding-top: 6px; max-width: 72ch; }
.prefs h3 { font-size: var(--fs-s); text-transform: uppercase; letter-spacing: .03em; display: flex; justify-content: space-between; gap: 8px; }
.prefs h3 small { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--ink-3); }
.docmeta b { color: var(--ink); margin-right: 4px; }
.docmeta .grow { flex: 1; }
.toc { position: sticky; top: 44px; }
.toc__list { padding: 4px 0; }
.toc__list a { display: flex; gap: 8px; align-items: baseline; padding: 4px 8px; font-size: var(--fs-s); color: var(--ink); line-height: 1.3; }
.toc__list a:hover { background: var(--gray-1); color: var(--red); text-decoration: none; }
.toc__list a.is-current { color: var(--red); font-weight: 700; }
.toc__n { font-size: 10px; color: var(--ink-3); font-weight: 700; min-width: 16px; font-variant-numeric: tabular-nums; }
.faq { border-bottom: var(--hair); }
.faq:last-child { border-bottom: 0; }
.faq__q { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px; font-size: var(--fs-m); font-weight: 700; cursor: pointer; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::marker { content: ""; }
.faq__q:hover { background: var(--gray-1); }
.faq__q .ic { color: var(--ink-3); transition: transform var(--t); }
.faq[open] > .faq__q { color: var(--red); }
.faq[open] > .faq__q .ic { transform: rotate(180deg); }
.faq__a { padding: 0 8px 10px; font-size: var(--fs-m); line-height: 1.5; max-width: 72ch; color: var(--ink-2); }
.faq__a a { font-weight: 600; }
.section:target { border-color: var(--red); }
.apps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.doc { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: var(--gap); align-items: start; }
.doc__main { display: grid; gap: var(--gap); min-width: 0; }
.doc__aside { display: grid; gap: var(--gap); position: sticky; top: 44px; }
.mod.show-m, .show-m { display: none; }
.figure { margin: 0 0 10px; max-width: 72ch; border: var(--hair); border-radius: var(--radius); overflow: hidden; }
.section__grid { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 16px; align-items: start; }
.section__grid > .prose { max-width: 72ch; }
.section__facts { border-left: var(--hair); padding-left: 12px; position: sticky; top: 52px; }
.section__facts .kv { align-items: baseline; }
.section__facts .kv b { text-align: right; max-width: 60%; }
.figure svg { width: 100%; height: auto; display: block; }
.figure figcaption { font-size: var(--fs-xs); color: var(--ink-3); padding: 4px 8px; border-top: var(--hair); }
input[type="file"].input { padding: 3px 8px; }
input[type="file"]::file-selector-button { height: 24px; padding: 0 8px; margin-right: 8px; border: 1px solid var(--gray-3); border-radius: var(--radius); background: #fff; color: var(--ink); font: 700 var(--fs-xs) var(--font); cursor: pointer; }
input[type="file"]::file-selector-button:hover { border-color: var(--ink); background: var(--gray-1); }
input[type="datetime-local"].input, input[type="date"].input { padding-right: 6px; }

/* ---------- module ---------- */
.mod { border: var(--hair); background: #fff; border-radius: var(--radius); display: flex; flex-direction: column; min-width: 0; position: relative; transition: border-color var(--t); }
.mod:hover, .mod:focus-within { border-color: var(--ink); }
.mod__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; border-bottom: var(--hair); padding-right: 8px; min-height: 28px; }
.mod__title { background: var(--red); color: #fff; font-size: var(--fs-s); font-weight: 700; letter-spacing: .03em; padding: 0 8px; height: 28px; display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; margin: -1px 0 -1px -1px; border-radius: var(--radius) 0 0 0; white-space: nowrap; }
.mod__title--ink { background: var(--ink); }
.mod__title--gray { background: var(--gray-2); color: var(--ink); }
.mod__meta { font-size: var(--fs-xs); color: var(--ink-3); white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.mod__link { margin-left: auto; font-size: var(--fs-xs); font-weight: 600; display: inline-flex; align-items: center; gap: 2px; white-space: nowrap; }
.mod__body { padding: var(--pad); }
.mod--flush .mod__body { padding: 0; }
.mod--gray { background: var(--gray-1); }
.mod--gray .mod__head, .mod--gray .mod__foot { background: url("../img/paper-grain.svg") repeat; background-size: 240px 240px; }
.mod__acts { position: absolute; top: 3px; right: 3px; display: flex; gap: 4px; opacity: 0; transition: opacity var(--t); z-index: 2; }
.mod:hover .mod__acts, .mod:focus-within .mod__acts { opacity: 1; }
.mod__foot { border-top: var(--hair); padding: 6px 8px; font-size: var(--fs-xs); color: var(--ink-3); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.mod__foot .grow { flex: 1; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 28px; padding: 0 12px; border: 1px solid var(--ink); background: #fff; color: var(--ink); font-size: var(--fs-s); font-weight: 700; border-radius: var(--radius); white-space: nowrap; text-decoration: none !important; transition: background var(--t), border-color var(--t), color var(--t); }
.btn:hover { background: var(--gray-1); }
.btn--primary { background: var(--red); border-color: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--ink { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-2); }
.btn--ghost { border-color: transparent; color: var(--blue); }
.btn--ghost:hover { background: var(--gray-1); }
.btn--soft { border-color: var(--gray-3); }
.btn--soft:hover { border-color: var(--ink); }
.btn--sm { height: 24px; padding: 0 8px; font-size: var(--fs-xs); }
.btn--lg { height: 36px; padding: 0 16px; font-size: var(--fs-m); }
.btn--block { width: 100%; }
.btn--icon { width: 28px; padding: 0; }
.btn--icon.btn--sm { width: 24px; }
.btn[disabled], .btn[aria-disabled="true"] { background: var(--gray-2); border-color: var(--gray-2); color: var(--ink-3); cursor: not-allowed; }
.btn.is-loading { color: transparent !important; position: relative; pointer-events: none; }
.btn.is-loading::after { content: ""; position: absolute; width: 14px; height: 14px; border: 2px solid var(--ink); border-color: var(--ink) var(--ink) transparent transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.btn--primary.is-loading::after, .btn--ink.is-loading::after { border-color: #fff #fff transparent transparent; }
.btn[aria-pressed="true"] .ic--heart { fill: var(--red); stroke: var(--red); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- badges, tags, status ---------- */
.badge { display: inline-flex; align-items: center; gap: 3px; height: 16px; padding: 0 4px; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-radius: var(--radius); border: 1px solid transparent; line-height: 1; white-space: nowrap; }
.badge--new { background: var(--red); color: #fff; }
.badge--excl { background: #fff; color: var(--red); border-color: var(--red); }
.badge--ltd { background: var(--ink); color: #fff; }
.badge--hot { background: var(--gray-2); color: var(--ink); }
.badge--orig { background: var(--blue); color: #fff; }
.badge--jp { background: var(--amber-tint); color: var(--amber); border-color: var(--amber); }
.badge--live { background: #fff; color: var(--red); border-color: var(--red-tint-2); }
.badge--live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.badge--ok { background: var(--green-tint); color: var(--green); }
.tag-list { display: flex; flex-wrap: wrap; gap: 3px; }
.tag { font-size: 10px; border: var(--hair); padding: 0 4px; height: 16px; display: inline-flex; align-items: center; color: var(--ink-2); background: #fff; white-space: nowrap; }
.status { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.status--ok { color: var(--green); } .status--pend { color: var(--amber); } .status--off { color: var(--ink-3); } .status--err { color: var(--red); }
.price { color: var(--red); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price--ink { color: var(--ink); }
.price--pos { color: var(--green); } .price--neg { color: var(--ink); }
.price small { color: var(--ink-3); font-weight: 600; font-size: 10px; }

/* ---------- covers ---------- */
.cover { display: block; aspect-ratio: 8 / 5; width: 100%; overflow: hidden; border-radius: var(--radius); background: var(--gray-2); flex: none; }
.cover svg, .cover img { width: 100%; height: 100%; object-fit: cover; }
.cover--xs { width: 56px; } .cover--s { width: 80px; } .cover--m { width: 120px; }

/* ---------- rows and lists ---------- */
.rows { display: flex; flex-direction: column; }
.row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto auto; align-items: center; gap: 8px; padding: 6px 8px; border-bottom: var(--hair); font-size: var(--fs-s); position: relative; }
.row:last-child { border-bottom: 0; }
.row:hover { background: var(--gray-1); }
.row--3 { grid-template-columns: 56px minmax(0, 1fr) auto; }
.row__t { font-weight: 700; color: var(--ink); font-size: var(--fs-m); line-height: 1.2; }
.row__t a { color: inherit; }
.row__t a::after { content: ""; position: absolute; inset: 0; }
.row__m { color: var(--ink-3); font-size: var(--fs-xs); margin-top: 2px; display: flex; flex-wrap: wrap; gap: 3px 6px; align-items: center; }
.row__p { color: var(--red); font-weight: 700; font-size: var(--fs-m); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; line-height: 1.1; }
.row__p small { color: var(--ink-3); font-weight: 600; font-size: 10px; display: block; }
.row__a { display: flex; gap: 4px; position: relative; z-index: 1; }
.span-3 .row [data-fav] { display: none; }
.rank { display: grid; grid-template-columns: 20px 44px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 5px 8px; border-bottom: var(--hair); font-size: var(--fs-s); }
.rank:last-child { border-bottom: 0; }
.rank:hover { background: var(--gray-1); }
.rank__n { width: 20px; height: 20px; display: grid; place-items: center; font-weight: 800; font-size: 11px; background: var(--gray-2); color: var(--ink); }
.rank:nth-child(-n+3) .rank__n { background: var(--red); color: #fff; }
.rank__t { font-weight: 700; color: var(--ink); line-height: 1.2; }
.rank__t a { color: inherit; }
.rank__m { font-size: 10px; color: var(--ink-3); }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); gap: 8px; }
.tiles--l { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.tile { display: block; color: var(--ink); position: relative; min-width: 0; }
.tile:hover { text-decoration: none; }
.tile__t { font-size: var(--fs-s); font-weight: 700; line-height: 1.2; margin-top: 4px; }
.tile__m { font-size: 10px; color: var(--ink-3); margin-top: 1px; display: flex; justify-content: space-between; gap: 4px; }
.tile:hover .tile__t { color: var(--red); }
.tile__media { position: relative; display: block; }
.tile__badge { position: absolute; top: 4px; right: 4px; }
.tile__play { position: absolute; right: 4px; bottom: 4px; opacity: 0; transition: opacity var(--t); }
.tile:hover .tile__play, .tile:focus-within .tile__play { opacity: 1; }

/* ---------- tables ---------- */
.tbl th { text-align: left; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); background: var(--gray-1); padding: 5px 8px; border-bottom: var(--hair); white-space: nowrap; }
.tbl td { padding: 6px 8px; border-bottom: var(--hair); font-size: var(--fs-s); vertical-align: middle; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tbody tr:hover { background: var(--gray-1); }
.tbl .r { text-align: right; }
.tbl .c { text-align: center; }
.tbl__t { font-weight: 700; color: var(--ink); font-size: var(--fs-m); }
.tbl--live .tbl__t, .tbl--live .num { white-space: nowrap; }
.tbl__t a { color: inherit; }
.tbl--zebra tbody tr:nth-child(even) { background: #fafbfc; }
.tbl--tight td { padding: 4px 8px; }
.tbl-wrap { overflow-x: auto; position: relative; }
.nowrap { white-space: nowrap; }
.seat { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; font-weight: 700; font-variant-numeric: tabular-nums; padding: 0 3px; border-radius: var(--radius); transition: background var(--t); }
.seat--open { color: var(--green); } .seat--full { color: var(--ink-3); } .seat--soon { color: var(--amber); }
.seat.is-flash { background: var(--red-tint); box-shadow: 0 0 0 2px var(--red-tint); }
.seat__bar { display: inline-flex; gap: 1px; }
.seat__bar i { width: 4px; height: 10px; background: var(--gray-3); }
.seat__bar i.on { background: var(--green); }

/* ---------- forms ---------- */
.field { display: grid; gap: 3px; margin-bottom: 8px; }
.field:last-child { margin-bottom: 0; }
.lbl { font-size: var(--fs-xs); font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; gap: 8px; }
.lbl small { color: var(--ink-3); font-weight: 500; }
.input, .select, .textarea { height: 32px; border: 1px solid var(--gray-4); border-radius: var(--radius); padding: 0 8px; background: #fff; font-size: var(--fs-m); width: 100%; transition: border-color var(--t), box-shadow var(--t); }
.textarea { height: auto; padding: 6px 8px; min-height: 72px; resize: vertical; }
.input:hover, .select:hover, .textarea:hover { border-color: var(--ink); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 2px var(--red-tint-2); }
.input::placeholder { color: var(--ink-3); }
.input[aria-invalid="true"], .select[aria-invalid="true"] { border-color: var(--red); }
.input[readonly] { background: var(--gray-1); }
.select { appearance: none; padding-right: 26px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' fill='none' stroke='%23111' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right 8px center; }
.hint { font-size: var(--fs-xs); color: var(--ink-3); }
.err { font-size: var(--fs-xs); color: var(--red); font-weight: 600; display: none; align-items: center; gap: 4px; }
.field.is-invalid .err { display: flex; }
.check { display: flex; gap: 8px; align-items: flex-start; font-size: var(--fs-s); cursor: pointer; }
.check input { accent-color: var(--red); width: 16px; height: 16px; margin: 1px 0 0; flex: none; }
.input-group { display: flex; }
.input-group .input { border-radius: var(--radius) 0 0 var(--radius); }
.input-group .btn { border-radius: 0 var(--radius) var(--radius) 0; height: 32px; margin-left: -1px; }
.amt { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.amt__b { height: 36px; border: 1px solid var(--gray-4); background: #fff; font-weight: 700; font-size: var(--fs-l); border-radius: var(--radius); font-variant-numeric: tabular-nums; transition: border-color var(--t), background var(--t); }
.amt__b:hover { border-color: var(--ink); }
.amt__b[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.money-input { position: relative; }
.money-input .input { padding-left: 22px; font-weight: 700; font-size: var(--fs-xl); height: 40px; font-variant-numeric: tabular-nums; }
.money-input::before { content: "$"; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); font-weight: 700; color: var(--ink-3); font-size: var(--fs-l); }
.switch { display: inline-flex; align-items: center; gap: 8px; font-size: var(--fs-s); cursor: pointer; }
.switch input { appearance: none; width: 32px; height: 18px; border-radius: 9px; background: var(--gray-4); position: relative; margin: 0; transition: background var(--t); flex: none; }
.switch input::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: transform var(--t); }
.switch input:checked { background: var(--red); }
.switch input:checked::after { transform: translateX(14px); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { padding: 0; }

/* ---------- tabs ---------- */
.tabs { position: relative; display: flex; border-bottom: var(--hair); overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { height: 32px; padding: 0 12px; border: 0; background: none; font-size: var(--fs-s); font-weight: 700; color: var(--ink-2); border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.tab:hover { color: var(--red); }
.tab[aria-selected="true"] { color: var(--red); border-bottom-color: var(--red); }
.tab .nav__count { color: inherit; opacity: .7; }
.tabs--boxed .tab { border: var(--hair); border-bottom: 0; margin-right: -1px; background: var(--gray-1); margin-bottom: 0; }
.tabs--boxed .tab[aria-selected="true"] { background: #fff; border-bottom: 1px solid #fff; margin-bottom: -1px; }
[role="tabpanel"][hidden] { display: none; }

/* ---------- accordions (rail) ---------- */
.acc { border-bottom: var(--hair); }
.acc:last-child { border-bottom: 0; }
.acc__s { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 7px 8px; font-size: var(--fs-s); font-weight: 700; cursor: pointer; }
.acc__s::-webkit-details-marker { display: none; }
.acc__s::marker { content: ""; }
.acc__s:hover { background: var(--gray-1); }
.acc__s .ic { transition: transform var(--t); color: var(--ink-3); }
.acc[open] > .acc__s .ic { transform: rotate(180deg); }
.acc__l { padding: 0 0 6px; }
.acc__l a, .acc__l label { display: flex; justify-content: flex-start; align-items: center; gap: 6px; padding: 4px 8px 4px 16px; font-size: var(--fs-s); color: var(--ink); cursor: pointer; }
.acc__l a:hover, .acc__l label:hover { background: var(--gray-1); color: var(--red); text-decoration: none; }
.acc__l a[aria-current="page"] { color: var(--red); font-weight: 700; }
.acc__l .c { color: var(--ink-3); font-size: var(--fs-xs); font-variant-numeric: tabular-nums; margin-left: auto; text-align: right; }
.acc__l .c .seat { padding: 0; }
.acc__l label input { accent-color: var(--red); margin: 0 4px 0 0; }

/* ---------- tonight (lobby lead module) ---------- */
.tonight { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); }
.tonight__txt { padding: 16px 16px 12px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.tonight__h { font-size: var(--fs-4xl); font-weight: 800; line-height: 1.02; letter-spacing: -0.028em; font-stretch: 90%; text-wrap: balance; }
.tonight__h em { font-style: normal; color: var(--red); }
.tonight__p { font-size: var(--fs-m); color: var(--ink-2); max-width: 48ch; line-height: 1.45; }
.tonight__cta { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 2px; }
.tonight__facts { display: flex; gap: 20px; font-size: 10px; color: var(--ink-3); margin-top: auto; padding-top: 8px; border-top: var(--hair); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.tonight__facts b { display: block; color: var(--ink); font-size: var(--fs-l); font-variant-numeric: tabular-nums; letter-spacing: 0; text-transform: none; margin-top: 1px; }
.tonight__pic { position: relative; min-height: 236px; border-left: var(--hair); overflow: hidden; background: var(--gray-2); }
.tonight__pic img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tonight__cap { position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, .94); font-size: 10px; color: var(--ink-2); padding: 3px 6px; }
.tonight__tag { position: absolute; top: 8px; left: 8px; }
.tonight__also { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; padding-top: 8px; border-top: var(--hair); }
.signin-compact { display: none; align-items: center; gap: 6px; }
.mosaic--start { align-items: start; }

/* ---------- session / limits ---------- */
.sess { display: grid; gap: 6px; font-size: var(--fs-s); }
.sess__clock { font-size: var(--fs-2xl); font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; line-height: 1; }
.bar { height: 4px; background: var(--gray-2); border-radius: 2px; overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--ink); }
.bar.is-warn > i { background: var(--red); }
.kv { display: flex; justify-content: space-between; gap: 8px; font-size: var(--fs-s); padding: 3px 0; border-bottom: 1px dotted var(--gray-3); }
.kv:last-child { border-bottom: 0; }
.kv b { font-variant-numeric: tabular-nums; text-align: right; }
.kv--total { border-top: 1px solid var(--ink); border-bottom: 0; font-size: var(--fs-l); font-weight: 800; padding-top: 6px; margin-top: 4px; }
.big { font-size: var(--fs-3xl); font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.big small { font-size: var(--fs-s); color: var(--ink-3); font-weight: 600; letter-spacing: 0; }
.limit { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 8px; border-bottom: var(--hair); align-items: center; }
.limit:last-child { border-bottom: 0; }
.limit__t { font-weight: 700; font-size: var(--fs-m); }
.limit__v { font-size: var(--fs-s); color: var(--ink-2); font-variant-numeric: tabular-nums; margin-top: 1px; }
.limit .bar { margin-top: 5px; }

/* ---------- promos ---------- */
.promo { padding: 8px; border-bottom: var(--hair); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: start; }
.promo:last-child { border-bottom: 0; }
.promo__tab { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); padding: 0 4px; margin-right: 2px; line-height: 14px; vertical-align: middle; }
.promo__t { font-weight: 700; font-size: var(--fs-m); line-height: 1.2; }
.promo__m { font-size: var(--fs-xs); color: var(--ink-3); margin-top: 2px; }
.promo--expired { opacity: .55; }
.promo--expired .promo__tab { color: var(--ink-3); border-color: var(--gray-4); }
.promo-card { padding: 10px; display: grid; gap: 6px; }
.promo-card__t { font-size: var(--fs-l); font-weight: 800; line-height: 1.2; }

/* ---------- notices ---------- */
.ph { border: 1px dashed var(--amber); background: var(--amber-tint); color: var(--amber); font-size: var(--fs-xs); padding: 3px 6px; border-radius: var(--radius); display: inline-block; line-height: 1.3; }
.note { font-size: var(--fs-xs); color: var(--ink-3); }
.alert { border: 1px solid var(--red); background: var(--red-tint); color: var(--ink); font-size: var(--fs-s); padding: 6px 8px; display: flex; gap: 8px; align-items: flex-start; border-radius: var(--radius); }
.alert .ic { color: var(--red); margin-top: 1px; }
.alert--ok { border-color: var(--green); background: var(--green-tint); }
.alert--ok .ic { color: var(--green); }
.alert--info { border-color: var(--gray-4); background: var(--gray-1); }
.alert--info .ic { color: var(--ink-2); }
.alert--warn { border-color: var(--amber); background: var(--amber-tint); }
.alert--warn .ic { color: var(--amber); }
.empty { padding: 16px; text-align: center; color: var(--ink-3); font-size: var(--fs-s); display: grid; gap: 6px; justify-items: center; background: var(--gray-1) url("../img/paper-grain.svg") repeat; background-size: 240px 240px; }
.empty .ic { width: 24px; height: 24px; color: var(--gray-4); }
.empty > b, .empty > span { background: #fff; padding: 2px 6px; border-radius: var(--radius); }
.skel { background: linear-gradient(90deg, var(--gray-2) 25%, var(--gray-1) 50%, var(--gray-2) 75%); background-size: 200% 100%; animation: shimmer 1.4s linear infinite; border-radius: var(--radius); }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ---------- search results module ---------- */
.sr { display: none; max-width: var(--max-w); margin: 8px auto 0; padding: 0 8px; }
.sr.is-open { display: block; }
.sr__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sr__grid .row { border-right: var(--hair); }
.sr__grid .row:nth-child(3n) { border-right: 0; }
.sr__empty { padding: 16px; text-align: center; color: var(--ink-3); font-size: var(--fs-s); }
.sr__hint { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }

/* ---------- catalogue ---------- */
.toolbar { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-bottom: var(--hair); flex-wrap: wrap; font-size: var(--fs-s); }
.toolbar .select { width: auto; height: 26px; font-size: var(--fs-xs); padding-right: 24px; }
.seg { display: inline-flex; border: 1px solid var(--gray-4); border-radius: var(--radius); overflow: hidden; }
.seg button { border: 0; background: #fff; height: 24px; width: 28px; display: grid; place-items: center; color: var(--ink-2); }
.seg button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.catalog[data-view="grid"] .catalog__list { display: none; }
.catalog[data-view="list"] .catalog__grid { display: none; }
.catalog__grid { padding: 8px; }
.pager { display: flex; gap: 2px; align-items: center; justify-content: center; padding: 8px; font-size: var(--fs-s); }
.pager a, .pager span { min-width: 26px; height: 26px; display: inline-grid; place-items: center; border: var(--hair); padding: 0 6px; color: var(--ink); }
.pager [aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pager a:hover { border-color: var(--ink); text-decoration: none; }

/* ---------- game page ---------- */
.frame { position: relative; aspect-ratio: 16 / 9; background: #1c1c1c url("../img/paper-grain.svg") repeat; background-size: 240px 240px; color: #fff; display: grid; place-items: center; overflow: hidden; }
.frame .cover { width: 38%; box-shadow: 0 16px 40px rgba(0, 0, 0, .5); }
.frame__bar { position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 4px; align-items: center; padding: 6px 8px; background: rgba(17, 17, 17, .88); font-size: var(--fs-xs); flex-wrap: wrap; }
.frame__bar .btn { border-color: #fff; color: #fff; background: transparent; }
.frame__bar .btn:hover { background: rgba(255, 255, 255, .15); }
.frame__bar .btn--primary { background: var(--red); border-color: var(--red); }
.frame__bar .btn--primary:hover { background: var(--red-dark); }
.frame__demo { position: absolute; top: 8px; left: 8px; background: var(--amber-tint); color: var(--amber); font-size: 10px; font-weight: 700; padding: 2px 6px; text-transform: uppercase; letter-spacing: .05em; }
.frame__msg { position: absolute; top: 8px; right: 8px; font-size: var(--fs-xs); color: #fff; opacity: .8; }

/* ---------- cashier ---------- */
.method { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 8px; border-bottom: var(--hair); font-size: var(--fs-s); cursor: pointer; }
.method:hover { background: var(--gray-1); }
.method:last-child { border-bottom: 0; }
.method input { accent-color: var(--red); margin: 0; }
.method b { display: block; font-size: var(--fs-m); }
.method__time { font-size: var(--fs-xs); color: var(--ink-3); text-align: right; }
.method__time b { font-size: var(--fs-xs); color: var(--ink); }

/* ---------- registration steps ---------- */
.steps { display: flex; border: var(--hair); border-radius: var(--radius); overflow: hidden; }
.step { flex: 1; padding: 6px 8px; font-size: var(--fs-xs); font-weight: 700; color: var(--ink-3); border-right: var(--hair); display: flex; align-items: center; gap: 6px; }
.step:last-child { border-right: 0; }
.step i { width: 18px; height: 18px; display: grid; place-items: center; background: var(--gray-2); font-style: normal; font-size: 10px; flex: none; }
.step.is-cur { color: var(--ink); background: var(--gray-1); }
.step.is-cur i { background: var(--red); color: #fff; }
.step.is-done i { background: var(--ink); color: #fff; }

/* ---------- dialog ---------- */
dialog.dlg { border: 1px solid var(--ink); border-radius: var(--radius); padding: 0; background: #fff; max-width: 380px; width: calc(100% - 32px); font: inherit; color: var(--ink); }
dialog.dlg::backdrop { background: rgba(17, 17, 17, .5); }
.dlg__body { padding: 16px; display: grid; gap: 10px; }

/* ---------- partner and regulator marks ---------- */
.logo { display: block; height: 22px; width: auto; }
.logo--agco { height: 24px; color: #fff; }
.logo--igo { height: 26px; }
.logo--rg { height: 26px; }
.logo--connex { height: 20px; }
.logo--bg { height: 18px; }
.logo--pay { height: 22px; }
.logo-link { display: block; }
.logo-link:hover { opacity: .85; }
.age.age--inv { border-color: #fff; color: #fff; width: 26px; height: 26px; font-size: 10px; }
.trust { background: var(--ink); color: #fff; }
.trust__in { max-width: var(--max-w); margin: 0 auto; padding: 10px 8px; display: flex; gap: 8px 28px; align-items: center; flex-wrap: wrap; }
.trust__grp { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.trust__lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-4); white-space: nowrap; margin-right: 2px; }
.logos { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 8px 10px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.logos__lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-4); white-space: nowrap; margin-right: 2px; }
.mod--flush .logos, .mod__body + .logos { margin: 0 8px 8px; }
.hdr__rg { background: var(--ink); color: #fff; border-color: var(--ink); gap: 6px; }
.hdr__rg:hover { background: var(--ink-2); border-color: var(--ink-2); }
.hdr__rg .logo--rg { height: 16px; }

/* ---------- footer ---------- */
.ftr { border-top: 2px solid var(--ink); margin-top: 16px; background: #fff; }
.ftr__in { max-width: var(--max-w); margin: 0 auto; padding: 16px 8px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; font-size: var(--fs-s); }
.ftr h3 { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.ftr__in a { color: var(--ink); display: block; padding: 2px 0; }
.ftr__legal { max-width: var(--max-w); margin: 0 auto; padding: 12px 8px 24px; border-top: var(--hair); font-size: var(--fs-xs); color: var(--ink-3); display: grid; gap: 8px; line-height: 1.45; }
.age { display: inline-grid; place-items: center; width: 28px; height: 28px; border: 2px solid var(--ink); border-radius: 50%; font-weight: 800; font-size: 11px; color: var(--ink); flex: none; }
.ftr__row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.ftr__demo { border: 1px solid var(--red); color: var(--ink); padding: 6px 8px; border-radius: var(--radius); background: var(--red-tint); }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .span-3 { grid-column: span 6; }
  .span-4 { grid-column: span 6; }
  .span-5, .span-6, .span-7, .span-8, .span-9 { grid-column: span 12; }
  .split, .split--wide { grid-template-columns: minmax(0, 1fr); }
  .glossary > div { grid-template-columns: 110px minmax(0, 1fr); }
  .apps-grid { grid-template-columns: minmax(0, 1fr); }
  .doc { grid-template-columns: minmax(0, 1fr); }
  .doc__aside { position: static; }
  .section__grid { grid-template-columns: minmax(0, 1fr); }
  .section__facts { position: static; border-left: 0; padding-left: 0; border-top: var(--hair); padding-top: 6px; }
  .sr__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sr__grid .row:nth-child(3n) { border-right: var(--hair); }
  .sr__grid .row:nth-child(2n) { border-right: 0; }
}
@media (max-width: 900px) {
  :root { --fs-4xl: 30px; }
  .page { grid-template-columns: minmax(0, 1fr); }
  .rail { order: 2; }
  .after { order: 1; }
  .toc { position: static; }
  .mod.show-m, .show-m { display: flex; flex-direction: column; }
  .subnav__row .chip--red { order: -1; }
  .hdr__in { grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px; height: 48px; }
  .brand__word { font-size: 18px; }
  .brand__tab { font-size: 9px; }
  .search { height: 30px; }
  .search__kbd { display: none; }
  .hdr__rg span, .wallet__lbl { display: none; }
  .hdr__rg { padding: 0 6px; }
  .wallet { height: 30px; }
  .tonight { grid-template-columns: 1fr; }
  .tonight__pic { min-height: 160px; border-left: 0; border-bottom: var(--hair); order: -1; }
  .tonight__txt { padding: 12px; }
  .tonight__facts { gap: 12px; flex-wrap: wrap; }
  .sr__grid { grid-template-columns: 1fr; }
  .sr__grid .row { border-right: 0 !important; }
  .ftr__in { grid-template-columns: repeat(2, 1fr); }
  .mosaic > * { grid-column: span 12; }
  .hide-m { display: none !important; }
  .mod__meta { white-space: normal; overflow: visible; }
  .m-tonight { order: -3; }
  .m-live { order: -2; }
  .signin-full { display: none; }
  .signin-compact { display: flex; }
  .row { grid-template-columns: 48px minmax(0, 1fr) auto auto; gap: 6px; padding: 6px; }
  .frame .cover { width: 50%; }
  .amt { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .frame { aspect-ratio: auto; min-height: 250px; padding-bottom: 46px; }
  .frame .cover { width: 60%; }
  .frame__bar { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; height: 40px; }
  .frame__bar .btn { height: 26px; padding: 0 8px; font-size: var(--fs-xs); }
  #frame-clock { display: none; }
  .hide-s { display: none; }
  .hdr__in { height: auto; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: 44px 36px; padding-bottom: 6px; row-gap: 0; }
  .hdr__acts { justify-self: end; }
  .search { grid-column: 1 / -1; grid-row: 2; max-width: none; height: 32px; }
}
@media (max-width: 480px) {
  .amt { grid-template-columns: repeat(2, 1fr); }
  .tonight__cta .btn { flex: 1; }
  .penn__brand { display: none; }
  .seat__bar { display: none; }
  .trust__in { gap: 8px 16px; }
  .trust__grp { width: 100%; }
  .logo { height: 18px; }
  .logo--igo { height: 22px; }
  .logo--agco { height: 20px; }
  .logo--rg { height: 24px; }
  .row__p small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .penn, .nav, .subnav, .ftr, .rail, .mod__acts, .skip { display: none !important; }
  .page { grid-template-columns: 1fr; }
}

/* Phone trust strip: each group = label line + logo line, so marks never wrap mid-group; header RG mark reads at 20px once its label hides */
@media (max-width: 900px) { .hdr__rg .logo--rg { height: 20px; } }
@media (max-width: 480px) { .trust__lbl { width: 100%; margin: 0; } .trust__grp { gap: 8px 14px; } .trust__in { gap: 12px 16px; } }
