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

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

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

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

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

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

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

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

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

.el-b0qanw:hover,
.el-b0qanw._prd24r {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.utqo20 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.ui-wvzqoy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

.el-id730z {
    text-align: center;
    margin-bottom: 48px;
}

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

.s-wza9mt {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wwokcr {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-p6eut8:hover .c-dxor84 img {
    transform: scale(1.1);
}

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

.m-rcjtak {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-e7uqzn img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.bdmdav {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-zwfsct {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.x-g5j4d7 {
    text-align: center;
}

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

.x-g5j4d7 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

.x-geyhbv {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

.is-m79bj2.active .hi18rf {
    transform: rotate(45deg);
}

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

.is-m79bj2.active .xn0qkz {
    max-height: 500px;
}

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

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

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

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

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

.is-bjalh8 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.m-fl0546:hover .is-bjalh8 img {
    transform: scale(1.05);
}

.is-edy39c {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p5idgx {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-ta5i25 h4,
.el-yswd6y h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-rcjvwi {
    display: flex;
    gap: 12px;
}

.x-rcjvwi img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-jd0jpl {
    font-size: 20px;
}

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

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

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

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

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

._r3qiry .m-agi2pl {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-bk5jdw h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-bk5jdw h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

.m-f4jbee {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-f4jbee td {
    padding: 12px 0;
    font-size: 14px;
}

.m-f4jbee td:first-child {
    color: var(--text-secondary);
}

.m-f4jbee td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.h58ldz {
    margin-bottom: 24px;
}

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

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

.js-w0rby5 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-fpmk9z h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.s-fpmk9z p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.el-di8i6v li:last-child,
.x-pvnc8h li:last-child {
    border-bottom: none;
}

.el-di8i6v a,
.x-pvnc8h a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-di8i6v a:hover,
.x-pvnc8h a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .fu7iuk {
        display: none;
    }
    
    .js-sp94s1 {
        display: flex;
    }
    
    ._yl35xa {
        font-size: 40px;
    }
    
    .is-vtlmxh,
    .js-kg44da,
    .gstfsd,
    .js-dkmide,
    .s-ynyg9p,
    ._ss8sja,
    .is-egwwlq,
    .c-tcmqjl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-wdc8z4,
    .el-w5ljgo,
    .js-k36dol,
    .m-i1yt62 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ko3uiv,
    .m-ss7tbv,
    .el-gc29yu {
        grid-template-columns: 1fr;
    }
    
    .is-yzbjla {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cq48kl,
    .s-g0dnlo {
        flex-direction: column;
        text-align: center;
    }
    
    ._awwgat,
    .el-nu2bi8 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._yl35xa {
        font-size: 32px;
    }
    
    .s-wza9mt,
    ._taldjm {
        font-size: 28px;
    }
    
    .is-vtlmxh,
    .js-kg44da,
    .gstfsd,
    .js-dkmide,
    .s-ynyg9p,
    .s-wdc8z4,
    .el-w5ljgo,
    .js-k36dol,
    .m-i1yt62,
    ._ss8sja,
    .is-egwwlq,
    .c-tcmqjl {
        grid-template-columns: 1fr;
    }
    
    .is-yzbjla {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-rog9c9,
    .js-f9qmop,
    .js-olvp7t {
        flex-direction: column;
    }
    
    .xoa78h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-d34uf6 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-d93fak {
        display: none;
    }
    
    .is-b127mp {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-htj3m5 {
        grid-template-columns: 1fr;
    }
    
    ._z4zzc7 {
        grid-template-columns: 1fr;
    }
    
    .el-vkkggq {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-do1meo {
        flex-direction: column;
        gap: 8px;
    }
    
    .ntpsjj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ckjrtw,
    .is-d34uf6,
    .ui-g7btuf,
    .is-d1a2ut {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
