
@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.andmghn {
    overflow: hidden;
    height: 100vh;
}
.aqb64ex,
.af6zhn8,
.ayptnzs {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* Navbar */
.awr80st {
    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;
}
.af6zhn8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ap5rfl8 {
    display: block;
}
.afap72f {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
}
.axely2y {
    display: flex;
    gap: 1.75rem;
}
.axely2y 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;
}
.axely2y a:hover {
    color: var(--accent);
}
@media (max-width: 768px) {
    .axely2y {
        display: none;
    }
}
/* Hero */
.ajishin {
    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;
}
.agusf5t {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(2, 6, 23, 0.7) 0%, rgba(30, 27, 75, 0.85) 100%);
}
.awkduv3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}
.al2nnxw {
    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;
}
.ay44jal {
    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;
}
.acyrrkg {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
    animation: fadeUp 1s ease-out 0.4s both;
}
.afxrnj6 {
    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;
}
.afxrnj6:hover {
    color: var(--text);
    border-color: var(--primary);
    background: rgba(219, 39, 119, 0.2);
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .acyrrkg {
        gap: 1rem;
    }
    
    .afxrnj6 {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Offers */
.aydrn7f {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.aquwvh6 {
    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;
}
.aqnkas5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.apc0boa {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.apc0boa:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.anq505k {
    display: block;
    text-decoration: none;
    color: inherit;
}
.aba3hw1 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.atiaa8e {
    padding: 1.25rem;
}
.azkxc4w {
    font-family: "DM Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.35rem;
}
.ar7xw1r {
    font-size: 1rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}
.ackmpz2 {
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    color: var(--muted_text);
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* Info sections */
.akry03k {
    padding: 4rem 0;
}
.annxz96 {
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.axyhdl4 {
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.angoyq4 {
    max-width: 720px;
}
.angoyq4 p {
    margin-bottom: 1.25rem;
    color: var(--text);
    font-size: 1.05rem;
}
.angoyq4 p:last-child {
    margin-bottom: 0;
}
.angoyq4 a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.angoyq4 a:hover {
    color: var(--primary);
}
/* Footer */
.amvtccz {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 2.5rem 0;
}
.alf3krz {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.alf3krz a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    color: var(--muted_text);
    text-decoration: none;
}
.alf3krz a:hover {
    color: var(--accent);
}
.awxsqba {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.awxsqba a {
    display: block;
}
.awxsqba img {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.25s ease;
}
.awxsqba a:hover img {
    opacity: 1;
}
.at7lvcc {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted_text);
}
/* Age verify modal – required IDs/classes */
#u7fhzx {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.9);
}
#u7fhzx.aw68zsh {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.afretpx {
    position: relative;
}
.acc5t7w {
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    max-width: 400px;
    border: 1px solid var(--border);
}
.ag26eo2 p {
    color: var(--text);
    margin-bottom: 1.25rem;
}
.anj90ip {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid var(--border);
}
.anj90ip.aw68zsh {
    display: block;
}
.anj90ip p {
    color: var(--muted_text);
}
.awfmjwz {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.aq39g1f,
.acj9nm5 {
    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;
}
.aq39g1f {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.aq39g1f:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.acj9nm5 {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.acj9nm5:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* Cookie banner */
#m3q886 {
    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);
}
#m3q886.aw68zsh {
    display: block;
    visibility: visible;
    opacity: 1;
}
.aak0wpk p {
    color: var(--text);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.aqhmag5 {
    display: flex;
    gap: 0.5rem;
}
.aiototh,
.ap2xqsg {
    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;
}
.aiototh {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--primary);
}
.aiototh:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.ap2xqsg {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}
.ap2xqsg:hover {
    color: var(--text);
    border-color: var(--muted_text);
}
/* How to Play Section */
.awkghpr {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.avjv09p {
    max-width: 800px;
    margin: 0 auto;
}
.ainlszv {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}
.ainlszv:last-child {
    margin-bottom: 0;
}
.apay8he {
    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);
}
.az8muys {
    flex: 1;
}
.axt9lkb {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}
.az8muys p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
@media (max-width: 768px) {
    .ainlszv {
        flex-direction: column;
        gap: 1rem;
    }
    
    .apay8he {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}
/* Guides & Tips Section */
.anicdzz {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.aw59364 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
.azlc40k {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.azlc40k:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}
.as5yyj9 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.azlc40k p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* FAQ Section */
.awydyk3 {
    padding: 4rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.asds7kd {
    max-width: 800px;
    margin: 0 auto;
}
.axrfvs1 {
    border-bottom: 1px solid var(--border);
}
.axrfvs1:last-child {
    border-bottom: none;
}
.aoqtqll {
    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;
}
.aoqtqll:hover {
    color: var(--accent);
}
.aoqtqll[aria-expanded="true"] {
    color: var(--primary);
}
.acnnm09 {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary);
    transition: transform 0.3s ease;
    width: 24px;
    text-align: center;
}
.aoqtqll[aria-expanded="true"] .acnnm09 {
    transform: rotate(45deg);
}
.azlfasn {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}
.aoqtqll[aria-expanded="true"] + .azlfasn {
    max-height: 1000px;
    padding: 0 0 1.5rem 0;
}
.azlfasn p {
    font-size: 1.05rem;
    color: var(--muted_text);
    line-height: 1.7;
}
/* Responsible Gaming Section */
.abcnhaf {
    padding: 4rem 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.aumicp3 {
    max-width: 900px;
    margin: 0 auto;
}
.aonhvbj {
    margin-bottom: 3rem;
}
.aonhvbj p {
    font-size: 1.15rem;
    color: var(--text);
    line-height: 1.8;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.af94w7n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.ac2apk5 {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem;
    transition: border-color 0.35s ease;
}
.ac2apk5:hover {
    border-color: var(--primary);
}
.arxnecc {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.ac2apk5 p {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.atndrnk {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2rem;
    margin-top: 2rem;
}
.ae556ut {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    text-align: center;
}
.atndrnk > p {
    font-size: 1.05rem;
    color: var(--muted_text);
    margin-bottom: 1.5rem;
    text-align: center;
}
.alsih3g {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
.alsih3g li {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.7;
}
.alsih3g li:last-child {
    margin-bottom: 0;
}
.alsih3g strong {
    color: var(--text);
    font-weight: 600;
}
.alsih3g a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}
.alsih3g a:hover {
    color: var(--primary);
}
@media (max-width: 768px) {
    .aw59364,
    .af94w7n {
        grid-template-columns: 1fr;
    }
    
    .aoqtqll {
        font-size: 1rem;
        padding: 1.25rem 0;
    }
    
    .aonhvbj p {
        font-size: 1.05rem;
    }
}


/* HTML-only IDs */
#bqz2sr {}
#q7vxvr {}

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