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

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

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

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

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

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

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

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

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

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

.m-dhjkmg {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-c9wnaq {
    padding: 10px 20px;
    font-size: 14px;
}

.c-jn1lx0 {
    width: 100%;
}

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

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

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

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

._jxnrwt {
    max-width: 700px;
}

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

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

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

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

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

.el-n2dfw5 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ej8foi {
    font-size: 24px;
}

.m-h0o0x7 {
    position: relative;
}

.m-h0o0x7 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.c-suaqx9:hover .ui-xg2irh img {
    transform: scale(1.1);
}

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

.el-mx9g7i {
    padding: 20px;
}

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

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

.ui-zc8m2z {
    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
   ======================================== */
.m-cqoi16 {
    background: var(--bg-dark);
}

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

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

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

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

.js-y4vwo7 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.c-u86qas {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.js-uun2o5 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.m-s880yi img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-cnkix6 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yrm71q {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-zn9qnw.active .m-u6z061 {
    transform: rotate(45deg);
}

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

.x-zn9qnw.active .js-pig5r5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-bntr3b:hover .m-rt6whr img {
    transform: scale(1.05);
}

.js-c5a0r9 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.s-g06ht5 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.x-o2h3na h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-phpxz2 img {
    width: 48px;
    height: 48px;
}

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

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

._k7pzwe h4,
.js-w9wajq h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-n0isyy {
    display: flex;
    gap: 12px;
}

.x-n0isyy img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-lmza9v {
    font-size: 20px;
}

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

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

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

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

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

.js-rjbort .s-kv0h3d {
    position: relative;
    z-index: 1;
}

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

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

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

.s-u52omh {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.s-wo4ewf {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-iskyk8 {
    margin-bottom: 24px;
}

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

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

.c-hqayvs {
    margin-bottom: 32px;
}

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

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

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

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

.x-n3yby4 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.x-gxv9qw h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.x-gxv9qw p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.c-ny9q1e li:last-child,
.is-g1eoxs li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.js-uqpaps h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nqgdga ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .huc98v {
        display: none;
    }
    
    .c-qi0jry {
        display: flex;
    }
    
    .c-ejhjhg {
        font-size: 40px;
    }
    
    .el-z0synp,
    .m-ua1fzw,
    .js-lzico8,
    .js-l1ya91,
    .m-nf9v2e,
    .hdpzlz,
    .x-j836bf,
    .c-tp8evr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-r6xygu,
    .c-jegbvi,
    .js-ibsjud,
    .x-mrazta {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-nmsdqr,
    .x-erxiin,
    .c-swjtx8 {
        grid-template-columns: 1fr;
    }
    
    .js-gbj7lv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-w24h5y,
    .c-wt7dtj {
        flex-direction: column;
        text-align: center;
    }
    
    .m-wiivwr,
    ._fxph04 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-ejhjhg {
        font-size: 32px;
    }
    
    .ui-eerx8n,
    .is-q35a55 {
        font-size: 28px;
    }
    
    .el-z0synp,
    .m-ua1fzw,
    .js-lzico8,
    .js-l1ya91,
    .m-nf9v2e,
    .c-r6xygu,
    .c-jegbvi,
    .js-ibsjud,
    .x-mrazta,
    .hdpzlz,
    .x-j836bf,
    .c-tp8evr {
        grid-template-columns: 1fr;
    }
    
    .js-gbj7lv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-jnb8s3,
    .s-g06ht5,
    .oxecy8 {
        flex-direction: column;
    }
    
    .s-w7lxig {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-oq5r1c {
        bottom: 20px;
        right: 20px;
    }
    
    .judc7z {
        display: none;
    }
    
    .ui-e4ro2y {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-g05gnc {
        grid-template-columns: 1fr;
    }
    
    .m-m8y1sx {
        grid-template-columns: 1fr;
    }
    
    .s-u52omh {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-w5jiv4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-uljixp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-r29mog,
    .el-oq5r1c,
    .s-ik66pv,
    .m-ob3bwf {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
