:root {
    color-scheme: dark;
    --background: #030426;
    --panel: #111e4d;
    --panel-deep: #080e31;
    --line: #253666;
    --yellow: #ffeb26;
    --cyan: #41e5ec;
    --muted: #b3bdd9;
    --display: 'Arial Narrow', 'Liberation Sans Narrow', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    margin: 0;
    background: var(--background);
    color: #f8f9ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
a, summary { -webkit-tap-highlight-color: transparent; }
.action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 30px;
    border: 1px solid #dacb09;
    border-bottom: 3px solid #b1a631;
    border-radius: 2px;
    color: #050c2b;
    background: linear-gradient(175deg, #fff532, #ffdf35);
    font-family: var(--display);
    font-weight: 800;
    font-style: italic;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: filter .18s, transform .18s;
}
.action:hover { filter: brightness(1.13); transform: translateY(-1px); }
.action-white { background: #fff; border-color: #aab7e5; }
.action-outline { background: #1b2c68; color: #fff; border-color: #334e9e; }
.site-header {
    display: flex;
    align-items: center;
    gap: 32px;
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 76px;
    padding: 13px 24px;
    background: repeating-linear-gradient(120deg, transparent 0 20px, #ffffff6b 20px 32px) right / 280px 100% no-repeat, #e7e9f5;
    color: #071431;
    border-bottom: 1px solid #bec7e4;
}
.brand-logo { width: 174px; height: 43px; object-fit: contain; }
.header-caption { font-family: var(--display); font-size: 14px; font-style: italic; font-weight: 700; color: #4e5875; letter-spacing: 1px; }
.account-actions { margin-left: auto; display: flex; gap: 10px; }
.account-actions .action { min-width: 170px; }
.sidebar {
    position: fixed;
    left: 0;
    top: 76px;
    bottom: 0;
    width: 218px;
    padding: 12px;
    background: #060928;
    border-right: 1px solid #172551;
    overflow-y: auto;
}
.side-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 8px; }
.side-tile { padding: 14px 8px; background: var(--panel); text-align: center; font-family: var(--display); text-transform: uppercase; font-style: italic; font-weight: 700; font-size: 15px; line-height: 1.2; }
.side-tile > span { display: block; color: #68daff; font-size: 30px; line-height: 1.3; }
.sidebar nav { background: #111e4b; }
.sidebar nav a, .side-link { display: block; padding: 11px 13px; font-family: var(--display); font-size: 15px; font-weight: 700; font-style: italic; text-transform: uppercase; }
.sidebar nav a:hover, .side-link:hover { background: #1d326a; }
.sidebar nav a[aria-current] { background: repeating-linear-gradient(120deg, #0075b400 0 18px, #198cd13d 18px 30px), #06629e; border-left: 3px solid #f5ee27; }
.side-links { background: #111e4b; margin-top: 7px; }
.sidebar-note { padding: 15px 10px; font-size: 12px; color: #8794b9; }
main { margin-left: 218px; padding: 20px 24px 145px; }
.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 390px;
    background: #060606;
    border: 1px solid #1b244a;
}
.hero-art { position: absolute; inset: 0 0 0 auto; z-index: -2; width: 70%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #040408 0%, #040408 24%, #040408d1 41%, #04040800 75%); }
.hero-copy { max-width: 670px; width: 61%; padding: 43px 4.5%; text-align: center; }
.eyebrow { color: #e8ff00; font-family: var(--display); font-size: 16px; font-style: italic; font-weight: 800; text-transform: uppercase; }
.hero-title { margin: 12px 0 0; font-family: var(--display); font-weight: 900; font-style: italic; font-size: clamp(34px, 3.45vw, 54px); line-height: 1.07; text-transform: uppercase; letter-spacing: -1.5px; }
.hero-subtitle { margin: 4px 0 23px; font-family: var(--display); font-size: clamp(23px, 2.7vw, 39px); font-weight: 800; font-style: italic; line-height: 1.13; text-transform: uppercase; }
.hero-subtitle span { display: block; }
.hero .action { min-width: 215px; font-size: 24px; padding: 13px 28px; }
.hero small { display: block; font-size: 12px; color: #aeb7c9; margin-top: 15px; }
.hero-login .hero-subtitle { text-transform: none; font-family: Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 18px; line-height: 1.5; margin-top: 16px; }
.category-rail { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; margin: 20px 0 24px; padding-bottom: 4px; }
.category { flex: 1 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 13px; background: #101d4a; font-family: var(--display); font-style: italic; font-size: 15px; font-weight: 700; text-transform: uppercase; color: #ccd5f0; border-bottom: 2px solid transparent; }
.category > span { color: #5bcaff; font-size: 21px; line-height: 1; }
.category:hover { background: #1b3270; border-bottom-color: var(--cyan); }
.section-bar { display: flex; align-items: center; gap: 14px; margin: 24px 0 14px; }
.section-bar > p { margin: 0; font-family: var(--display); font-size: 22px; text-transform: uppercase; font-style: italic; font-weight: 800; }
.section-bar > span { flex: 1; height: 1px; background: linear-gradient(90deg,#24305e,transparent); }
.see-all { color: #bac4e5; font-family: var(--display); font-style: italic; font-size: 14px; flex-shrink: 0; }
.see-all:hover { color: #fff; }
.game-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 12px; }
.game { position: relative; display: block; aspect-ratio: 2/3; border: 1px solid #3a4775; overflow: hidden; border-radius: 2px; background: #152653; }
.game > img { width: 100%; height: 100%; object-fit: fill; transition: filter .2s, transform .2s; }
.game-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: #0867a5df; font-family: var(--display); font-weight: 800; font-style: italic; opacity: 0; transition: opacity .2s; }
.game-overlay > span { color: #142358; background: white; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; font-size: 24px; font-style: normal; }
.game-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px 7px 7px; background: linear-gradient(transparent,#050a27e8); font-size: 12px; text-align: center; line-height: 1.25; opacity: 0; }
.game:hover .game-overlay, .game:focus-visible .game-overlay, .game:focus-visible .game-caption { opacity: 1; }
.game:hover > img { transform: scale(1.035); }
article { margin: 35px 0; padding: clamp(24px, 3.5vw, 52px); background: #0a1032; border: 1px solid #26345f; overflow-wrap: anywhere; }
article h1, article h2, article h3, article h4 { color: #fff; line-height: 1.23; }
article h1 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: clamp(30px, 3vw, 43px); margin: 0 0 25px; }
article h2 { font-size: 27px; margin: 36px 0 17px; }
article h3 { font-size: 21px; margin: 27px 0 13px; }
article h4 { font-size: 18px; color: #eff347; margin: 24px 0 12px; }
article p, article li { color: #bfc8df; }
article p { margin: 0 0 18px; }
article strong { color: #f7f9ff; }
article em { color: #e4e9fa; }
article ul, article ol { padding-left: 24px; }
article li { margin: 8px 0; padding-left: 3px; }
article li::marker { color: #e8ec3a; }
article blockquote { border-left: 3px solid #eee72a; padding: 20px 24px; margin: 27px 0; background: #141e46; color: #e3e8f8; }
article table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 25px 0; font-size: 15px; }
article caption { text-align: left; margin-bottom: 12px; color: #cad3eb; }
article th, article td { padding: 14px 13px; text-align: left; border: 1px solid #35436c; overflow-wrap: anywhere; }
article th { background: #1b2b59; color: #f8ed53; }
article tr:nth-child(even) { background: #101a3e; }
article code { padding: 3px 7px; background: #263258; color: #f7ed57; }
article a { color: #63dce6; text-decoration: underline; }
article details { border: 1px solid #2f3e6f; background: #111c43; margin: 10px 0; }
article summary { padding: 19px 21px; cursor: pointer; font-weight: 700; line-height: 1.45; }
article summary::marker { color: #f7ef28; }
article details > p { padding: 0 21px 20px; margin: 0; }
.offer-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #2b3c70; background: #111d46; margin-top: 20px; }
.offer-facts > div { text-align: center; padding: 20px; }
.offer-facts > div + div { border-left: 1px solid #30416d; }
.offer-facts strong { display: block; font-family: var(--display); font-size: 34px; font-style: italic; font-weight: 800; color: #f5ed29; }
.offer-facts span { font-size: 14px; color: #bcc8e3; }
.end-banner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 30px 35px; margin-top: 35px; background: repeating-linear-gradient(120deg,transparent 0 28px,#2c487530 28px 44px),linear-gradient(110deg,#101e50,#084773); border: 1px solid #314780; }
.end-banner .eyebrow { color: #62e5ed; }
.end-banner p { margin: 6px 0 0; font-family: var(--display); font-weight: 800; font-size: 31px; line-height: 1.25; font-style: italic; text-transform: uppercase; }
.end-banner > .action { flex-shrink: 0; }
footer { margin-top: 45px; border-top: 1px solid #24315a; padding-top: 35px; color: #aab6d5; font-size: 14px; }
.footer-top { display: flex; align-items: center; gap: 25px; padding-bottom: 30px; }
.footer-top > img { width: 150px; height: 42px; object-fit: contain; padding: 5px; background: #e5e9f4; }
.footer-top > .action { margin-left: auto; font-size: 16px; }
.footer-menu { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; padding: 22px 0 35px; }
.footer-menu strong { display: block; color: #e0e5f2; margin-bottom: 15px; }
.footer-menu a { display: block; margin: 10px 0; }
.footer-menu a:hover { color: #fff04d; }
.footer-bottom { border-top: 1px solid #253258; display: flex; align-items: center; gap: 20px; padding-top: 20px; }
.age-mark { display: grid; place-items: center; width: 45px; height: 45px; border: 2px solid #d4def7; border-radius: 50%; flex-shrink: 0; color: #fff; font-weight: 700; }
.copyright { font-size: 12px; }
.catfish { position: fixed; z-index: 40; bottom: 16px; left: calc(218px + (100% - 218px)/2); width: min(930px,calc(100% - 265px)); display: flex; gap: 20px; align-items: center; padding: 14px 20px; background: #101f4efa; border: 1px solid #5771a1; border-top: 3px solid #f1e928; box-shadow: 0 12px 40px #0009; transform: translate(-50%,150%); visibility: hidden; transition: transform .25s; }
.catfish.is-visible { transform: translate(-50%,0); visibility: visible; }
.catfish > img { width: 115px; height: 38px; object-fit: contain; background: #e6e8f4; padding: 5px; }
.catfish strong { display: block; font-family: var(--display); font-size: 22px; font-style: italic; line-height: 1.2; text-transform: uppercase; }
.catfish small { color: #bbc7e1; font-size: 12px; display: block; margin-top: 5px; }
.catfish .action { margin-left: auto; font-size: 17px; padding: 10px 20px; flex-shrink: 0; }
.mobile-menu, .mobile-tabs { display: none; }
@media (min-width: 1800px) {
    .hero { min-height: 440px; }
    .hero-copy { padding-top: 55px; }
}
@media (max-width: 1250px) {
    .header-caption { display: none; }
    .account-actions .action { min-width: 145px; }
    .game-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
    .hero-copy { width: 66%; padding-left: 22px; padding-right: 22px; }
    .hero-title { font-size: 40px; }
    .catfish > img { display: none; }
    .catfish strong { font-size: 19px; }
}
@media (max-width: 900px) {
    .sidebar { display: none; }
    main { margin-left: 0; padding: 20px 22px 145px; }
    .site-header { padding-left: 68px; }
    .brand-logo { width: 148px; }
    .catfish { left: 50%; width: calc(100% - 32px); }
    .mobile-menu { display: block; position: fixed; top: 19px; left: 20px; z-index: 35; }
    .mobile-menu > summary { display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 30px; height: 36px; cursor: pointer; list-style: none; }
    .mobile-menu > summary::-webkit-details-marker { display: none; }
    .mobile-menu > summary span { width: 20px; height: 3px; background: #091633; transform: skewX(-12deg); }
    .mobile-menu nav { display: grid; position: absolute; top: 47px; left: -8px; width: min(340px,calc(100vw - 24px)); max-height: calc(100dvh - 90px); overflow-y: auto; padding: 14px; background: #101e46; border: 1px solid #465582; box-shadow: 0 20px 45px #0008; }
    .mobile-menu nav a { padding: 12px 15px; border-bottom: 1px solid #28375e; font-family: var(--display); font-style: italic; font-weight: 700; text-transform: uppercase; }
    .mobile-menu nav a[aria-current] { color: #f5ec29; background: #1b2d5c; }
}
@media (max-width: 600px) {
    .site-header { min-height: 111px; display: grid; grid-template-columns: 1fr; gap: 9px; padding: 9px 14px 11px; }
    .brand-logo { width: 150px; height: 33px; margin: auto; }
    .account-actions { width: 100%; margin: 0; gap: 8px; }
    .account-actions .action { flex: 1; min-width: 0; min-height: 38px; font-size: 19px; padding: 7px 15px; }
    .mobile-menu { top: 8px; left: 17px; }
    .mobile-menu nav { top: 45px; }
    .mobile-tabs { display: flex; justify-content: space-around; padding: 10px 8px; border-bottom: 1px solid #26315c; background: #050b24; }
    .mobile-tab { flex: 1; text-align: center; font-family: var(--display); font-weight: 800; font-style: italic; font-size: 16px; text-transform: uppercase; }
    .mobile-tab + .mobile-tab { border-left: 1px solid #273865; }
    .mobile-tab.is-active { color: #42eced; }
    main { padding: 14px 12px 150px; }
    .hero { min-height: 475px; }
    .hero-art { width: 100%; height: 100%; object-position: 51% center; }
    .hero::after { background: linear-gradient(0deg,#020408f5 0%,#020408d4 34%,#02040850 72%,#0204081a 100%); }
    .hero-copy { width: 100%; max-width: none; padding: 192px 17px 23px; }
    .hero-title { font-size: 35px; letter-spacing: -1px; margin-top: 9px; }
    .hero-subtitle { font-size: 26px; margin-bottom: 17px; }
    .hero .eyebrow { font-size: 14px; }
    .hero .action { min-width: 200px; font-size: 22px; min-height: 46px; padding: 10px 22px; }
    .hero small { font-size: 12px; margin-top: 12px; }
    .category-rail { margin: 15px 0; }
    .category { padding: 9px 12px; font-size: 14px; }
    .game-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
    .game-overlay { font-size: 14px; }
    .section-bar { margin-top: 21px; gap: 10px; }
    .section-bar > p { font-size: 20px; }
    .see-all { font-size: 14px; }
    article { margin: 25px 0; padding: 23px 17px; }
    article h1 { font-size: 29px; }
    article h2 { font-size: 24px; }
    article table { font-size: 13px; }
    article th, article td { padding: 10px 7px; }
    article summary { padding: 16px; }
    article details > p { padding: 0 16px 17px; }
    .offer-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .offer-facts > div { padding: 15px 9px; }
    .offer-facts > div:nth-child(n+3) { border-top: 1px solid #30416d; }
    .offer-facts strong { font-size: 30px; }
    .end-banner { flex-direction: column; align-items: flex-start; padding: 24px; }
    .end-banner p { font-size: 28px; }
    .end-banner .action { width: 100%; }
    .footer-top { flex-wrap: wrap; gap: 15px; }
    .footer-top > .action { margin-left: 0; width: 100%; }
    .footer-menu { grid-template-columns: 1fr; gap: 16px; }
    .footer-menu > div { border-bottom: 1px solid #263359; padding-bottom: 14px; }
    .footer-menu a { display: inline-block; margin: 7px 15px 7px 0; }
    .footer-bottom { align-items: flex-start; font-size: 13px; }
    .catfish { bottom: 10px; width: calc(100% - 20px); gap: 10px; padding: 12px; }
    .catfish strong { font-size: 17px; }
    .catfish small { font-size: 12px; line-height: 1.4; }
    .catfish .action { font-size: 16px; padding: 9px 13px; max-width: 110px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

article figure {
    margin: 30px 0;
    padding: 14px;
    border: 1px solid #344575;
    background: linear-gradient(140deg, #142450, #0a102b);
}
article figure img {
    width: 100%;
    height: auto;
    border: 1px solid #263b6a;
}
article figure img[src*="login-preview"] {
    width: min(100%, 330px);
    margin: 5px auto 15px;
}
article figcaption {
    margin-top: 12px;
    color: #aebfdf;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 600px) {
    article figure {
        margin: 25px -6px;
        padding: 9px;
    }
    article figure img:not([src*="login-preview"]) {
        min-height: 130px;
        object-fit: cover;
        object-position: left;
    }
}

.brand-home {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .brand-home {
        justify-self: center;
    }
}

/* Layout variation */
.nav-section + .nav-section { margin-top: 10px; padding-top: 9px; border-top: 1px solid #35436b; }
body { background: #0a0c1d; }
main { margin: 0 auto; max-width: 1600px; padding: 26px 4vw 145px; }
.sidebar { position: static; width: auto; padding: 9px 4vw; background: #202336; }
.sidebar nav { display: flex; justify-content: center; flex-wrap: wrap; background: transparent; }
.hero { border: 1px solid #afa040; }
.hero-title { color: #fff5ae; }
.game-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.game { border: 1px solid #a99648; padding: 3px; background: #222438; }
article { background: #14182c; border: 1px solid #6b633e; }
article h2 { color: #f7e695; }
.end-banner { background: linear-gradient(110deg,#262d48,#414731); border-color: #93854a; }
.catfish { left: 50%; width: min(980px,calc(100% - 34px)); background: #20273dfa; border-color: #a9984b; }

@media (max-width: 900px) {
    .sidebar { display: none; }
    main { margin: 0; padding: 20px 22px 145px; }
    .catfish { left: 50%; width: calc(100% - 32px); }
    .game-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 600px) {
    main { padding: 14px 12px 150px; }
    .hero { min-height: 475px; }
    .hero-copy { width: 100%; margin-left: 0; padding: 192px 17px 23px; text-align: center; }
    .hero-title { font-size: 34px; letter-spacing: -1px; }
    .hero > img { width: 100%; height: 100%; left: 0; object-position: 51% center; }
    .hero::after { background: linear-gradient(0deg,#020408f5 0%,#020408d4 34%,#02040850 72%,#0204081a 100%); }
    .game-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
    .game:nth-child(1), .game:nth-child(2) { grid-column: auto; grid-row: auto; }
    article { padding: 23px 17px; }
    .end-banner { flex-direction: column; align-items: stretch; padding: 24px; }
}
