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

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

/* ========================================
   Header & Navigation
   ======================================== */
.m-t3l3nk {
    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-prz17d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

.el-iryii5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-z8juxj:hover,
.x-z8juxj.el-srwcpp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-wj003j {
    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-kh7y9q {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.x-y0rkha {
    padding: 10px 20px;
    font-size: 14px;
}

._skth6j {
    width: 100%;
}

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

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

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

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

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

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

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

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

.js-x3rh4f {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.x-r4banf {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bppe8x {
    font-size: 24px;
}

.s-fih47l {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-dqjtj5 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.el-p55r7l:hover .el-dqjtj5 img {
    transform: scale(1.1);
}

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

.js-gd9xz1 {
    padding: 20px;
}

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

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

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

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

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

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

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

.m-jg6x4v {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.c-npycs2 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.is-thcpml img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-gfqt9e {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tw9hmf {
    text-align: center;
}

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

.s-tw9hmf h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.js-u57hdg {
    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-u57hdg:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-ze4w4r.active .is-lmo9p5 {
    transform: rotate(45deg);
}

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

.c-ze4w4r.active .e1seg4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-wyti7m:hover .m-clwx3u img {
    transform: scale(1.05);
}

.ui-wlyxwe {
    padding: 20px;
}

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

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

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

.s-yyqgrp {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

.x-htcdaf {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

.ui-we1kvr {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.x-dz5ptz {
    display: flex;
    gap: 16px;
}

.ucx8iq {
    text-align: center;
}

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

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

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

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

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

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

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

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

.js-xt9b84 h4,
.c-uova7i h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.w9cebr {
    display: flex;
    gap: 12px;
}

.w9cebr img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-xseoi5 {
    font-size: 20px;
}

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

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

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

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

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

._qj44bu .c-vulfab {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.js-zz7w6n h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-zz7w6n h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.m-z82i46 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-jmgmqp {
    margin-bottom: 24px;
}

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

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

.js-zzopzo {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-bgg2a6 li,
.x-r3vaun li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-bgg2a6 li:last-child,
.x-r3vaun li:last-child {
    border-bottom: none;
}

.el-bgg2a6 a,
.x-r3vaun a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-bgg2a6 a:hover,
.x-r3vaun a:hover {
    color: var(--primary);
}

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

.el-irnnql h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

.js-g054zm h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-iryii5 {
        display: none;
    }
    
    .s-trvozn {
        display: flex;
    }
    
    .m-k31v52 {
        font-size: 40px;
    }
    
    .ui-tc425o,
    .ui-umv5ef,
    ._k2yzaj,
    .dl52mj,
    .is-xygumd,
    .s-ixrkj6,
    .el-xw8o6b,
    .js-d52ip9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ati4l3,
    ._yh16mg,
    .js-nduffc,
    .m-b3suir {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fwcnne,
    .el-rwodfw,
    .js-al3tg0 {
        grid-template-columns: 1fr;
    }
    
    .c-j0ml28 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-mme3x9,
    .ui-gklk3m {
        flex-direction: column;
        text-align: center;
    }
    
    .g01dgr,
    .c-f474sl {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-k31v52 {
        font-size: 32px;
    }
    
    .x-ipput4,
    .is-h8y7li {
        font-size: 28px;
    }
    
    .ui-tc425o,
    .ui-umv5ef,
    ._k2yzaj,
    .dl52mj,
    .is-xygumd,
    .s-ati4l3,
    ._yh16mg,
    .js-nduffc,
    .m-b3suir,
    .s-ixrkj6,
    .el-xw8o6b,
    .js-d52ip9 {
        grid-template-columns: 1fr;
    }
    
    .c-j0ml28 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-x3rh4f,
    .x-htcdaf,
    .x-dz5ptz {
        flex-direction: column;
    }
    
    ._n79pt8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-u9fd7k {
        bottom: 20px;
        right: 20px;
    }
    
    .is-vqdkhp {
        display: none;
    }
    
    .c-sj4lhd {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-snkdws {
        grid-template-columns: 1fr;
    }
    
    .c-fbz08r {
        grid-template-columns: 1fr;
    }
    
    .el-ai8zmj {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-wz989l {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-inn8ut {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-t3l3nk,
    .el-u9fd7k,
    .is-sppfvc,
    .c-bz22sv {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
