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

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

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

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

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

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

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

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

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

._no5xti:hover,
._no5xti.js-e5lrql {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-fe04cs {
    width: 100%;
}

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

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

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

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

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

.ui-nnhv2d {
    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-t4ga9v {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

.js-qrla2d {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.qj5iab {
    font-size: 24px;
}

.m-ja4oys {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.li2qrf:hover .c-hg0spi img {
    transform: scale(1.1);
}

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

._ufyiao {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-et6ibm img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

.m-qt8oca h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-l33nhl {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c-s0c110 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.c-w21jwl:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-q2qhca.active .m-n49ymt {
    transform: rotate(45deg);
}

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

.c-q2qhca.active .c-dtpuk9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.i1oab6:hover .is-debwf0 img {
    transform: scale(1.05);
}

.el-ydq57i {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xzmqcr {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-m0qjs2 h4,
.c-g6s7bx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-te2xi4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.js-x2jdew .ui-zapgg2 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-jhztc0 {
    width: 100%;
    margin-bottom: 24px;
}

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

.el-jhztc0 td {
    padding: 12px 0;
    font-size: 14px;
}

.el-jhztc0 td:first-child {
    color: var(--text-secondary);
}

.el-jhztc0 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.c-b6sxkd {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-zsnsw9 li,
.x-es2gmm li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-zsnsw9 li:last-child,
.x-es2gmm li:last-child {
    border-bottom: none;
}

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

.x-zsnsw9 a:hover,
.x-es2gmm a:hover {
    color: var(--primary);
}

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

.x-sikvde h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-uc2na9 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._m6qk3i {
        display: none;
    }
    
    .el-xybv2n {
        display: flex;
    }
    
    .ui-nnhv2d {
        font-size: 40px;
    }
    
    .x-mj8amo,
    .x-gyrgsa,
    ._t9q5kg,
    .x-jdc22n,
    .js-ys9aeo,
    .js-wqr5w8,
    .x-ggj40e,
    .wafvbh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ioqjgx,
    .f5a3fp,
    .c-qhcwlt,
    .s-hnqcki {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-pglqmm,
    .ygo413,
    .is-hg7r8v {
        grid-template-columns: 1fr;
    }
    
    .js-jzfzw8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-lx1ste,
    .is-bkmoah {
        flex-direction: column;
        text-align: center;
    }
    
    ._vunuol,
    .m-dnhjg9 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-nnhv2d {
        font-size: 32px;
    }
    
    ._qeiyjp,
    .el-sfkjzg {
        font-size: 28px;
    }
    
    .x-mj8amo,
    .x-gyrgsa,
    ._t9q5kg,
    .x-jdc22n,
    .js-ys9aeo,
    .ioqjgx,
    .f5a3fp,
    .c-qhcwlt,
    .s-hnqcki,
    .js-wqr5w8,
    .x-ggj40e,
    .wafvbh {
        grid-template-columns: 1fr;
    }
    
    .js-jzfzw8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-vt3tgj,
    .aqlg0t,
    .s-sjs0t5 {
        flex-direction: column;
    }
    
    .el-lvqr1k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-pngh3o {
        bottom: 20px;
        right: 20px;
    }
    
    .c-rc1dgq {
        display: none;
    }
    
    .js-te2xi4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-jqpyk9 {
        grid-template-columns: 1fr;
    }
    
    ._wm2fwe {
        grid-template-columns: 1fr;
    }
    
    ._vwrfik {
        flex-direction: column;
        gap: 12px;
    }
    
    .h3sm2w {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-orhe13 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-rnuj8u,
    .s-pngh3o,
    .s-sw3crr,
    .s-falyv8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
