@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-variable.ttf") format("truetype"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Noto Devanagari"; src: url("/assets/fonts/noto-sans-devanagari-variable.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --yra-bg: #05040b;
  --yra-bg-deep: #030208;
  --yra-bg-soft: #0a0711;
  --yra-surface: #100a1a;
  --yra-surface-2: #160c27;
  --yra-card: #130c20;
  --yra-card-hover: #1b102d;
  --yra-purple: #7528e8;
  --yra-purple-light: #a850ff;
  --yra-purple-glow: rgba(126, 45, 235, .24);
  --yra-gold: #ffc21a;
  --yra-gold-dark: #e6a900;
  --yra-gold-soft: rgba(255, 194, 26, .13);
  --yra-white: #fff;
  --yra-text: #f4f1f7;
  --yra-muted: #b6afbf;
  --yra-border: rgba(162, 77, 255, .38);
  --yra-border-soft: rgba(255,255,255,.1);
  --yra-radius-xl: 22px;
  --yra-radius-lg: 17px;
  --yra-radius-md: 12px;
  --yra-shadow: 0 22px 60px rgba(0,0,0,.42);
  --yra-card-shadow: 0 22px 60px rgba(0,0,0,.42);
  --yra-header-height: 78px;
  --yra-mobile-header-height: 68px;
  --yra-section-spacing: 46px;
  --yra-mobile-section-spacing: 28px;
  --yra-font-body: Manrope, "Noto Devanagari", ui-sans-serif, system-ui, sans-serif;
  --yra-font-heading: Manrope, "Noto Devanagari", ui-sans-serif, system-ui, sans-serif;
  --container: 1300px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--yra-bg); color: var(--yra-text); font-family: var(--yra-font-body); font-size: 16px; line-height: 1.65; }
