:root {
    color-scheme: dark;
    --background: #111111;
    --panel: #1e1e1e;
    --muted: #b7b7b7;
    --orange: #ff6200;
    --border: #343434;
}
* {
    box-sizing: border-box;
   
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
   
}
body {
    margin: 0;
    background: var(--background);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
   
}
a {
    color: inherit;
    text-decoration: none;
   
}
img {
    display: block;
    max-width: 100%;
    object-fit: cover;
   
}
a, summary {
    -webkit-tap-highlight-color: transparent;
   
}
a:focus-visible, summary:focus-visible {
    outline: 3px solid #ffa64d;
    outline-offset: 5px;
   
}
.cta, .outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 23px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    transition: filter .2s, background .2s;
   
}
.cta {
    background: linear-gradient(180deg, #ff8500, #ee2200);
    color: white;
   
}
.cta:hover {
    filter: brightness(1.15);
   
}
.outline {
    border: 1px solid var(--border);
   
}
.outline:hover {
    background: #303030;
   
}
.header {
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 10px 28px;
    background: #1d1d1d;
    border-bottom: 1px solid #282828;
   
}
.logo {
    object-fit: contain;
    width: 106px;
    height: 49px;
   
}
.header-categories {
    display: flex;
    gap: 8px;
   
}
.header-categories a {
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
   
}
.header-categories .active {
    background: #2b2b2b;
   
}
.account {
    margin-left: auto;
    display: flex;
    gap: 10px;
   
}
.sidebar {
    width: 228px;
    position: fixed;
    top: 72px;
    bottom: 0;
    padding: 16px 12px;
    overflow-y: auto;
    background: #191919;
   
}
.sidebar nav {
    display: grid;
    gap: 5px;
   
}
.sidebar nav a, .side-item {
    display: block;
    padding: 11px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #d7d7d7;
   
}
.sidebar nav a:hover, .sidebar nav a[aria-current] {
    background: #2b2b2b;
    color: white;
    box-shadow: inset 3px 0 var(--orange);
   
}
.side-divider {
    height: 1px;
    background: #303030;
    margin: 18px 8px;
   
}
.side-item:hover {
    color: var(--orange);
   
}
.side-promo {
    display: block;
    overflow: hidden;
    padding: 20px 15px 0;
    background: radial-gradient(at bottom, #68342c, #261d30);
    margin: 15px 0;
    border-radius: 10px;
   
}
.side-promo span {
    display: block;
    font-size: 12px;
    color: #ffa96b;
    letter-spacing: 1px;
   
}
.side-promo strong {
    font-family: Georgia, serif;
    font-size: 24px;
   
}
.side-promo img {
    width: 100%;
    height: 115px;
    object-fit: contain;
   
}
.sidebar > small {
    display: block;
    text-align: center;
    color: var(--muted);
   
}
main {
    margin-left: 228px;
    padding: 26px 30px 130px;
    max-width: 2200px;
   
}
.hero {
    position: relative;
    isolation: isolate;
    min-height: 425px;
    border-radius: 20px;
    overflow: hidden;
    background: #27151b;
   
}
.hero > img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-position: right center;
    z-index: -2;
   
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1c171bf5 0%, #1c171be0 30%, #1c171b30 68%);
    z-index: -1;
   
}
.hero-copy {
    padding: 48px 5%;
    max-width: 690px;
   
}
.eyebrow {
    font-weight: 800;
    font-size: 16px;
   
}
.hero-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 3.9vw, 62px);
    font-weight: 700;
    line-height: 1.13;
    margin: 20px 0 12px;
    text-wrap: balance;
   
}
.hero-subtitle {
    font-size: 23px;
    margin: 0 0 26px;
    font-weight: 700;
   
}
.hero small {
    display: block;
    color: #d0c7c4;
    font-size: 12px;
    margin-top: 15px;
   
}
.categories {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    padding: 18px;
    border-radius: 14px;
    background: var(--panel);
    margin: 22px 0;
   
}
.category {
    flex: 1 0 auto;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
   
}
.category:hover {
    color: var(--orange);
   
}
.section-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 25px 0 18px;
   
}
.section-bar p {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
   
}
.orange {
    color: var(--orange);
   
}
.game-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 14px;
   
}
.game {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #272323;
    aspect-ratio: 188 / 252;
   
}
.game img {
    width: 100%;
    height: 100%;
    transition: transform .25s, filter .25s;
   
}
.game-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: linear-gradient(#ff8700, #ed2600);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .2s;
   
}
.game:hover img {
    transform: scale(1.05);
    filter: brightness(.65);
   
}
.game:hover .game-play, .game:focus-visible .game-play {
    opacity: 1;
   
}
article {
    margin: 36px 0;
    padding: clamp(22px, 4vw, 56px);
    border: 1px solid #303030;
    border-radius: 16px;
    background: #191919;
    overflow-wrap: anywhere;
   
}
article h1, article h2, article h3, article h4 {
    color: #fff;
    line-height: 1.25;
    text-wrap: balance;
   
}
article h1 {
    font-family: Georgia, serif;
    font-size: clamp(30px, 3vw, 44px);
    margin: 0 0 24px;
   
}
article h2 {
    font-size: 28px;
    margin: 38px 0 16px;
   
}
article h3 {
    font-size: 21px;
    margin: 26px 0 12px;
   
}
article h4 {
    font-size: 18px;
    margin: 23px 0 10px;
    color: #ffa561;
   
}
article p, article li {
    color: #c6c6c6;
   
}
article p {
    margin: 0 0 18px;
   
}
article strong {
    color: #fff;
   
}
article li {
    margin-bottom: 8px;
   
}
article ul, article ol {
    padding-left: 24px;
   
}
article a {
    color: #ff9a4c;
    text-decoration: underline;
   
}
article code {
    background: #352720;
    color: #ffae6c;
    padding: 3px 7px;
    border-radius: 4px;
   
}
article blockquote {
    border-left: 3px solid var(--orange);
    padding: 18px 22px;
    margin: 25px 0;
    background: #28211d;
    color: #e5c3a9;
   
}
article table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    table-layout: fixed;
   
}
article caption {
    text-align: left;
    color: var(--muted);
    padding-bottom: 12px;
   
}
article th, article td {
    text-align: left;
    padding: 14px 12px;
    border: 1px solid #3a3532;
    overflow-wrap: anywhere;
   
}
article th {
    background: #33241c;
    color: #ffae78;
   
}
article tr:nth-child(even) {
    background: #202020;
   
}
article details {
    border: 1px solid #38322e;
    border-radius: 8px;
    background: #202020;
    margin: 10px 0;
   
}
article summary {
    cursor: pointer;
    padding: 19px 20px;
    font-weight: 700;
   
}
article summary::marker {
    color: var(--orange);
   
}
article details p {
    padding: 0 20px 20px;
    margin: 0;
   
}
.boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
   
}
.box {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 12px;
   
}
.box > img {
    width: 100%;
    height: 170px;
    object-fit: contain;
   
}
.box > p {
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
   
}
.box dl {
    background: #252525;
    padding: 0 15px;
    border-radius: 8px;
   
}
.box dl div {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    gap: 10px;
   
}
.box dl div + div {
    border-top: 1px solid #3b3b3b;
   
}
.box dt {
    color: var(--muted);
   
}
.box dd {
    margin: 0;
    font-weight: 700;
   
}
.box .cta {
    width: 100%;
   
}
.bottom-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 30px 35px;
    background: linear-gradient(110deg, #221c22, #64261c);
    border-radius: 16px;
    overflow: hidden;
   
}
.bottom-promo > div {
    flex: 1;
   
}
.bottom-promo p {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
   
}
.bottom-promo > img {
    width: 36%;
    max-height: 240px;
    border-radius: 10px;
   
}
footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #9b9b9b;
    font-size: 14px;
   
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 25px;
   
}
.age {
    margin-left: auto;
    border: 2px solid #999;
    border-radius: 50%;
    padding: 8px;
    font-weight: 800;
   
}
footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 25px;
    padding: 28px 0;
    color: #d4d4d4;
   
}
footer nav a:hover {
    color: var(--orange);
   
}
.catfish {
    position: fixed;
    z-index: 40;
    bottom: 18px;
    left: calc(228px + (100% - 228px) / 2);
    transform: translate(-50%, 150%);
    width: min(900px, calc(100% - 280px));
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 15px 22px;
    border: 1px solid #b84a22;
    border-radius: 14px;
    background: linear-gradient(110deg, #322020f5, #171717fa);
    box-shadow: 0 12px 45px #000a;
    transition: transform .3s;
    visibility: hidden;
   
}
.catfish.is-visible {
    transform: translate(-50%, 0);
    visibility: visible;
   
}
.catfish > img {
    width: 88px;
    height: auto;
   
}
.catfish strong {
    font-size: 17px;
    display: block;
    line-height: 1.3;
   
}
.catfish small {
    color: #c6a998;
    font-size: 12px;
   
}
.catfish .cta {
    margin-left: auto;
    flex-shrink: 0;
   
}
.mobile-menu {
    display: none;
   
}
@media (min-width: 1800px) {
    .hero {
    min-height: 490px;
   
}
}
@media (max-width: 1250px) {
    .sidebar {
    width: 198px;
   
}
    main {
    margin-left: 198px;
    padding: 22px 22px 130px;
   
}
    .header-categories a:nth-child(n+3) {
    display: none;
   
}
    .game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
   
}
    .catfish {
    left: calc(198px + (100% - 198px) / 2);
    width: calc(100% - 240px);
   
}
    .catfish > img {
    display: none;
   
}
}
@media (max-width: 900px) {
    .sidebar, .header-categories {
    display: none;
   
}
    .header {
    padding-left: 66px;
    padding-right: 18px;
    height: 68px;
    gap: 12px;
   
}
    .mobile-menu {
    display: block;
    position: fixed;
    top: 12px;
    left: 14px;
    z-index: 35;
   
}
    .mobile-menu > summary {
    cursor: pointer;
    list-style: none;
    overflow: hidden;
    width: 38px;
    height: 44px;
    font-size: 0;
    background: #292929;
    border-radius: 7px;
   
}
    .mobile-menu > summary::-webkit-details-marker {
    display: none;
   
}
    .mobile-menu > summary span {
    font-size: 23px;
    display: block;
    text-align: center;
    line-height: 44px;
   
}
    .mobile-menu nav {
    display: grid;
    width: min(340px, calc(100vw - 28px));
    padding: 16px;
    margin-top: 14px;
    border: 1px solid #434343;
    border-radius: 12px;
    background: #202020;
    box-shadow: 0 15px 35px #0009;
    max-height: calc(100dvh - 95px);
    overflow-y: auto;
   
}
    .mobile-menu nav a {
    padding: 12px;
    border-radius: 6px;
   
}
    .mobile-menu nav a:hover, .mobile-menu nav a[aria-current] {
    background: #39302b;
    color: #ff944b;
   
}
    main {
    margin-left: 0;
   
}
    .catfish {
    left: 50%;
    width: calc(100% - 32px);
   
}
    .hero {
    min-height: 390px;
   
}
    .hero-copy {
    max-width: 580px;
   
}
}
@media (max-width: 600px) {
    .header .logo {
    width: 83px;
    height: 40px;
   
}
    .header {
    padding-right: 12px;
   
}
    .account {
    gap: 6px;
   
}
    .account .cta, .account .outline {
    font-size: 12px;
    padding: 10px 12px;
   
}
    main {
    padding: 16px 14px 145px;
   
}
    .hero {
    min-height: 460px;
    border-radius: 14px;
   
}
    .hero > img {
    object-position: 65% center;
   
}
    .hero::after {
    background: linear-gradient(0deg, #1c171b 0%, #1c171bea 26%, #1c171b20 100%);
   
}
    .hero-copy {
    padding: 180px 22px 26px;
   
}
    .hero-title {
    font-size: 35px;
    margin-top: 12px;
   
}
    .hero-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
   
}
    .eyebrow {
    font-size: 14px;
   
}
    .categories {
    margin: 16px 0;
    padding: 12px 8px;
   
}
    .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
   
}
    .section-bar p {
    font-size: 22px;
   
}
    .section-bar .outline {
    font-size: 12px;
    padding: 8px 12px;
   
}
    article {
    padding: 23px 18px;
    margin: 26px 0;
   
}
    article h2 {
    font-size: 25px;
   
}
    article table {
    font-size: 13px;
   
}
    article td, article th {
    padding: 10px 6px;
   
}
    .boxes {
    grid-template-columns: 1fr;
   
}
    .bottom-promo {
    padding: 25px;
   
}
    .bottom-promo > img {
    display: none;
   
}
    .footer-brand {
    flex-wrap: wrap;
    gap: 15px;
   
}
    .footer-brand > span:not(.age) {
    order: 3;
    width: 100%;
   
}
    footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
   
}
    .catfish {
    padding: 12px;
    gap: 10px;
    bottom: 10px;
    border-radius: 10px;
   
}
    .catfish strong {
    font-size: 14px;
   
}
    .catfish small {
    display: block;
    font-size: 12px;
   
}
    .catfish .cta {
    padding: 10px 12px;
    font-size: 12px;
    max-width: 115px;
   
}
}
@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
   
}
    *, *::before, *::after {
    transition: none !important;
   
}
}

/* Artwork crops preserve the original illustrations without embedded Dutch copy. */
.hero > img {
    width: 68%;
    left: auto;
    object-position: center;
   
}
.hero::after {
    background: linear-gradient(90deg, #1c171b 0%, #1c171b 30%, #1c171bd9 44%, #1c171b05 70%);
   
}
@media (max-width: 600px) {
    .hero > img {
    width: 100%;
    height: 100%;
    object-position: center top;
   
}
    .hero::after {
    background: linear-gradient(0deg, #1c171be8 0%, #1c171bbf 28%, #1c171b73 55%, #1c171b00 85%);
   
}
}

.game-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 0 7px;
    background: #00d653;
    color: #031707;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
   
}
.game-badge.exclusive {
    background: #ffd39e;
   
}

@media (max-width: 380px) {
    .header {
        padding-left: 58px;
        gap: 6px;
    }
    .header .logo {
        width: 58px;
        flex-shrink: 0;
    }
    .account .cta,
    .account .outline {
        padding: 10px 8px;
        font-size: 11px;
    }
    .section-bar {
        gap: 10px;
    }
    .section-bar .outline {
        padding: 8px;
    }
}

.games-section + .bottom-promo {
    margin-top: 28px;
}
