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

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

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

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

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

.c-ijnnto {
    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-ghyutj {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-hd00cs:hover,
.m-hd00cs.js-hvjzci {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-xnc7wp {
    width: 100%;
}

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

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

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

.c-skft9g::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-rmoxq9 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.x-eeq8pn {
    max-width: 700px;
}

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

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

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

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

.el-wmm0ha {
    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-pl41i7 {
    text-align: center;
    margin-bottom: 48px;
}

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

.s-plyhjq {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qibvcc {
    font-size: 24px;
}

.is-uqn3ra {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-chh3i1:hover .en6zwz img {
    transform: scale(1.1);
}

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

.c-p7fl85 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-xx6578 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.el-xx6578 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

.c-hl9fy9 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z63c4l {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-g8d0pe:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._cfuzad.active .is-mj8ovz {
    transform: rotate(45deg);
}

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

._cfuzad.active .d06w5s {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-kx7zoa:hover .is-erp2t0 img {
    transform: scale(1.05);
}

.js-jp1wry {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-l5rmf5 img {
    width: 48px;
    height: 48px;
}

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

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

.ui-w4xa95 h4,
._l7jz3d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dty472 {
    font-size: 20px;
}

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

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

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

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

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

.kaay4u .el-dd5sym {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-sj6f28 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.s-ozb990 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.xt9tja p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-z26wtb li:last-child,
.js-y3kw6p li:last-child {
    border-bottom: none;
}

.ui-z26wtb a,
.js-y3kw6p a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-z26wtb a:hover,
.js-y3kw6p a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.m-srs5gz h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tezc61 ul {
    margin-bottom: 24px;
}

.js-tezc61 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-ghyutj {
        display: none;
    }
    
    .j2vxde {
        display: flex;
    }
    
    .m-wbotqt {
        font-size: 40px;
    }
    
    .s-bs34x0,
    .x5qlmx,
    .s-lnwhdk,
    .x-o2qfrt,
    .m-zaweh2,
    .s-rnyeg5,
    .x-i1ia9p,
    .js-xga3v6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-mwlgzb,
    .js-hntnin,
    .is-tsociu,
    .c-nwpmn9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-jbv4vg,
    .ui-pjo690,
    .is-gqh76k {
        grid-template-columns: 1fr;
    }
    
    .c-voxu06 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-rumcyj,
    .drq8wa {
        flex-direction: column;
        text-align: center;
    }
    
    .c-kh3glw,
    .s-yds8kz {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-wbotqt {
        font-size: 32px;
    }
    
    .s-plyhjq,
    ._h7fb6z {
        font-size: 28px;
    }
    
    .s-bs34x0,
    .x5qlmx,
    .s-lnwhdk,
    .x-o2qfrt,
    .m-zaweh2,
    .m-mwlgzb,
    .js-hntnin,
    .is-tsociu,
    .c-nwpmn9,
    .s-rnyeg5,
    .x-i1ia9p,
    .js-xga3v6 {
        grid-template-columns: 1fr;
    }
    
    .c-voxu06 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-uqw7mg,
    .is-o4vzk3,
    .s-s903q1 {
        flex-direction: column;
    }
    
    .s-ykoxky {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-fxl54q {
        bottom: 20px;
        right: 20px;
    }
    
    .x-y995o4 {
        display: none;
    }
    
    .g7zvse {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-sqz3yg {
        grid-template-columns: 1fr;
    }
    
    .c-hgg1so {
        grid-template-columns: 1fr;
    }
    
    .js-nai5sk {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-tl20wf {
        flex-direction: column;
        gap: 8px;
    }
    
    .mpndec {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-x5ivte,
    .ui-fxl54q,
    ._g11l4c,
    .c-emk6xb {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
