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

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

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

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

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

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

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

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

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

.s-x1n5oe:hover,
.s-x1n5oe.el-b0844s {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-xjkge9 {
    width: 100%;
}

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

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

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

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

.m-fsqycb {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-o8o4qo {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.el-r1woyg {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-dgk5k3:hover .s-ao87f2 img {
    transform: scale(1.1);
}

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

._z81q7j {
    padding: 20px;
}

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

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

.c-onmw5p {
    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-fiqw90 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-q8a99w img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-r63cs0 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cihl25 {
    text-align: center;
}

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

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

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

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

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

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

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

.js-whqdkg h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.s-xqyofy.active .is-u2ygu8 {
    transform: rotate(45deg);
}

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

.s-xqyofy.active .iaeizd {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-ehxo7w:hover ._pslyjr img {
    transform: scale(1.05);
}

.js-ldga2s {
    padding: 20px;
}

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

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

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

.ui-y16iv2 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.is-benyap h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-h5jf1a h4,
.x-hof2v5 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.c-h5jf1a ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.c-u2v77a {
    display: flex;
    gap: 12px;
}

.c-u2v77a img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-h02vop {
    font-size: 20px;
}

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

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

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

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

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

._v6id8h .c-nzoyk3 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-cnezbk {
    margin: 16px 0 32px;
}

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

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

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

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

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

.c-l8m533 {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-l8m533 td {
    padding: 12px 0;
    font-size: 14px;
}

.c-l8m533 td:first-child {
    color: var(--text-secondary);
}

.c-l8m533 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.is-vaujr3 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-s94rpy li:last-child,
.c-xb9kkg li:last-child {
    border-bottom: none;
}

.s-s94rpy a,
.c-xb9kkg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-s94rpy a:hover,
.c-xb9kkg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.x-gjizxq h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wwh8ay ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._mpn76b {
        display: none;
    }
    
    .is-zofej9 {
        display: flex;
    }
    
    .js-q4wl1x {
        font-size: 40px;
    }
    
    .el-r8n05n,
    .x-pybtyz,
    ._io7u8q,
    .x-zwgnr3,
    .c-xp46rj,
    .m-eswcky,
    .c-gduru6,
    .js-gi42cp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-joztmi,
    .el-zzkkbf,
    .x-vn9zfe,
    .ui-icp7o8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-a5wzk2,
    .s-tihfqs,
    .js-tiwi30 {
        grid-template-columns: 1fr;
    }
    
    .js-dmjeh5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ybp5fa,
    .ui-newttk {
        flex-direction: column;
        text-align: center;
    }
    
    .is-xmqa9x,
    .ui-obmku9 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-q4wl1x {
        font-size: 32px;
    }
    
    .llx01n,
    .mvhp5q {
        font-size: 28px;
    }
    
    .el-r8n05n,
    .x-pybtyz,
    ._io7u8q,
    .x-zwgnr3,
    .c-xp46rj,
    .x-joztmi,
    .el-zzkkbf,
    .x-vn9zfe,
    .ui-icp7o8,
    .m-eswcky,
    .c-gduru6,
    .js-gi42cp {
        grid-template-columns: 1fr;
    }
    
    .js-dmjeh5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .eos1tc,
    ._fa2pk2,
    .jt3loo {
        flex-direction: column;
    }
    
    .is-vc6st9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-rp48gh {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-z8q79s {
        display: none;
    }
    
    .el-pzk8ft {
        padding: 16px;
        border-radius: 50%;
    }
    
    .vhq57d {
        grid-template-columns: 1fr;
    }
    
    .x-f7fzz0 {
        grid-template-columns: 1fr;
    }
    
    ._ktxuxs {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-g1fsey {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-cchaqp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-purz0a,
    .m-rp48gh,
    .x-mppae0,
    .js-ivo88u {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
