
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=DM+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap");

/* luxury_watch_ui + cyber_punk_pink */
:root {
    --bg: #020617;
    --surface: #1E1B4B;
    --text: #FFFFFF;
    --muted_text: #818CF8;
    --primary: #DB2777;
    --secondary: #312E81;
    --accent: #F472B6;
    --border: rgba(219, 39, 119, 0.4);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}
body.aq6hw52 {
    overflow: hidden;
    height: 100vh;
}
.aye15aj,
.ay8zppp,
.agw9euk {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* Navbar */
.aep2nm1 {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 0;
    transition: background 0.4s ease;
}
.ay8zppp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.andkl8i {
    display: block;
}
.avk57tc {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
}
.aqymcxn {
    display: flex;
    gap: 1.75rem;
}
.aqymcxn a {
    font-family: "DM Sans", "Segoe UI", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--muted_text);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.25s ease;
}
.aqymcxn a:hover {
    color: var(--accent);
}
@media (max-width: 768px) {
    .aqymcxn {
        display: none;
    }
}
/* Hero */
.at0yia3 {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg) url("/images/decorative/hero_bg.webp") center center / cover no-repeat;
    overflow: hidden;
}
.aj2csh3 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(2, 6, 23, 0.7) 0%, rgba(30, 27, 75, 0.85) 100%);
}
.aoasl2g {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}
.ae7nu7e {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text);
    margin-bottom: 0.75rem;
    animation: fadeUp 1s ease-out;
}
.aybldmc {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--muted_text);
    letter-spacing: 0.04em;
    animation: fadeUp 1s ease-out 0.2s both;
}
.akfsh0p {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
    animation: fadeUp 1s ease-out 0.4s both;
}
.arq3uab {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: rgba(30, 27, 75, 0.6);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}
.arq3uab:hover {
    color: var(--text);
    border-color: var(--primary);
    background: rgba(219, 39, 119, 0.2);
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .akfsh0p {
        gap: 1rem;
    }
    
    .arq3uab {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Offers */
.asm26f6 {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.azxua2k {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: 0.04em;
}
.aoiqc67 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.av6r8iw {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.av6r8iw:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.ar0qcg3 {
    display: block;
    text-decoration: none;
    color: inherit;
}
.azzjuqg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.amz3w2n {
    padding: 1.25rem;
}
.afq1di8 {
    font-family: "DM Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.35rem;
}
.ampzdri {
    font-size: 1rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}
.aihhmpr {
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    color: var(--muted_text);
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* Info sections */
.apv3et9 {
    padding: 4rem 0;
}
.amag3yd {
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.aymwptf {
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.ar86kj2 {
    max-width: 720px;
}
.ar86kj2 p {
    margin-bottom: 1.25rem;
    color: var(--text);
    font-size: 1.05rem;
}
.ar86kj2 p:last-child {
    margin-bottom: 0;
}
.ar86kj2 a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ar86kj2 a:hover {
    color: var(--primary);
}
/* Footer */
.ay85miq {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 2.5rem 0;
}
.aaqhm9e {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.aaqhm9e a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    color: var(--muted_text);
    text-decoration: none;
}
.aaqhm9e a:hover {
    color: var(--accent);
}
.aa721yu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.aa721yu a {
    display: block;
}
.aa721yu img {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.25s ease;
}
.aa721yu a:hover img {
    opacity: 1;
}
.aiofrfh {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted_text);
}
/* Age verify modal – required IDs/classes */
#zraf68 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.9);
}
#zraf68.airdd98 {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.aa1v0y7 {
    position: relative;
}
.ap9x4wh {
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    max-width: 400px;
    border: 1px solid var(--border);
}
.acw70pt p {
    color: var(--text);
    margin-bottom: 1.25rem;
}
.adp2j0d {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid var(--border);
}
.adp2j0d.airdd98 {
    display: block;
}
.adp2j0d p {
    color: var(--muted_text);
}
.aiieeov {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.aw5e5gf,
.aywf15d {
    padding: 0.6rem 1.25rem;
    cursor: pointer;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.95rem;
    transition: background 0.25s ease, color 0.25s ease;
}
.aw5e5gf {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.aw5e5gf:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.aywf15d {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.aywf15d:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* Cookie banner */
#m90pgs {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: var(--surface);
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
}
#m90pgs.airdd98 {
    display: block;
    visibility: visible;
    opacity: 1;
}
.axubohb p {
    color: var(--text);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.avy3bqz {
    display: flex;
    gap: 0.5rem;
}
.auxnl47,
.avpvk75 {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    transition: background 0.25s ease, color 0.25s ease;
}
.auxnl47 {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.auxnl47:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.avpvk75 {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.avpvk75:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* How to Play Section */
.awz8jkd {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.ademgas {
    max-width: 800px;
    margin: 0 auto;
}
.abzfspu {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}
.abzfspu:last-child {
    margin-bottom: 0;
}
.awos0rk {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    border: 2px solid var(--border);
}
.auvf8yt {
    flex: 1;
}
.apfxya8 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}
.auvf8yt p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
@media (max-width: 768px) {
    .abzfspu {
        flex-direction: column;
        gap: 1rem;
    }
    
    .awos0rk {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}
/* Guides & Tips Section */
.ahieul3 {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.aydmr0n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
.aw7ob6h {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.aw7ob6h:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.az5ctcc {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.aw7ob6h p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* FAQ Section */
.ah1p6n7 {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.aqtbr7j {
    max-width: 800px;
    margin: 0 auto;
}
.atf94a0 {
    border-bottom: 1px solid var(--border);
}
.atf94a0:last-child {
    border-bottom: none;
}
.azq6zvs {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.5rem 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: "DM Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text);
    transition: color 0.25s ease;
}
.azq6zvs:hover {
    color: var(--accent);
}
.azq6zvs[aria-expanded="true"] {
    color: var(--primary);
}
.aywvw1k {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary);
    transition: transform 0.3s ease;
    width: 24px;
    text-align: center;
}
.azq6zvs[aria-expanded="true"] .aywvw1k {
    transform: rotate(45deg);
}
.ak4c7yy {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}
.azq6zvs[aria-expanded="true"] + .ak4c7yy {
    max-height: 1000px;
    padding: 0 0 1.5rem 0;
}
.ak4c7yy p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* Responsible Gaming Section */
.anl5t4j {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.abptzhb {
    max-width: 900px;
    margin: 0 auto;
}
.ae7jr1i {
    margin-bottom: 3rem;
}
.ae7jr1i p {
    font-size: 1.15rem;
    color: var(--text);
    line-height: 1.8;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.avtxnoi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.ahgp7b7 {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease;
}
.ahgp7b7:hover {
    border-color: var(--primary);
}
.afbn9mi {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.ahgp7b7 p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.at34hec {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2rem;
    margin-top: 2rem;
}
.an7kys3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    text-align: center;
}
.at34hec > p {
    font-size: 1.05rem;
    color: var(--muted_text);
    margin-bottom: 1.5rem;
    text-align: center;
}
.aic5gmp {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
.aic5gmp li {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.aic5gmp li:last-child {
    margin-bottom: 0;
}
.aic5gmp strong {
    color: var(--text);
    font-weight: 600;
}
.aic5gmp a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}
.aic5gmp a:hover {
    color: var(--primary);
}
@media (max-width: 768px) {
    .aydmr0n,
    .avtxnoi {
        grid-template-columns: 1fr;
    }
    
    .azq6zvs {
        font-size: 1rem;
        padding: 1.25rem 0;
    }
    
    .ae7jr1i p {
        font-size: 1.05rem;
    }
}


/* HTML-only IDs */
#v96gcr {}
#nv8x9s {}

/* Multi-class collapsed into single selector */
.tc89d70 {
  background: var(--bg);
    border-top: 1px solid var(--border);;
  padding: 4rem 0;
}
/* Age modal + cookie z-index and visibility */
#zraf68{z-index:999999!important;position:fixed!important;}
#zraf68.airdd98{display:flex!important;visibility:visible!important;opacity:1!important;}
body.aq6hw52{overflow:hidden!important;height:100vh!important;}
#m90pgs{z-index:999998!important;}
