/* ========================================
   {{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 */
._ld6zmp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

._kp0gqd:hover,
._kp0gqd.g5m945 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.s-c8vwlj {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-waf064 {
    width: 100%;
}

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

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

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

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

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

.is-av5uzu {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-fh4gpk {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.js-sy7bed {
    font-size: 24px;
}

.m-lixouh {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-jkjxl2:hover .c-elisrx img {
    transform: scale(1.1);
}

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

.c-ov3wv0 {
    padding: 20px;
}

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

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

.m-mhzmh1 {
    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-hxd9zt {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.is-b8j12d {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

._e8mm0z {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-cg5ni5 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-o8dhlt {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ttwkmr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-loyvq7.active .el-j6sbtg {
    transform: rotate(45deg);
}

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

.ui-loyvq7.active .m-rghpbw {
    max-height: 500px;
}

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

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

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

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

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

.js-nehrq6 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-zpc8dw:hover .js-nehrq6 img {
    transform: scale(1.05);
}

.ui-tf6kqo {
    padding: 20px;
}

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

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

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

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

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

.el-mtbaay h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-mtbaay h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._l6fptb h4,
._z1onw6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-bks14f ._ld6zmp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-fk0xgi {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.k0segf {
    margin-bottom: 24px;
}

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

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

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

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

.el-mo8rtp {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.el-mo8rtp p {
    margin-bottom: 16px;
}

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

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

.el-mo8rtp li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.c-s9bom4 li:last-child,
.iz5odd li:last-child {
    border-bottom: none;
}

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

.c-s9bom4 a:hover,
.iz5odd a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-rxucyq h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._ksp2c4 {
        display: none;
    }
    
    .is-ylwak1 {
        display: flex;
    }
    
    .m-dlelz0 {
        font-size: 40px;
    }
    
    .s-yw1mng,
    .w84x8m,
    .x-d9cdh0,
    .q1jnj7,
    .x-sqrllv,
    .x-vs7ujx,
    .x-qtswpt,
    ._lhl5qc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-o2777u,
    ._mrcfdn,
    .m-m33wzw,
    .el-icjrwf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-cxd9k6,
    .ui-vsjuck,
    .muz9eu {
        grid-template-columns: 1fr;
    }
    
    .ox2ypd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-qrprly,
    .s-bl17w0 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-ewfvhz,
    ._m47c99 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-dlelz0 {
        font-size: 32px;
    }
    
    .is-li2m8h,
    .is-qgc19x {
        font-size: 28px;
    }
    
    .s-yw1mng,
    .w84x8m,
    .x-d9cdh0,
    .q1jnj7,
    .x-sqrllv,
    .js-o2777u,
    ._mrcfdn,
    .m-m33wzw,
    .el-icjrwf,
    .x-vs7ujx,
    .x-qtswpt,
    ._lhl5qc {
        grid-template-columns: 1fr;
    }
    
    .ox2ypd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-zehdg2,
    .ui-kz8r2w,
    .s-joplq3 {
        flex-direction: column;
    }
    
    .c-x67nbh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .fvi9da {
        bottom: 20px;
        right: 20px;
    }
    
    .bxyh1n {
        display: none;
    }
    
    .el-mru986 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-aq5dtm {
        grid-template-columns: 1fr;
    }
    
    ._qt66ah {
        grid-template-columns: 1fr;
    }
    
    .js-f0ob53 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-pvx26v {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-elaf5b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-r6r4ss,
    .fvi9da,
    .is-c76ppj,
    .js-zs4fl0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
