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

/* CSS Variables */
:root {
    --primary: #B4FF00;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.is-xsko7a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

.is-bh7tqk {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-bnfb8n:hover,
.ui-bnfb8n.m-r44krp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-borf1n {
    padding: 10px 20px;
    font-size: 14px;
}

.js-lt7edp {
    width: 100%;
}

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

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

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

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

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

._hfqny2 {
    max-width: 700px;
}

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

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

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

.c-x3f2f6 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

.m-ebk46z {
    text-align: center;
    margin-bottom: 48px;
}

.x-y781nk {
    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-isqx0b {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-u3scir {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-ly6pt8:hover .el-nefco6 img {
    transform: scale(1.1);
}

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

.ui-oje8fc {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.el-om5nmi {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.m-h342bd {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.js-y4qhlk {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.ui-nfveoo {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-z5z6wq {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.js-eeotdw {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lc2vtc.active .m-qxukde {
    transform: rotate(45deg);
}

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

._lc2vtc.active .x-z63gke {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-dr6odc:hover .is-slmlie img {
    transform: scale(1.05);
}

.js-z3os1i {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-d44pys img {
    width: 48px;
    height: 48px;
}

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

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

.c-wa0wfk h4,
.m-plf7vu h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-adb6wd {
    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-i8v8fq {
    font-size: 20px;
}

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

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

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

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

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

.ui-zm1scg .is-xsko7a {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-lma360 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.is-zysjw7 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ym2rzr li,
.is-mrf8l8 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-ym2rzr li:last-child,
.is-mrf8l8 li:last-child {
    border-bottom: none;
}

.x-ym2rzr a,
.is-mrf8l8 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-ym2rzr a:hover,
.is-mrf8l8 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-qgca2s ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-bh7tqk {
        display: none;
    }
    
    .is-kixbk6 {
        display: flex;
    }
    
    .m-v0jbdy {
        font-size: 40px;
    }
    
    .c-nxddei,
    .c-acjjj3,
    .x-mzzo99,
    .js-yo469z,
    .m-ysaurx,
    .qyt33x,
    .is-ctujip,
    .c-t40s3z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-o7rzyh,
    .js-v8je4f,
    .ui-d33c4t,
    .x-vzfj2m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-wt82h9,
    .el-sqwyh9,
    .js-toxlaw {
        grid-template-columns: 1fr;
    }
    
    .is-vf639d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-smcn8t,
    .c-g2kpul {
        flex-direction: column;
        text-align: center;
    }
    
    .m-vn9u5z,
    .js-y4qhlk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-v0jbdy {
        font-size: 32px;
    }
    
    .s-isqx0b,
    .oshsgh {
        font-size: 28px;
    }
    
    .c-nxddei,
    .c-acjjj3,
    .x-mzzo99,
    .js-yo469z,
    .m-ysaurx,
    .s-o7rzyh,
    .js-v8je4f,
    .ui-d33c4t,
    .x-vzfj2m,
    .qyt33x,
    .is-ctujip,
    .c-t40s3z {
        grid-template-columns: 1fr;
    }
    
    .is-vf639d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._e1yx95,
    .el-y5kqqn,
    .x-zqdk32 {
        flex-direction: column;
    }
    
    .js-vvdj3z {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-t8ui9y {
        bottom: 20px;
        right: 20px;
    }
    
    .x-e6ewdb {
        display: none;
    }
    
    .el-adb6wd {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-p64025 {
        grid-template-columns: 1fr;
    }
    
    .js-qlieh4 {
        grid-template-columns: 1fr;
    }
    
    .el-yl6fuq {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-s4q9qt {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-m24wxg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-gl63uu,
    .ui-t8ui9y,
    .m27aez,
    ._as3eqo {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
