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

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

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

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

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

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

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

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

.s-yypwm4:hover,
.s-yypwm4.el-g7no3v {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-hzk24i {
    width: 100%;
}

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

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

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

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

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

.is-w1r2fz {
    max-width: 700px;
}

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

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

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

.js-m3w5t0 {
    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-ecsp2i {
    text-align: center;
    margin-bottom: 48px;
}

.m-r3egdp {
    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-vxw413 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g5eo8i {
    font-size: 24px;
}

.js-h18bqa {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-qk74w4:hover .el-g5444p img {
    transform: scale(1.1);
}

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

.s-s0lzx9 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lud8o5 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.s-zcqqoy {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.kyf48i img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-yo2942 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-gcyy14 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m-rjamo3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ifiyqm:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-ehxcrc.active .x-bqkrns {
    transform: rotate(45deg);
}

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

.is-ehxcrc.active .s-ay5p2t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-e9t4wt:hover .m-n9vv38 img {
    transform: scale(1.05);
}

.m-ifnqwf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bv88q3 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-icf11n {
    display: flex;
    gap: 12px;
}

.js-icf11n img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-vkpz85 {
    font-size: 20px;
}

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

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

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

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

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

.is-aeoik9 ._vplwza {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-ljxu44 {
    margin: 16px 0 32px;
}

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

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

.s-r97i1c {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-md4l9a {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-oznvrv li,
.c-ihbciw li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-oznvrv li:last-child,
.c-ihbciw li:last-child {
    border-bottom: none;
}

.is-oznvrv a,
.c-ihbciw a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-oznvrv a:hover,
.c-ihbciw a:hover {
    color: var(--primary);
}

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

.x-nyct84 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.m-yip2sd {
    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-sgat11 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-fujbia {
        display: none;
    }
    
    .g6une9 {
        display: flex;
    }
    
    .c-rpwu9y {
        font-size: 40px;
    }
    
    .el-vtvpxk,
    .nehve3,
    .el-l5zmza,
    .el-qb04pn,
    .im4wl2,
    .m-fo9kpm,
    .js-gpr6cq,
    .x-es4xde {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-rxec1q,
    .c-mlnh4q,
    .s-zhz7lm,
    .js-o2bup3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jtjvh0,
    .x-go5tfd,
    .el-u072vb {
        grid-template-columns: 1fr;
    }
    
    .x-e2qzt5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s6dry1,
    .s-mqdsz7 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-y7hatn,
    .c-qt8ljw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-rpwu9y {
        font-size: 32px;
    }
    
    .s-vxw413,
    .ui-rm7h8r {
        font-size: 28px;
    }
    
    .el-vtvpxk,
    .nehve3,
    .el-l5zmza,
    .el-qb04pn,
    .im4wl2,
    .m-rxec1q,
    .c-mlnh4q,
    .s-zhz7lm,
    .js-o2bup3,
    .m-fo9kpm,
    .js-gpr6cq,
    .x-es4xde {
        grid-template-columns: 1fr;
    }
    
    .x-e2qzt5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-k9ccnp,
    .m-dqji09,
    .bv88q3 {
        flex-direction: column;
    }
    
    .x-c8jv1y {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-i6j3ox {
        bottom: 20px;
        right: 20px;
    }
    
    ._tn6v0i {
        display: none;
    }
    
    ._so06le {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-ldppux {
        grid-template-columns: 1fr;
    }
    
    .js-jixvcu {
        grid-template-columns: 1fr;
    }
    
    .el-pjskz0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-onqo6v {
        flex-direction: column;
        gap: 8px;
    }
    
    .fdfc4j {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._pgsa6x,
    .c-i6j3ox,
    .el-bvixyq,
    .ui-bcxy4k {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
