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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-sbd4qq {
    width: 100%;
}

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

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

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

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

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

.el-zsuvwx {
    max-width: 700px;
}

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

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

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

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

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

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

.s-f9bsl9 {
    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-i5jyby {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g62j42 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-mgjjt4:hover .c-jhbn57 img {
    transform: scale(1.1);
}

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

.is-cxjydu {
    padding: 20px;
}

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

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

.js-zfkssb {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.sdlqls {
    text-align: center;
}

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

.is-toies2 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.ui-on9kle img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.kyb8n2 {
    font-size: 32px;
}

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

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

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

.x-rjp740 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-texvrn {
    text-align: center;
}

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

.is-texvrn h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-psw6er:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.hgg05t.active .s-q4trsa {
    transform: rotate(45deg);
}

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

.hgg05t.active .s-jw3ogo {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-jaozuw:hover .x-zzr6dh img {
    transform: scale(1.05);
}

.js-uy02q0 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-b75bkx {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-twtqcc img {
    width: 48px;
    height: 48px;
}

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

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

.x-eaa1j7 h4,
.mwa3fw h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-g2gwh4 {
    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-y8m2io {
    font-size: 20px;
}

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

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

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

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

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

.el-wcr1kg .is-rfmxys {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-pk6bhr {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._kx96w3 {
    margin-bottom: 32px;
}

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

.is-xtlx1r {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.is-xtlx1r p {
    margin-bottom: 16px;
}

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

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

.is-xtlx1r li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.b7k0tj li:last-child,
.js-iw7qko li:last-child {
    border-bottom: none;
}

.b7k0tj a,
.js-iw7qko a {
    font-size: 14px;
    color: var(--text-secondary);
}

.b7k0tj a:hover,
.js-iw7qko a:hover {
    color: var(--primary);
}

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

.el-yidlqv h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.js-rt43gv {
    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-hxbud7 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-jw8aq8 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-b86ib0 {
        display: none;
    }
    
    .el-rpmgif {
        display: flex;
    }
    
    ._a98p8n {
        font-size: 40px;
    }
    
    .is-blvj3c,
    .is-ciyq3a,
    .c-zoe40h,
    .c-t15xoe,
    .js-dgzuaj,
    .m-liuknq,
    .s-nk53s3,
    .s-hco71w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-s8rveu,
    .m-y7lyjf,
    .x-g85m1a,
    .ui-unm2xk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-h5hcuo,
    .rqksn0,
    .c-c5q7uw {
        grid-template-columns: 1fr;
    }
    
    .el-zodtzl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-rjp740,
    .x-eqn412 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-b3s392,
    .ui-h9q6sn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._a98p8n {
        font-size: 32px;
    }
    
    .c-i5jyby,
    .x-fel0ul {
        font-size: 28px;
    }
    
    .is-blvj3c,
    .is-ciyq3a,
    .c-zoe40h,
    .c-t15xoe,
    .js-dgzuaj,
    .x-s8rveu,
    .m-y7lyjf,
    .x-g85m1a,
    .ui-unm2xk,
    .m-liuknq,
    .s-nk53s3,
    .s-hco71w {
        grid-template-columns: 1fr;
    }
    
    .el-zodtzl {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-nn63zm,
    ._admylu,
    .m-b75bkx {
        flex-direction: column;
    }
    
    .c-koa34s {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-r1h23i {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-totfmx {
        display: none;
    }
    
    .js-g2gwh4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-l44mk7 {
        grid-template-columns: 1fr;
    }
    
    .js-drrnp5 {
        grid-template-columns: 1fr;
    }
    
    .m-z6hgvd {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-x1651v {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-kpzc3w {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-ehi0rn,
    .m-r1h23i,
    .s-jklmm4,
    .el-zb2msd {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
