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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

.axxk2j:hover,
.axxk2j.is-xgx6oh {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.c-yenltu {
    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-ispomt {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.ui-k5aodz {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wefmmq {
    font-size: 24px;
}

.ui-vatqcb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-udtb1d:hover .el-ax3k7s img {
    transform: scale(1.1);
}

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

.jl9t11 {
    padding: 20px;
}

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

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

.is-ffy8wd {
    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
   ======================================== */
.ui-xl93tl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.x-d6h7th {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.ui-oiof0s img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-rqeb3q {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-e6b86u {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.is-znoy88 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kh7rz6:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-bb4zza.active .js-kftc60 {
    transform: rotate(45deg);
}

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

.c-bb4zza.active .el-e0mscu {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-kkpxvq:hover .m-t8d42w img {
    transform: scale(1.05);
}

.is-w6v4e3 {
    padding: 20px;
}

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

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

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

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

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

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

.m-sf5qks h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.s-orrryv {
    display: flex;
    gap: 16px;
}

.x-q9jx0m {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-tu1ey8 {
    display: flex;
    gap: 12px;
}

.c-tu1ey8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-x996o9 {
    font-size: 20px;
}

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

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

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

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

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

.js-q7eqke .js-sam8c6 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-reayhg {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-gi6f6o {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-uhyh73 li:last-child,
.is-pnj017 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.m-z9qlpy h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tuwa1n ul {
    margin-bottom: 24px;
}

.tuwa1n 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-qpz4aj {
        display: none;
    }
    
    .is-xgpkhk {
        display: flex;
    }
    
    .c-qeocb9 {
        font-size: 40px;
    }
    
    .wx5vqa,
    .el-y7j89a,
    .ui-omgq95,
    .el-pxmsnz,
    ._jhf9hi,
    .loxizp,
    ._wkqakz,
    .js-xenc1g {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ope5vt,
    .j8ft1u,
    .ui-bzaylt,
    .el-rca2m6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cz3x8f,
    .ui-acvi0d,
    .c-eavoyb {
        grid-template-columns: 1fr;
    }
    
    ._dq1een {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ao16ng,
    .el-elcxw6 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-pypq2p,
    .x-o2vuth {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-qeocb9 {
        font-size: 32px;
    }
    
    .zngkgj,
    .m-qexn06 {
        font-size: 28px;
    }
    
    .wx5vqa,
    .el-y7j89a,
    .ui-omgq95,
    .el-pxmsnz,
    ._jhf9hi,
    .s-ope5vt,
    .j8ft1u,
    .ui-bzaylt,
    .el-rca2m6,
    .loxizp,
    ._wkqakz,
    .js-xenc1g {
        grid-template-columns: 1fr;
    }
    
    ._dq1een {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-nngc1y,
    ._xy3dfh,
    .s-orrryv {
        flex-direction: column;
    }
    
    .s-nc7f2h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-wl3ok3 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-q2otgh {
        display: none;
    }
    
    .ui-olndgz {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-gpmese {
        grid-template-columns: 1fr;
    }
    
    .c-lnwtco {
        grid-template-columns: 1fr;
    }
    
    .ui-hyz314 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-smd4cu {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-lgejpu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-gs4u2t,
    .x-wl3ok3,
    .x-y2nva3,
    .is-n0ulpx {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
