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

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

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

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

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

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

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

.js-vrv6vx {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-ec5mex:hover,
.el-ec5mex.is-ztomq9 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-fe3can {
    width: 100%;
}

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

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

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

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

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

.js-lo180t {
    max-width: 700px;
}

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

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

.x-k8z6n5 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.c-k1ssuk {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.is-kzu1mz {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.is-q0ndus {
    font-size: 24px;
}

.o2gjdn {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.iipibj:hover .js-cwjfzn img {
    transform: scale(1.1);
}

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

.ui-ekokkw {
    padding: 20px;
}

.ui-ekokkw h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

.m-u63x4t {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

.s-oxegwz {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.t0n3l6 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.uaqvga {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fsq4m9 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.zgdbaf:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-nf8m49.active .m-s5uu2w {
    transform: rotate(45deg);
}

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

.x-nf8m49.active .ui-a2zedr {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-a61ugm:hover ._b342il img {
    transform: scale(1.05);
}

._if5yxb {
    padding: 20px;
}

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

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

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

.c-c90bfp {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.el-k6gvyl h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

.c-dcz0si {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

._n8spa6 {
    display: flex;
    gap: 16px;
}

.js-njgxjj {
    text-align: center;
}

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

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

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

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

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

.js-z8ouji img {
    width: 48px;
    height: 48px;
}

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

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

.m-zehf0c h4,
.c-bv84ri h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.m-zehf0c ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.el-i9slch {
    display: flex;
    gap: 12px;
}

.el-i9slch img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-kjp0eb {
    font-size: 20px;
}

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

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

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

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

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

.el-d54gqa .jhb552 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-spgp5u h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.is-spgp5u h2 strong {
    color: var(--primary);
}

.is-spgp5u h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

.is-spgp5u p strong {
    color: var(--primary);
}

.ui-n3exnd {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-ilgv7f {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.bsj77m p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-ocbtee li,
.c-mkd1ie li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-ocbtee li:last-child,
.c-mkd1ie li:last-child {
    border-bottom: none;
}

.is-ocbtee a,
.c-mkd1ie a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-ocbtee a:hover,
.c-mkd1ie a:hover {
    color: var(--primary);
}

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

.s-syq849 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.is-jcam7x {
    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-j4rqs5 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.s-bxvz1x h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.c-xuzo1d ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-vrv6vx {
        display: none;
    }
    
    .el-xn5psu {
        display: flex;
    }
    
    .is-yo7t3s {
        font-size: 40px;
    }
    
    .x-hgmgga,
    .c-cfnhqq,
    .x-xzuy0r,
    .z44dky,
    .x-finh7u,
    .c-q9vc13,
    .rszn88,
    .ui-gofm7f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-frd1q3,
    .ui-svx0kf,
    .c-t36yhh,
    .s-jeidte {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-t7q7w0,
    .js-qyxvug,
    .is-oefwpa {
        grid-template-columns: 1fr;
    }
    
    .ui-veyuqm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ntabng,
    .el-ay16ew {
        flex-direction: column;
        text-align: center;
    }
    
    ._f228uu,
    ._hqvuyj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-yo7t3s {
        font-size: 32px;
    }
    
    ._ztqj7p,
    .ui-a10t2n {
        font-size: 28px;
    }
    
    .x-hgmgga,
    .c-cfnhqq,
    .x-xzuy0r,
    .z44dky,
    .x-finh7u,
    .el-frd1q3,
    .ui-svx0kf,
    .c-t36yhh,
    .s-jeidte,
    .c-q9vc13,
    .rszn88,
    .ui-gofm7f {
        grid-template-columns: 1fr;
    }
    
    .ui-veyuqm {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-k8z6n5,
    .m-ed1maj,
    ._n8spa6 {
        flex-direction: column;
    }
    
    .ui-soueig {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .d8qfij {
        bottom: 20px;
        right: 20px;
    }
    
    .scmdym {
        display: none;
    }
    
    .m-x3j6fs {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-h7t2g2 {
        grid-template-columns: 1fr;
    }
    
    .is-z7qtw4 {
        grid-template-columns: 1fr;
    }
    
    .zeztgy {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-qsv39h {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-vdwj1g {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-h3sr7m,
    .d8qfij,
    .x-id47ct,
    .el-szauck {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
