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

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

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

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

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

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

.c-t51wrb {
    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-uj6gj1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-i2xmw5 {
    width: 100%;
}

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

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

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

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

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

.ui-gh6pr5 {
    max-width: 700px;
}

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

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

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

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

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

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

._ayz1gz {
    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-xt1vjj {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.m-nhzysy {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._aqyyyq {
    font-size: 24px;
}

._a2o7qi {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-q80afh:hover .el-wdcidg img {
    transform: scale(1.1);
}

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

._yye3f0 {
    padding: 20px;
}

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

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

._ukz5cr {
    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
   ======================================== */
.js-v5viil {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eka9r1 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-h1x05t.active .bi94zi {
    transform: rotate(45deg);
}

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

.s-h1x05t.active ._q8b9ni {
    max-height: 500px;
}

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

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

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

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

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

.js-kbaecf {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-euq8or:hover .js-kbaecf img {
    transform: scale(1.05);
}

.x-gsej19 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-gn6uym img {
    width: 48px;
    height: 48px;
}

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

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

.js-lskabs h4,
.ui-o74j6q h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-o3an10 {
    font-size: 20px;
}

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

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

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

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

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

._mi6t7v .s-e9b7yn {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-uwtnn2 {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-uwtnn2 td {
    padding: 12px 0;
    font-size: 14px;
}

.is-uwtnn2 td:first-child {
    color: var(--text-secondary);
}

.is-uwtnn2 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-nxqpkj {
    margin-bottom: 24px;
}

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

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

.m-kq4wpc {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-rnpdc8 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.x-rnpdc8 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.c-rc0w96 li:last-child,
.c-kyb4c8 li:last-child {
    border-bottom: none;
}

.c-rc0w96 a,
.c-kyb4c8 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-rc0w96 a:hover,
.c-kyb4c8 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.s-bptuw2 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ehdumk 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-uj6gj1 {
        display: none;
    }
    
    .m-polu0h {
        display: flex;
    }
    
    .x-a7gkzp {
        font-size: 40px;
    }
    
    .m-i65p2b,
    .is-ehbf5e,
    .s-wwqg3o,
    .s-q56sli,
    .el-dxsbrp,
    .js-b7xei6,
    ._xic2zs,
    .x-dp692i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-r40rvo,
    .is-polqac,
    .x-fjoyyo,
    .js-fhxf1y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-e5nkjk,
    .ui-yikfqe,
    .el-r5pivw {
        grid-template-columns: 1fr;
    }
    
    .x-pk9u4s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-b73ugk,
    ._zc1gbp {
        flex-direction: column;
        text-align: center;
    }
    
    .el-urpulf,
    .akxbbm {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-a7gkzp {
        font-size: 32px;
    }
    
    .js-xt1vjj,
    .e7lud4 {
        font-size: 28px;
    }
    
    .m-i65p2b,
    .is-ehbf5e,
    .s-wwqg3o,
    .s-q56sli,
    .el-dxsbrp,
    .m-r40rvo,
    .is-polqac,
    .x-fjoyyo,
    .js-fhxf1y,
    .js-b7xei6,
    ._xic2zs,
    .x-dp692i {
        grid-template-columns: 1fr;
    }
    
    .x-pk9u4s {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-rppy3h,
    .x-qth3rf,
    .is-lkhoys {
        flex-direction: column;
    }
    
    .js-a3wv7d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-zoqjo5 {
        bottom: 20px;
        right: 20px;
    }
    
    ._czd9mk {
        display: none;
    }
    
    .is-j5xmmr {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-by3n47 {
        grid-template-columns: 1fr;
    }
    
    .m-n1ivqc {
        grid-template-columns: 1fr;
    }
    
    .s-ogsi9f {
        flex-direction: column;
        gap: 12px;
    }
    
    ._b0syih {
        flex-direction: column;
        gap: 8px;
    }
    
    ._fn5bki {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-aok5s0,
    .is-zoqjo5,
    .m-j8z828,
    .ui-ux22b6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
