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

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

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

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

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

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

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

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

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

.uz70eh:hover,
.uz70eh.js-xil62c {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mye3dx {
    width: 100%;
}

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

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

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

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

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

.js-t8fhav {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-zpkzdd {
    font-size: 24px;
}

.x-mknmry {
    position: relative;
}

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

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

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

.s-vg84qg {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.el-inxrvp {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._f0n65t:hover .el-inxrvp img {
    transform: scale(1.1);
}

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

.s-mf8dak {
    padding: 20px;
}

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

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

.js-lmnpjm {
    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-b1tlj8 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ssj5re {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-dhcpx1 {
    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-dhcpx1:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-ly37ku.active .x-k78cr1 {
    transform: rotate(45deg);
}

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

.el-ly37ku.active .el-ieq1ut {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-un6wjf:hover .btw4jb img {
    transform: scale(1.05);
}

._yvjdkm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-veknps {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.js-en6bsi img {
    width: 48px;
    height: 48px;
}

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

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

.js-mutsi8 h4,
.x-fx5gi1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-jxqzuf {
    font-size: 20px;
}

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

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

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

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

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

.s-goeref .is-bauup0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-lro9un {
    margin: 16px 0 32px;
}

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

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

.x-lgk5lz {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-py369y {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pyzss3 li,
.x5ixzl li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-pyzss3 li:last-child,
.x5ixzl li:last-child {
    border-bottom: none;
}

.s-pyzss3 a,
.x5ixzl a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-pyzss3 a:hover,
.x5ixzl a:hover {
    color: var(--primary);
}

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

.s-shiwjb h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-cqlr89 {
        display: none;
    }
    
    .x-nagko0 {
        display: flex;
    }
    
    .ui-p68sii {
        font-size: 40px;
    }
    
    .el-ye60or,
    .is-sgad7y,
    .x-scxtx0,
    .p9pqwe,
    .s-m8jj1s,
    .x-ldqjsz,
    .c-vl4q0w,
    .js-k2k6gi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-nofh4b,
    ._oplou0,
    ._tv9y0k,
    .ui-rkyoy5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-x4zq1s,
    .el-qwoy5n,
    ._znml32 {
        grid-template-columns: 1fr;
    }
    
    ._erqukz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hv7cut,
    .m-erdgnr {
        flex-direction: column;
        text-align: center;
    }
    
    .is-m14s75,
    .x-oy2z5f {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-p68sii {
        font-size: 32px;
    }
    
    .ui-xn2hgd,
    .js-ebr3zh {
        font-size: 28px;
    }
    
    .el-ye60or,
    .is-sgad7y,
    .x-scxtx0,
    .p9pqwe,
    .s-m8jj1s,
    .x-nofh4b,
    ._oplou0,
    ._tv9y0k,
    .ui-rkyoy5,
    .x-ldqjsz,
    .c-vl4q0w,
    .js-k2k6gi {
        grid-template-columns: 1fr;
    }
    
    ._erqukz {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-ki2oen,
    .m-c5t1iu,
    .x-veknps {
        flex-direction: column;
    }
    
    .x-lkyeep {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-ceb67w {
        bottom: 20px;
        right: 20px;
    }
    
    .is-ybvg4f {
        display: none;
    }
    
    ._r7jk5y {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._qnqj70 {
        grid-template-columns: 1fr;
    }
    
    .m-shan1g {
        grid-template-columns: 1fr;
    }
    
    .x-f1i5t0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-pmfk9g {
        flex-direction: column;
        gap: 8px;
    }
    
    .fpt7yh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._i1301d,
    .x-ceb67w,
    .js-gm3gni,
    .c-q5qzu0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