html[lang="hi"] body.layout-reference-locked, [lang="hi"] .layout-reference-locked { font-family: "Noto Devanagari", Manrope, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: var(--yra-gold); color: #120b00; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yra-gold); outline-offset: 4px; }

.site-header { position: relative; z-index: 50; height: var(--yra-header-height); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(3,2,8,.95); }
.site-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(14px); }
.game-screenshot-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.game-screenshot-grid img { width:100%; height:auto; border:1px solid rgba(168,80,255,.28); border-radius:12px; background:#09050f; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.brand img { filter: drop-shadow(0 0 8px rgba(255,194,26,.18)); }
.brand picture { display: contents; }
.brand span { display: flex; flex-direction: column; color: var(--yra-gold); font-size: 16px; }
.brand small { margin-top: 4px; font-size: 12px; letter-spacing: .16em; }
.desktop-nav { display: flex; align-self: stretch; align-items: center; justify-content: center; gap: 36px; margin-left: auto; }
.desktop-nav a { position: relative; display: grid; align-items: center; height: 100%; color: #ece8f1; font-size: 13px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; transform: scaleX(0); background: var(--yra-gold); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--yra-gold); }
.desktop-nav a.active::after { transform: scaleX(1); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-gold { color: #130d00; border-color: #ffd65f; background: linear-gradient(180deg, #ffd642, var(--yra-gold)); box-shadow: 0 8px 24px rgba(255,194,26,.17), inset 0 1px rgba(255,255,255,.5); }
.button-gold:hover { box-shadow: 0 12px 32px rgba(255,194,26,.28); }
.button-outline { color: #fff; border-color: rgba(184,81,255,.72); background: rgba(19,10,32,.54); }
.button-outline:hover { border-color: var(--yra-purple-light); background: rgba(117,40,232,.14); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 11px; }
.header-cta { min-height: 44px; margin-left: 20px; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-left: auto; border: 1px solid var(--yra-border); border-radius: 9px; color: #fff; background: var(--yra-surface); }
.menu-toggle span { width: 20px; height: 2px; background: currentColor; }
.mobile-drawer, .drawer-backdrop { display: none; }

.site-legal-notice { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,194,26,.25); background: linear-gradient(90deg,rgba(255,194,26,.1),rgba(117,40,232,.08)); }
.site-legal-notice .container { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding-block: 8px; }
.legal-notice-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,194,26,.55); border-radius: 50%; color: var(--yra-gold); background: rgba(255,194,26,.08); font-size: 12px; font-weight: 900; }
.site-legal-notice p { margin: 0; color: #d8d1dc; font-size: 11px; line-height: 1.45; }
.site-legal-notice strong { color: #fff2c1; }
.site-legal-notice a { color: var(--yra-gold); font-size: 11px; font-weight: 850; white-space: nowrap; }

.hero { position: relative; min-height: 690px; overflow: clip; border-bottom: 1px solid rgba(151,63,222,.16); background: radial-gradient(circle at 72% 42%, rgba(93,13,142,.3), transparent 34%), radial-gradient(circle at 18% 65%, rgba(40,12,80,.18), transparent 38%), linear-gradient(120deg, #05030b, #090315 58%, #05040b); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-glow { position: absolute; width: 540px; height: 540px; top: 85px; right: 8%; border-radius: 50%; background: rgba(112,28,183,.16); filter: blur(58px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr); min-height: 690px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-block: 78px 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--yra-gold); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; box-shadow: 0 0 8px currentColor; }
.hero h1 { max-width: 760px; margin: 17px 0 7px; color: #fff; font-family: var(--yra-font-heading); font-size: clamp(48px, 4.6vw, 72px); line-height: 1.03; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--yra-gold); font-style: normal; text-shadow: 0 8px 35px rgba(255,194,26,.11); }
.hero-kicker { margin: 10px 0 16px; color: #fff; font-size: clamp(25px, 2.25vw, 35px); line-height: 1.15; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.hero-description { max-width: 660px; margin: 0; color: #c5bdcc; font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 700px; margin-top: 36px; }
.quick-facts span { position: relative; min-height: 46px; display: flex; align-items: center; gap: 11px; color: #ddd6e3; font-size: 11px; line-height: 1.35; }
.quick-facts span + span { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.12); }
.quick-facts b { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid var(--yra-border); border-radius: 50%; color: var(--yra-purple-light); background: rgba(117,40,232,.11); font-size: 10px; }
.quick-facts-mobile { display: none; }
.hero-art { position: absolute; z-index: 1; width: min(590px, 46vw); height: 690px; right: -18px; bottom: 0; display: flex; align-items: flex-end; justify-content: center; }
.hero-art::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 70%; top: 16%; left: 15%; border-radius: 50%; background: rgba(154,50,255,.16); filter: blur(42px); }
.hero-art picture, .hero-art img { background: none !important; }
.hero-art picture { display: block; line-height: 0; }
.hero-art img { width: auto; height: 680px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 28px 35px rgba(0,0,0,.52)); }
.legal-inline { max-width: 760px; margin: 18px 0 0; padding: 11px 14px; border: 1px solid rgba(255,194,26,.28); border-radius: 10px; color: #ddd4c0 !important; background: rgba(255,194,26,.07); font-size: 12px !important; line-height: 1.55; }
.legal-inline.centered { margin-inline: auto; }

.section { padding: var(--yra-section-spacing) 0; }
.why-section { background: linear-gradient(180deg, #05040b, #07040d); }
.feature-panel, .started-panel { position: relative; padding: 28px 28px 26px; overflow: hidden; border: 1px solid var(--yra-border); border-radius: var(--yra-radius-xl); background: radial-gradient(circle at 50% 0, rgba(120,35,213,.18), transparent 40%), linear-gradient(135deg, rgba(22,9,40,.92), rgba(10,6,17,.93)); box-shadow: var(--yra-shadow), inset 0 1px rgba(255,255,255,.025); }
.feature-panel::before, .started-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent, rgba(175,73,255,.025), transparent); }
.section-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; }
.section-heading.centered { justify-content: center; }
.section-heading > span { width: 45px; height: 1px; background: linear-gradient(90deg, transparent, var(--yra-purple-light)); }
.section-heading > span:last-child { transform: scaleX(-1); }
.section-heading h2, .section-title-row h2 { margin: 0; color: #fff; font-family: var(--yra-font-heading); font-size: 27px; line-height: 1.2; letter-spacing: -.035em; text-transform: uppercase; }
.feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 24px; }
.feature-card { min-height: 205px; padding: 22px 20px 20px; text-align: center; border: 1px solid rgba(151,63,222,.32); border-radius: 14px; background: linear-gradient(160deg, rgba(26,12,44,.78), rgba(12,7,20,.7)); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(174,82,255,.68); background: var(--yra-card-hover); }
.feature-card img { margin: 0 auto 9px; filter: drop-shadow(0 10px 20px rgba(119,37,201,.2)); }
.feature-card h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.35; }
.feature-card p { max-width: 250px; margin: 0 auto; color: var(--yra-muted); font-size: 12px; line-height: 1.62; }

.games-preview { padding-top: 18px; background: #05040b; }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-title-row .eyebrow { margin-bottom: 5px; font-size: 10px; }
.game-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.game-card { overflow: hidden; border: 1px solid rgba(139,58,211,.38); border-radius: 13px; background: linear-gradient(180deg, rgba(23,11,37,.92), rgba(8,5,14,.98)); transition: transform .2s ease, border-color .2s ease; }
.game-card:hover { transform: translateY(-4px); border-color: rgba(255,194,26,.6); }
.game-card-art { position: relative; height: 128px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 65%, rgba(154,53,255,.35), transparent 45%), linear-gradient(145deg, #2a0e3f, #0b0915 60%, #301007); }
.game-card-art::before, .game-card-art::after { content: ""; position: absolute; width: 52px; height: 72px; border: 2px solid rgba(255,255,255,.9); border-radius: 8px; background: linear-gradient(150deg,#fff,#e8ddec); transform: rotate(-15deg); box-shadow: 0 12px 25px rgba(0,0,0,.38); }
.game-card-art::after { transform: translateX(27px) rotate(15deg); border-color: #ffc21a; background: linear-gradient(150deg,#3f1220,#120710); }
.game-card-art span { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #241300; background: var(--yra-gold); box-shadow: 0 0 20px rgba(255,194,26,.32); font-size: 23px; font-weight: 950; }
.game-card-art img { width: 100%; height: 100%; object-fit: cover; }
.game-card-art:has(img)::before, .game-card-art:has(img)::after { display: none; }
.art-lucky-wheel::before, .art-lucky-wheel::after { width: 82px; height: 82px; border-radius: 50%; transform: none; background: conic-gradient(#ffc21a 0 12.5%,#7f28d9 0 25%,#ff6a35 0 37.5%,#b95aff 0 50%,#ffc21a 0 62.5%,#7f28d9 0 75%,#ff6a35 0 87.5%,#b95aff 0); }
.art-lucky-wheel::after { width: 24px; height: 24px; z-index: 1; background: #fff; }
.game-card-body { padding: 13px 14px 14px; }
.game-card-body small { color: var(--yra-purple-light); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.game-card-body h3 { margin: 2px 0 9px; font-size: 16px; line-height: 1.25; }
.game-card-body a { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.08); color: var(--yra-gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.started-section { padding-top: 28px; }
.started-panel { padding-block: 24px 28px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 26px; }
.steps article { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 5px 24px; }
.steps article + article { border-left: 1px solid rgba(169,72,255,.25); }
.steps article + article::before { content: "→"; position: absolute; left: -8px; top: 23px; color: var(--yra-purple-light); font-weight: 800; }
.steps b { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(178,83,255,.75); border-radius: 15px; color: #fff; background: rgba(99,30,167,.14); font-size: 22px; }
.steps h3 { margin: 1px 0 4px; font-size: 14px; }
.steps p { margin: 0; color: var(--yra-muted); font-size: 11px; line-height: 1.5; }

.page-hero { min-height: 62vh; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(117,40,232,.22), transparent 36%); }
.page-hero h1 { margin: 8px 0; font-size: clamp(40px,7vw,76px); text-transform: uppercase; }
.page-hero p { max-width: 640px; margin: 0 auto 24px; color: var(--yra-muted); }
.site-footer { margin-top: 54px; padding: 54px 0 22px; border-top: 1px solid rgba(156,68,226,.22); background: #030208; }
.footer-grid { display: grid; gap: 55px; }
.footer-grid-4 { grid-template-columns: 1.8fr repeat(3,1fr); }
.footer-grid-3 { grid-template-columns: 1.8fr repeat(2,1fr); }
.footer-grid-2 { grid-template-columns: 1.8fr 1fr; }
.footer-brand { margin-bottom: 16px; }
.footer-grid p { max-width: 380px; color: var(--yra-muted); font-size: 13px; }
.footer-grid h2 { margin: 0 0 15px; color: #fff; font-size: 14px; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 7px 0; color: var(--yra-muted); font-size: 13px; }
.footer-grid > div > a:hover { color: var(--yra-gold); }
.footer-contact { display: grid; gap: 5px; margin-top: 15px; }
.footer-contact a { width: fit-content; color: var(--yra-gold); font-size: 12px; font-weight: 750; overflow-wrap: anywhere; }
.footer-contact a:hover, .footer-social a:hover { color: #fff; }
.footer-social { display: grid; gap: 7px; margin-top: 17px; }
.footer-social strong { color: #fff; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.footer-social span { display: flex; flex-wrap: wrap; gap: 7px 12px; }
.footer-social a { color: var(--yra-muted); font-size: 11px; text-decoration: underline; text-decoration-color: rgba(255,194,26,.35); text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #7e7687; font-size: 11px; }
.desktop-nav .nav-item { position: relative; display: inline-flex; }
.desktop-nav .nav-submenu { position: absolute; z-index: 30; top: calc(100% + 14px); left: 50%; display: none; min-width: 190px; padding: 8px; border: 1px solid rgba(181,91,255,.38); border-radius: 12px; background: #0b0714; box-shadow: 0 18px 38px rgba(0,0,0,.48); transform: translateX(-50%); }
.desktop-nav .nav-item:hover .nav-submenu,.desktop-nav .nav-item:focus-within .nav-submenu { display: grid; }
.desktop-nav .nav-submenu a { padding: 9px 10px; white-space: nowrap; }
.mobile-drawer .mobile-child { padding-left: 34px; color: #b5a9c4; font-size: 13px; }
.mobile-drawer nav a.active { color: var(--yra-gold); }
.site-notifications { position: relative; z-index: 9; display: grid; }
.site-notice { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 8px 20px; border-bottom: 1px solid rgba(255,194,26,.24); background: #120b21; color: #eee7f8; font-size: 13px; text-align: center; }
.site-notice img { object-fit: contain; }
.site-notice a { color: var(--yra-gold); font-weight: 800; }
.site-notice.notice-maintenance,.site-notice.notice-download_notice { background: #211109; }
.layout-customisable :is(.feature-card,.game-card,.content-card,.article-card,.directory-card,.requirements-grid article,.info-strip,.related-card) { border-radius: var(--yra-radius-md); box-shadow: var(--yra-card-shadow); }
.reduce-decorative-motion *, .reduce-decorative-motion *::before, .reduce-decorative-motion *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
@media (max-width: 767px) { .site-notice.notice-desktop { display: none; } }
@media (min-width: 768px) { .site-notice.notice-mobile { display: none; } }
@media (max-width: 767px) { .device-desktop-only { display: none !important; } }
@media (min-width: 768px) { .device-mobile-only { display: none !important; } }

/* Editorial and guide sections */
.section-intro { max-width: 920px; margin-bottom: 26px; }
.section-intro h2, .safety-panel h2, .language-panel h2, .cta-panel h2 { margin: 8px 0 12px; color: #fff; font-family: var(--yra-font-heading); font-size: clamp(28px,3vw,40px); line-height: 1.15; letter-spacing: -.04em; text-transform: uppercase; }
.section-intro p, .safety-panel p, .language-panel p, .cta-panel p { color: var(--yra-muted); }
.editorial-section { background: linear-gradient(180deg, #05040b, #07050e); }
.content-grid { display: grid; gap: 20px; }
.content-grid.two { grid-template-columns: repeat(2,1fr); }
.content-grid.three { grid-template-columns: repeat(3,1fr); }
.content-card, .article-card { position: relative; padding: 28px; border: 1px solid rgba(157,68,231,.3); border-radius: var(--yra-radius-lg); background: linear-gradient(145deg, rgba(22,12,36,.9), rgba(9,6,15,.92)); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.content-card > img { margin-bottom: 16px; }
.content-card h2, .content-card h3, .article-card h2, .article-card h3 { margin: 0 0 10px; color: #fff; line-height: 1.28; }
.content-card h3 { font-size: 20px; }
.content-card p, .content-card li, .article-card p, .article-card li { color: var(--yra-muted); font-size: 14px; line-height: 1.75; }
.content-card p:last-child, .article-card p:last-child { margin-bottom: 0; }
.content-card ol, .article-card ol, .article-card ul { padding-left: 20px; }
.content-card code { color: var(--yra-gold); }
.card-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border: 1px solid var(--yra-border); border-radius: 13px; color: var(--yra-gold); background: rgba(117,40,232,.12); font-weight: 900; }
.guide-band { border-block: 1px solid rgba(158,66,235,.2); background: radial-gradient(circle at 50% 0, rgba(100,25,172,.18), transparent 40%), #08050f; }
.requirements-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.requirements-grid article { min-height: 170px; padding: 20px 16px; text-align: center; border: 1px solid rgba(157,68,231,.25); border-radius: 14px; background: rgba(18,10,29,.7); }
.requirements-grid h3 { margin: 10px 0 6px; font-size: 14px; }
.requirements-grid p { margin: 0; color: var(--yra-muted); font-size: 11px; line-height: 1.55; }
.requirement-icon, .info-icon { display: grid; place-items: center; margin-inline: auto; border-radius: 50%; color: var(--yra-gold); border: 1px solid rgba(184,82,255,.5); background: radial-gradient(circle, rgba(146,50,230,.3), rgba(41,15,69,.2)); box-shadow: 0 0 20px rgba(137,43,221,.13); font-weight: 900; }
.requirement-icon { width: 52px; height: 52px; }
.safety-section { background: #05040b; }
.safety-panel, .language-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 38px 44px; border: 1px solid var(--yra-border); border-radius: var(--yra-radius-xl); background: radial-gradient(circle at 85% 50%, rgba(116,37,198,.22), transparent 28%), linear-gradient(135deg, #130a20, #08050e); }
.safety-panel > div, .language-panel > div { max-width: 900px; }
.safety-panel img { flex: 0 0 auto; filter: drop-shadow(0 15px 30px rgba(132,42,219,.32)); }
.language-section { background: #07050d; }
.language-panel .button { flex: 0 0 auto; }
.faq-section { background: #05040b; }
.faq-list { max-width: 940px; display: grid; gap: 10px; margin: 28px auto 0; }
.faq-list details { overflow: hidden; border: 1px solid rgba(151,63,222,.3); border-radius: 13px; background: rgba(17,10,28,.78); }
.faq-list summary { position: relative; padding: 18px 54px 18px 20px; cursor: pointer; color: #fff; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 13px; color: var(--yra-gold); font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 18px; color: var(--yra-muted); font-size: 14px; }
.faq-list.compact { margin-top: 18px; }
.final-cta { padding-block: 44px; }
.cta-panel { padding: 40px 28px; text-align: center; overflow: hidden; border: 1px solid rgba(175,74,255,.7); border-radius: var(--yra-radius-xl); background: radial-gradient(circle at 50% 110%, rgba(125,36,210,.38), transparent 48%), linear-gradient(135deg, #17092b, #090511); box-shadow: var(--yra-shadow); }
.cta-panel p { max-width: 760px; margin: 0 auto 22px; }
.cta-panel > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* All games directory */
.directory-hero { padding: 48px 0 24px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(94,27,177,.25), transparent 48%), #05040b; }
.directory-hero h1, .page-title-hero h1, .game-hero h1 { margin: 7px 0 10px; color: #fff; font-family: var(--yra-font-heading); line-height: 1.06; letter-spacing: -.05em; text-transform: uppercase; }
.directory-hero h1 { font-size: clamp(42px,5vw,64px); }
.directory-hero p { max-width: 760px; margin: 0 auto; color: var(--yra-muted); }
.directory-controls { padding: 18px 0 8px; background: #05040b; }
.game-search { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 14px; max-width: 970px; margin: 0 auto 18px; }
.game-search > label:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.search-field { min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding-left: 17px; border: 1px solid var(--yra-border); border-radius: 12px; background: #0e0917; }
.search-field:focus-within { border-color: var(--yra-purple-light); box-shadow: 0 0 0 3px rgba(168,80,255,.12); }
.search-field svg { width: 21px; height: 21px; color: var(--yra-purple-light); }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; }
.search-field button { height: 42px; margin-right: 6px; padding-inline: 18px; border: 0; border-radius: 8px; color: #1d1200; background: var(--yra-gold); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.sort-label { display: grid; gap: 4px; color: var(--yra-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sort-label select { min-height: 54px; padding: 0 38px 0 15px; border: 1px solid var(--yra-border); border-radius: 12px; color: #fff; background: #0e0917; }
.filter-row { display: flex; justify-content: center; max-width: 1000px; margin-inline: auto; overflow-x: auto; scrollbar-width: thin; border: 1px solid rgba(140,59,215,.3); border-radius: 999px; background: rgba(11,7,19,.8); }
.filter-pill { min-width: 142px; padding: 11px 18px; text-align: center; white-space: nowrap; border: 1px solid transparent; border-radius: 999px; color: #e7e1eb; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.filter-pill.active { color: var(--yra-gold); border-color: var(--yra-gold); background: rgba(255,194,26,.07); }
.result-count { margin: 11px auto 0; text-align: center; color: #8f8598; font-size: 12px; }
.directory-grid-section { padding-top: 24px; }
.directory-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.directory-card { overflow: hidden; border: 1px solid rgba(150,63,220,.36); border-radius: 15px; background: linear-gradient(180deg, #130b1e, #09050f); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.directory-card:hover { transform: translateY(-5px); border-color: rgba(255,194,26,.54); box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.directory-card[hidden] { display: none; }
.directory-art { position: relative; aspect-ratio: 10/7; overflow: hidden; background: #0a0710; }
.directory-art img { width: 100%; height: 100%; object-fit: cover; }
.directory-art::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, #120a1d); }
.directory-card-body { padding: 16px; }
.card-meta { display: flex; align-items: center; gap: 9px; color: var(--yra-purple-light); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.card-meta img { padding: 5px; border: 1px solid var(--yra-border); border-radius: 9px; background: #0b0711; }
.directory-card h2 { margin: 10px 0 7px; color: #fff; font-size: 21px; line-height: 1.2; text-transform: uppercase; }
.directory-card p { min-height: 66px; margin: 0 0 14px; color: var(--yra-muted); font-size: 12px; line-height: 1.55; }
.directory-card .button { width: 100%; min-height: 42px; font-size: 11px; }
.research-status { width: fit-content; display: inline-flex; align-items: center; margin-top: 11px; padding: 5px 9px; border: 1px solid; border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .045em; line-height: 1.25; text-transform: uppercase; }
.research-status.matched { color: #9cebbb; border-color: rgba(58,203,114,.45); background: rgba(58,203,114,.08); }
.research-status.ambiguous { color: #ffd884; border-color: rgba(255,173,51,.48); background: rgba(255,173,51,.08); }
.research-status.not-found { color: #e4c8ff; border-color: rgba(168,80,255,.48); background: rgba(117,40,232,.1); }
.card-research-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: -5px 0 12px; }
.card-research-meta span { padding: 4px 7px; border-radius: 6px; color: #c8becf; background: rgba(255,255,255,.055); font-size: 9px; }
.empty-results { grid-column: 1 / -1; padding: 60px 20px; text-align: center; border: 1px dashed var(--yra-border); border-radius: 15px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--yra-border); border-radius: 9px; color: #fff; }
.pagination a.active { color: #180f00; border-color: var(--yra-gold); background: var(--yra-gold); font-weight: 900; }
.info-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 24px; border: 1px solid rgba(118,66,153,.24); border-radius: 15px; background: linear-gradient(135deg, #0e0918, #08050e); }
.info-strip > div { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 12px; padding: 6px 22px; }
.info-strip > div + div { border-left: 1px solid rgba(255,255,255,.09); }
.info-icon { grid-row: 1/3; width: 46px; height: 46px; }
.info-strip strong { font-size: 12px; text-transform: uppercase; }
.info-strip small { color: var(--yra-muted); font-size: 10px; }

/* Game detail */
.game-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(151,63,222,.18); background: radial-gradient(circle at 75% 50%, rgba(99,28,171,.25), transparent 34%), linear-gradient(120deg,#05040b,#0a0513); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; color: #958c9f; font-size: 12px; }
.breadcrumbs a:hover { color: var(--yra-gold); }
.game-hero .breadcrumbs { padding-top: 24px; }
.game-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 520px; align-items: center; }
.game-hero-copy { position: relative; z-index: 2; padding: 34px 0 68px; }
.game-icon-title { display: flex; align-items: center; gap: 14px; }
.game-icon-title img { padding: 11px; border: 1px solid var(--yra-border); border-radius: 19px; background: #0d0716; }
.android-badge { padding: 7px 12px; border: 1px solid rgba(58,203,114,.45); border-radius: 999px; color: #7be8a4; background: rgba(58,203,114,.08); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.game-hero h1 { max-width: 760px; font-size: clamp(42px,4.8vw,66px); }
.game-hero-copy > p { max-width: 720px; color: var(--yra-muted); font-size: 16px; }
.game-hero-art { position: absolute; width: 500px; height: 540px; right: max(20px, calc((100vw - var(--container))/2)); bottom: -80px; display: flex; align-items: flex-end; justify-content: center; }
.game-hero-art img { height: 540px; width: auto; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(0,0,0,.48)); }
.game-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start; }
.game-article { display: grid; gap: 20px; }
.article-card { padding: 30px; }
.article-card h2 { margin-top: 7px; font-size: 27px; }
.article-card h3 { margin-top: 20px; font-size: 17px; }
.fact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 20px 0 0; }
.fact-grid > div { padding: 14px; border: 1px solid rgba(153,63,225,.24); border-radius: 11px; background: rgba(9,5,15,.58); }
.fact-grid dt { color: #8f8497; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.fact-grid dd { margin: 3px 0 0; color: #fff; font-size: 13px; font-weight: 750; overflow-wrap: anywhere; }
.check-list { display: grid; gap: 9px; padding-left: 0 !important; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #221500; background: var(--yra-gold); font-size: 11px; font-weight: 900; }
.requirements-mini { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.requirements-mini span { padding: 8px 12px; border: 1px solid var(--yra-border); border-radius: 999px; color: #e9e2ed; background: rgba(117,40,232,.08); font-size: 11px; }
.number-list { counter-reset: steps; display: grid; gap: 10px; padding-left: 0 !important; list-style: none; }
.number-list li { counter-increment: steps; min-height: 36px; padding: 6px 0 6px 48px; position: relative; }
.number-list li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--yra-border); border-radius: 10px; color: var(--yra-gold); background: #0e0718; font-weight: 900; }
.notice { padding: 13px 15px; border-left: 3px solid var(--yra-gold); border-radius: 0 9px 9px 0; background: var(--yra-gold-soft); color: #eee7d6 !important; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 8px 11px; border: 1px solid rgba(168,80,255,.35); border-radius: 999px; color: #e5dced; background: rgba(117,40,232,.08); font-size: 11px; }
.claim-card { border-color: rgba(255,194,26,.34); }
.claim-list { display: grid; gap: 10px; margin: 20px 0; }
.claim-list > div { padding: 15px; border: 1px solid rgba(255,194,26,.2); border-radius: 10px; background: rgba(255,194,26,.045); }
.claim-list dt { color: var(--yra-gold); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.claim-list dd { margin: 5px 0 0; color: #efe8f3; font-size: 13px; }
.danger-note { padding: 14px 16px; border: 1px solid rgba(255,104,104,.38); border-radius: 10px; color: #ffd0d0 !important; background: rgba(255,104,104,.07); }
.source-audit { scroll-margin-top: 18px; }
.source-list { display: grid; gap: 13px; margin: 20px 0 0; padding-left: 24px; }
.source-list li { padding: 0 0 14px 5px; border-bottom: 1px solid rgba(255,255,255,.08); }
.source-list a, .source-list strong { color: var(--yra-gold); font-size: 14px; font-weight: 800; }
.source-list a { text-decoration: underline; text-decoration-color: rgba(255,194,26,.35); text-underline-offset: 3px; }
.source-url { display: block; margin-top: 5px; color: #9c92a9; font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.source-list p { margin: 6px 0 0; color: var(--yra-muted); font-size: 12px; }
.official-link-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.official-link-row a { padding: 8px 11px; border: 1px solid rgba(168,80,255,.4); border-radius: 8px; color: #f1e9f7; background: rgba(117,40,232,.09); font-size: 11px; font-weight: 750; }
.official-link-row a:hover { border-color: var(--yra-gold); color: var(--yra-gold); }
.game-sidebar { position: relative; }
.sticky-info { position: sticky; top: 18px; padding: 24px; text-align: center; border: 1px solid var(--yra-border); border-radius: var(--yra-radius-lg); background: linear-gradient(150deg,#180d28,#09050f); box-shadow: var(--yra-shadow); }
.sticky-info > img { margin: 0 auto 10px; padding: 9px; border: 1px solid var(--yra-border); border-radius: 18px; background: #08050d; }
.sticky-info h2 { margin: 0; font-size: 23px; }
.sticky-info > span { color: var(--yra-gold); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sticky-info dl { margin: 18px 0; }
.sticky-info dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.sticky-info dt { color: var(--yra-muted); }
.sticky-info dd { margin: 0; color: #fff; text-align: right; font-weight: 750; }
.sticky-info .button { width: 100%; }
.sticky-info > p { color: #8f8795; font-size: 10px; line-height: 1.5; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.related-card { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid rgba(153,63,225,.3); border-radius: 13px; background: var(--yra-card); }
.related-card img { padding: 6px; border-radius: 11px; background: #0a0610; }
.related-card span { display: grid; margin-right: auto; }
.related-card small { color: var(--yra-muted); }
.related-card > b { color: var(--yra-gold); }

/* Static pages and forms */
.page-title-hero { padding: 42px 0 52px; border-bottom: 1px solid rgba(153,63,225,.18); background: radial-gradient(circle at 50% 0,rgba(105,29,183,.22),transparent 52%),#05040b; }
.page-title-hero h1 { max-width: 940px; font-size: clamp(42px,5vw,68px); }
.page-title-hero p { max-width: 800px; margin: 0; color: var(--yra-muted); }
.page-title-hero .breadcrumbs { margin-bottom: 28px; }
.container.narrow { max-width: 1040px; }
.policy-grid { display: grid; gap: 18px; }
.policy-grid .content-card h2 { color: var(--yra-gold); font-size: 21px; }
.contact-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 20px; }
.contact-form { display: grid; gap: 15px; }
.contact-form label { display: grid; gap: 6px; color: #e8e2eb; font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--yra-border); border-radius: 9px; padding: 12px 13px; outline: 0; color: #fff; background: #0b0711; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--yra-purple-light); box-shadow: 0 0 0 3px rgba(168,80,255,.12); }
.alert { margin-bottom: 17px; padding: 12px 14px; border: 1px solid; border-radius: 9px; font-size: 13px; }
.alert.success { color: #adf0c4; border-color: rgba(58,203,114,.42); background: rgba(58,203,114,.08); }
.alert.error { color: #ffc1c1; border-color: rgba(255,104,104,.42); background: rgba(255,104,104,.08); }
.prose h2 { margin-top: 30px; color: var(--yra-gold); }
.prose h2:first-child { margin-top: 0; }
.official-resource-panel { margin-top: 20px; padding: 24px; border: 1px solid rgba(255,194,26,.28); border-radius: var(--yra-radius-lg); background: linear-gradient(145deg,rgba(255,194,26,.06),rgba(117,40,232,.07)); }
.official-resource-panel h2 { margin: 0; color: #fff; font-size: 20px; }

@media (max-width: 1150px) {
  .desktop-nav { gap: 20px; }
  .header-cta { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr 450px; }
  .hero-art { width: 490px; right: -55px; }
  .game-row { grid-template-columns: repeat(3,1fr); }
  .directory-grid { grid-template-columns: repeat(3,1fr); }
  .requirements-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, var(--container)); }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-cta { margin-left: auto; min-height: 40px; padding-inline: 15px; font-size: 10px; }
  .mobile-drawer { position: fixed; z-index: 70; top: 0; right: 0; display: block; width: min(360px, 88vw); height: 100dvh; padding: 24px; transform: translateX(105%); border-left: 1px solid var(--yra-border); background: #08050f; transition: transform .25s ease; }
  .menu-open .mobile-drawer { transform: translateX(0); }
  .drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: var(--yra-gold); font-weight: 900; text-transform: uppercase; }
  .drawer-head button { width: 42px; height: 42px; border: 1px solid var(--yra-border); border-radius: 8px; color: #fff; background: var(--yra-surface); font-size: 28px; }
  .mobile-drawer nav { display: grid; gap: 4px; }
  .mobile-drawer nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 750; }
  .drawer-backdrop { position: fixed; z-index: 60; inset: 0; display: block; pointer-events: none; opacity: 0; background: rgba(0,0,0,.72); transition: opacity .2s ease; }
  .menu-open .drawer-backdrop { pointer-events: auto; opacity: 1; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-block: 68px 20px; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .quick-facts { margin-inline: auto; }
  .quick-facts-desktop { display: none; }
  .quick-facts-mobile { display: grid; width: 100%; margin: 0 auto 34px; }
  .hero-art { position: relative; width: min(620px, 100%); height: 610px; right: auto; margin: -20px auto 0; }
  .hero-art img { height: 620px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); row-gap: 26px; }
  .steps article:nth-child(3) { border-left: 0; }
  .steps article:nth-child(3)::before { display: none; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-grid-4 > div:last-child { grid-column: 2; }
  .footer-grid-2 { grid-template-columns: 1.4fr 1fr; }
  .content-grid.three { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: repeat(2,1fr); }
  .info-strip { grid-template-columns: repeat(2,1fr); }
  .info-strip > div:nth-child(3) { border-left: 0; }
  .game-hero-grid { grid-template-columns: 1fr; }
  .game-hero-copy { padding-bottom: 18px; }
  .game-hero-art { position: relative; width: min(530px,100%); height: 470px; right: auto; bottom: -55px; margin: -40px auto 0; }
  .game-hero-art img { height: 490px; }
  .game-layout { grid-template-columns: 1fr; }
  .sticky-info { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: var(--yra-mobile-header-height); }
  .site-legal-notice .container { grid-template-columns: auto 1fr; padding-block: 10px; }
  .site-legal-notice p { font-size: 10px; }
  .site-legal-notice a { grid-column: 2; margin-top: -5px; font-size: 10px; }
  .header-inner { gap: 9px; }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 13px; }
  .brand small { font-size: 9px; }
  .header-cta { min-height: 37px; padding-inline: 11px; }
  .menu-toggle { width: 39px; height: 39px; flex: 0 0 39px; }
  .hero-copy { padding-top: 52px; }
  .hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .hero-kicker { margin-top: 17px; font-size: 24px; }
  .hero-description { font-size: 15px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .quick-facts { grid-template-columns: repeat(2,1fr); gap: 16px 0; text-align: left; }
  .quick-facts span:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-glow, .hero-art::after { display: none; }
  .hero-art { height: 480px; margin-top: 8px; }
  .hero-art picture { width: 100%; height: 100%; display: grid; place-items: end center; }
  .hero-art img { height: 490px; background: none !important; }
  .section { padding: var(--yra-mobile-section-spacing) 0; }
  .feature-panel, .started-panel { padding: 22px 14px; border-radius: 16px; }
  .layout-customisable .feature-panel, .layout-customisable .started-panel { border-radius: var(--yra-radius-xl); }
  .section-heading { gap: 10px; }
  .section-heading h2, .section-title-row h2 { font-size: 23px; text-align: center; }
  .section-heading > span { width: 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 190px; }
  .section-title-row { align-items: center; }
  .section-title-row .button { display: none; }
  .section-title-row h2 { text-align: left; }
  .game-row { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .game-card-art { height: 108px; }
  .game-card-body { padding: 11px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { padding: 4px 8px; }
  .steps article + article { border-left: 0; }
  .steps article + article::before { display: none; }
  .footer-grid, .footer-grid-2 { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .content-grid.two { grid-template-columns: 1fr; }
  .content-card, .article-card { padding: 22px 18px; }
  .requirements-grid { grid-template-columns: repeat(2,1fr); }
  .safety-panel, .language-panel { flex-direction: column; align-items: flex-start; gap: 18px; padding: 27px 20px; }
  .safety-panel img { align-self: center; width: 110px; }
  .language-panel .button { width: 100%; }
  .game-search { grid-template-columns: 1fr; }
  .filter-row { justify-content: flex-start; border-radius: 12px; }
  .filter-pill { min-width: auto; }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-card p { min-height: 0; }
  .card-research-meta { margin-top: 0; }
  .info-strip { grid-template-columns: 1fr; }
  .info-strip > div { padding-block: 14px; }
  .info-strip > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .game-hero h1 { font-size: 39px; }
  .game-hero-art { height: 390px; }
  .game-hero-art img { height: 410px; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .official-link-row { display: grid; grid-template-columns: 1fr; }
  .official-link-row a { text-align: center; }
  .article-card h2 { font-size: 23px; }
  .page-title-hero h1 { font-size: 40px; }
}

@media (max-width: 380px) {
  .header-cta { display: none; }
}

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