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

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

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

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

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

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

.js-y2z89r {
    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-v6ph4p {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-md8bw6:hover,
.c-md8bw6.x-g3qwtx {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cap3bj {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-fmisxh {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-aipo5b {
    position: relative;
}

.s-aipo5b img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.js-szrsz4 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-mydj0o:hover .ui-axponi img {
    transform: scale(1.1);
}

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

._pwd9y0 {
    padding: 20px;
}

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

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

.is-ksvicz {
    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-upp6tm {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.balvwu {
    font-size: 32px;
}

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

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

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

.is-ji3gre {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kwgycm {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tv7cpp {
    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-tv7cpp:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-jh8h9z.active .js-plf0ap {
    transform: rotate(45deg);
}

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

.is-jh8h9z.active .js-ardb0j {
    max-height: 500px;
}

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

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

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

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

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

.ui-n63hkq {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-w0yaeh:hover .ui-n63hkq img {
    transform: scale(1.05);
}

.c-upjhqy {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xbw9ix {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-d35302 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.ui-kvy66i {
    display: flex;
    gap: 12px;
}

.ui-kvy66i img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-meh3gh {
    font-size: 20px;
}

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

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

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

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

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

.m-qpdc94 ._sf0k1u {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.js-p7iw30 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-p7iw30 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

.js-p7iw30 p strong {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tcb2cy {
    margin-bottom: 24px;
}

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

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

.djwn3d {
    margin-bottom: 32px;
}

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

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

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

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

.js-wtm796 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-wh5qv6 li,
.x-yi8z5q li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-wh5qv6 li:last-child,
.x-yi8z5q li:last-child {
    border-bottom: none;
}

.x-wh5qv6 a,
.x-yi8z5q a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-wh5qv6 a:hover,
.x-yi8z5q a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.ui-ve53pg {
    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-u5eqp3 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hw9rga ul {
    margin-bottom: 24px;
}

.hw9rga 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-v6ph4p {
        display: none;
    }
    
    .j0qeij {
        display: flex;
    }
    
    .s-zz1yzj {
        font-size: 40px;
    }
    
    .ui-r20a60,
    .c-f30fkd,
    .ui-vwofme,
    .ui-ml2stk,
    .c-l6t3rh,
    ._d8qpjv,
    .c-nf3ktg,
    .za31dh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ef7ntf,
    .x-soszhr,
    .ui-tovg0v,
    .is-uh8dmc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-t3blrc,
    .x-ttl0l4,
    .is-ec4f29 {
        grid-template-columns: 1fr;
    }
    
    .s-t6j7w7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ji3gre,
    .x-zxjlig {
        flex-direction: column;
        text-align: center;
    }
    
    .el-f09mp3,
    .is-po27wq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-zz1yzj {
        font-size: 32px;
    }
    
    .x-fmisxh,
    ._g9lq83 {
        font-size: 28px;
    }
    
    .ui-r20a60,
    .c-f30fkd,
    .ui-vwofme,
    .ui-ml2stk,
    .c-l6t3rh,
    .ui-ef7ntf,
    .x-soszhr,
    .ui-tovg0v,
    .is-uh8dmc,
    ._d8qpjv,
    .c-nf3ktg,
    .za31dh {
        grid-template-columns: 1fr;
    }
    
    .s-t6j7w7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._jqyuc4,
    .x7y2xj,
    .xbw9ix {
        flex-direction: column;
    }
    
    .ui-s2r7u7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._oifeue {
        bottom: 20px;
        right: 20px;
    }
    
    .c-jw4ixk {
        display: none;
    }
    
    .ui-elertm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-ixh0i0 {
        grid-template-columns: 1fr;
    }
    
    .z5khen {
        grid-template-columns: 1fr;
    }
    
    .el-ljxwwq {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-snpkyh {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-svk08j {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .xz3xvm,
    ._oifeue,
    .el-h6ltxz,
    .hsodn1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
