/* VAVADA independent guide — page presentation. */
/* All colour, layout and interaction states are readable and locally hosted. */

:root {
  color-scheme: dark;
  --page: #171722;
  --surface: #212130;
  --surface-raised: #29293d;
  --surface-soft: #1c1c2b;
  --header: #252535;
  --text: #f8f8fc;
  --muted: #bcbccc;
  --subtle: #9696af;
  --line: #363649;
  --accent: #ff244b;
  --accent-dark: #d81338;
  --accent-soft: #ff6c87;
  --cyan: #60d2ef;
  --gold: #f5ca69;
  --radius: 8px;
  --header-clearance: 88px;
  --mobile-clearance: 0px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body { margin: 0; background: var(--page); color: var(--text); font-size: 1rem; line-height: 1.65; }
body, input, select, button { font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input, select { font: inherit; }
button, a, input, summary, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: #fff; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, input, select { border-radius: var(--radius); }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
[hidden] { display: none !important; }
::selection { background: #9b2444; color: #fff; }
p { margin: 0 0 18px; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 4.2vw, 3.65rem); font-weight: 850; }
h2 { font-size: clamp(1.7rem, 2.65vw, 2.35rem); font-weight: 780; }
h3 { margin-top: 30px; margin-bottom: 13px; font-size: 1.3rem; font-weight: 720; }
ul, ol { margin: 16px 0 24px; padding-left: 24px; }
li + li { margin-top: 8px; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.page { padding-bottom: var(--mobile-clearance); overflow-wrap: anywhere; }
.page.no-affiliate { --mobile-clearance: 0px; }
.content-section, .lobby, [id] { scroll-margin-top: var(--header-clearance); }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 16px; transform: translateY(-160%); padding: 10px 16px; background: #fff; color: #171722; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Compact identity and account navigation. */
.js .site-header { position: sticky; }
.site-header { position: relative; z-index: 40; top: 0; border-bottom: 1px solid #38384c; background: var(--header); }
.header-inner { display: flex; align-items: center; gap: 32px; min-height: 64px; padding-block: 10px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.site-logo { width: 158px; height: auto; aspect-ratio: 184 / 28; object-fit: contain; }
#primary-nav { display: flex; align-items: center; gap: 24px; }
#primary-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #d3d3e3; font-size: .875rem; font-weight: 650; text-decoration: none; }
#primary-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; gap: 9px; padding: 12px 24px; border: 1px solid #ff4969; border-radius: 6px; background: linear-gradient(180deg, #e31b43, #c91236); box-shadow: 0 3px 0 #ab1731; color: #fff; font-size: .9375rem; font-weight: 750; line-height: 1.25; text-align: center; text-decoration: none; transition: background .18s, border-color .18s, transform .18s; }
.button:hover { background: #ff365a; border-color: #ff7390; color: #fff; transform: translateY(-1px); }
.button:active { transform: translateY(1px); }
.button-secondary { border-color: #4a4a62; background: linear-gradient(180deg, #42425b, #333348); box-shadow: 0 3px 0 #1b1b29; }
.button-secondary:hover { background: #4b4b66; border-color: #71718c; }
.header-actions .button { min-height: 44px; padding: 10px 20px; font-size: .875rem; }
.menu-button { display: none; justify-content: center; align-items: center; width: 44px; min-height: 44px; padding: 10px; border: 1px solid #55556d; background: #333348; color: #fff; }
.menu-button svg { width: 22px; height: 22px; }
.menu-button span { font-size: 20px; line-height: 1; }

/* Graphic lobby entrance, then immediately visible game cards. */
.hero { position: relative; isolation: isolate; overflow: hidden; background: #1d1c2e; border-bottom: 1px solid #454357; }
.hero-art { position: absolute; z-index: -1; inset: 0 0 0 auto; width: 67%; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-art::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, #1d1c2e 0%, rgba(29,28,46,.82) 13%, rgba(29,28,46,.14) 55%, rgba(29,28,46,.07) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); align-items: center; min-height: 336px; padding-block: 28px; }
.hero-copy { position: relative; z-index: 1; max-width: 655px; }
.eyebrow, .hero-kicker { display: block; margin-bottom: 15px; color: var(--accent-soft); font-size: .75rem; font-weight: 800; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker { color: #e7c680; }
.hero-title { max-width: 620px; margin-bottom: 14px; }
.hero-title em, .hero-title span { color: var(--accent); font-style: normal; }
.hero-copy .intro { max-width: 535px; margin-bottom: 20px; color: #deddea; font-size: 1.0625rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-subline { margin: 20px 0 0; color: #bdbbce; font-size: .875rem; line-height: 1.5; }
.hero-subline a { color: #d7d5e5; }
.quick-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; font-size: .875rem; }
.quick-links a { color: #dcdbea; }
.section-nav { border-bottom: 1px solid var(--line); background: #242435; }
.section-nav .container { display: flex; align-items: center; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #62627a transparent; }
.section-nav a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 58px; gap: 8px; padding: 12px 25px; border-right: 1px solid #35354a; color: #d5d5e4; font-size: .875rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.section-nav a:first-child { padding-left: 0; padding-right: 28px; }
.section-nav a:hover, .section-nav a[aria-current="location"] { color: #fff; box-shadow: inset 0 -3px var(--accent); }
.section-nav .nav-icon { color: var(--accent-soft); }

.lobby { padding-block: 36px 40px; }
.lobby-header, .section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.lobby h2 { font-size: 1.65rem; }
.lobby-header p { margin: 5px 0 0; color: var(--muted); font-size: .875rem; }
.lobby-header a, .section-link { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: #f5b0bc; font-size: .875rem; font-weight: 650; text-decoration: none; }
.lobby-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px; margin-bottom: 22px; }
.lobby-toolbar label { display: grid; gap: 5px; color: var(--muted); font-size: .75rem; font-weight: 650; }
.lobby-toolbar input, .lobby-toolbar select { width: 100%; min-height: 44px; border: 1px solid #424255; background: #11111c; color: #efeff7; padding: 9px 13px; font-size: .875rem; line-height: 1.4; }
.lobby-toolbar select { min-width: 230px; padding-right: 35px; }
.lobby-search { margin-left: auto; width: 310px; }
.lobby-toolbar input::placeholder { color: #9292a8; opacity: 1; }
.game-count { margin: 0 0 10px; color: var(--subtle); font-size: .875rem; }
.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.game-card { display: block; min-width: 0; overflow: hidden; border: 1px solid #383849; border-radius: 8px; background: #22222f; color: #fff; text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
a.game-card:hover { border-color: #ff4367; transform: translateY(-3px); box-shadow: 0 9px 26px #06061066; }
.game-art { display: block; position: relative; overflow: hidden; aspect-ratio: 1; background: #29293b; }
.game-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
a.game-card:hover .game-art img { transform: scale(1.035); }
.game-provider { position: absolute; z-index: 1; left: 7px; top: 7px; max-width: calc(100% - 14px); border: 1px solid #ffffff1a; border-radius: 3px; background: #0d0d1bbc; padding: 3px 6px; color: #fff; font-size: .75rem; line-height: 1.4; font-weight: 650; }
.game-name { display: flex; min-height: 49px; align-items: center; justify-content: center; padding: 9px 8px; color: #fff; font-size: .75rem; font-weight: 650; line-height: 1.35; text-align: center; }
.game-empty { padding: 24px; border: 1px solid var(--line); background: var(--surface); color: #dcdce8; }
.lobby-note { margin: 17px 0 0; color: var(--subtle); font-size: .875rem; }
.provider-strip { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 25px; border-top: 1px solid #313143; border-bottom: 1px solid #313143; padding: 22px 0; margin-top: 32px; color: #9d9db7; font-size: .875rem; font-weight: 750; letter-spacing: .015em; }

/* Long-form information uses a clear editorial rhythm, not repeated hero cards. */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 258px; align-items: start; gap: 58px; padding-top: 5px; padding-bottom: 28px; }
.article-main { min-width: 0; }
.content-section { padding-block: 38px; border-bottom: 1px solid #343446; }
.content-section:first-child { padding-top: 10px; }
.content-section:last-child { border-bottom: 0; }
.content-section > p, .content-section > ul, .content-section > ol { color: #d1d1df; }
.content-section > p:last-child { margin-bottom: 0; }
.content-section a:not(.button):not(.game-card):not(.intent-card) { color: #f6a2b3; }
.section-heading { align-items: flex-start; justify-content: flex-start; gap: 15px; margin-bottom: 20px; }
.section-number { flex: 0 0 auto; display: grid; place-items: center; min-width: 34px; height: 34px; margin-top: 2px; border: 1px solid #6d354a; border-radius: 5px; color: #ff7d96; background: #3a2331; font-size: .875rem; font-weight: 800; }
.section-heading .eyebrow { margin: 0 0 8px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { font-size: 1.0625rem; color: #e6e6ef; }
.fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-block: 25px; }
.fact-card { padding: 21px 22px; border: 1px solid #3c3c50; border-radius: 7px; background: linear-gradient(135deg, #2a293c, #222231); }
.fact-card strong { display: block; margin-bottom: 7px; font-size: 1.05rem; color: #fff; }
.fact-card p { margin: 0; color: #bfbfd1; font-size: .875rem; line-height: 1.6; }
.fact-card .eyebrow { margin-bottom: 9px; font-size: .75rem; }
.table-wrap { overflow-x: auto; margin-block: 24px; border: 1px solid #444457; border-radius: 7px; scrollbar-width: thin; scrollbar-color: #76768e #252535; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; text-align: left; font-size: .9375rem; line-height: 1.6; }
caption { padding: 14px 17px; text-align: left; color: #c6c6d5; font-size: .875rem; }
th, td { padding: 16px 18px; vertical-align: top; }
thead { background: #303044; color: #f9f9fc; }
th { font-size: .875rem; font-weight: 750; }
tbody th { font-size: .9375rem; font-weight: 650; color: #f2f2f8; }
tbody tr { background: #20202e; }
tbody tr:nth-child(even) { background: #252534; }
tbody tr + tr { border-top: 1px solid #3b3b4d; }
td { color: #c9c9da; }
td:first-child { color: #eeeef6; }
.table-wrap table:not(:has(thead th:nth-child(3))) td:first-child { width: 32%; }
.table-wrap table:has(thead th:nth-child(3)) { min-width: 580px; }
.steps { counter-reset: steps; list-style: none; padding-left: 0; margin-block: 24px; }
.steps li { position: relative; min-height: 42px; margin: 0; padding: 0 0 24px 52px; color: #cccddd; }
.steps li::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #514358; border-radius: 5px; background: #2f283b; color: #ff9bb0; font-weight: 750; font-size: .875rem; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 16px; top: 41px; bottom: 5px; width: 1px; background: #414154; }
.steps li:last-child { padding-bottom: 0; }
.steps strong { display: block; margin-bottom: 4px; color: #fff; font-weight: 700; }
.steps p { margin: 0; }
.note { margin-block: 24px; padding: 18px 21px; border-left: 3px solid #f55778; background: #292333; color: #d5ccd8; font-size: .9375rem; }
.note strong { color: #fff; }
.note p:last-child { margin: 0; }
.screenshot { margin: 27px 0; }
.screenshot a { display: block; border: 1px solid #484860; border-radius: 8px; overflow: hidden; }
.screenshot img { width: 100%; height: auto; aspect-ratio: 2533 / 1301; object-fit: contain; background: #15151f; }
.screenshot figcaption { margin-top: 10px; color: var(--subtle); font-size: .875rem; line-height: 1.5; }
.context-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 22px 24px; border: 1px solid #4e3548; border-radius: 7px; background: linear-gradient(105deg, #352432, #262534); }
.context-cta p { margin: 0; color: #cfc9d7; font-size: .875rem; }
.context-cta strong { display: block; margin-bottom: 5px; color: #fff; font-size: 1rem; }
.context-cta-copy { min-width: 0; }
.context-cta .button { flex: 0 0 auto; max-width: 100%; }
.toc { position: sticky; top: var(--header-clearance); border-top: 3px solid var(--accent); background: #212130; padding: 23px 20px 19px; border-radius: 0 0 7px 7px; }
.toc-title, .toc summary { margin: 0 0 13px; color: #fff; font-size: .875rem; font-weight: 750; }
.toc ol, .toc ul { list-style: none; padding: 0; margin: 0; }
.toc li + li { margin-top: 0; }
.toc a { display: flex; min-height: 43px; align-items: center; gap: 10px; border-bottom: 1px solid #343445; color: #bdbdd2; font-size: .875rem; line-height: 1.45; text-decoration: none; }
.toc a span { color: #78788f; font-size: .75rem; font-weight: 700; }
.toc li:last-child a { border-bottom: 0; }
.toc a:hover, .toc a[aria-current="location"] { color: #fff; }
.toc a[aria-current="location"]::after { content: ""; width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--accent); }
.toc .button { width: 100%; margin-top: 19px; color: #fff; font-size: .875rem; }
.toc-note { margin: 16px 0 0; color: #9e9eb5; font-size: .75rem; line-height: 1.5; }
.faq { border: 1px solid #424254; border-radius: 7px; background: #21212f; overflow: hidden; }
.faq details, .faq-item { border-bottom: 1px solid #3c3c4f; }
.faq details:last-child, .faq-item:last-child { border-bottom: 0; }
.faq summary { position: relative; min-height: 66px; padding: 21px 54px 21px 22px; color: #f1f1f8; font-size: .9375rem; font-weight: 650; line-height: 1.5; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 18px; color: #ff6887; font-size: 1.25rem; font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { color: #fff; padding-bottom: 12px; }
.faq details > p, .faq-answer { margin: 0; padding: 0 22px 23px; color: #bfbfd2; font-size: .9375rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.brand-variants { font-size: .9375rem; color: #c8c8d9; }
.sources-list { font-size: .875rem; line-height: 1.65; overflow-wrap: anywhere; }
.editorial-note { padding-top: 23px; border-top: 1px solid var(--line); color: var(--subtle); font-size: .875rem; }

/* Footer disclosure stays readable and separate from account actions. */
.site-footer { padding: 40px 0 28px; border-top: 1px solid #373749; background: #12121d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 30px 60px; }
.site-footer .site-logo { width: 184px; }
.footer-caption { margin: 13px 0 0; color: #a6a6bb; font-size: .875rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 27px; max-width: 550px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; color: #bebed2; font-size: .875rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-disclaimer { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #313141; color: #aaaac0; font-size: .875rem; line-height: 1.65; }
.footer-disclaimer p:last-child { margin-bottom: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 22px; margin-top: 22px; border-top: 1px solid #292938; color: #8d8da5; font-size: .75rem; }
.age-label { display: inline-grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border: 2px solid #ed4667; border-radius: 50%; color: #fff; font-size: .75rem; font-weight: 800; }
.responsible { display: flex; align-items: center; gap: 13px; max-width: 720px; }
.responsible p { margin: 0; }
.mobile-actions { display: none; }
.cookie-notice { position: fixed; bottom: calc(var(--mobile-clearance) + 16px); left: 20px; z-index: 60; max-width: 410px; width: calc(100% - 40px); padding: 20px; border: 1px solid #57576e; border-radius: 8px; background: #29293c; box-shadow: 0 12px 35px #0008; }
.cookie-notice p { margin-bottom: 14px; font-size: .875rem; color: #dadbe6; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .button { min-height: 44px; font-size: .875rem; padding: 10px 15px; }

@media (max-width: 1100px) {
  .container { width: calc(100% - 48px); }
  .header-inner { gap: 23px; }
  #primary-nav { gap: 18px; }
  #primary-nav a { font-size: .875rem; }
  .header-actions .button { padding-inline: 16px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .55fr); }
  .hero-art { width: 64%; }
  .hero-copy .intro { max-width: 490px; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .article-layout { gap: 32px; grid-template-columns: minmax(0, 1fr) 228px; }
  .toc { padding-inline: 16px; }
  .section-nav a { padding-inline: 21px; }
  .game-provider { font-size: .75rem; }
}

@media (max-width: 900px) {
  .header-inner { justify-content: space-between; }
  .menu-button { display: inline-flex; margin-left: 4px; }
  #primary-nav { display: none; position: absolute; inset: 100% 0 auto; gap: 0; flex-direction: column; align-items: stretch; padding: 12px 24px; border-bottom: 1px solid #505066; background: #252535; box-shadow: 0 14px 20px #0006; }
  #primary-nav.is-open, #primary-nav[data-open="true"], .site-header.menu-open #primary-nav { display: flex; }
  #primary-nav a { padding: 10px 12px; font-size: 1rem; min-height: 48px; }
  #primary-nav a + a { border-top: 1px solid #404053; }
  .hero-grid { min-height: 320px; grid-template-columns: minmax(0, 1fr) 25%; padding-block: 26px; }
  .hero-art { width: 68%; }
  .hero-art::after { background: linear-gradient(90deg, #1d1c2e 0%, #1d1c2ec4 25%, #1d1c2e30 85%); }
  .hero-copy .intro { max-width: 505px; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .article-main { grid-row: 2; }
  .toc { grid-row: 1; position: static; margin-bottom: 27px; padding: 18px 20px; }
  .toc ol, .toc ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 22px; }
  .toc a { min-height: 44px; }
  .toc .button, .toc-note { display: none; }
  .content-section:first-child { padding-top: 16px; }
  .context-cta { padding: 20px; }
}

@media (max-width: 680px) {
  :root { --header-clearance: 78px; --mobile-clearance: 86px; }
  body { font-size: 1rem; }
  .container { width: calc(100% - 32px); }
  .header-inner { min-height: 60px; padding-block: 8px; gap: 12px; }
  .site-logo { width: 144px; height: auto; }
  .header-actions { display: none; }
  .menu-button { margin: 0 0 0 auto; }
  #primary-nav { padding: 10px 16px; }
  .hero { display: flex; flex-direction: column; }
  .hero-art { position: relative; inset: auto; z-index: 0; width: 100%; height: 104px; order: 0; }
  .hero-art img { object-fit: cover; object-position: center; }
  .hero-art::after { background: linear-gradient(180deg, #1d1c2e00 52%, #1d1c2e); }
  .hero-grid { display: block; min-height: 0; order: 1; padding-top: 8px; padding-bottom: 24px; }
  .hero-kicker { margin-bottom: 9px; font-size: .75rem; }
  h1 { font-size: 2.25rem; line-height: 1.12; letter-spacing: -.025em; }
  .hero-title { font-size: clamp(2rem, 8.2vw, 2.25rem); margin-bottom: 13px; }
  .hero-copy .intro { font-size: 1rem; line-height: 1.55; margin-bottom: 18px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-actions .button { min-height: 48px; min-width: 0; padding-inline: 10px; font-size: .875rem; }
  .hero-subline { font-size: .75rem; margin-top: 16px; }
  .quick-links { gap: 10px 18px; margin-top: 16px; font-size: .875rem; }
  .section-nav a { min-height: 52px; padding-inline: 19px; font-size: .875rem; }
  .section-nav a:first-child { padding-right: 20px; }
  .lobby { padding-block: 28px; }
  .lobby-header { align-items: flex-start; gap: 10px; margin-bottom: 18px; }
  .lobby h2 { font-size: 1.45rem; }
  .lobby-header a { font-size: .75rem; line-height: 1.4; align-items: flex-start; padding-top: 5px; min-height: 44px; }
  .lobby-header p { font-size: .875rem; }
  .lobby-toolbar { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-bottom: 18px; }
  .lobby-toolbar label { font-size: .75rem; }
  .lobby-toolbar input, .lobby-toolbar select { font-size: 1rem; min-height: 46px; }
  .lobby-search { width: 100%; margin: 0; }
  .game-count { margin: 0; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .game-provider { left: 5px; top: 5px; max-width: calc(100% - 10px); font-size: .75rem; padding: 3px 4px; }
  .game-name { font-size: .75rem; min-height: 46px; padding-inline: 6px; }
  .lobby-note { font-size: .75rem; }
  .provider-strip { justify-content: flex-start; gap: 15px 22px; margin-top: 24px; padding-block: 18px; font-size: .75rem; }
  .toc { padding: 16px; margin-bottom: 10px; }
  .toc ol, .toc ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 17px; }
  .toc a { font-size: .75rem; }
  .toc-title, .toc summary { font-size: .875rem; margin-bottom: 8px; }
  .content-section { padding-block: 28px; }
  .content-section:first-child { padding-top: 25px; }
  h2 { font-size: 1.7rem; }
  h3 { font-size: 1.2rem; margin-top: 26px; }
  .section-heading { gap: 10px; margin-bottom: 18px; }
  .section-number { width: 29px; min-width: 29px; height: 29px; font-size: .75rem; margin-top: 2px; }
  .section-intro { font-size: 1rem; }
  .fact-grid { gap: 10px; margin-block: 21px; }
  .fact-card { padding: 17px 15px; }
  .fact-card strong { font-size: .9375rem; }
  .fact-card p { font-size: .875rem; }
  .table-wrap { margin-block: 21px; }
  table { font-size: .875rem; }
  th, td { padding: 13px 12px; }
  th { font-size: .75rem; }
  tbody th { font-size: .875rem; }
  .table-wrap table:not(:has(thead th:nth-child(3))) td:first-child { width: 36%; }
  .steps li { padding-left: 44px; padding-bottom: 22px; }
  .steps li::before { width: 31px; height: 31px; }
  .steps li:not(:last-child)::after { left: 15px; top: 37px; }
  .note { padding: 17px 16px; font-size: .875rem; }
  .context-cta { flex-direction: column; align-items: stretch; gap: 17px; padding: 19px; }
  .context-cta .button { width: 100%; }
  .screenshot { margin-block: 22px; }
  .screenshot figcaption { font-size: .75rem; }
  .faq summary { padding: 18px 42px 18px 16px; font-size: .875rem; }
  .faq summary::after { right: 15px; top: 15px; }
  .faq details > p, .faq-answer { padding: 0 16px 19px; font-size: .875rem; }
  .site-footer { padding-top: 30px; padding-bottom: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { justify-content: flex-start; gap: 4px 22px; }
  .footer-disclaimer { padding-top: 21px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 17px; padding-top: 19px; margin-top: 19px; }
  .mobile-actions { display: grid; position: fixed; z-index: 45; bottom: 0; left: 0; right: 0; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 16px calc(13px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #55556b; background: #252535f5; box-shadow: 0 -8px 25px #09091166; }
  .mobile-actions .button { min-height: 47px; font-size: .875rem; padding: 11px 16px; }
  .cookie-notice { bottom: calc(var(--mobile-clearance) + 12px); }
}

@media (max-width: 430px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .game-name { font-size: .75rem; min-height: 46px; }
  .game-provider { font-size: .75rem; }
  .lobby-header a { max-width: 100px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-card { padding: 18px; }
}

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

@media print {
  .site-header, .section-nav, .hero-actions, .header-actions, .mobile-actions, .toc, .cookie-notice { display: none !important; }
  body { background: #fff; color: #111; }
  .container { width: 100%; }
  .article-layout { display: block; }
  .hero { background: #fff; }
  .hero-art { display: none; }
  .hero-grid { display: block; }
  .content-section, p, h1, h2, h3, td { color: #111 !important; }
  .site-footer { background: #fff; }
}
/* Public PHP template: accessible states and content placement. */
.article-main { grid-column: 1; grid-row: 1; }
.toc { grid-column: 2; grid-row: 1; max-height: calc(100dvh - var(--header-clearance) - 22px); overflow-y: auto; }
.toc summary { min-height: 44px; cursor: pointer; }
.menu-button { width: auto; min-width: 72px; min-height: 44px; padding: 10px 14px; white-space: nowrap; line-height: 1.4; }
.toc a { font-size: .875rem; }
.lobby > .section-heading { justify-content: space-between; flex-wrap: wrap; }
.lobby-description { max-width: 980px; margin-top: 32px; }
.lobby-description p { color: var(--muted); }
.section-heading .section-number { width: 34px; margin-bottom: 14px; }
.catalog-note, .game-status { margin: 18px 0; color: var(--muted); font-size: .875rem; }
.empty-games { padding: 24px; margin-block: 20px; background: var(--surface); border: 1px solid var(--line); }
.game-open { position: absolute; inset: auto 8px 8px; padding: 9px 5px; border-radius: 5px; background: #e3163eeF; color: #fff; font-size: .75rem; text-align: center; opacity: 0; transition: opacity .18s; }
a.game-card:hover .game-open, a.game-card:focus-visible .game-open { opacity: 1; }
.game-name { font-size: .875rem; }
.game-provider { font-size: .75rem; }
.lobby-toolbar label { font-size: .875rem; }
.table-scroll-hint { margin: 20px 0 -12px; font-size: .875rem; color: var(--muted); }
.faq + .faq { margin-top: 10px; }
.faq[open] summary { padding-bottom: 12px; }
.faq[open] summary::after { content: "−"; }
.faq > p { padding: 0 22px 23px; margin: 0; color: var(--muted); font-size: 1rem; }
.footer-grid { grid-template-columns: 184px minmax(0, 1fr); }
.footer-grid > p { margin: 0; color: var(--muted); font-size: .875rem; }
.footer-links { justify-content: flex-start; max-width: none; margin-block: 22px; }
.risk-line { display: flex; align-items: flex-start; gap: 18px; padding-block: 22px; border-top: 1px solid var(--line); }
.risk-line strong { display: grid; flex: 0 0 44px; place-items: center; height: 44px; border: 1px solid #77778c; border-radius: 50%; }
.risk-line p { margin: 0; color: var(--muted); font-size: .875rem; }
.privacy { color: var(--muted); font-size: .875rem; }
.privacy summary { min-height: 44px; padding-block: 10px; cursor: pointer; }
.privacy p { max-width: 95ch; margin-top: 14px; }
.copyright { display: flex; flex-wrap: wrap; gap: 5px 12px; margin-top: 25px; color: var(--subtle); font-size: .875rem; }
.copyright a { margin-left: auto; }
.text-button { min-height: 44px; padding: 10px 15px; border: 1px solid #66667e; background: #29293d; color: white; }
.image-dialog { width: min(1660px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; border: 1px solid #77778c; border-radius: 8px; padding: 62px 18px 18px; background: #171722; color: #fff; }
.image-dialog::backdrop { background: #090910e8; }
.image-dialog img { width: 100%; height: auto; }
.image-dialog p { margin: 15px 0 0; }
.dialog-close { position: absolute; top: 10px; right: 15px; min-height: 42px; padding: 8px 15px; border: 1px solid #77778c; background: #29293d; color: white; }
.consent-panel { position: fixed; z-index: 80; bottom: 22px; left: 22px; width: min(450px, calc(100% - 44px)); max-height: calc(100dvh - 44px); overflow-y: auto; padding: 24px; border: 1px solid #6f6f87; border-radius: 8px; background: #252535; box-shadow: 0 8px 45px #0009; }
.consent-panel p { margin-top: 12px; color: var(--muted); }
.consent-panel .button { flex: 1; }
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; }
  .menu-button { display: none; }
  .js .menu-button { display: inline-flex; }
  #primary-nav { display: flex; position: static; order: 4; width: 100%; }
  .js #primary-nav { display: none; position: absolute; order: initial; }
  .js #primary-nav[data-open="true"] { display: flex; }
  .article-main { grid-column: 1; grid-row: 2; }
  .toc { grid-column: 1; grid-row: 1; max-height: none; }
}
@media (max-width: 680px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-provider { font-size: .75rem; }
  .game-name { font-size: .875rem; min-height: 54px; }
  .toc ol { grid-template-columns: minmax(0, 1fr); }
  .toc a { font-size: .875rem; }
  .faq > p { padding: 0 16px 19px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .consent-panel { bottom: var(--mobile-clearance); max-height: calc(100dvh - var(--mobile-clearance) - 20px); }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 359px) {
  .hero-actions { grid-template-columns: minmax(0, 1fr); }
}
@media (max-height: 560px) {
  .site-header, .js .site-header, .toc, .mobile-actions { position: static; }
  .toc { max-height: none; }
  .consent-panel { bottom: 12px; max-height: calc(100dvh - 24px); }
}
@media print {
  .image-dialog, .consent-panel, .lobby-toolbar { display: none !important; }
}

/* Quick navigation below the game catalogue. */
.intent-nav {
    padding-block: 17px 21px;
    border-bottom: 1px solid transparent;
    background: transparent;
}

.intent-nav-title {
    margin: 0 0 11px;
    color: #c7c7d8;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4;
}

.intent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.intent-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 0;
    min-height: 88px;
    gap: 10px;
    padding: 15px 15px 13px;
    border: 1px solid #464659;
    border-radius: 6px;
    background: #29293b;
    color: #f8f8fc;
    text-decoration: none;
    transition: border-color .18s, background-color .18s;
}

.intent-card-copy {
    display: block;
    min-width: 0;
}

.intent-card-copy strong {
    display: block;
    margin-bottom: 5px;
    font-size: .9375rem;
    font-weight: 750;
    line-height: 1.4;
}

.intent-card-copy > span {
    display: block;
    color: #bfc0d0;
    font-size: .875rem;
    line-height: 1.5;
}

.intent-arrow {
    flex: 0 0 auto;
    color: #ff91a7;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.intent-card:hover {
    border-color: #ff627f;
    background: #333345;
    color: #fff;
}

.intent-card:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid var(--cyan, #60d2ef);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .intent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .intent-nav {
        padding-block: 14px 17px;
    }

    .intent-nav-title {
        margin-bottom: 9px;
    }

    .intent-grid {
        gap: 9px;
    }

    .intent-card {
        min-height: 94px;
        gap: 5px;
        padding: 12px 10px;
    }

    .intent-card-copy strong {
        margin-bottom: 4px;
        font-size: .875rem;
    }

    .intent-card-copy > span {
        font-size: .875rem;
        line-height: 1.45;
    }

    .intent-arrow {
        font-size: .875rem;
    }
}

@media (max-width: 340px) {
    .intent-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .intent-card {
        min-height: 75px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .intent-card {
        transition: none;
    }
}

@media print {
    .intent-nav {
        display: none;
    }
}

.link-review-note { margin-block: 0 24px; padding: 18px 20px; border-left: 3px solid #d7ac63; background: #282735; }
.link-review-note p { margin: 0 0 8px; }
.link-review-note p:last-child { margin-bottom: 0; }
.link-review-context { font-size: .875rem; color: var(--muted); }
