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

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

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

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

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

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

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

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

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

.ui-ega5xo:hover,
.ui-ega5xo.x-ea139o {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.x-fx945g {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.s-lr608s {
    width: 100%;
}

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

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

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

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

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

.w3s00o {
    max-width: 700px;
}

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

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

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

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

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

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

.is-pbn2fh {
    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-zymdpo {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ne7qbc {
    font-size: 24px;
}

.el-tz9kyc {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-id9rx4:hover ._mfqrtc img {
    transform: scale(1.1);
}

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

.s-ssgi6g {
    padding: 20px;
}

.s-ssgi6g h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.x-q8flh6 {
    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-u6m0ay {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-n53o0h {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.x-wl73bk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-qoywps {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-vvr2v4.active .el-mu4t6i {
    transform: rotate(45deg);
}

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

.m-vvr2v4.active .x-il8isr {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-t40i2x:hover .ui-queelu img {
    transform: scale(1.05);
}

.shnwvp {
    padding: 20px;
}

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

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

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

.js-wuaspb {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.is-dnmp80 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-jbgt0n img {
    width: 48px;
    height: 48px;
}

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

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

.x-jwnzcg h4,
.s-xf05eo h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.x-jwnzcg ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.hy6u26 {
    font-size: 20px;
}

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

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

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

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

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

._t5h9gc ._b75nqj {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-rm5jag p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.xio3xq li,
.m-bowpwm li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.xio3xq li:last-child,
.m-bowpwm li:last-child {
    border-bottom: none;
}

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

.xio3xq a:hover,
.m-bowpwm a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-iyro5f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.c-wz8bqk h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ln0gfd ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .njyf6q {
        display: none;
    }
    
    .js-jaeb0t {
        display: flex;
    }
    
    .o9l8va {
        font-size: 40px;
    }
    
    .s-fd5532,
    .bh4umx,
    .c-ublks5,
    .x-bxkmj9,
    .el-z84m6k,
    ._oyn78k,
    .is-h55j35,
    .s-jbe53s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-di6b0y,
    .js-fyfyn2,
    .c-s7mf9a,
    .is-wr0hzf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-nz8cml,
    .x-oruipz,
    .c-ngcp0m {
        grid-template-columns: 1fr;
    }
    
    .s-mdq3rc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-dyckt0,
    .is-p4vc6t {
        flex-direction: column;
        text-align: center;
    }
    
    .c-yrjnnx,
    .js-ar9udp {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .o9l8va {
        font-size: 32px;
    }
    
    .x-zymdpo,
    .is-ntdfoq {
        font-size: 28px;
    }
    
    .s-fd5532,
    .bh4umx,
    .c-ublks5,
    .x-bxkmj9,
    .el-z84m6k,
    .c-di6b0y,
    .js-fyfyn2,
    .c-s7mf9a,
    .is-wr0hzf,
    ._oyn78k,
    .is-h55j35,
    .s-jbe53s {
        grid-template-columns: 1fr;
    }
    
    .s-mdq3rc {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-r7moxn,
    .s-rg20bd,
    .c-n5ou98 {
        flex-direction: column;
    }
    
    .s-paav9d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-v0gryg {
        bottom: 20px;
        right: 20px;
    }
    
    .c-h11v6h {
        display: none;
    }
    
    .m-kzbink {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-fxjbn7 {
        grid-template-columns: 1fr;
    }
    
    .el-dlj8w3 {
        grid-template-columns: 1fr;
    }
    
    .js-vt46ml {
        flex-direction: column;
        gap: 12px;
    }
    
    .kp9au0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-m2x75u {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-y91ccf,
    .ui-v0gryg,
    .el-rq9308,
    .m-sp2389 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
