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

/* CSS Variables */
:root {
    --primary: #FFD600;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.js-wlu1mb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.ui-tu6g5k:hover,
.ui-tu6g5k.y8n6dx {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l1lcgt {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-x9pz4z {
    font-size: 24px;
}

.s-cp9t67 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-x7oxtp:hover .ui-y21och img {
    transform: scale(1.1);
}

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

.gh89e7 {
    padding: 20px;
}

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

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

.x-pmhxco {
    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
   ======================================== */
.el-bzolnp {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-m8lsjm img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.tmrmmz {
    font-size: 32px;
}

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

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

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

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

.ui-c8lol2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tstw4s {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.x-ooba8q {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

._b3egk9.active .x-nxaoow {
    transform: rotate(45deg);
}

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

._b3egk9.active .el-z47en4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-yxepql:hover ._f6zqk6 img {
    transform: scale(1.05);
}

.m-ultrge {
    padding: 20px;
}

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

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

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

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

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

.ui-zyktt7 h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.ui-zyktt7 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.nkt7pq {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.is-memgxt img {
    width: 48px;
    height: 48px;
}

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

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

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

.ui-prka1i ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.is-fba3qr {
    display: flex;
    gap: 12px;
}

.is-fba3qr img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._k9d97r {
    font-size: 20px;
}

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

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

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

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

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

.el-b0wkot .js-wlu1mb {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ia4of1 {
    margin: 16px 0 32px;
}

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

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

.js-aoudey {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.tpxfan {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.m-a57wqh p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-echb25 li:last-child,
._id4lyq li:last-child {
    border-bottom: none;
}

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

.m-echb25 a:hover,
._id4lyq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.x-kmdzk4 {
    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-j2d7qj h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .qgrrhd {
        display: none;
    }
    
    ._ustamc {
        display: flex;
    }
    
    .el-cwtq3w {
        font-size: 40px;
    }
    
    .el-n3nd5a,
    .s-di2bpo,
    .ui-jqp7g8,
    ._r00qgb,
    ._btnw2r,
    .x-gp5xvi,
    .el-c2s8n1,
    ._ripruj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-gu6ugr,
    .m-c6ywz3,
    .js-q1qgxc,
    .m-naaa2m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-t0hibm,
    .m-fv8tfl,
    .c-kl3yoz {
        grid-template-columns: 1fr;
    }
    
    .s-c0jo8t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-mong36,
    .js-zn9x6i {
        flex-direction: column;
        text-align: center;
    }
    
    .m-z3061o,
    ._wsm9c5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-cwtq3w {
        font-size: 32px;
    }
    
    .x-nnmllt,
    .is-p30xza {
        font-size: 28px;
    }
    
    .el-n3nd5a,
    .s-di2bpo,
    .ui-jqp7g8,
    ._r00qgb,
    ._btnw2r,
    .m-gu6ugr,
    .m-c6ywz3,
    .js-q1qgxc,
    .m-naaa2m,
    .x-gp5xvi,
    .el-c2s8n1,
    ._ripruj {
        grid-template-columns: 1fr;
    }
    
    .s-c0jo8t {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._qa10ny,
    .m-vs2zzg,
    .nkt7pq {
        flex-direction: column;
    }
    
    .ui-ib9r0j {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-vsu979 {
        bottom: 20px;
        right: 20px;
    }
    
    .cuq3ol {
        display: none;
    }
    
    .el-xgnhjl {
        padding: 16px;
        border-radius: 50%;
    }
    
    .pnumme {
        grid-template-columns: 1fr;
    }
    
    .el-hu97l6 {
        grid-template-columns: 1fr;
    }
    
    ._r4yqqi {
        flex-direction: column;
        gap: 12px;
    }
    
    ._sway3i {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-cx0myo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._zw6q02,
    .m-vsu979,
    .is-imhmw0,
    .s-wr8ekg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
