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

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

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

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

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

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

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

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

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

.el-lmit7p:hover,
.el-lmit7p._zjrihr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-g95pwy {
    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-s9h4qf {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.s-ofq605 {
    width: 100%;
}

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

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

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

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

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

.c-pm7bsk {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-u34vo1 {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-ljobku {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-zvjh6s:hover .m-ljobku img {
    transform: scale(1.1);
}

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

.el-vl3egq {
    padding: 20px;
}

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

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

._fe51rs {
    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-ekt0dw {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.ui-ot7p92 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

._ac4lsw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.el-on2kud {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-uxiajr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-rtfihf.active ._y1u8f6 {
    transform: rotate(45deg);
}

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

.js-rtfihf.active .c-erwo4u {
    max-height: 500px;
}

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

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

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

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

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

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

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

._bcfdit:hover .el-v8a1sh img {
    transform: scale(1.05);
}

.ui-h6d3xl {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tyryts {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.el-l5igfq h4,
.s-wml1to h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-zsbr4v {
    font-size: 20px;
}

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

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

.s-yxhjnw {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

.x-gr1vd3 .c-jxnsdp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dn6h3s {
    margin-bottom: 32px;
}

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

.s-cnvw1g {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.s-cnvw1g p {
    margin-bottom: 16px;
}

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

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

.s-cnvw1g li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

._at26rp li:last-child,
.x-fwdm5b li:last-child {
    border-bottom: none;
}

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

._at26rp a:hover,
.x-fwdm5b a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-pslap2 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-aju416 {
        display: none;
    }
    
    .is-srqnyc {
        display: flex;
    }
    
    .ui-zfe5xv {
        font-size: 40px;
    }
    
    .el-fomzwc,
    .is-xm6mf6,
    .c-hfzv2a,
    .s-wtt5xz,
    .x-kvqa2i,
    .is-k1p8cx,
    ._itlimu,
    .s-igc56j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-oum7n4,
    .el-p1s570,
    .c-toxl4c,
    .js-y3fe1u {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-f3zozr,
    .m-qkkqov,
    .njg4m6 {
        grid-template-columns: 1fr;
    }
    
    .hbt7bh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._osoet5,
    .m-pdrpx3 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-lnkdc9,
    ._zv9ia6 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-zfe5xv {
        font-size: 32px;
    }
    
    .m-p7j4vv,
    .m-kgx73j {
        font-size: 28px;
    }
    
    .el-fomzwc,
    .is-xm6mf6,
    .c-hfzv2a,
    .s-wtt5xz,
    .x-kvqa2i,
    .s-oum7n4,
    .el-p1s570,
    .c-toxl4c,
    .js-y3fe1u,
    .is-k1p8cx,
    ._itlimu,
    .s-igc56j {
        grid-template-columns: 1fr;
    }
    
    .hbt7bh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-otf6ad,
    .ui-zvcva9,
    .js-tyryts {
        flex-direction: column;
    }
    
    .x-aryn10 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-cqdqzb {
        bottom: 20px;
        right: 20px;
    }
    
    .x-nr2ihf {
        display: none;
    }
    
    .is-rpz9yi {
        padding: 16px;
        border-radius: 50%;
    }
    
    .dwogoe {
        grid-template-columns: 1fr;
    }
    
    .el-r46tfv {
        grid-template-columns: 1fr;
    }
    
    .c-hrfrud {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-jaurps {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-uo1doj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-getl4j,
    .x-cqdqzb,
    .s-q9932u,
    .x-znrte5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
