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

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

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

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

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

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

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

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

.js-vrv6vx:hover,
.js-vrv6vx.el-ec5mex {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-alwzhf {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-ztd7p3 {
    width: 100%;
}

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

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

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

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

.js-twzy5l {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-cr04sl {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.js-lo180t {
    font-size: 24px;
}

.is-yo7t3s {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._v7xxz3:hover ._k5ndc6 img {
    transform: scale(1.1);
}

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

.x-hgmgga {
    padding: 20px;
}

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

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

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

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

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

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

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

.ui-t7q7w0 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-cwjfzn {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.ui-ekokkw {
    font-size: 32px;
}

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

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

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

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

.c-cfnhqq h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v62ia3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._se3doj:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.z44dky.active .m-bscsy5 {
    transform: rotate(45deg);
}

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

.z44dky.active .c-v96tym {
    max-height: 500px;
}

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

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

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

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

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

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

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

._ejnugh:hover .ui-y19z9h img {
    transform: scale(1.05);
}

.c-k7kikt {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.r9utfb {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m-zehf0c h4,
.c-bv84ri h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.p3vohj {
    display: flex;
    gap: 12px;
}

.p3vohj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-kjp0eb {
    font-size: 20px;
}

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

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

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

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

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

.jhb552 .s-knatgh {
    position: relative;
    z-index: 1;
}

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

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

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

.x-qqyrq6 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.is-spgp5u {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jeidte {
    margin-bottom: 32px;
}

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

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

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

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

.ui-a61ugm p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-c90bfp li,
.m-l5b50l li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-c90bfp li:last-child,
.m-l5b50l li:last-child {
    border-bottom: none;
}

.c-c90bfp a,
.m-l5b50l a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-c90bfp a:hover,
.m-l5b50l a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-i9slch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-w6z1af ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-y7xn3m {
        display: none;
    }
    
    .x-xddpk8 {
        display: flex;
    }
    
    .c-as9ywq {
        font-size: 40px;
    }
    
    .m086wu,
    .is-ncdghb,
    .el-frd1q3,
    ._pnmv9g,
    .uaqvga,
    ._n8spa6,
    .is-ilgv7f,
    .bsj77m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-k1ssuk,
    .is-ksyuyi,
    .s-ku3jk7,
    .ui-svx0kf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-bw88io,
    ._vyvtfa,
    .zgdbaf {
        grid-template-columns: 1fr;
    }
    
    .ui-veyuqm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._pem7vu,
    ._e4qqhf {
        flex-direction: column;
        text-align: center;
    }
    
    .o2gjdn,
    .js-cwjfzn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-as9ywq {
        font-size: 32px;
    }
    
    ._ztqj7p,
    .m-ej5zzp {
        font-size: 28px;
    }
    
    .m086wu,
    .is-ncdghb,
    .el-frd1q3,
    ._pnmv9g,
    .uaqvga,
    .c-k1ssuk,
    .is-ksyuyi,
    .s-ku3jk7,
    .ui-svx0kf,
    ._n8spa6,
    .is-ilgv7f,
    .bsj77m {
        grid-template-columns: 1fr;
    }
    
    .ui-veyuqm {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-ozo1dg,
    .m-ed1maj,
    .is-x4z7gl {
        flex-direction: column;
    }
    
    .ui-soueig {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .d8qfij {
        bottom: 20px;
        right: 20px;
    }
    
    .scmdym {
        display: none;
    }
    
    .m-x3j6fs {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-zoyico {
        grid-template-columns: 1fr;
    }
    
    .j4wurl {
        grid-template-columns: 1fr;
    }
    
    .x-qqyrq6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-tcezg2 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._b342il {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-ndif6u,
    .d8qfij,
    .x-id47ct,
    .el-szauck {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
