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

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

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

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

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

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

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

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

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

.m-h95tlm:hover,
.m-h95tlm.x-dfa5y4 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ng6stm {
    width: 100%;
}

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

.c-x79k2p {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-b9zuya {
    font-size: 24px;
}

.ui-ypm0xk {
    position: relative;
}

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

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

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

.m-kvtl7s {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-phvg6t:hover ._zsmkvv img {
    transform: scale(1.1);
}

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

.eum6q7 {
    padding: 20px;
}

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

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

.el-dnxgej {
    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
   ======================================== */
.js-nsua1o {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.c-m508vx {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

.el-lrwuf9 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.rasn4p img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-d72p1y {
    text-align: center;
}

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

.js-d72p1y h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-t15cb7.active .js-sgpxfo {
    transform: rotate(45deg);
}

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

.is-t15cb7.active .qo79j6 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-juty6b:hover .s-dfpnic img {
    transform: scale(1.05);
}

.pownld {
    padding: 20px;
}

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

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

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

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

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

.c-rxwtcs h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.c-rxwtcs h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.m-lky8x2 {
    display: flex;
    gap: 16px;
}

.js-v3z7w6 {
    text-align: center;
}

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

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

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

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

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

.js-lgvp08 img {
    width: 48px;
    height: 48px;
}

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

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

.y3dgmo h4,
._jcm66f h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-syktdy {
    display: flex;
    gap: 12px;
}

.m-syktdy img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._tarbj3 {
    font-size: 20px;
}

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

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

.ui-ug2t5m {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

.ui-un4pz5 .s-gqx55k {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-vsh38o {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-o92sx8 {
    margin-bottom: 24px;
}

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

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

.x-dee92o {
    margin-bottom: 32px;
}

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

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

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

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

.lw7llr p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-c5ms3u li:last-child,
.el-xouoi6 li:last-child {
    border-bottom: none;
}

.is-c5ms3u a,
.el-xouoi6 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-c5ms3u a:hover,
.el-xouoi6 a:hover {
    color: var(--primary);
}

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

.m-e64kec h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-shhhsa ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-iymdg9 {
        display: none;
    }
    
    ._v243kv {
        display: flex;
    }
    
    .m-pm3r95 {
        font-size: 40px;
    }
    
    .x-agrzti,
    .c-cetqgs,
    ._e13xrl,
    .is-h5bxv7,
    .el-gv34aq,
    .x-qsmg5o,
    .ui-ekvgw9,
    .ui-tx61sx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-lwbuqn,
    .s-p4bc4t,
    .is-ubziz5,
    .m-mbcou5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-jvyyuw,
    .qe5lgz,
    .s-j4klxj {
        grid-template-columns: 1fr;
    }
    
    .m-km0qdb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-dznwwl,
    .s-zl6vm5 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-cy69om,
    .is-ysed1i {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-pm3r95 {
        font-size: 32px;
    }
    
    .m-ns081l,
    .x-qqwuq2 {
        font-size: 28px;
    }
    
    .x-agrzti,
    .c-cetqgs,
    ._e13xrl,
    .is-h5bxv7,
    .el-gv34aq,
    .is-lwbuqn,
    .s-p4bc4t,
    .is-ubziz5,
    .m-mbcou5,
    .x-qsmg5o,
    .ui-ekvgw9,
    .ui-tx61sx {
        grid-template-columns: 1fr;
    }
    
    .m-km0qdb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-c9croe,
    .is-or1sz9,
    .m-lky8x2 {
        flex-direction: column;
    }
    
    .el-o0pafd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-fvhbzo {
        bottom: 20px;
        right: 20px;
    }
    
    .q2urt6 {
        display: none;
    }
    
    .x-oxt1e0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-txwh5t {
        grid-template-columns: 1fr;
    }
    
    .m-cicpc4 {
        grid-template-columns: 1fr;
    }
    
    .m-qdik9k {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-z06b1f {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-bilo2y {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-l44b8j,
    .js-fvhbzo,
    .z28h0p,
    .m-wkjmm5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
