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

/* CSS Variables */
:root {
    --primary: #00897B;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.c-yyzhcr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

.ui-ffkowh {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.is-hlut0y:hover,
.is-hlut0y.c-x00ulw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.c-lgyyfm {
    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-lgyyfm:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._qtaukc {
    width: 100%;
}

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

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

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

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

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

.ui-ngkxxv {
    max-width: 700px;
}

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

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

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

.s-vz77q4 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-iq8lfq {
    font-size: 24px;
}

.m-isg8u7 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-swq57i:hover .ui-amk5ew img {
    transform: scale(1.1);
}

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

.m-r0jqow {
    padding: 20px;
}

.m-r0jqow h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.c-fsr9pa {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.el-n8s7dd {
    text-align: center;
}

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

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

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

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

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

.s-yh9nbg img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.m-gj6ubi {
    font-size: 32px;
}

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

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

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

.ui-xixsn6 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ui-fkjik5 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-pw98z5.active .c-f2gldm {
    transform: rotate(45deg);
}

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

.js-pw98z5.active .js-m8i4jl {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-hcpmx0:hover .js-j6mfzl img {
    transform: scale(1.05);
}

.js-fv4ixm {
    padding: 20px;
}

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

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

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

.m-rmnpbc {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.s-te4adr h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

.is-n01auj {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

.bfhw9y {
    text-align: center;
}

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

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

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

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

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

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

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

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

.ui-elxhfb h4,
.js-h5327d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-esxm7w {
    font-size: 20px;
}

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

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

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

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

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

.x-dnxyi2 .c-yyzhcr {
    position: relative;
    z-index: 1;
}

.s-jfbr36 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-bkpm6p {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-s747ws h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.js-s747ws p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.s-uai3yp li,
.js-rntk0n li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-uai3yp li:last-child,
.js-rntk0n li:last-child {
    border-bottom: none;
}

.s-uai3yp a,
.js-rntk0n a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-uai3yp a:hover,
.js-rntk0n a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-cwbci3 {
    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-yh3t8c h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-cazau1 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-dhcrb4 {
        display: none;
    }
    
    .el-qtmuvs {
        display: flex;
    }
    
    .c-wkrhbs {
        font-size: 40px;
    }
    
    .x-j0ezih,
    .r7zxxd,
    .s-ytn8gu,
    .el-tprq1r,
    .s-e02cge,
    .x-kb5rjh,
    .el-nniddn,
    .ui-aom4tc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-idgjnc,
    .is-vt1jjr,
    ._c0aovr,
    .is-chjvzs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vs20wr,
    ._z5fj34,
    .pygurx {
        grid-template-columns: 1fr;
    }
    
    ._i05m1z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xixsn6,
    .c-fjlvsl {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-m9k8wp,
    .m-pkhkdr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-wkrhbs {
        font-size: 32px;
    }
    
    .rptfss,
    .s-jfbr36 {
        font-size: 28px;
    }
    
    .x-j0ezih,
    .r7zxxd,
    .s-ytn8gu,
    .el-tprq1r,
    .s-e02cge,
    .is-idgjnc,
    .is-vt1jjr,
    ._c0aovr,
    .is-chjvzs,
    .x-kb5rjh,
    .el-nniddn,
    .ui-aom4tc {
        grid-template-columns: 1fr;
    }
    
    ._i05m1z {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-l9zg6h,
    .ui-wjqsml,
    ._s78e58 {
        flex-direction: column;
    }
    
    ._sv6pwn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-ekc9do {
        bottom: 20px;
        right: 20px;
    }
    
    .is-bvlhin {
        display: none;
    }
    
    .x-zn620c {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-dl7drj {
        grid-template-columns: 1fr;
    }
    
    .is-y7mmpy {
        grid-template-columns: 1fr;
    }
    
    .ui-dnq0fu {
        flex-direction: column;
        gap: 12px;
    }
    
    .dml5i0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-rgi259 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-jyf619,
    .ui-ekc9do,
    .s-r8u173,
    .ui-f4oasj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
