
@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.aoopcbk {
    overflow: hidden;
    height: 100vh;
}
.asd9605,
.azq63a4,
.ab4bakd {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* Navbar */
.aqdc7gl {
    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;
}
.azq63a4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aick4yx {
    display: block;
}
.adf4v04 {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
}
.ac0aarx {
    display: flex;
    gap: 1.75rem;
}
.ac0aarx 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;
}
.ac0aarx a:hover {
    color: var(--accent);
}
@media (max-width: 768px) {
    .ac0aarx {
        display: none;
    }
}
/* Hero */
.aq8pghf {
    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;
}
.anveupu {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(2, 6, 23, 0.7) 0%, rgba(30, 27, 75, 0.85) 100%);
}
.acs34vb {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}
.afllzhg {
    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;
}
.azr2tbs {
    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;
}
.aa0rydv {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
    animation: fadeUp 1s ease-out 0.4s both;
}
.awrx709 {
    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;
}
.awrx709:hover {
    color: var(--text);
    border-color: var(--primary);
    background: rgba(219, 39, 119, 0.2);
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .aa0rydv {
        gap: 1rem;
    }
    
    .awrx709 {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Offers */
.asnko10 {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.afrohtx {
    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;
}
.agq0eqt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.afdfllf {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.afdfllf:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.amym3pl {
    display: block;
    text-decoration: none;
    color: inherit;
}
.aruoa2t {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.amj27z9 {
    padding: 1.25rem;
}
.aamstma {
    font-family: "DM Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.35rem;
}
.at0lbja {
    font-size: 1rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}
.ao9ftw1 {
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    color: var(--muted_text);
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* Info sections */
.arx7i04 {
    padding: 4rem 0;
}
.ardvb6o {
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.arp5u9l {
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.azx7w47 {
    max-width: 720px;
}
.azx7w47 p {
    margin-bottom: 1.25rem;
    color: var(--text);
    font-size: 1.05rem;
}
.azx7w47 p:last-child {
    margin-bottom: 0;
}
.azx7w47 a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.azx7w47 a:hover {
    color: var(--primary);
}
/* Footer */
.aesgl6n {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 2.5rem 0;
}
.ayrei6y {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.ayrei6y a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    color: var(--muted_text);
    text-decoration: none;
}
.ayrei6y a:hover {
    color: var(--accent);
}
.ayevyjb {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.ayevyjb a {
    display: block;
}
.ayevyjb img {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.25s ease;
}
.ayevyjb a:hover img {
    opacity: 1;
}
.ab7ub0z {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted_text);
}
/* Age verify modal – required IDs/classes */
#eugi7z {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.9);
}
#eugi7z.aj4n6w8 {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.advuucz {
    position: relative;
}
.awi64n7 {
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    max-width: 400px;
    border: 1px solid var(--border);
}
.avrr2xp p {
    color: var(--text);
    margin-bottom: 1.25rem;
}
.as45pjq {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid var(--border);
}
.as45pjq.aj4n6w8 {
    display: block;
}
.as45pjq p {
    color: var(--muted_text);
}
.axp4wej {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.ajl13qp,
.aujyt1b {
    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;
}
.ajl13qp {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.ajl13qp:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.aujyt1b {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.aujyt1b:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* Cookie banner */
#pvqwic {
    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);
}
#pvqwic.aj4n6w8 {
    display: block;
    visibility: visible;
    opacity: 1;
}
.ah7bre7 p {
    color: var(--text);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.aar1h13 {
    display: flex;
    gap: 0.5rem;
}
.ajlt3ed,
.aiz6om1 {
    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;
}
.ajlt3ed {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.ajlt3ed:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.aiz6om1 {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.aiz6om1:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* How to Play Section */
.auq0vko {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.apgcuur {
    max-width: 800px;
    margin: 0 auto;
}
.aegwbwb {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}
.aegwbwb:last-child {
    margin-bottom: 0;
}
.abem92e {
    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);
}
.akj7dfc {
    flex: 1;
}
.aab496o {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}
.akj7dfc p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
@media (max-width: 768px) {
    .aegwbwb {
        flex-direction: column;
        gap: 1rem;
    }
    
    .abem92e {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}
/* Guides & Tips Section */
.ad9oxuh {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.agqzlaq {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
.am80f4a {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.am80f4a:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.agfbxcu {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.am80f4a p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* FAQ Section */
.ayv8k3x {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.aqqhrm9 {
    max-width: 800px;
    margin: 0 auto;
}
.aj9846y {
    border-bottom: 1px solid var(--border);
}
.aj9846y:last-child {
    border-bottom: none;
}
.awe8y96 {
    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;
}
.awe8y96:hover {
    color: var(--accent);
}
.awe8y96[aria-expanded="true"] {
    color: var(--primary);
}
.ajxvjdh {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary);
    transition: transform 0.3s ease;
    width: 24px;
    text-align: center;
}
.awe8y96[aria-expanded="true"] .ajxvjdh {
    transform: rotate(45deg);
}
.ai7yfnj {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}
.awe8y96[aria-expanded="true"] + .ai7yfnj {
    max-height: 1000px;
    padding: 0 0 1.5rem 0;
}
.ai7yfnj p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* Responsible Gaming Section */
.awe1x8j {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.avl9jtg {
    max-width: 900px;
    margin: 0 auto;
}
.auddq9b {
    margin-bottom: 3rem;
}
.auddq9b p {
    font-size: 1.15rem;
    color: var(--text);
    line-height: 1.8;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.aydjrs4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.au1lgcp {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease;
}
.au1lgcp:hover {
    border-color: var(--primary);
}
.ap0yph3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.au1lgcp p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.aept05l {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2rem;
    margin-top: 2rem;
}
.agfp2zv {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    text-align: center;
}
.aept05l > p {
    font-size: 1.05rem;
    color: var(--muted_text);
    margin-bottom: 1.5rem;
    text-align: center;
}
.ag7cgu2 {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
.ag7cgu2 li {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.ag7cgu2 li:last-child {
    margin-bottom: 0;
}
.ag7cgu2 strong {
    color: var(--text);
    font-weight: 600;
}
.ag7cgu2 a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}
.ag7cgu2 a:hover {
    color: var(--primary);
}
@media (max-width: 768px) {
    .agqzlaq,
    .aydjrs4 {
        grid-template-columns: 1fr;
    }
    
    .awe8y96 {
        font-size: 1rem;
        padding: 1.25rem 0;
    }
    
    .auddq9b p {
        font-size: 1.05rem;
    }
}


/* HTML-only IDs */
#o5cohe {}
#n9gyze {}

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