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

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

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

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

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

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

.c-mu26h5 {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.m-pmmayt:hover,
.m-pmmayt.m-ss6i5k {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-amlxgh {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-szxncu {
    font-size: 24px;
}

.c-gfzyrz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-i4q27m:hover .js-ywndru img {
    transform: scale(1.1);
}

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

._gvq3yl {
    padding: 20px;
}

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

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

.js-v7k3sd {
    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
   ======================================== */
.x-lqicbp {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.js-pm4urh {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.c-y932ch {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.s-p4vxyf img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.s-p4vxyf h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

.is-t02u3z {
    display: flex;
    align-items: center;
    gap: 16px;
}

._cfb26b {
    font-size: 32px;
}

.is-t02u3z h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-c7hljj.active .is-isnicw {
    transform: rotate(45deg);
}

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

.m-c7hljj.active .el-uen9a1 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-t4ezsx:hover .ui-q686f4 img {
    transform: scale(1.05);
}

.el-opx6sg {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._zsqigw img {
    width: 48px;
    height: 48px;
}

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

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

.e17fhb h4,
.el-bkrpk6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-htjpj1 {
    display: flex;
    gap: 12px;
}

.is-htjpj1 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.xqb23p {
    font-size: 20px;
}

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

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

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

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

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

.boymio .js-cwvvm7 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

._qsyedg {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._q5w1z2 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-oj4lnd li:last-child,
.har3be li:last-child {
    border-bottom: none;
}

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

.js-oj4lnd a:hover,
.har3be a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.x-brkq54 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-miqru7 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.ui-jxz02x ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-zg04mv {
        display: none;
    }
    
    ._h8dcv2 {
        display: flex;
    }
    
    .s-qv8xzo {
        font-size: 40px;
    }
    
    .c-ssgubq,
    .s-henn7m,
    ._wmjl29,
    .m-tm2odc,
    ._ra91k3,
    .m-zl2qgn,
    .kf99om,
    .idsofo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cxyhoy,
    .is-m19vrq,
    .is-g85qtm,
    .x-jraz3r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ab6slp,
    .s-lmi3mf,
    .ui-g7op25 {
        grid-template-columns: 1fr;
    }
    
    ._ui09cw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-paxxma,
    .js-n8f0fp {
        flex-direction: column;
        text-align: center;
    }
    
    .is-alkxc2,
    .is-l8a9zf {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-qv8xzo {
        font-size: 32px;
    }
    
    ._lbqhkq,
    .s-demwg9 {
        font-size: 28px;
    }
    
    .c-ssgubq,
    .s-henn7m,
    ._wmjl29,
    .m-tm2odc,
    ._ra91k3,
    .js-cxyhoy,
    .is-m19vrq,
    .is-g85qtm,
    .x-jraz3r,
    .m-zl2qgn,
    .kf99om,
    .idsofo {
        grid-template-columns: 1fr;
    }
    
    ._ui09cw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-ja03tl,
    .c-v1hpbk,
    .el-d8b32m {
        flex-direction: column;
    }
    
    .el-onue0d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-bqfwx4 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-bck0uw {
        display: none;
    }
    
    .wygy03 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-qbmq1n {
        grid-template-columns: 1fr;
    }
    
    .s-rzgucj {
        grid-template-columns: 1fr;
    }
    
    .ui-cosncm {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-erbiij {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-euvwlr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-vxdx8x,
    .js-bqfwx4,
    .c-qdxfeo,
    .js-z5tqz6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
