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

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

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

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

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

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

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

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

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

.m-vsik0s:hover,
.m-vsik0s._fo0gxq {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d1amgt {
    width: 100%;
}

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

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

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

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

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

.c-ojgzhv {
    max-width: 700px;
}

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

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

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

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

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

.x-i4w9yo {
    text-align: center;
    margin-bottom: 48px;
}

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

.js-zyxkqp {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-i3x6yn {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._ayg3y1:hover .c-zjo4y4 img {
    transform: scale(1.1);
}

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

.f5izvc {
    padding: 20px;
}

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

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

.s-p1q4d6 {
    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
   ======================================== */
.x-kzd5q3 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zwc3nw {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

.m-rhukcx.active .is-d3t18o {
    transform: rotate(45deg);
}

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

.m-rhukcx.active .el-bdvk9p {
    max-height: 500px;
}

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

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

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

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

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

.el-szomnm {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.i7t1if:hover .el-szomnm img {
    transform: scale(1.05);
}

.el-rs0uq6 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-elrdt9 h4,
.x-uncm3u h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-tm9049 {
    display: flex;
    gap: 12px;
}

.c-tm9049 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-qlwzac {
    font-size: 20px;
}

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

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

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

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

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

.c-kq0nfp .js-p2pc44 {
    position: relative;
    z-index: 1;
}

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

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

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

.s-yru4y1 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vuws19 {
    width: 100%;
    margin-bottom: 24px;
}

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

.el-vuws19 td {
    padding: 12px 0;
    font-size: 14px;
}

.el-vuws19 td:first-child {
    color: var(--text-secondary);
}

.el-vuws19 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.el-kaxn9b p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.ui-aphsd0 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.ui-aphsd0 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.el-tftcpa li,
.m-degj18 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-tftcpa li:last-child,
.m-degj18 li:last-child {
    border-bottom: none;
}

.el-tftcpa a,
.m-degj18 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-tftcpa a:hover,
.m-degj18 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l51bqm h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.is-lkoeye ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._zowr46 {
        display: none;
    }
    
    .m-rlw4o8 {
        display: flex;
    }
    
    .m-ii4nwh {
        font-size: 40px;
    }
    
    .c-t5kcjh,
    .c-vidl22,
    .m-h272n9,
    .js-xpw03r,
    .c-o5u8zm,
    .js-p6vpvc,
    ._zmni69,
    .s-zw1dbz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-up96ms,
    .s-aqh1pn,
    .x-m352b1,
    .m-d7scu8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-oxbq9c,
    .el-jet6f2,
    .ui-z7ihqe {
        grid-template-columns: 1fr;
    }
    
    .m-gsmkzd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ho3hes,
    .ui-tshpwu {
        flex-direction: column;
        text-align: center;
    }
    
    .js-fow69j,
    .el-htav0a {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-ii4nwh {
        font-size: 32px;
    }
    
    .js-zyxkqp,
    .js-he6v3b {
        font-size: 28px;
    }
    
    .c-t5kcjh,
    .c-vidl22,
    .m-h272n9,
    .js-xpw03r,
    .c-o5u8zm,
    .js-up96ms,
    .s-aqh1pn,
    .x-m352b1,
    .m-d7scu8,
    .js-p6vpvc,
    ._zmni69,
    .s-zw1dbz {
        grid-template-columns: 1fr;
    }
    
    .m-gsmkzd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-lcsjnj,
    .s-l96wud,
    .m-qtkzhm {
        flex-direction: column;
    }
    
    ._o7z7rs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._gigdth {
        bottom: 20px;
        right: 20px;
    }
    
    .c-alqwf8 {
        display: none;
    }
    
    ._ffcu15 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._sfczgn {
        grid-template-columns: 1fr;
    }
    
    .c-kz2ajb {
        grid-template-columns: 1fr;
    }
    
    .s-yru4y1 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-zmmg2b {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-tlxgge {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ujnbos,
    ._gigdth,
    .b9agmx,
    .js-rw28ny {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
