/* ========================================
   {{brand}} - Casino Template Styles
   Version: 1.0
   ======================================== */

/* CSS Variables */
:root {
    --primary: #FF1744;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.is-eu0pda {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.m-cf3cml {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

._p4lxmz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.x-qs160f {
    display: flex;
    align-items: center;
    gap: 12px;
}

.x-qs160f img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.x-t459t4 {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.is-qnlrdw {
    display: flex;
    align-items: center;
    gap: 8px;
}

._glc09e {
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: var(--transition);
}

._glc09e:hover,
._glc09e.v07gps {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.c-t8vf91 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-bmh5yl {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

.c-bmh5yl:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

.el-vmlmcq {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.el-vmlmcq span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: var(--transition);
}

/* Breadcrumb */
.x-aflk9i {
    padding: 100px 0 20px;
    background: var(--bg-dark);
    font-size: 14px;
    color: var(--text-muted);
}

.x-aflk9i a {
    color: var(--text-secondary);
}

.x-aflk9i a:hover {
    color: var(--primary);
}

/* ========================================
   Buttons
   ======================================== */
._thjk0s {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.x-piix23 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.x-piix23:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.js-h4x62l {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.js-h4x62l:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary);
}

.m-i53pff {
    background: #fff;
    color: var(--bg-dark);
}

.m-i53pff:hover {
    background: var(--accent);
}

.x-tqd9bn {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.x-tqd9bn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.m-jpa4i0 {
    padding: 10px 20px;
    font-size: 14px;
}

.c-y34hn9 {
    width: 100%;
}

/* ========================================
   Hero Section
   ======================================== */
.x-x72sw7 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.kfr0pg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.kfr0pg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.kfr0pg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.5) 0%, rgba(10, 10, 26, 0.9) 100%);
}

._jd3wh0 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.ui-xe6ayw {
    max-width: 700px;
}

.c-uzgolb {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.js-dv5tuu {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

.s-lz48hc {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

._nrduj3 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.js-cuchwi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

.is-asa4vv {
    text-align: center;
    margin-bottom: 48px;
}

.m-kcajlr {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.el-cug14j {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.el-cug14j strong {
    color: var(--primary);
}

._lvq8cr {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   Stats Section
   ======================================== */
.m-iukyy6 {
    background: var(--bg-card);
    padding: 60px 0;
}

.ui-rmmoyq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.s-ely5ly {
    text-align: center;
    padding: 24px;
}

.js-xfyty5 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.m-vnjhfa {
    font-size: 36px;
    font-weight: 800;
    color: var(--accent);
    display: block;
    margin-bottom: 8px;
}

.js-s46ruc {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   About Section
   ======================================== */
._q2gff8 {
    background: var(--bg-dark);
}

.el-lmvj2v {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.js-p4ez10 p {
    margin-bottom: 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.js-p4ez10 p strong {
    color: var(--primary);
}

.r6gadj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.c-gctgd8 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--bg-card);
    border-radius: var(--radius);
}

.c-uxbm1o {
    font-size: 24px;
}

.ui-qzworm {
    position: relative;
}

.ui-qzworm img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.ui-w276wr {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.x-lsbsgi {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

._w7ckam {
    font-size: 14px;
    opacity: 0.9;
}

/* ========================================
   Games Section
   ======================================== */
.s-awez95 {
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-card) 100%);
}

.el-wdl1jx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.is-b4e6lp {
    background: var(--bg-light);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.is-b4e6lp:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.c-h85a47 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.c-h85a47 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.is-b4e6lp:hover .c-h85a47 img {
    transform: scale(1.1);
}

.w0j3i8 {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.is-tft13r {
    padding: 20px;
}

.is-tft13r h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.is-tft13r p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.m-ccgbiv {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

/* ========================================
   Services Section
   ======================================== */
.c-h33l71 {
    background: var(--bg-dark);
}

.js-c9ka36 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.x-t33gi5 {
    background: var(--bg-card);
    padding: 32px 24px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.x-t33gi5:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.el-ggopmd {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.js-d31et6 {
    font-size: 18px;
    margin-bottom: 12px;
}

.z6u8pb {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   Bonus Section
   ======================================== */
.s-v7nocg {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    text-align: center;
}

.js-eco2jv {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-n8i4h6 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.is-p5wyhv {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 32px;
}

.is-rijy64 {
    text-align: center;
}

._j8h1nm {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.el-iyca7u {
    font-size: 14px;
    opacity: 0.8;
}

/* ========================================
   Payment Section
   ======================================== */
.x-fl8fnr {
    background: var(--bg-card);
}

.js-tpq3cv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.s-eu3k38 {
    background: var(--bg-light);
    padding: 32px 24px;
    border-radius: var(--radius);
    text-align: center;
}

.s-eu3k38 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.s-eu3k38 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.s-eu3k38 p {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-rlwka7 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.is-zw2ou0 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.js-xr7fp3 {
    font-size: 32px;
}

.is-zw2ou0 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.is-zw2ou0 p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   License Section
   ======================================== */
.s-ic7rm7 {
    background: var(--bg-dark);
}

.c-mnbyp1 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.c-mprnqv h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.c-mprnqv p {
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.8;
}

.x-ue65y2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.x-ue65y2 li {
    color: var(--text-secondary);
    font-size: 15px;
}

.ui-pdq7l4 img {
    width: 200px;
    height: 200px;
    border-radius: var(--radius);
}

/* ========================================
   Responsible Gaming Section
   ======================================== */
.x-gau8vl {
    background: var(--bg-card);
}

.el-a8x0kr > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.el-vmvprc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.s-z8oi44 {
    text-align: center;
    padding: 24px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.c-arq28f {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.s-z8oi44 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.s-z8oi44 p {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-wwb35k {
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
}

.s-wwb35k a {
    color: var(--primary);
    text-decoration: underline;
}

/* ========================================
   Testimonials Section
   ======================================== */
.is-sut8q7 {
    background: var(--bg-dark);
}

._kv6foo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.m-th5a8b {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

.is-lr6kh3 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.is-lr6kh3 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

._hcfcgy {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.s-ueliyt {
    color: var(--accent);
    font-size: 14px;
}

._ldrbcf {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   Team Section
   ======================================== */
.s-ztumcz {
    background: var(--bg-card);
}

.s-ryzww4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.el-df9aj4 {
    text-align: center;
}

.el-df9aj4 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 4px solid var(--primary);
}

.el-df9aj4 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.el-df9aj4 p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Support Section
   ======================================== */
.b38cqy {
    background: var(--bg-dark);
}

.x-h5n1zr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.s-vll8h8 {
    background: var(--bg-card);
    padding: 32px;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid var(--border-color);
}

.is-u1pev6 {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.s-vll8h8 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.s-vll8h8 p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

/* ========================================
   FAQ Section
   ======================================== */
.ui-o41sw3 {
    background: var(--bg-card);
}

.c-wovgcf {
    max-width: 800px;
    margin: 0 auto;
}

.js-uuxb4l {
    background: var(--bg-light);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
}

.el-eldrxt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.el-eldrxt:hover {
    background: rgba(255, 255, 255, 0.05);
}

.x-st9t16 {
    font-size: 24px;
    font-weight: 300;
    transition: var(--transition);
}

.js-uuxb4l.active .x-st9t16 {
    transform: rotate(45deg);
}

.ui-sjyvir {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.js-uuxb4l.active .ui-sjyvir {
    max-height: 500px;
}

.ui-sjyvir p {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   News Section
   ======================================== */
._keawrd {
    background: var(--bg-dark);
}

.is-uo5cs1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.x-zacwye {
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.x-zacwye:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.s-vvf4z8 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.s-vvf4z8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.x-zacwye:hover .s-vvf4z8 img {
    transform: scale(1.05);
}

.s-iuhn2l {
    padding: 20px;
}

.js-sdbjn2 {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.m-elkdhd {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.js-wwqt95 {
    font-size: 14px;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.js-cyisff {
    text-align: center;
    margin-top: 40px;
}

/* ========================================
   CTA Section
   ======================================== */
.c-dhqmyu {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    text-align: center;
    padding: 80px 0;
}

._anumxn h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

._anumxn h2 strong {
    color: var(--accent);
}

._anumxn p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.m-g9s9uu {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* ========================================
   App Section
   ======================================== */
.ui-lcuuzb {
    background: var(--bg-card);
}

.m-qxmbhf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.s-ualkgo h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.s-ualkgo h2 strong {
    color: var(--primary);
}

.s-ualkgo > p {
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.m-ih5skz {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.m-ih5skz span {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-v074ah {
    display: flex;
    gap: 16px;
}

.ui-e64mpz {
    text-align: center;
}

.ui-e64mpz img {
    width: 180px;
    height: 180px;
    border-radius: var(--radius);
    margin-bottom: 12px;
}

.ui-e64mpz p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Footer
   ======================================== */
.ui-nxd2yq {
    background: #050510;
    padding: 60px 0 30px;
}

._tvrv4t {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.c-kimr4j {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.c-kimr4j img {
    width: 48px;
    height: 48px;
}

.c-kimr4j span {
    font-size: 20px;
    font-weight: 700;
}

.c-kimr4j p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.ui-gzmssu h4,
.is-csgxal h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.ui-gzmssu ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ui-gzmssu a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-gzmssu a:hover {
    color: var(--primary);
}

.is-csgxal p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.s-w8fmph {
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-uclbi9 {
    display: flex;
    gap: 12px;
}

.ui-uclbi9 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.s-w8fmph p {
    font-size: 13px;
    color: var(--text-muted);
}

.s-w8fmph a {
    color: var(--text-secondary);
}

.s-w8fmph a:hover {
    color: var(--primary);
}

/* ========================================
   Floating Button
   ======================================== */
.ssplh9 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

._fn95kp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.x-pcl39o {
    font-size: 20px;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ========================================
   Page Hero (Game Pages)
   ======================================== */
.js-gsycyc {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

._t6e5q4 {
    position: absolute;
    inset: 0;
    z-index: 0;
}

._t6e5q4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

._t6e5q4::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.7) 0%, var(--bg-dark) 100%);
}

.js-gsycyc .is-eu0pda {
    position: relative;
    z-index: 1;
}

.m-gn10xa {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.m-gn10xa strong {
    color: var(--primary);
}

.m0f52i {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.js-tauqmi {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.js-tauqmi span {
    font-size: 16px;
    color: var(--text-secondary);
}

/* ========================================
   Game Introduction
   ======================================== */
.s-deymc0 {
    background: var(--bg-dark);
}

.js-kmy611 {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 48px;
}

.el-n47ytt h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.el-n47ytt h2 strong {
    color: var(--primary);
}

.el-n47ytt h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

.el-n47ytt p {
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.8;
}

.el-n47ytt p strong {
    color: var(--primary);
}

.js-ee39sv {
    margin: 16px 0 32px;
}

.js-ee39sv li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.js-ee39sv li strong {
    color: var(--text-primary);
}

.c-d8hy73 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

._q3p7n6 {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 100px;
}

._q3p7n6 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.rsfhi1 {
    width: 100%;
    margin-bottom: 24px;
}

.rsfhi1 tr {
    border-bottom: 1px solid var(--border-color);
}

.rsfhi1 td {
    padding: 12px 0;
    font-size: 14px;
}

.rsfhi1 td:first-child {
    color: var(--text-secondary);
}

.rsfhi1 td:last-child {
    text-align: right;
    font-weight: 600;
}

/* ========================================
   Article Page
   ======================================== */
.s-oe0bim {
    padding: 120px 0 60px;
    background: var(--bg-dark);
}

.mta4rf {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
}

.s-caa9tk {
    margin-bottom: 24px;
}

.js-x1r9ty {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
}

._syhdn6 {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: var(--text-muted);
}

.c-inpidr {
    margin-bottom: 32px;
}

.c-inpidr img {
    width: 100%;
    border-radius: var(--radius);
}

.js-nh0i99 {
    line-height: 1.9;
    color: var(--text-secondary);
}

.js-nh0i99 h2 {
    font-size: 24px;
    color: var(--text-primary);
    margin: 32px 0 16px;
}

.js-nh0i99 h3 {
    font-size: 20px;
    color: var(--text-primary);
    margin: 24px 0 12px;
}

.js-nh0i99 p {
    margin-bottom: 16px;
}

.js-nh0i99 strong {
    color: var(--primary);
}

.js-nh0i99 ul,
.js-nh0i99 ol {
    margin: 16px 0;
    padding-left: 24px;
}

.js-nh0i99 li {
    margin-bottom: 8px;
    list-style: disc;
}

._p6lhej {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-kai7ox a {
    display: inline-block;
    padding: 6px 12px;
    background: var(--bg-card);
    border-radius: 50px;
    font-size: 13px;
    margin-left: 8px;
}

.is-g7y1ds a {
    margin-left: 12px;
    color: var(--primary);
}

.x-mbx7s2 {
    margin-top: 40px;
    padding: 32px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: var(--radius);
    text-align: center;
}

.x-mbx7s2 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.x-mbx7s2 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

/* Sidebar */
._pqf2j6 {
    background: var(--bg-card);
    padding: 24px;
    border-radius: var(--radius);
    margin-bottom: 24px;
}

._pqf2j6 h3 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
}

.is-c69wiu li,
.s-p3j2gz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-c69wiu li:last-child,
.s-p3j2gz li:last-child {
    border-bottom: none;
}

.is-c69wiu a,
.s-p3j2gz a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-c69wiu a:hover,
.s-p3j2gz a:hover {
    color: var(--primary);
}

.m-hdba7l {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    text-align: center;
}

.m-hdba7l h3 {
    border-bottom: none;
    padding-bottom: 0;
}

.m-hdba7l p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* ========================================
   News List Page
   ======================================== */
.js-aheuns {
    padding: 140px 0 40px;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-dark) 100%);
}

.s-p3j2gz {
    background: var(--bg-dark);
    padding: 40px 0 80px;
}

/* ========================================
   How to Play
   ======================================== */
.s-q95uwd {
    background: var(--bg-card);
}

.el-up2hzq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.c-ptsw9b {
    text-align: center;
    padding: 32px 24px;
    background: var(--bg-light);
    border-radius: var(--radius);
    position: relative;
}

.js-y2o29u {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.c-ptsw9b h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.c-ptsw9b p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Tips Section
   ======================================== */
.js-dued0s {
    background: var(--bg-dark);
}

.el-uq4t93 > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.is-pc38aa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.x-zpjbtz {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    text-align: center;
}

._r1aatc {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.x-zpjbtz h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.x-zpjbtz p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Popular Games Showcase */
.s-u0cbt1 {
    background: var(--bg-card);
}

.l3oqkz {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.s-bxz0i1 {
    background: var(--bg-light);
    border-radius: var(--radius);
    overflow: hidden;
    text-align: center;
}

.s-bxz0i1 img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.s-bxz0i1 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

.s-bxz0i1 p {
    font-size: 14px;
    color: var(--accent);
    padding: 0 16px 16px;
}

/* Strategy Content */
.is-adlqsm > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.m-phsefz {
    background: var(--bg-card);
    padding: 32px;
    border-radius: var(--radius);
}

.m-phsefz h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--primary);
}

.m-phsefz ul {
    margin-bottom: 24px;
}

.m-phsefz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 15px;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-qnlrdw {
        display: none;
    }
    
    .el-vmlmcq {
        display: flex;
    }
    
    .c-uzgolb {
        font-size: 40px;
    }
    
    .ui-rmmoyq,
    .js-c9ka36,
    .js-tpq3cv,
    .el-vmvprc,
    .s-ryzww4,
    .el-up2hzq,
    .is-pc38aa,
    .l3oqkz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-wdl1jx,
    ._kv6foo,
    .x-h5n1zr,
    .is-uo5cs1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-lmvj2v,
    .js-kmy611,
    .mta4rf {
        grid-template-columns: 1fr;
    }
    
    ._tvrv4t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-mnbyp1,
    .m-qxmbhf {
        flex-direction: column;
        text-align: center;
    }
    
    .is-p5wyhv,
    .s-rlwka7 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-uzgolb {
        font-size: 32px;
    }
    
    .el-cug14j,
    .m-gn10xa {
        font-size: 28px;
    }
    
    .ui-rmmoyq,
    .js-c9ka36,
    .js-tpq3cv,
    .el-vmvprc,
    .s-ryzww4,
    .el-wdl1jx,
    ._kv6foo,
    .x-h5n1zr,
    .is-uo5cs1,
    .el-up2hzq,
    .is-pc38aa,
    .l3oqkz {
        grid-template-columns: 1fr;
    }
    
    ._tvrv4t {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-lz48hc,
    .m-g9s9uu,
    .s-v074ah {
        flex-direction: column;
    }
    
    .s-w8fmph {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ssplh9 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-iuublx {
        display: none;
    }
    
    ._fn95kp {
        padding: 16px;
        border-radius: 50%;
    }
    
    .r6gadj {
        grid-template-columns: 1fr;
    }
    
    .x-ue65y2 {
        grid-template-columns: 1fr;
    }
    
    .js-tauqmi {
        flex-direction: column;
        gap: 12px;
    }
    
    ._syhdn6 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._p6lhej {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-cf3cml,
    .ssplh9,
    .ui-nxd2yq,
    .c-dhqmyu {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
