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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-wkcvgc {
    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-ulkgyz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.js-xpqmes:hover,
.js-xpqmes.c-hjp802 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-kn9hyf {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-i03o9m {
    padding: 10px 20px;
    font-size: 14px;
}

.s-r2c00t {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-r6vwf8 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.is-l6wu16 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.s-ww247o {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-ep2wg7:hover .ui-ml44lr img {
    transform: scale(1.1);
}

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

._cns42y {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w1hpqp {
    text-align: center;
}

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

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

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

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

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

.c-dsrjv0 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.c-pw7d8c {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

.s-r1ueos {
    display: flex;
    align-items: center;
    gap: 60px;
}

.el-y1xbwi h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-e4bxib {
    text-align: center;
}

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

.is-e4bxib h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-vhc8cn:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._os4kxv.active .js-joqrs3 {
    transform: rotate(45deg);
}

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

._os4kxv.active .s-ithvmv {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-jo1rvi:hover .s-qfvnmx img {
    transform: scale(1.05);
}

.el-kukhdd {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dwvx3c {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-u4is4z h4,
.ui-l9rg5g h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-r1z384 {
    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-bmmoe2 {
    font-size: 20px;
}

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

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

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

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

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

.jmdf7k ._e622vx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.s-a2o30z h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-a2o30z h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.s-b1zbtm {
    margin: 16px 0 32px;
}

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

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

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

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

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

.ui-psb66e {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-psb66e td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-psb66e td:first-child {
    color: var(--text-secondary);
}

.ui-psb66e td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-t3fzmg {
    margin-bottom: 24px;
}

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

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

.xy9cdp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ksdr67 li,
.is-cy2t2s li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-ksdr67 li:last-child,
.is-cy2t2s li:last-child {
    border-bottom: none;
}

.el-ksdr67 a,
.is-cy2t2s a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-ksdr67 a:hover,
.is-cy2t2s a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-d600v9 {
    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-jt1gac h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-noo1fx h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.m-qxi7jv ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-e3p82t {
        display: none;
    }
    
    .c-sp3f9n {
        display: flex;
    }
    
    .m-ajnuoy {
        font-size: 40px;
    }
    
    .s-vtlt44,
    .s-q6jmzq,
    .x-be9y4g,
    .lp5gac,
    .ui-d4kmrl,
    .v50sek,
    .ui-e3h5a8,
    ._xhiypf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ojsj04,
    .js-wcrgum,
    .is-x1ei0q,
    .m-c87plh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-mxoj3s,
    .ui-mwr8xv,
    .s-qg0rw2 {
        grid-template-columns: 1fr;
    }
    
    .c-tsbjzp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-r1ueos,
    ._p1c51z {
        flex-direction: column;
        text-align: center;
    }
    
    .c-wmw12m,
    .c-pw7d8c {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-ajnuoy {
        font-size: 32px;
    }
    
    .m-r6vwf8,
    .m-ehbu52 {
        font-size: 28px;
    }
    
    .s-vtlt44,
    .s-q6jmzq,
    .x-be9y4g,
    .lp5gac,
    .ui-d4kmrl,
    .is-ojsj04,
    .js-wcrgum,
    .is-x1ei0q,
    .m-c87plh,
    .v50sek,
    .ui-e3h5a8,
    ._xhiypf {
        grid-template-columns: 1fr;
    }
    
    .c-tsbjzp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ixr0kx,
    .ui-bko9yl,
    .ui-s3ls29 {
        flex-direction: column;
    }
    
    .el-v6pfbj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-zlhvv9 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-u6nstm {
        display: none;
    }
    
    .s-r1z384 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-zet79x {
        grid-template-columns: 1fr;
    }
    
    .c-gaqapn {
        grid-template-columns: 1fr;
    }
    
    .el-utacei {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-k4y1y7 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._tmsbum {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-wkcvgc,
    .js-zlhvv9,
    .c-giem3a,
    .m-wbtgw3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
