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

/* CSS Variables */
:root {
    --primary: #C0CA33;
    --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-sms22f {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.ui-u7k8e5 {
    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);
}

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

.s-cz5lng {
    display: flex;
    align-items: center;
    gap: 12px;
}

.s-cz5lng img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.c-z6naxg {
    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-ptnp72 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-c355vj:hover,
.m-c355vj.x-m8fz3g {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.s-wqcaf7 {
    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);
}

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-thpdx2 {
    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);
}

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

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

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

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

.is-f3rexy {
    background: #fff;
    color: var(--bg-dark);
}

.is-f3rexy:hover {
    background: var(--accent);
}

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

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

.is-rm05q5 {
    padding: 10px 20px;
    font-size: 14px;
}

.c-eqjfxw {
    width: 100%;
}

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

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

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

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

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

.m-kohllc {
    max-width: 700px;
}

.js-xopcl5 {
    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;
}

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

.m-vchvdu {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.f9s52l {
    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;
}

.ui-dpze4h {
    text-align: center;
    margin-bottom: 48px;
}

.x-nhqn92 {
    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;
}

.m-xlit4i {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.el-b5bcez {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

.c-d5nije p strong {
    color: var(--primary);
}

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

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

.ui-j5savu {
    font-size: 24px;
}

._njpe9x {
    position: relative;
}

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

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

.c-crga3m {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

.js-e5c6bd {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._ed9qv1:hover .js-e5c6bd img {
    transform: scale(1.1);
}

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

.js-om0yfd {
    padding: 20px;
}

.js-om0yfd h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.el-vvih76 {
    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
   ======================================== */
._pmg4c4 {
    background: var(--bg-dark);
}

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

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

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

.js-py2h9p {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.ui-xl0bf4 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

.el-kdunb7 {
    font-size: 36px;
    margin-bottom: 16px;
}

.s-glwoiu {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.x-l5q2u7 {
    text-align: center;
}

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

.is-v6tzld {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.c-zbta2n img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.c-zbta2n h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

.x-oo62ei {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.js-olw7m1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.js-olw7m1 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x7x128 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

.c-ibkgg9 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

.x-tqgh1z {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.x-cf9r2q {
    text-align: center;
}

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

.x-cf9r2q h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.m-obbktt {
    max-width: 800px;
    margin: 0 auto;
}

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

.js-yjrais {
    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);
}

.js-yjrais:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-zuqb5h.active .c-hcq1or {
    transform: rotate(45deg);
}

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

.is-zuqb5h.active .ui-tohq11 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-s7qath:hover .s-a943gd img {
    transform: scale(1.05);
}

.m-ulgt5y {
    padding: 20px;
}

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

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

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

.ui-ufxwju {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

.ui-mjj67m {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.ui-a8uir2 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.ui-a8uir2 h2 strong {
    color: var(--primary);
}

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

.is-ldg7rx {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

._j4joj8 {
    text-align: center;
}

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

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

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

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

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

.gc0siv img {
    width: 48px;
    height: 48px;
}

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

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

.c-ib67qu h4,
._xp51ke h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

.c-ib67qu a:hover {
    color: var(--primary);
}

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

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

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

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

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

.m-hw59po a {
    color: var(--text-secondary);
}

.m-hw59po a:hover {
    color: var(--primary);
}

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

.ui-z29s2d {
    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;
}

.wzmy9u {
    font-size: 20px;
}

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

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

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

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

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

._g5ti07 .is-sms22f {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.m-cwmlu4 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.m-cwmlu4 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.awin33 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m8yzl4 {
    margin-bottom: 32px;
}

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

.c-hxao0z {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.c-hxao0z p {
    margin-bottom: 16px;
}

.c-hxao0z strong {
    color: var(--primary);
}

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

.c-hxao0z li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.js-x5b62g li,
.el-pt5q1a li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-x5b62g li:last-child,
.el-pt5q1a li:last-child {
    border-bottom: none;
}

.js-x5b62g a,
.el-pt5q1a a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-x5b62g a:hover,
.el-pt5q1a a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-jgf16m {
    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;
}

.el-vrfwgz h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.is-lmito8 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

._gi19x7 ul {
    margin-bottom: 24px;
}

._gi19x7 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-ptnp72 {
        display: none;
    }
    
    ._ztbqty {
        display: flex;
    }
    
    .js-xopcl5 {
        font-size: 40px;
    }
    
    .el-oiy0tn,
    .js-lgzux6,
    .is-ppcnni,
    .c-cmuoho,
    .dfpfjf,
    .c-qigszx,
    .s-cdgj1d,
    .s-scserb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hobbmb,
    .el-wta0n5,
    ._w4wy7d,
    .c-j7852i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-s1hk9s,
    .x-wrplnr,
    .ui-pb0rjr {
        grid-template-columns: 1fr;
    }
    
    .s-xd0g01 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .qyvhqn,
    .is-x7xwgd {
        flex-direction: column;
        text-align: center;
    }
    
    .qbw45s,
    .x-oo62ei {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-xopcl5 {
        font-size: 32px;
    }
    
    .m-xlit4i,
    ._a0n8kj {
        font-size: 28px;
    }
    
    .el-oiy0tn,
    .js-lgzux6,
    .is-ppcnni,
    .c-cmuoho,
    .dfpfjf,
    .s-hobbmb,
    .el-wta0n5,
    ._w4wy7d,
    .c-j7852i,
    .c-qigszx,
    .s-cdgj1d,
    .s-scserb {
        grid-template-columns: 1fr;
    }
    
    .s-xd0g01 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-vchvdu,
    .ui-mjj67m,
    .s-udr62m {
        flex-direction: column;
    }
    
    .m-hw59po {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-l6lnmz {
        bottom: 20px;
        right: 20px;
    }
    
    .s-zzvl2b {
        display: none;
    }
    
    .ui-z29s2d {
        padding: 16px;
        border-radius: 50%;
    }
    
    .xy3qi7 {
        grid-template-columns: 1fr;
    }
    
    .x-jud0e2 {
        grid-template-columns: 1fr;
    }
    
    ._jhqim2 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-r2fomn {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-gzvyjr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-u7k8e5,
    .s-l6lnmz,
    .xa7fv8,
    ._nsvqmb {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
