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

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

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

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

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

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

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

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

.ui-ve7gjc:hover,
.ui-ve7gjc.m-dur2h6 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ns6qaf {
    width: 100%;
}

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

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

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

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

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

.s-k686p4 {
    max-width: 700px;
}

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

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

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

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

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

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

.is-gn0ohs {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jzbkc3 {
    font-size: 24px;
}

.c-v2i9ek {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-s62bxp:hover .is-crgvtk img {
    transform: scale(1.1);
}

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

._kytwlt {
    padding: 20px;
}

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

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

.ui-eo4rjk {
    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
   ======================================== */
._ta8t3k {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.ui-ni8s4e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c-u94az3 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-srvrl6 {
    text-align: center;
}

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

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

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

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

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

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

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

.c-gkw2q9 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.ui-dt93pu:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-p3xlmq.active .m-dkv4g9 {
    transform: rotate(45deg);
}

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

.js-p3xlmq.active .ft9s4f {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-sy94gc:hover .s-wov5ce img {
    transform: scale(1.05);
}

.ui-ek6nip {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-jkhix8 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

._n9jnmb {
    text-align: center;
}

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

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

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

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

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

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

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

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

.x-ffpnu7 h4,
.x-s82s03 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.x-ffpnu7 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-q5fcsp {
    font-size: 20px;
}

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

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

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

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

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

.m-ajisrh .ui-qbs6fd {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rdb9hu {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-rdb9hu td {
    padding: 12px 0;
    font-size: 14px;
}

.s-rdb9hu td:first-child {
    color: var(--text-secondary);
}

.s-rdb9hu td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._rfmqly {
    margin-bottom: 24px;
}

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

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

._wsy7me {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-cgqcg1 li,
.js-q0rthq li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-cgqcg1 li:last-child,
.js-q0rthq li:last-child {
    border-bottom: none;
}

.is-cgqcg1 a,
.js-q0rthq a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-cgqcg1 a:hover,
.js-q0rthq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-smgpnl {
    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-p1fyju h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-olh5zq 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-qt1zcl {
        display: none;
    }
    
    .ui-ekgibg {
        display: flex;
    }
    
    .ui-buukvq {
        font-size: 40px;
    }
    
    .js-bk7wsa,
    .is-jvxex0,
    .m-g1bkvc,
    .js-qcaz4r,
    .is-ozep9d,
    .c-ued53j,
    .js-ufwcu9,
    .c-dmym4w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._oqmjqc,
    .el-pilaf3,
    .s-cpea0j,
    .js-jti1by {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-k7j9o4,
    .is-l29za7,
    .js-wgcdu9 {
        grid-template-columns: 1fr;
    }
    
    .el-dwz7g6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-crkru4,
    .el-e51gdy {
        flex-direction: column;
        text-align: center;
    }
    
    .js-libskg,
    .x-bt1ttf {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-buukvq {
        font-size: 32px;
    }
    
    .m-vqx1ns,
    .js-pxgk27 {
        font-size: 28px;
    }
    
    .js-bk7wsa,
    .is-jvxex0,
    .m-g1bkvc,
    .js-qcaz4r,
    .is-ozep9d,
    ._oqmjqc,
    .el-pilaf3,
    .s-cpea0j,
    .js-jti1by,
    .c-ued53j,
    .js-ufwcu9,
    .c-dmym4w {
        grid-template-columns: 1fr;
    }
    
    .el-dwz7g6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-qzhpa8,
    .ui-l1qcwb,
    .is-h69ndc {
        flex-direction: column;
    }
    
    .fbjsw9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .cyp5va {
        bottom: 20px;
        right: 20px;
    }
    
    .vfspki {
        display: none;
    }
    
    .s-h7215e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-erg9wa {
        grid-template-columns: 1fr;
    }
    
    .c-frxkkd {
        grid-template-columns: 1fr;
    }
    
    .is-cpqx38 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-ad56hw {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-n7xy2h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-aq712z,
    .cyp5va,
    .el-loqviu,
    .x-v0tkj1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
