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

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

/* ========================================
   Header & Navigation
   ======================================== */
.m-km5hb1 {
    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-rbs4un {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.bxu64b:hover,
.bxu64b.ui-y4lx18 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ks599h {
    width: 100%;
}

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

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

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

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

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

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

.is-xohpwb {
    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-spn7km {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._vyleez {
    font-size: 24px;
}

.el-ng34qf {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-j2mdqh:hover .c-rsfvgj img {
    transform: scale(1.1);
}

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

.s3uqw2 {
    padding: 20px;
}

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

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

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

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

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

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

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

.el-iuxhw7 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

.is-sxuwji {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

.x-d11n38 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

._pstf81 {
    font-size: 32px;
}

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

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

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

.m-kakq8x {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-v6ap5b.active .ui-z0iuz6 {
    transform: rotate(45deg);
}

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

.m-v6ap5b.active .c-l3yrsw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-mr7phy:hover .m-mx4nu6 img {
    transform: scale(1.05);
}

.m-jpt7zs {
    padding: 20px;
}

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

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

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

.is-r4bhpf {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wd1m6w h4,
.is-dplmnw h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-qhina8 {
    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-zk4a0v {
    font-size: 20px;
}

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

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

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

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

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

.x-x9nzyd .sc8ipf {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-hobcqy {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-gg2x3m {
    margin-bottom: 24px;
}

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

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

.cj49gm {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ij4vcc li:last-child,
.js-th6v17 li:last-child {
    border-bottom: none;
}

.x-ij4vcc a,
.js-th6v17 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-ij4vcc a:hover,
.js-th6v17 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-qiwahc ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-rw3iby {
        display: none;
    }
    
    .c-je0yqn {
        display: flex;
    }
    
    .is-xohpwb {
        font-size: 40px;
    }
    
    .nyriit,
    .x-bzlhqk,
    .js-pkd233,
    ._em1w3n,
    .el-lr5r7j,
    .el-lp5jc5,
    ._d3van4,
    .x-e6vvxl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._g7xanr,
    .js-zufw33,
    .is-f45gb7,
    .js-v78ml9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ihur4v,
    .el-ienzf0,
    .x-e5773q {
        grid-template-columns: 1fr;
    }
    
    .m-a3zllt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-kakq8x,
    .m-txd1mb {
        flex-direction: column;
        text-align: center;
    }
    
    .el-ksemvc,
    .x-d11n38 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-xohpwb {
        font-size: 32px;
    }
    
    .ui-kybsb1,
    .af5nb2 {
        font-size: 28px;
    }
    
    .nyriit,
    .x-bzlhqk,
    .js-pkd233,
    ._em1w3n,
    .el-lr5r7j,
    ._g7xanr,
    .js-zufw33,
    .is-f45gb7,
    .js-v78ml9,
    .el-lp5jc5,
    ._d3van4,
    .x-e6vvxl {
        grid-template-columns: 1fr;
    }
    
    .m-a3zllt {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-vzedi0,
    .ui-tcq137,
    .ui-pceglh {
        flex-direction: column;
    }
    
    .js-lktzh2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-fh2nyx {
        bottom: 20px;
        right: 20px;
    }
    
    .is-dwu369 {
        display: none;
    }
    
    .x-qhina8 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-tojrm9 {
        grid-template-columns: 1fr;
    }
    
    .s-i4xftr {
        grid-template-columns: 1fr;
    }
    
    .ui-nahmpb {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-cbep03 {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-e637qx {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-km5hb1,
    .js-fh2nyx,
    .s-mjn00b,
    .s-p6gtp6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
