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

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

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

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

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

.ui-stm41p {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.ui-aj38wh:hover,
.ui-aj38wh.is-z855m1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q0xefx {
    width: 100%;
}

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

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

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

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

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

._kcjmhv {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

.c-v5neoq {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.is-ieb3xo {
    font-size: 24px;
}

._mxdi6s {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-ypzbq1:hover .x-ldd8jr img {
    transform: scale(1.1);
}

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

.ui-jtb6ec {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-lufntt {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

._fym5bh {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.d8qicx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-tt0qih.active .js-r5psjl {
    transform: rotate(45deg);
}

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

.ui-tt0qih.active .s-qnfs0m {
    max-height: 500px;
}

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

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

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

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

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

.s-uapkum {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.el-lds30j:hover .s-uapkum img {
    transform: scale(1.05);
}

.is-k7cja9 {
    padding: 20px;
}

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

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

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

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

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

.is-atnegl h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.is-atnegl h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jmateu h4,
.s-qjebjb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-mfa7pj {
    font-size: 20px;
}

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

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

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

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

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

.el-wcyipi .el-f225cq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-hram25 li,
.c-fn5l4z li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-hram25 li:last-child,
.c-fn5l4z li:last-child {
    border-bottom: none;
}

.js-hram25 a,
.c-fn5l4z a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-hram25 a:hover,
.c-fn5l4z a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-en8wnd {
        display: none;
    }
    
    .lpfbyh {
        display: flex;
    }
    
    .u0cfly {
        font-size: 40px;
    }
    
    .js-kpigij,
    .x-o7957y,
    .is-svhqcd,
    .c-wa9kkh,
    .ndzrs8,
    .m-z9oymz,
    .c-fgtfei,
    ._fr4lmd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._zte4cj,
    ._ztbi7m,
    .c-xmf7ex,
    ._uhbrby {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-j1yxr7,
    .is-nljqa8,
    .m-wbyd1i {
        grid-template-columns: 1fr;
    }
    
    .js-w5kw9o {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-k4u7lm,
    ._jf9c5o {
        flex-direction: column;
        text-align: center;
    }
    
    .is-r83zhi,
    .s-o0m2d0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .u0cfly {
        font-size: 32px;
    }
    
    .s-wiihbl,
    .x-y08swu {
        font-size: 28px;
    }
    
    .js-kpigij,
    .x-o7957y,
    .is-svhqcd,
    .c-wa9kkh,
    .ndzrs8,
    ._zte4cj,
    ._ztbi7m,
    .c-xmf7ex,
    ._uhbrby,
    .m-z9oymz,
    .c-fgtfei,
    ._fr4lmd {
        grid-template-columns: 1fr;
    }
    
    .js-w5kw9o {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._iik4t7,
    .s-kefshc,
    .ui-ne23t6 {
        flex-direction: column;
    }
    
    .c-uk3ikj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-den06r {
        bottom: 20px;
        right: 20px;
    }
    
    .js-ob8luo {
        display: none;
    }
    
    .fnqdly {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m253xq {
        grid-template-columns: 1fr;
    }
    
    .c-y0bw3u {
        grid-template-columns: 1fr;
    }
    
    .lh16ht {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-pbqhpf {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-z5b6mj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-n3y3gw,
    .js-den06r,
    .x-djfnzv,
    ._ixf5rn {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
