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

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

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

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

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

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

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

.m-nengpm {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-zkxx5k:hover,
.js-zkxx5k.m-wh9kjw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-bi3gki {
    padding: 10px 20px;
    font-size: 14px;
}

._hkzzl2 {
    width: 100%;
}

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

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

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

.s-ohp307::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-ke5gfq {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

.ui-ri04ky {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.is-p7ccty {
    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-qyq5nt {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-s1tqcn {
    font-size: 24px;
}

.el-qswu3k {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-x17j79:hover .uz359s img {
    transform: scale(1.1);
}

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

.js-m4imc5 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._p7da55 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-wq2fri {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fa08dm a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-zgpc61 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ekljwv.active .m-vrcrgm {
    transform: rotate(45deg);
}

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

.x-ekljwv.active .js-h6ncrh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-nw2nfn:hover .s-xg91g2 img {
    transform: scale(1.05);
}

._khysvv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-jwysv4 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.js-legryn {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.ui-om1lcg h4,
.s-rm7klb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-xcrizt {
    display: flex;
    gap: 12px;
}

.m-xcrizt img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-t3khc9 {
    font-size: 20px;
}

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

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

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

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

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

._u6k9nv .is-k082ec {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-wt41wn {
    margin-bottom: 32px;
}

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

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

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

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

.m-ivvviv p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-ku8k6x li:last-child,
.pstkwh li:last-child {
    border-bottom: none;
}

.x-ku8k6x a,
.pstkwh a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-ku8k6x a:hover,
.pstkwh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.js-m7352f {
    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-bixqn5 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c6c2za ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-nengpm {
        display: none;
    }
    
    .m-z2e4t1 {
        display: flex;
    }
    
    .js-vq3km0 {
        font-size: 40px;
    }
    
    .js-ntvfyt,
    .x-p4s5ci,
    .m-wsjr4a,
    .is-brcuha,
    .s-gl9h85,
    .m-a4npd5,
    .js-isumct,
    .c-oesxun {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-pt0g5k,
    .is-mc2be8,
    .s-a1q8ar,
    .xfl8ri {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._p5vfp2,
    .m-q4xs1f,
    .s-usy1di {
        grid-template-columns: 1fr;
    }
    
    ._idpfzb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ecqokz,
    .el-ofj2la {
        flex-direction: column;
        text-align: center;
    }
    
    .js-xr877g,
    .m-flbjcr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-vq3km0 {
        font-size: 32px;
    }
    
    .c-g2mxhj,
    .x-nvnvk9 {
        font-size: 28px;
    }
    
    .js-ntvfyt,
    .x-p4s5ci,
    .m-wsjr4a,
    .is-brcuha,
    .s-gl9h85,
    .ui-pt0g5k,
    .is-mc2be8,
    .s-a1q8ar,
    .xfl8ri,
    .m-a4npd5,
    .js-isumct,
    .c-oesxun {
        grid-template-columns: 1fr;
    }
    
    ._idpfzb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-ri04ky,
    .ui-i2y9p2,
    .js-legryn {
        flex-direction: column;
    }
    
    .x-gskv7e {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-y5fk6o {
        bottom: 20px;
        right: 20px;
    }
    
    .js-u2erp2 {
        display: none;
    }
    
    .s-gl3dcu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-upihol {
        grid-template-columns: 1fr;
    }
    
    .is-l20xo2 {
        grid-template-columns: 1fr;
    }
    
    .el-vsuy3o {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-h803m8 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-yxp5ob {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-ucwbtw,
    .is-y5fk6o,
    .c-pl1feb,
    .is-v5bf47 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
