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

/* CSS Variables */
:root {
    --primary: #558B2F;
    --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-ida1iu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.m-kquk74:hover,
.m-kquk74.is-biuri2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mr6hzv {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.s-w3fnoq {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ymlcir {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-ztvzwi:hover .uwvsb5 img {
    transform: scale(1.1);
}

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

._gibzmm {
    padding: 20px;
}

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

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

.s-vyxvbz {
    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
   ======================================== */
.m-sbopcp {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.js-uxodjp {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-yuu50d {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-o4k3xf h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.x-fu77b4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

._pm8jg2.active .s4kmt6 {
    transform: rotate(45deg);
}

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

._pm8jg2.active .ui-xi64kx {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-y9hk98:hover .s-tidmgd img {
    transform: scale(1.05);
}

.x-ku3jn8 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.szu1wp {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-g1dled h4,
.is-uin2i2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._x02txq {
    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-fssq1r {
    font-size: 20px;
}

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

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

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

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

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

.el-uph60y .is-ida1iu {
    position: relative;
    z-index: 1;
}

.el-u5c0yk {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.is-egr6zf h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-egr6zf h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-wfvayt {
    margin-bottom: 24px;
}

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

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

.is-m75ume {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-i9uqod li:last-child,
.yqsdao li:last-child {
    border-bottom: none;
}

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

.js-i9uqod a:hover,
.yqsdao a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hekwtr ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-dyt5ra {
        display: none;
    }
    
    .c-m3i4ai {
        display: flex;
    }
    
    .wr8tfx {
        font-size: 40px;
    }
    
    .x-ugcijj,
    .el-dyljnh,
    .js-k48wpk,
    .x8rzq3,
    .x-v143ox,
    .s-rhwtfd,
    .is-x0dhff,
    .m-pix7s6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-gy1ai9,
    .m-eg191r,
    .s-c7oz5l,
    .sdlgb0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._t6cjp5,
    .m-bihn5s,
    .js-iu0xpa {
        grid-template-columns: 1fr;
    }
    
    .x-qytgos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-yuu50d,
    .c-io92ic {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-y8xk7x,
    .el-n5e3nd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wr8tfx {
        font-size: 32px;
    }
    
    .el-zb4bup,
    .el-u5c0yk {
        font-size: 28px;
    }
    
    .x-ugcijj,
    .el-dyljnh,
    .js-k48wpk,
    .x8rzq3,
    .x-v143ox,
    .js-gy1ai9,
    .m-eg191r,
    .s-c7oz5l,
    .sdlgb0,
    .s-rhwtfd,
    .is-x0dhff,
    .m-pix7s6 {
        grid-template-columns: 1fr;
    }
    
    .x-qytgos {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-d0b8d4,
    .is-l95w3l,
    .s-lh9zk6 {
        flex-direction: column;
    }
    
    .ui-xkattg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._fa1wl6 {
        bottom: 20px;
        right: 20px;
    }
    
    .fg53nk {
        display: none;
    }
    
    ._x02txq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-mwut33 {
        grid-template-columns: 1fr;
    }
    
    .ui-j9k4mz {
        grid-template-columns: 1fr;
    }
    
    .m-zys0yt {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-jkwtke {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-npxeoj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-rgnkqd,
    ._fa1wl6,
    .ui-fft2l9,
    .js-u4k3he {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
