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

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

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

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

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

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

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

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

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

.s-aqdsa6:hover,
.s-aqdsa6.el-qxix42 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-n4440k {
    width: 100%;
}

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

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

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

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

.x-eix4bn {
    max-width: 700px;
}

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

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

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

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

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

.is-ptu0qh {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.x-u7kawt {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.ui-lzbr40 {
    font-size: 24px;
}

.js-p9qequ {
    position: relative;
}

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

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

.x-ppnhox {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.x-mbxd07:hover .el-ioooig img {
    transform: scale(1.1);
}

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

.sifcp2 {
    padding: 20px;
}

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

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

.s-b79ps2 {
    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-oanyj6 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.m-jfq6qo {
    text-align: center;
}

.ui-osc521 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.js-amqnrx img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-erqhnk {
    font-size: 32px;
}

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

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

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

.js-vdihc4 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ibf2dt h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.c-rar4ap:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-ycu59h.active .ui-g1bxwd {
    transform: rotate(45deg);
}

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

.m-ycu59h.active .x-bnu8l2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-p5eacn:hover .s-t85ug3 img {
    transform: scale(1.05);
}

.lja72m {
    padding: 20px;
}

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

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

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

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

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

.x-co3bs1 h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.x-co3bs1 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.c-xs50ls {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-b8yrws {
    display: flex;
    gap: 12px;
}

.s-b8yrws img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-sa9b02 {
    font-size: 20px;
}

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

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

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

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

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

.is-jfa0y2 .is-z7rui1 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-ub7hd4 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._aj0bk2 {
    margin-bottom: 32px;
}

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

.m-fnhwg6 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.m-fnhwg6 p {
    margin-bottom: 16px;
}

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

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

.m-fnhwg6 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.is-qhl3e1 li:last-child,
.zwbqyg li:last-child {
    border-bottom: none;
}

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

.is-qhl3e1 a:hover,
.zwbqyg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-xh75tx {
    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-s3j6r6 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-t3kqdg {
        display: none;
    }
    
    .js-z14vpe {
        display: flex;
    }
    
    .c-bk6uyr {
        font-size: 40px;
    }
    
    .is-ps76n4,
    .x-vxrpg0,
    .is-tjlokq,
    .nnd96m,
    .vtkwje,
    .js-zg0oq0,
    .m-a6aeb0,
    .x-os2s0d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._bda48y,
    .ui-e6onbh,
    .js-ys17bf,
    .x-zl4x4d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._kmx99f,
    .x-cv1g1l,
    .x-glcvth {
        grid-template-columns: 1fr;
    }
    
    .x-yso5hj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-vdihc4,
    .js-f74xnj {
        flex-direction: column;
        text-align: center;
    }
    
    .c-zcdksv,
    .js-vqljgj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-bk6uyr {
        font-size: 32px;
    }
    
    .ui-y49sd2,
    .m-f6ts2a {
        font-size: 28px;
    }
    
    .is-ps76n4,
    .x-vxrpg0,
    .is-tjlokq,
    .nnd96m,
    .vtkwje,
    ._bda48y,
    .ui-e6onbh,
    .js-ys17bf,
    .x-zl4x4d,
    .js-zg0oq0,
    .m-a6aeb0,
    .x-os2s0d {
        grid-template-columns: 1fr;
    }
    
    .x-yso5hj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-dpzk9y,
    .x-ddegyu,
    .c-xs50ls {
        flex-direction: column;
    }
    
    .m-f9qjwh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .d06c7x {
        bottom: 20px;
        right: 20px;
    }
    
    .is-unsbae {
        display: none;
    }
    
    .m-f0l5os {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-b28md2 {
        grid-template-columns: 1fr;
    }
    
    .m-ulxaon {
        grid-template-columns: 1fr;
    }
    
    .s-xy7j8u {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-pjfyl2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-i2jnkz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-zti5tk,
    .d06c7x,
    .m-um3yif,
    .s-umjsz1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
