/* ========================================
   {{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 */
._qhp0qr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.s-ht60b0 {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-kluet0 {
    width: 100%;
}

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

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

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

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

.x-oz36eb {
    max-width: 700px;
}

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

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

.is-csllbp {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.el-rawaq4 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._o6k61x {
    font-size: 24px;
}

.ui-x61o5p {
    position: relative;
}

.ui-x61o5p img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.c-mmwl8j:hover .is-qba799 img {
    transform: scale(1.1);
}

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

.e4xmkf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._z9xagf {
    font-size: 32px;
}

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

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

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

.is-sz9hab {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vfxa2z {
    max-width: 800px;
    margin: 0 auto;
}

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

.js-rlny16 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.js-rlny16:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-pj9t8m.active .m-ginexw {
    transform: rotate(45deg);
}

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

.is-pj9t8m.active ._wt55ep {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-fdicri:hover ._l6b73u img {
    transform: scale(1.05);
}

.x-f4lqwj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-jtr5hc {
    text-align: center;
}

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

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

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

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

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

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

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

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

._j6fjfq h4,
.c-yv0vqg h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-g9jwnj {
    display: flex;
    gap: 12px;
}

.el-g9jwnj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.x-xl9ilt ._qhp0qr {
    position: relative;
    z-index: 1;
}

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

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

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

.x-nwn5qh {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-imw7yh {
    margin-bottom: 24px;
}

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

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

._g4a89i {
    margin-bottom: 32px;
}

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

.ui-rx9idn {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.ui-rx9idn p {
    margin-bottom: 16px;
}

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

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

.ui-rx9idn li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.is-cbd3hk li:last-child,
.m-luwfef li:last-child {
    border-bottom: none;
}

.is-cbd3hk a,
.m-luwfef a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-cbd3hk a:hover,
.m-luwfef a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-sjbuy8 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._r0qchw {
        display: none;
    }
    
    .ui-zy95st {
        display: flex;
    }
    
    .m-dr0n1p {
        font-size: 40px;
    }
    
    .c-bjgez7,
    .u2pzcc,
    ._ujn66c,
    .s-ijyqs6,
    .js-o0a58s,
    ._mz071c,
    .el-lqvh93,
    .l43dnm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-vlcdem,
    .ui-lfsdqf,
    .c-fb4jum,
    .t43ur3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-nltk0s,
    .is-bemcnw,
    .ui-zxt73s {
        grid-template-columns: 1fr;
    }
    
    .is-ybm9zl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-sz9hab,
    .h5b7fr {
        flex-direction: column;
        text-align: center;
    }
    
    ._ikysjz,
    .m-jrnm05 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-dr0n1p {
        font-size: 32px;
    }
    
    .ys2sod,
    .m-y3btg8 {
        font-size: 28px;
    }
    
    .c-bjgez7,
    .u2pzcc,
    ._ujn66c,
    .s-ijyqs6,
    .js-o0a58s,
    .js-vlcdem,
    .ui-lfsdqf,
    .c-fb4jum,
    .t43ur3,
    ._mz071c,
    .el-lqvh93,
    .l43dnm {
        grid-template-columns: 1fr;
    }
    
    .is-ybm9zl {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-csllbp,
    .c-n0xnze,
    .js-f1akpo {
        flex-direction: column;
    }
    
    ._jlehcy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-vabrwc {
        bottom: 20px;
        right: 20px;
    }
    
    .m-fnkp58 {
        display: none;
    }
    
    .el-qlp4ps {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-rmzsi5 {
        grid-template-columns: 1fr;
    }
    
    .x-uj6is9 {
        grid-template-columns: 1fr;
    }
    
    .x-nwn5qh {
        flex-direction: column;
        gap: 12px;
    }
    
    ._z9631v {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-npx4ki {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ht60b0,
    .x-vabrwc,
    ._y0r5ln,
    .s-lj43fz {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
