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

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

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

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

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

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

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

.x-iam05v {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._ykjc5s:hover,
._ykjc5s.m-n0t93p {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xacmao {
    padding: 10px 20px;
    font-size: 14px;
}

.js-zzida5 {
    width: 100%;
}

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

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

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

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

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

.is-g4muvc {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-qrwni8 {
    font-size: 24px;
}

.s-whz3eu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-dd9830:hover ._cesah9 img {
    transform: scale(1.1);
}

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

.x-vrac4w {
    padding: 20px;
}

.x-vrac4w h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.c-oclja7 {
    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
   ======================================== */
.s-nclp0p {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.ui-bkqfcg {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.m-fw9ivk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z7fiby {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-g3spou:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._lzn0jy.active .qsp68g {
    transform: rotate(45deg);
}

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

._lzn0jy.active .zyh3mn {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-whipxe:hover .el-wmmx1w img {
    transform: scale(1.05);
}

._ypdo5l {
    padding: 20px;
}

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

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

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

.x-mee7se {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-d3xr47 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.js-g16vhn h4,
.m-nd5qot h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-sma837 {
    display: flex;
    gap: 12px;
}

.s-sma837 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.js-oaayvi .el-tjxgd5 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-s4ipex {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-ebubcu {
    margin-bottom: 24px;
}

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

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

.el-dc609t {
    margin-bottom: 32px;
}

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

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

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

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

.el-na5siq p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-lvqy59 li,
.js-xwspl1 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-lvqy59 li:last-child,
.js-xwspl1 li:last-child {
    border-bottom: none;
}

.ui-lvqy59 a,
.js-xwspl1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-lvqy59 a:hover,
.js-xwspl1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.s-ceo9sd h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-iam05v {
        display: none;
    }
    
    .fx4hbo {
        display: flex;
    }
    
    .m-cfoepa {
        font-size: 40px;
    }
    
    .is-hr2m9j,
    .ui-djnqbv,
    .is-xhyjku,
    .js-mtyvlp,
    .x-u9yqgg,
    .x-afm7ox,
    ._nd5nz4,
    .s-hdap3p {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._teblcz,
    .js-wz1oz9,
    .js-gx05i0,
    .m-ztv5k7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-clng5u,
    .is-hhkrwq,
    .ekc4sn {
        grid-template-columns: 1fr;
    }
    
    .c-l48bv0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-tjccrv,
    .ui-bnpx3k {
        flex-direction: column;
        text-align: center;
    }
    
    .c-dlf63m,
    .ui-hklef1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-cfoepa {
        font-size: 32px;
    }
    
    .el-msumqg,
    .m-jvck95 {
        font-size: 28px;
    }
    
    .is-hr2m9j,
    .ui-djnqbv,
    .is-xhyjku,
    .js-mtyvlp,
    .x-u9yqgg,
    ._teblcz,
    .js-wz1oz9,
    .js-gx05i0,
    .m-ztv5k7,
    .x-afm7ox,
    ._nd5nz4,
    .s-hdap3p {
        grid-template-columns: 1fr;
    }
    
    .c-l48bv0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-nqsdj6,
    .xgrd7k,
    .ui-d3xr47 {
        flex-direction: column;
    }
    
    .c-xzcqp4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-gl5m54 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-g5bm16 {
        display: none;
    }
    
    .is-mwqdpd {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-vwwa9t {
        grid-template-columns: 1fr;
    }
    
    .ui-humllg {
        grid-template-columns: 1fr;
    }
    
    .c-ayxg1z {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-rge66e {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-ddj0hh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-h8m3cj,
    .js-gl5m54,
    .el-aby08e,
    .is-olvqbg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
