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

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

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

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

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

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

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

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

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

.s-kse4bp:hover,
.s-kse4bp.x-q0n3p7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pmo0vg {
    width: 100%;
}

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

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

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

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

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

.s-jccpxn {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lm6zpi {
    font-size: 24px;
}

.is-klj22l {
    position: relative;
}

.is-klj22l img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.m-wtk0ip:hover .m-cul031 img {
    transform: scale(1.1);
}

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

._lx1ltz {
    padding: 20px;
}

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

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

.m-h13pkq {
    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
   ======================================== */
.js-vfhxh8 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.el-cu8ppz {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

._noh89d {
    text-align: center;
}

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

.x-kuhbi8 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

.x-pr6516 {
    font-size: 32px;
}

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

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

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

.el-j7cl4l {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-olkl7l:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-u0vc20.active .s-h8m6fk {
    transform: rotate(45deg);
}

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

.js-u0vc20.active .c-i1re62 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-nuzwjp:hover .c-q7vw0m img {
    transform: scale(1.05);
}

.m-fpjyqx {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nwwyib {
    text-align: center;
}

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

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

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

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

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

.x-pxg8we img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-rp1jgm .m-ha77b8 {
    position: relative;
    z-index: 1;
}

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

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

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

.m-wgtb03 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._epgp2v {
    margin-bottom: 24px;
}

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

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

.js-ogekdl {
    margin-bottom: 32px;
}

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

.c-l86g3r {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.c-l86g3r p {
    margin-bottom: 16px;
}

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

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

.c-l86g3r li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.js-gkwvjd li,
.is-uc83dt li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-gkwvjd li:last-child,
.is-uc83dt li:last-child {
    border-bottom: none;
}

.js-gkwvjd a,
.is-uc83dt a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-gkwvjd a:hover,
.is-uc83dt a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-l8wwvf ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-oedpt7 {
        display: none;
    }
    
    ._p4cc8f {
        display: flex;
    }
    
    .ui-xp9f0q {
        font-size: 40px;
    }
    
    .el-j9rp1n,
    .m-rg5lek,
    .m-uzv88f,
    .js-xfib5y,
    .is-jx5olu,
    .c-i8rtlm,
    .ui-q8be7n,
    .el-aywkks {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rpmafe,
    .m-cb1nun,
    .js-w5eq90,
    .ui-qoexsb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-hxnxuz,
    .u6p2oz,
    .js-u1medp {
        grid-template-columns: 1fr;
    }
    
    ._wxuh6s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-j7cl4l,
    .m-qgqmcv {
        flex-direction: column;
        text-align: center;
    }
    
    .js-t37pgp,
    ._uxoi4s {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-xp9f0q {
        font-size: 32px;
    }
    
    .c-dd4469,
    .c-c9lo3e {
        font-size: 28px;
    }
    
    .el-j9rp1n,
    .m-rg5lek,
    .m-uzv88f,
    .js-xfib5y,
    .is-jx5olu,
    .rpmafe,
    .m-cb1nun,
    .js-w5eq90,
    .ui-qoexsb,
    .c-i8rtlm,
    .ui-q8be7n,
    .el-aywkks {
        grid-template-columns: 1fr;
    }
    
    ._wxuh6s {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-kh652f,
    .el-vro5v8,
    .c-eue3j8 {
        flex-direction: column;
    }
    
    .el-v6cbgf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._jhu4jp {
        bottom: 20px;
        right: 20px;
    }
    
    .is-yre4d2 {
        display: none;
    }
    
    .m-l4ktqq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-yqgnj8 {
        grid-template-columns: 1fr;
    }
    
    .m-stc0z2 {
        grid-template-columns: 1fr;
    }
    
    .m-wgtb03 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-vxom6e {
        flex-direction: column;
        gap: 8px;
    }
    
    ._qeg0sa {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._bds1pi,
    ._jhu4jp,
    .em6iq0,
    .c-yuxl4s {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
