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

/* CSS Variables */
:root {
    --primary: #00ACC1;
    --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 */
.js-oxiy3i {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.vj2otd {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

.x-vjaqy1:hover,
.x-vjaqy1.x-lkc28f {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-d8jd3d {
    width: 100%;
}

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

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

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

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

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

.s-z2kvs9 {
    max-width: 700px;
}

.c-k8ds3k {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

.c-gw6esx {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-er6enu {
    position: relative;
}

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

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

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

.el-k9byx2 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.is-iij5ln:hover .ui-wnw6tq img {
    transform: scale(1.1);
}

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

.x-e207vu {
    padding: 20px;
}

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

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

.dpnhmc {
    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
   ======================================== */
.c-j4jl87 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-zbyu1x img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-yiqddi {
    font-size: 32px;
}

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

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

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

.ui-euj54d {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-lgoigw h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-sq8nrr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-xf25w0.active .x-eypr00 {
    transform: rotate(45deg);
}

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

.c-xf25w0.active .is-yizxi4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-awm6xl:hover .s-om1huv img {
    transform: scale(1.05);
}

.c-s0ru7e {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.c-ak9gh7 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

._u0r6eb {
    text-align: center;
}

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

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

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

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

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

.x-ikwppk img {
    width: 48px;
    height: 48px;
}

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

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

.ui-yjo7hf h4,
.js-r60yva h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-gcleik {
    display: flex;
    gap: 12px;
}

.el-gcleik img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._koe2oz {
    font-size: 20px;
}

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

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

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

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

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

.s-ux8ack .js-oxiy3i {
    position: relative;
    z-index: 1;
}

.c-v43rj1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-joi22h {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw8a3c {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v8olm7 li:last-child,
.js-zol19m li:last-child {
    border-bottom: none;
}

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

.v8olm7 a:hover,
.js-zol19m a:hover {
    color: var(--primary);
}

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

.s-loztku h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-dczwtd {
        display: none;
    }
    
    .hfhqsu {
        display: flex;
    }
    
    .c-k8ds3k {
        font-size: 40px;
    }
    
    .m-cef914,
    .ui-kinl7t,
    .m-bq3124,
    .is-hjbqx9,
    .x-uhz043,
    .is-zlqlxn,
    .x-ouq5kf,
    .x-kobxmu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-zscz3c,
    .m-dke987,
    .m-ctan28,
    .s-s11bsh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-mfp95x,
    .r1zkls,
    .js-y60cfx {
        grid-template-columns: 1fr;
    }
    
    .s39rrv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-euj54d,
    .c-m562w1 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-ejrrpw,
    .is-qxi3vj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-k8ds3k {
        font-size: 32px;
    }
    
    .c-gw6esx,
    .c-v43rj1 {
        font-size: 28px;
    }
    
    .m-cef914,
    .ui-kinl7t,
    .m-bq3124,
    .is-hjbqx9,
    .x-uhz043,
    .js-zscz3c,
    .m-dke987,
    .m-ctan28,
    .s-s11bsh,
    .is-zlqlxn,
    .x-ouq5kf,
    .x-kobxmu {
        grid-template-columns: 1fr;
    }
    
    .s39rrv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._e8moxp,
    .c-ak9gh7,
    .m-vohiyz {
        flex-direction: column;
    }
    
    .s-np81tb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-zeikoe {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-azupg0 {
        display: none;
    }
    
    .foaeav {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-movi2h {
        grid-template-columns: 1fr;
    }
    
    .t39aou {
        grid-template-columns: 1fr;
    }
    
    .el-lzcgu1 {
        flex-direction: column;
        gap: 12px;
    }
    
    ._kz1b0o {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-gpdtr4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .vj2otd,
    .is-zeikoe,
    .c-maenk0,
    .d4i5k0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
