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

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

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

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

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

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

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

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

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

.s-msc3ud:hover,
.s-msc3ud._pvm4wr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ls2ckh {
    width: 100%;
}

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

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

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

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

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

._v3x3sc {
    max-width: 700px;
}

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

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

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

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

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

.ui-cck1l3 {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-cmntqy {
    font-size: 24px;
}

.is-m6urdj {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-xkpyam:hover .ui-lt06t3 img {
    transform: scale(1.1);
}

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

.x-he8l36 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mo69r9 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.c-jaic12 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-o2vga3 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-e4syak:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-hdxmfa.active .el-he0lba {
    transform: rotate(45deg);
}

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

.m-hdxmfa.active .ui-smz91c {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-ws14f3:hover .x-xlyfjp img {
    transform: scale(1.05);
}

.ui-que661 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.is-e4p9r3 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wb78kb h4,
.bvhxqu h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-j378oo {
    display: flex;
    gap: 12px;
}

.x-j378oo img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.s-a4u12x .ui-hcnnj8 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kpu12p {
    margin-bottom: 32px;
}

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

.m-h612e5 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.m-h612e5 p {
    margin-bottom: 16px;
}

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

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

.m-h612e5 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.js-xxer5k li:last-child,
.x-mm6voa li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-xtlf14 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .q7jqa7 {
        display: none;
    }
    
    .kyao0t {
        display: flex;
    }
    
    .js-g7qavq {
        font-size: 40px;
    }
    
    .m-k58l44,
    ._b3ucb0,
    .s-ejffl3,
    .c-i5327g,
    .c-ny8hua,
    .el-ye72px,
    .m-fnhl0p,
    .el-tka02j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ujle7u,
    .c-xwz8hb,
    .s-fg6acy,
    .is-zqgq9g {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-mthjfl,
    ._keae22,
    .el-sl2ob9 {
        grid-template-columns: 1fr;
    }
    
    .el-rul3g8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-jaic12,
    .el-fienl5 {
        flex-direction: column;
        text-align: center;
    }
    
    ._gv25wy,
    .c-wde2ij {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-g7qavq {
        font-size: 32px;
    }
    
    .x-w20of2,
    .s-u62bea {
        font-size: 28px;
    }
    
    .m-k58l44,
    ._b3ucb0,
    .s-ejffl3,
    .c-i5327g,
    .c-ny8hua,
    .c-ujle7u,
    .c-xwz8hb,
    .s-fg6acy,
    .is-zqgq9g,
    .el-ye72px,
    .m-fnhl0p,
    .el-tka02j {
        grid-template-columns: 1fr;
    }
    
    .el-rul3g8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .sxpx8o,
    .is-e4p9r3,
    .js-srace0 {
        flex-direction: column;
    }
    
    .el-r0hsth {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-nhoogw {
        bottom: 20px;
        right: 20px;
    }
    
    .s-ark01i {
        display: none;
    }
    
    ._j1pfw7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-yv4lea {
        grid-template-columns: 1fr;
    }
    
    .m-hquoiv {
        grid-template-columns: 1fr;
    }
    
    ._he2ij7 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-g31a0l {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-ty8llr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ehzvou,
    .m-nhoogw,
    .m-lxq7s4,
    ._qefpnr {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
