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

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

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

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

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

.m-ltfv69 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

.x-qcw3e3:hover,
.x-qcw3e3.is-a9mpn5 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.c-kxn881 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vkqyjl {
    width: 100%;
}

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

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

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

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

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

.ui-ankyf5 {
    max-width: 700px;
}

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

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

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

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

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

.ui-k48nqw {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-eq8fa3 {
    font-size: 24px;
}

.fd7noc {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-pgrkir:hover .utc40a img {
    transform: scale(1.1);
}

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

.c-gsdh1i {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-tw5h8t {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

._iuv4ii {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-njnmfb.active .m-hs9wr8 {
    transform: rotate(45deg);
}

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

.el-njnmfb.active .el-w7mj0x {
    max-height: 500px;
}

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

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

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

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

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

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

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

._elhva2:hover .is-xtjis8 img {
    transform: scale(1.05);
}

.c-euve7a {
    padding: 20px;
}

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

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

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

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

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

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

.js-xlrrlw h2 strong {
    color: var(--accent);
}

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

.js-x5hyks {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.ui-pzq8z7 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.ui-jbud8o {
    display: flex;
    gap: 16px;
}

.s-wvudnc {
    text-align: center;
}

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

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

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

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

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

.is-zv8928 img {
    width: 48px;
    height: 48px;
}

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

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

.x-rod7g5 h4,
.js-eoful9 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.c-pn0eed a {
    color: var(--text-secondary);
}

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

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

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

.c-meztjw {
    font-size: 20px;
}

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

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

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

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

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

.c-va9dzi .x-ki1qpg {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-hr7z4n {
    margin-bottom: 24px;
}

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

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

.ui-of73kf {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a2t94e li:last-child,
.is-uzm6h6 li:last-child {
    border-bottom: none;
}

.a2t94e a,
.is-uzm6h6 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.a2t94e a:hover,
.is-uzm6h6 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-atco2j h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-hbomf2 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-wnlguc {
        display: none;
    }
    
    ._h6hwup {
        display: flex;
    }
    
    .is-yuv4rb {
        font-size: 40px;
    }
    
    .s-oxqt7q,
    .uzqcjw,
    .rm5alx,
    .el-h0ss8s,
    .js-v22r3t,
    .el-ogr0v8,
    .c-qd3zp3,
    .js-fhmyc3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-dn8s2h,
    .za0fmx,
    .x-ycr7bh,
    .is-toojzb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-zs6qaw,
    .xukssg,
    .x-um9bl6 {
        grid-template-columns: 1fr;
    }
    
    .m-fjvjcl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hajnyc,
    .c-wlkhfv {
        flex-direction: column;
        text-align: center;
    }
    
    .js-qy6rz0,
    .is-f1bluj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-yuv4rb {
        font-size: 32px;
    }
    
    .m-d746qk,
    ._kqlr5p {
        font-size: 28px;
    }
    
    .s-oxqt7q,
    .uzqcjw,
    .rm5alx,
    .el-h0ss8s,
    .js-v22r3t,
    .m-dn8s2h,
    .za0fmx,
    .x-ycr7bh,
    .is-toojzb,
    .el-ogr0v8,
    .c-qd3zp3,
    .js-fhmyc3 {
        grid-template-columns: 1fr;
    }
    
    .m-fjvjcl {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-b3ffs9,
    .js-x5hyks,
    .ui-jbud8o {
        flex-direction: column;
    }
    
    .c-pn0eed {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-rc8pf4 {
        bottom: 20px;
        right: 20px;
    }
    
    .r2us6a {
        display: none;
    }
    
    ._zxick5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-apt73i {
        grid-template-columns: 1fr;
    }
    
    .s-k2gfkt {
        grid-template-columns: 1fr;
    }
    
    ._gkbj9h {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-cmbhfd {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-kqmuch {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-l7i0xq,
    .ui-rc8pf4,
    .s-fl2reu,
    .el-w62blv {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
