@font-face { font-family: 'Barlow Semi Condensed'; src: url('/assets/fonts/barlow-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow Semi Condensed'; src: url('/assets/fonts/barlow-bold.ttf') format('truetype'); font-weight: 600 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow Semi Condensed'; src: url('/assets/fonts/barlow-black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }
:root { --ink: #041135; --ink-deep: #030c25; --plum: #0a1942; --plum-soft: #132653; --violet: #274b8b; --coral: #ffd735; --coral-soft: #ffe66c; --mint: #ffdc42; --mint-deep: #e0b526; --ivory: #fff; --lavender: #d4dbee; --muted: #aab6d1; --line: #ffffff16; --line-strong: #ffda424f; --panel: #0b1b43; --panel-solid: #0b1b43; --danger: #ffafa7; --shadow: 0 12px 32px #00000018; --radius-xl: 15px; --radius-lg: 12px; --radius-md: 8px; --max: 1060px; --serif: 'Barlow Semi Condensed', 'Arial Narrow', sans-serif; --sans: 'Barlow Semi Condensed', 'Arial Narrow', Arial, sans-serif; }
html { scroll-padding-top: 24px; }
body { background: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.5; }
body::before, body::after { display: none; }
button, input, select, textarea { font-family: inherit; }
button:disabled { cursor: not-allowed; opacity: .55; }
a { text-underline-offset: 4px; }
img { max-width: 100%; }
h1, h2, h3 { font-family: var(--sans); letter-spacing: -.015em; font-weight: 800; }
h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.06; }
h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.16; }
h3 { font-size: 23px; line-height: 1.2; }
.container { width: min(1060px, calc(100% - 48px)); }
.lede { color: var(--lavender); font-size: 19px; }
.small-copy { color: var(--muted); font-size: 16px; }
.eyebrow { color: var(--mint); font-size: 13px; letter-spacing: .12em; }
.eyebrow::before { display: none; }
.skip-link { position: fixed; left: 16px; top: -70px; padding: 12px 20px; background: #ffda36; color: #061438; z-index: 100; }
.skip-link:focus { top: 12px; }
.button { border-radius: 8px; min-height: 46px; padding: 10px 25px; gap: 12px; font-size: 17px; font-weight: 700; box-shadow: none; width: auto; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(#ffdf3d, #ffbd00); color: #08203a; border: 1px solid #ffdb39; }
.button-primary:hover { background: #ffe355; }
.button-secondary, .button-outline { color: #ffe15a; border: 1px solid #d9b93888; background: transparent; }
.button-blue { color: #fff; background: #007dd5; border-color: #158ddd; }
.button-blue:hover { background: #1394ec; }
.button-quiet { color: #ffdc42; background: transparent; border: 0; }
.text-link { font-weight: 700; color: #ffdc42; font-size: 17px; }
.button-row { flex-wrap: wrap; }

.site-header { position: relative; z-index: 20; width: 100%; border: 0; background: #041135; backdrop-filter: none; }
.site-header.header-over-hero { position: absolute; top: 0; background: linear-gradient(#030b25c9, transparent); }
.safety-line { display: flex; justify-content: center; align-items: center; padding: 6px 30px 0; min-height: 23px; font-size: 11px; color: #d4dbee; }
.safety-line i { font-style: normal; margin: 0 5px; color: #8e9cba; }
.safety-line a:hover { color: #ffe05e; }
.region-label { position: absolute; right: 32px; color: #a4b2cf; }
.nav-wrap { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; max-width: 1340px; padding: 10px 32px 16px; min-height: 88px; gap: 20px; }
.header-left { display: flex; align-items: center; gap: 27px; }
.login-link { font-weight: 700; color: #fff; font-size: 18px; white-space: nowrap; }
.header-games-link { font-size: 16px; color: #d4dbee; }
.login-link:hover, .header-games-link:hover { color: #ffdc42; }
.brand-link { align-self: center; justify-self: center; }
.brand-link img { display: block; width: 230px; height: auto; }
.nav-actions { justify-self: end; margin: 0; }
.header-join { min-height: 39px; padding: 7px 26px; font-size: 16px; }
.balance-chip { display: grid; gap: 0; padding: 5px 12px; background: #09183c; border-color: #e7bc464f; border-radius: 8px; line-height: 1.15; }
.balance-chip span { font-size: 17px; color: #ffda41; }
.balance-chip small { font-size: 10px; color: #aebbd6; font-weight: 400; text-align: right; }
.menu-button { display: none; border: 0; background: transparent; border-radius: 0; padding: 8px; width: 38px; height: 40px; }
.menu-button span { display: block; height: 2px; width: 22px; background: #fff; margin: 5px 0; }
.mobile-drawer.is-open { display: grid; position: absolute; top: 100%; left: 16px; right: 16px; z-index: 30; border: 1px solid #ffffff20; border-radius: 10px; background: #08183e; padding: 12px 18px; box-shadow: 0 16px 40px #0008; }
.mobile-drawer.is-open a { padding: 12px 5px; border-bottom: 1px solid #ffffff14; }
.mobile-drawer.is-open a:last-child { border-bottom: 0; }
.mobile-drawer[hidden] { display: none; }
.page-shell { min-height: 55vh; }

.royal-hero { position: relative; min-height: 820px; height: min(850px, 94vh); display: grid; place-items: center; overflow: hidden; isolation: isolate; padding: 120px 24px 54px; }
.hero-backdrop { position: absolute; inset: 0; z-index: -3; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, #041135 0%, #04113500 18%, #04113500 80%, #0411354d 100%), radial-gradient(ellipse at 50% 53%, #04113582, #0411351a 42%, transparent 65%); }
.hero-offer { width: min(650px, 100%); text-align: center; margin-top: 110px; }
.offer-label { display: inline-flex; align-items: center; gap: 8px; padding: 5px 13px; background: #0d1c27b0; border: 1px solid #dcc56d5e; border-radius: 30px; color: #e6e6d5; font-weight: 700; font-size: 11px; letter-spacing: .16em; }
.offer-label > span { width: 6px; height: 6px; border-radius: 50%; background: #ffe342; box-shadow: 0 0 10px #ffda00; }
.hero-offer h1 { margin: 20px 0 7px; max-width: none; font-size: clamp(60px, 5.5vw, 83px); font-weight: 900; line-height: .98; letter-spacing: -.025em; text-shadow: 0 4px 1px #02102d, 0 8px 24px #0008; }
.hero-offer h1 > span { color: #ffda36; }
.hero-subtitle { font-size: 25px; font-weight: 800; color: #fff; margin: 13px 0 22px; text-shadow: 0 2px 10px #000; }
.hero-cta { min-width: 274px; min-height: 62px; border-radius: 11px; font-size: 23px; font-weight: 900; box-shadow: 0 8px 35px #ffc62c4a; }
.hero-cta > span { font-size: 30px; line-height: 1; }
.hero-perks { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 16px 0 5px; color: #e7e3d1; font-size: 14px; }
.hero-perks i { font-style: normal; color: #ffda36; }
.hero-fine { margin: 8px auto; color: #c0c9dc; font-size: 12px; }
.hero-browse { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; color: #e3e7f3; font-size: 14px; }
.hero-browse span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #ffffff40; border-radius: 50%; }
.offer-disclaimer { max-width: 1000px; color: #bcc8e1; font-size: 13px; line-height: 1.45; margin-top: 6px; }
.offer-disclaimer a, .home-terms a { text-decoration: underline; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin-top: 40px; margin-bottom: 28px; }
.benefits > div { display: flex; justify-content: center; gap: 12px; align-items: center; border-right: 1px solid #ffffff12; }
.benefits > div:last-child { border: 0; }
.benefit-icon { color: #ffdb39; font-size: 37px; line-height: 1; }
.benefits p { margin: 0; line-height: 1.3; }
.benefits strong { display: block; color: #ffdc42; font-weight: 800; font-size: 20px; }
.benefits p span { font-size: 16px; }
.welcome-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 23px; background: #020b26; border-radius: 8px; }
.welcome-strip > div { display: flex; align-items: center; gap: 16px; }
.strip-sun { font-size: 34px; color: #ffda36; }
.welcome-strip p { display: grid; margin: 0; line-height: 1.3; }
.welcome-strip p strong { font-size: 18px; font-weight: 700; }
.welcome-strip p > span { color: #aab6ce; font-size: 14px; margin-top: 5px; }
.welcome-credit { text-align: center; min-width: 186px; background: linear-gradient(110deg, #ffdf39, #ffbc00); color: #13203a; border-radius: 7px; padding: 8px 16px; line-height: 1.1; }
.welcome-credit small { font-size: 10px; letter-spacing: .05em; font-weight: 700; }
.welcome-credit strong { display: block; font-size: 30px; font-weight: 900; }
.welcome-credit strong span { font-size: 22px; }

.home-catalogue { padding-top: 76px; }
.section-head.centred { display: block; text-align: center; margin-bottom: 22px; }
.section-head.centred h2 { margin: 0 0 10px; font-size: 36px; font-weight: 900; }
.section-head.centred h2 span { color: #ffda36; }
.section-head.centred p { max-width: none; color: #aebbd7; font-size: 17px; }
.home-filter-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.home-filter-row button, .filter-button { border: 1px solid #ffffff1a; border-radius: 6px; padding: 8px 14px; background: transparent; color: #becbe3; font-size: 14px; }
.home-filter-row button[aria-pressed=true], .filter-button[aria-pressed=true] { background: #173063; border-color: #3d5683; color: #fff; }
.home-filter-row button:hover { border-color: #e7c958; color: #ffdc42; }
.catalogue-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.game-card { background: transparent; border: 0; border-radius: 8px; box-shadow: none; overflow: visible; transition: transform .2s; }
.game-card:hover { box-shadow: none; transform: translateY(-4px); }
.game-cover { aspect-ratio: 4 / 4.35; border: 1px solid #fff2; border-radius: 10px; background: #081a40; overflow: hidden; }
.game-cover::after { height: 65%; background: linear-gradient(transparent, #040a21f2); }
.game-cover img { height: 100%; width: 100%; object-fit: cover; object-position: 50% 50%; }
.game-cover-badge { inset: 10px auto auto 10px; padding: 3px 7px; font-size: 10px; color: #0c213c; background: #ffda35; font-weight: 800; border: 0; border-radius: 4px; }
.game-cover-title { position: absolute; bottom: 19px; left: 16px; right: 16px; z-index: 2; font-size: 27px; font-weight: 900; line-height: 1; color: #fff; text-shadow: 0 2px 7px #000b; }
.game-play-action { position: absolute; z-index: 3; display: grid; place-items: center; top: 40%; left: calc(50% - 22px); height: 44px; width: 44px; border-radius: 50%; background: #ffda36ed; color: #102144; font-size: 19px; box-shadow: 0 5px 20px #0005; transition: transform .2s, background .2s; }
.game-card:hover .game-play-action { transform: scale(1.15); background: #ffeb83; }
.game-card-body, .game-card-compact .game-card-body { padding: 11px 2px 0; }
.game-card h3, .game-card-compact h3 { font-size: 18px; font-weight: 700; }
.game-card p, .game-card-compact p { min-height: 0; margin: 3px 0 0; font-size: 13px; color: #aebbd7; }
.game-card p span { color: #8396bc; }
.collection-count { margin: 22px 0 0; font-size: 13px; text-align: center; color: #a8b6d2; }
.section-divider { display: flex; align-items: center; gap: 30px; margin: 25px 0 0; }
.section-divider::before, .section-divider::after { content: ''; height: 1px; background: #ffffff14; flex: 1; }
.section-divider .button { font-size: 15px; padding: 8px 22px; min-height: 38px; }

.editorial-sections { max-width: 1000px; padding-top: 75px; }
.editorial-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; min-height: 380px; margin-bottom: 60px; scroll-margin-top: 30px; }
.editorial-row.reverse .editorial-art { grid-column: 2; grid-row: 1; }
.editorial-row.reverse .editorial-copy { grid-column: 1; grid-row: 1; }
.editorial-art { display: grid; place-items: center; }
.editorial-art > img { width: 355px; height: 355px; object-fit: contain; filter: drop-shadow(0 20px 22px #0002); }
.editorial-copy h2 { margin: 0 0 20px; font-size: 33px; font-weight: 800; line-height: 1.13; }
.editorial-copy h2 span { color: #ffda36; }
.editorial-copy p { color: #c6d1e7; font-size: 17px; line-height: 1.52; margin-bottom: 13px; }
.editorial-copy > small { display: block; color: #9faecb; font-size: 13px; line-height: 1.45; margin-bottom: 16px; }
.editorial-copy .button { margin-top: 8px; }
.editorial-copy .text-link { display: inline-block; margin-top: 6px; }
.game-mosaic { position: relative; height: 365px; }
.game-mosaic a { position: absolute; width: 83%; aspect-ratio: 1.6; overflow: hidden; border-radius: 13px; border: 2px solid #e0bd6177; box-shadow: 0 20px 45px #0008; transform: rotate(-9deg); top: 18px; left: 0; }
.game-mosaic a:nth-child(2) { transform: rotate(8deg); left: auto; right: 0; top: 145px; }
.game-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.game-mosaic span { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 15px 10px; background: linear-gradient(transparent, #051235e8); color: #fff; font-weight: 800; font-size: 20px; }
.how-to-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 13px; color: #dce3f1; font-size: 16px; }
.how-to-list li { display: flex; align-items: center; gap: 12px; }
.how-to-list li span { display: grid; place-items: center; width: 25px; height: 25px; color: #ffda36; border: 1px solid #ffda3666; border-radius: 50%; font-size: 14px; font-weight: 700; }
.care-row { margin-bottom: 45px; }
.care-art { min-height: 300px; }
.care-orbit { position: relative; display: grid; place-items: center; width: 262px; height: 262px; border-radius: 50%; border: 1px solid #ddbc5755; box-shadow: 0 0 0 14px #ddbc5708, 0 0 0 35px #ddbc5705; background: radial-gradient(ellipse, #284c82, #0a1b43 65%); }
.care-heart { font-size: 142px; line-height: 1; color: #ffce38; text-shadow: 0 6px 0 #ad7012, 0 13px 18px #0007; transform: rotate(-9deg); }
.care-orbit-label { position: absolute; bottom: 36px; font-size: 11px; letter-spacing: .15em; color: #ffe78a; }
.editorial-copy h2 .heart-inline { color: #ffbd36; }
.care-checks { list-style: none; padding: 0; display: grid; gap: 10px; font-size: 16px; color: #fff; margin: 22px 0; }
.faq-section { max-width: 1000px; margin-top: 45px; }
.faq-section > h2 { font-size: 30px; text-align: center; margin-bottom: 28px; }
.faq-list { border-top: 1px solid #ffffff1a; }
.faq-list details { border-bottom: 1px solid #ffffff1a; }
.faq-list summary { position: relative; cursor: pointer; font-weight: 700; font-size: 18px; list-style: none; padding: 20px 32px 20px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 16px; color: #ffda36; font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 880px; color: #bbc8e0; font-size: 16px; padding-bottom: 18px; margin: 0; }
.home-terms { max-width: 1000px; padding-top: 55px; color: #a7b6d1; font-size: 13px; line-height: 1.5; }
.home-terms h3 { color: #d7e0f2; font-size: 15px; margin-bottom: 10px; }
.home-terms p { margin-bottom: 10px; }

.site-footer { margin-top: 0; padding: 75px 0 34px; background: #041135; border-top: 0; overflow: visible; }
.site-footer::before { display: none; }
.footer-container { width: min(1300px, calc(100% - 80px)); margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 45px; }
.footer-brand img { display: block; width: 215px; height: auto; }
.footer-product-marks { display: flex; align-items: center; gap: 30px; }
.footer-product-marks > span { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #c7d2e8; font-weight: 700; letter-spacing: .02em; }
.footer-product-marks b { font-size: 23px; color: #fff; font-weight: 900; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 32px; }
.footer-col h3 { margin: 0 0 15px; font-family: var(--sans); font-size: 18px; font-weight: 700; text-transform: none; letter-spacing: 0; color: #fff; }
.footer-col a { display: block; font-size: 17px; margin: 9px 0; color: #dce2f0; }
.footer-col a:hover { text-decoration: underline; color: #ffda36; }
.footer-care { text-align: right; }
.care-marks { display: flex; justify-content: end; gap: 25px; align-items: center; margin-bottom: 26px; }
.age-mark { width: 53px; height: 53px; border-radius: 50%; border: 2px solid #c7d2e8; display: inline-grid; place-items: center; color: #e0e6f1; font-size: 22px; font-weight: 700; }
.free-play-mark { font-size: 20px; line-height: 1; font-weight: 900; color: #dce3f0; }
.free-play-mark small { display: block; font-size: 10px; font-weight: 400; margin-top: 7px; letter-spacing: .11em; }
.care-wordmark { font-size: 21px; line-height: 1; color: #dce3f0; }
.care-wordmark strong { color: #ffda36; }
.footer-care p { color: #bac6de; font-size: 14px; line-height: 1.55; margin-bottom: 14px; }
.footer-care p a { color: #ffda36; }
.footer-contact { font-size: 14px; color: #e2e7f1; }
.footer-legal { max-width: 1080px; margin: 65px auto 0; text-align: center; font-size: 12px; color: #acb9d3; }
.footer-legal p { margin: 0 0 15px; }
.footer-legal p:first-child { max-width: 960px; margin-inline: auto; }
.footer-legal p span { margin: 0 8px; }
.footer-legal a { text-decoration: underline; }
.footer-legal > small { display: block; margin-top: 24px; color: #91a3c5; font-size: 11px; }

.page-hero { padding: 50px 0 38px; border-bottom: 1px solid #ffffff12; background: radial-gradient(ellipse at 50% 100%, #122751, transparent 70%); }
.page-hero h1 { max-width: 780px; font-size: clamp(38px, 5vw, 60px); margin-top: 13px; }
.page-hero .lede { max-width: 770px; font-size: 19px; }
.page-body { padding: 42px 0 65px; }
.surface { background: #0a1a40; border: 1px solid #ffffff12; box-shadow: none; border-radius: 12px; }
.catalogue-toolbar { flex-wrap: wrap; padding: 15px; gap: 16px; }
.game-filters { justify-content: start; }
.search-field input { border-radius: 7px; min-height: 46px; font-size: 17px; }
.game-loading { min-height: 160px; grid-column: 1 / -1; }
.auth-layout { max-width: 980px; margin-inline: auto; }
.auth-aside { background: radial-gradient(ellipse at 20% 10%, #1b3b66, #0a1a40 70%); }
.auth-aside h2, .auth-form h2, .account-card h2 { font-size: 33px; }
.auth-aside p { font-size: 18px; }
.care-list li, .field label, .check-line { font-size: 16px; }
.field small { font-size: 13px; }
.field input, .field select, .field textarea { background: #06132f; border-radius: 7px; font-size: 17px; min-height: 45px; }
.field input[type=checkbox] { min-height: 0; width: 17px; height: 17px; padding: 0; flex: 0 0 auto; }
.field label.check-line { display: flex; }
/* Keep helper copy from stretching the neighbouring auth field's input. */
.auth-form { min-width: 0; align-self: start; }
.auth-form h2 { margin-bottom: 24px; }
:is(#authForm, #accessForm) .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px 18px; }
:is(#authForm, #accessForm) .field { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin: 0; }
:is(#authForm, #accessForm) .field > label { line-height: 22px; }
:is(#authForm, #accessForm) .field > input { height: 50px; min-height: 50px; min-width: 0; flex: none; padding: 0 13px; line-height: normal; box-sizing: border-box; }
:is(#authForm, #accessForm) .field > input[type=date] { display: block; -webkit-appearance: none; appearance: none; }
:is(#authForm, #accessForm) .field > input[type=date]::-webkit-date-and-time-value { text-align: left; }
:is(#authForm, #accessForm) .field small { display: block; margin: 0; line-height: 18px; }
:is(#authForm, #accessForm) .field .check-line { align-items: flex-start; gap: 12px; line-height: 1.45; cursor: pointer; }
:is(#authForm, #accessForm) .check-line input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: #ffda36; }
:is(#authForm, #accessForm) .check-line span { min-width: 0; }
:is(#authForm, #accessForm) > button[type=submit] { width: 100%; min-height: 50px; margin-top: 24px; justify-content: center; }
:is(#authForm, #accessForm) .form-status:empty { display: none; }
.auth-form > .small-copy { margin: 20px 0 0; }
@media (max-width: 760px) {
  :is(#authForm, #accessForm) .form-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}
.form-status { font-size: 15px; }
.content-layout { gap: 42px; }
.prose { color: #c2cee4; font-size: 18px; }
.prose h2 { font-size: 30px; margin-top: 35px; }
.prose h3 { font-size: 23px; }
.side-card { position: static; }
.side-card a { font-size: 17px; }
.account-grid { grid-template-columns: .85fr 1.15fr; }
.credit-number { font-weight: 900; color: #ffda36; }
.account-meta { font-size: 14px; }
.activity-row strong { font-size: 17px; }
.activity-row small { font-size: 13px; }
.activity-award { color: #b6ecaa; }
.activity-cost { color: #f5d58f; }

.notice { border-color: #ffda36; background: #f0c7360a; font-size: 16px; }





.game-player { background: linear-gradient(150deg, #12234b, #071433); }
.game-player-head { display: block; }
.game-player-head h2 { font-size: 38px; font-weight: 800; }
.game-player-head p { font-size: 17px; }
.game-status-pill { display: inline-block; margin-top: 14px; font-size: 12px; }
.game-feature h3 { font-weight: 700; font-size: 28px; }
.game-feature p, .game-cover-side-copy p { font-size: 16px; }
.game-feature small { font-size: 13px; }
.game-cover-side-copy h3 { font-weight: 700; }
.game-cover-side > img { height: auto; aspect-ratio: 1.5; max-height: 280px; object-fit: cover; }
.game-message { font-size: 16px; }
.game-boundary { font-size: 14px; }
.reel-viewport { height: 330px; }
.reel-board { min-height: 395px; background: radial-gradient(circle at 50% 25%, #24466a88, transparent 50%), #061331; }
.stake-control { font-size: 12px; min-width: 185px; }
.stake-control select { font-size: 16px; }
.game-controls { gap: 8px; }
.game-controls .button { font-size: 15px; padding-inline: 13px; }
.spin-button { min-width: 105px; }
.game-auth-note { font-size: 15px; }
.game-layout { grid-template-columns: 1fr; }
.game-page { padding: 20px 0 64px; }
.game-page .game-page-container { width: calc(100% - 48px); max-width: none; }
.game-back-link { display: inline-block; margin-bottom: 18px; font-size: 15px; }
.game-page .game-layout { gap: 24px; }
.game-page .game-player-head { display: flex; align-items: center; justify-content: space-between; margin: 0; gap: 24px; }
.game-page .game-player-head h1 { margin: 5px 0 8px; font-size: clamp(30px, 3vw, 46px); }
.game-page .game-player-head p { max-width: 920px; }
.game-page .game-status-pill { margin: 0; }
.game-page .game-player { --reel-cell: clamp(100px, calc((100svh - 360px) / 3), 220px); padding: 24px; }
.game-page .reel-board { min-height: 0; }
.game-page .reel-viewport { height: calc(var(--reel-cell) * 3); }
.game-page .reel-track { --reel-cell: inherit; }
.game-page .reel-symbol { min-height: 0; }
.game-page .reel-symbol img { max-height: calc(var(--reel-cell) - 16px); }
.game-page .game-controls { gap: 12px; }
.game-page .game-controls .button { min-height: 50px; }
.game-page .spin-button { min-width: 180px; }
.game-page .game-side { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.game-page .game-cover-side { display: grid; grid-template-columns: minmax(130px, .65fr) 1fr; align-items: center; }
.game-page .game-cover-side > img { height: 100%; max-height: 260px; aspect-ratio: auto; object-fit: cover; }
.game-page .game-boundary { grid-column: 1 / -1; }
@media (max-width: 760px) {
  .game-page { padding: 12px 0 40px; }
  .game-page .game-page-container { width: calc(100% - 24px); }
  .game-page .game-layout { gap: 18px; }
  .game-page .game-player-head { display: block; padding-inline: 4px; }
  .game-page .game-player-head p { font-size: 16px; }
  .game-page .game-status-pill { margin-top: 12px; }
  .game-page .game-player { --reel-cell: clamp(76px, 24vw, 130px); padding: 12px; }
  .game-page .game-controls { gap: 8px; }
  .game-page .stake-control { min-width: 100%; }
  .game-page .spin-button { min-width: 100%; }
  .game-page .game-side { grid-template-columns: 1fr; gap: 18px; }
  .game-page .game-cover-side { grid-template-columns: minmax(90px, .6fr) 1fr; }
  .game-page .game-cover-side-copy { padding: 16px; }
}
.empty-state h2 { font-size: 32px; }
.empty-state p { font-size: 18px; }

@media (min-width: 1500px) { .royal-hero { height: 870px; min-height: 870px; } }
@media (max-width: 1100px) { .nav-wrap { padding-inline: 24px; }.header-left { gap: 17px; }.editorial-row { gap: 48px; }.footer-main { gap: 25px; grid-template-columns: 1.3fr 1fr; }.footer-links { gap: 22px; }.care-marks { gap: 15px; }.free-play-mark { font-size: 16px; }.care-wordmark { font-size: 18px; }.game-layout { grid-template-columns: 1fr; }.game-side { grid-template-columns: 1fr 1fr; }.game-boundary { grid-column: 1 / -1; }.content-layout { grid-template-columns: 1fr; }.side-card { max-width: 720px; } }
@media (max-width: 800px) { .royal-hero { height: 750px; min-height: 750px; }.hero-offer { margin-top: 90px; }.hero-offer h1 { font-size: 68px; }.hero-backdrop img { object-position: 55% center; }.header-games-link { display: none; }.catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.game-cover { aspect-ratio: 1; }.editorial-row { gap: 28px; margin-bottom: 45px; min-height: 330px; }.editorial-art > img { width: 290px; height: 290px; }.editorial-copy h2 { font-size: 29px; }.editorial-copy p { font-size: 16px; }.footer-main { grid-template-columns: 1fr; gap: 36px; }.footer-care { text-align: left; }.care-marks { justify-content: start; }.footer-product-marks { gap: 18px; }.footer-product-marks > span { font-size: 9px; }.footer-product-marks b { font-size: 20px; }.footer-container { width: calc(100% - 48px); }.account-grid { grid-template-columns: 1fr; }.auth-layout { grid-template-columns: 1fr; }.auth-aside { min-height: 0; }.auth-aside h2 { max-width: none; }.game-mosaic { height: 300px; }.game-mosaic a:nth-child(2) { top: 120px; }.care-orbit { width: 220px; height: 220px; }.care-heart { font-size: 115px; }.care-orbit-label { bottom: 27px; font-size: 10px; } }
@media (max-width: 560px) {
  body { font-size: 17px; }.container { width: calc(100% - 32px); }.safety-line { min-height: 24px; font-size: 9px; padding-inline: 8px; }.region-label { display: none; }.nav-wrap { padding: 7px 14px 12px; min-height: 70px; gap: 8px; grid-template-columns: 1fr auto 1fr; }.brand-link img { width: 167px; }.header-left { gap: 7px; }.menu-button { display: block; padding: 3px; width: 26px; }.login-link { font-size: 14px; }.header-join { font-size: 14px; padding: 6px 11px; min-height: 35px; border-radius: 6px; }.nav-actions { gap: 0; }.nav-actions .balance-chip { display: grid; padding: 6px; }.balance-chip span { font-size: 13px; }.balance-chip small { font-size: 9px; }
  .royal-hero { min-height: 650px; height: 650px; padding: 110px 16px 28px; }.hero-backdrop img { object-position: 50% center; }.hero-shade { background: linear-gradient(0deg,#041135,transparent 23%,transparent 80%,#04113555), linear-gradient(90deg,#04113533,#04113588 30%,#04113588 70%,#04113533); }.hero-offer { margin-top: 72px; }.offer-label { font-size: 9px; padding: 5px 11px; }.hero-offer h1 { font-size: clamp(43px,12.6vw,63px); margin: 20px 0 12px; }.hero-subtitle { font-size: 22px; margin-bottom: 23px; }.hero-cta { min-height: 57px; min-width: 255px; font-size: 22px; }.hero-perks { gap: 10px; font-size: 12px; margin-top: 16px; }.hero-fine { max-width: 275px; font-size: 11px; line-height: 1.5; }.hero-browse { margin-top: 20px; font-size: 13px; }.offer-disclaimer { font-size: 11px; margin-top: 9px; }
  .benefits { margin-top: 26px; margin-bottom: 22px; }.benefits > div { gap: 6px; flex-direction: column; text-align: center; padding-inline: 4px; }.benefit-icon { font-size: 27px; }.benefits strong { font-size: 17px; }.benefits p span { font-size: 12px; }.welcome-strip { gap: 12px; padding: 14px 12px; }.strip-sun { display: none; }.welcome-strip p strong { font-size: 15px; }.welcome-strip p > span { font-size: 12px; }.welcome-credit { min-width: 110px; padding: 8px; }.welcome-credit small { font-size: 8px; }.welcome-credit strong { font-size: 24px; }.welcome-credit strong span { font-size: 16px; }
  .home-catalogue { padding-top: 43px; }.section-head.centred h2 { font-size: 29px; }.section-head.centred p { font-size: 15px; margin-top: 8px; }.home-filter-row { gap: 6px; margin-bottom: 19px; }.home-filter-row button { padding: 7px 10px; font-size: 12px; }.catalogue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }.game-cover { aspect-ratio: 4 / 4.7; border-radius: 8px; }.game-cover-title { font-size: 24px; left: 12px; right: 10px; bottom: 14px; }.game-cover-badge { font-size: 9px; left: 8px; top: 8px; }.game-card h3,.game-card-compact h3 { font-size: 16px; }.game-card p,.game-card-compact p { font-size: 12px; }.game-card p span { display: none; }.game-play-action { height: 36px; width: 36px; left: calc(50% - 18px); font-size: 16px; }.section-divider { gap: 15px; }.collection-count { font-size: 12px; }
  .editorial-sections { padding-top: 35px; }.editorial-row { grid-template-columns: 1fr; gap: 5px; margin-bottom: 40px; min-height: 0; text-align: center; }.editorial-row.reverse .editorial-art,.editorial-row.reverse .editorial-copy { grid-column: auto; grid-row: auto; }.editorial-art > img { height: 255px; width: 255px; }.editorial-copy { max-width: 400px; margin-inline: auto; }.editorial-copy h2 { font-size: 29px; margin-bottom: 17px; }.editorial-copy p { font-size: 16px; }.editorial-copy small { font-size: 12px; }.editorial-copy .button { margin-top: 8px; }.game-mosaic { width: 285px; height: 290px; margin: 5px auto 16px; }.game-mosaic a:nth-child(2) { top: 122px; }.game-mosaic span { font-size: 18px; }.how-to-list { max-width: 300px; text-align: left; margin-inline: auto; font-size: 15px; }.care-art { min-height: 280px; }.care-checks { text-align: left; max-width: 325px; margin-inline: auto; font-size: 15px; }.faq-section { margin-top: 40px; }.faq-section > h2 { font-size: 27px; }.faq-list summary { font-size: 17px; padding-block: 18px; }.faq-list p { font-size: 15px; }.home-terms { padding-top: 38px; font-size: 12px; }
  .site-footer { padding-top: 45px; }.footer-container { width: calc(100% - 32px); }.footer-top { flex-direction: column; align-items: start; gap: 24px; margin-bottom: 32px; }.footer-brand img { width: 205px; }.footer-product-marks { width: 100%; justify-content: space-between; gap: 10px; }.footer-product-marks > span { font-size: 9px; }.footer-product-marks b { font-size: 21px; }.footer-links { grid-template-columns: 1fr 1fr; gap: 23px 16px; }.footer-col:last-child { grid-column: 1 / -1; }.footer-col:last-child a { display: inline-block; margin-right: 18px; }.footer-col h3 { font-size: 16px; margin-bottom: 14px; }.footer-col a { font-size: 15px; margin-block: 9px; }.footer-care { border-top: 1px solid #ffffff17; padding-top: 25px; text-align: center; }.care-marks { justify-content: center; gap: 22px; }.footer-legal { margin-top: 35px; font-size: 11px; }.footer-legal p span { margin: 0 4px; }.footer-legal small { font-size: 10px; }
  .page-hero { padding: 30px 0 25px; }.page-hero h1 { font-size: 37px; }.page-hero .lede { font-size: 17px; }.page-body { padding: 28px 0 40px; }.catalogue-toolbar { display: block; }.game-filters { margin-top: 12px; gap: 6px; }.filter-button { padding: 7px 11px; font-size: 13px; }.auth-form,.auth-aside,.account-card,.form-shell { padding: 23px; }.auth-form h2,.auth-aside h2,.account-card h2 { font-size: 29px; }.prose { font-size: 17px; }.game-side { grid-template-columns: 1fr; }.game-player-head h2 { font-size: 32px; }.game-controls .button { width: auto; flex: 1; }.stake-control { min-width: 100%; }.reel-viewport { height: 228px; }.reel-board { min-height: 268px; }.game-message { font-size: 14px; }.game-auth-note .button { width: 100%; }.button-row .button { width: 100%; }.content-layout { gap: 25px; }
}
@media (max-width: 370px) { .brand-link img { width: 142px; }.login-link { display: none; }.header-join { padding-inline: 10px; }.hero-offer h1 { font-size: 43px; }.care-marks { gap: 13px; }.game-cover-title { font-size: 21px; } }
@media (prefers-reduced-motion: no-preference) { .hero-backdrop img { animation: palace-light 12s ease-in-out infinite alternate; } @keyframes palace-light { from { filter: brightness(.9); } to { filter: brightness(1.04); } } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }

/* Homepage trust cards. */
.home-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; margin-bottom: 60px; overflow: hidden; border: 1px solid #ffffff20; border-radius: 24px; background: #0b1637; }
.home-trust-card { padding: 36px 24px 38px; text-align: center; }
.home-trust-card + .home-trust-card { border-left: 1px solid #ffffff18; }
.home-trust-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 18px; border: 1px solid #63da9180; border-radius: 50%; background: #63da9114; color: #72e49d; }
.home-trust-icon svg { display: block; width: 25px; height: 25px; }
.home-trust-card h4 { margin: 0 0 12px; font-family: var(--sans); font-size: 22px; font-weight: 700; line-height: 1.25; letter-spacing: 0; color: #fff; }
.home-trust-card p { max-width: 38ch; margin: 0 auto; font-size: 18px; line-height: 1.5; color: #aebbd7; }
@media (max-width: 700px) {
  .home-trust { grid-template-columns: 1fr; margin-top: 32px; margin-bottom: 44px; border-radius: 20px; }
  .home-trust-card { padding: 30px 24px; }
  .home-trust-card + .home-trust-card { border-left: 0; border-top: 1px solid #ffffff18; }
}

/* Optional analytics consent. */
.consent-banner { position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 100; max-width: 1040px; margin: 0 auto; padding: 22px; border: 1px solid #7d90b1; border-radius: 16px; background: #0b1b43; box-shadow: 0 12px 40px #0008; max-height: calc(100dvh - 32px); overflow: auto; }
.consent-banner h2 { font-size: 24px; margin: 0 0 8px; }
.consent-banner p { margin: 0 0 14px; font-size: 16px; color: #d4dbee; }
.consent-banner a { text-decoration: underline; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.consent-actions button { min-width: 180px; }
@media (max-width: 520px) { .consent-actions { display: grid; grid-template-columns: 1fr; } .consent-actions button { width: 100%; } }
