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

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

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

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

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

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

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

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

.s-p8o71u:hover,
.s-p8o71u.js-xqcvey {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-q7wvlp {
    width: 100%;
}

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

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

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

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

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

._y5byja {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-vg0wqq {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.ui-qli7ur {
    font-size: 24px;
}

.is-qw78cu {
    position: relative;
}

.is-qw78cu img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.js-wvkurg {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.js-zw02bz:hover .js-wvkurg img {
    transform: scale(1.1);
}

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

.vb1fnq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._g3jp1z {
    text-align: center;
}

.el-tzuf21 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-b0linv h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-f2e44c h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.js-rvln1i.active .ade3bu {
    transform: rotate(45deg);
}

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

.js-rvln1i.active .js-rzxpes {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-zu9bfn:hover .x-yfm4jw img {
    transform: scale(1.05);
}

.c-szn20o {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ehjwu9 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.s-uhegjc img {
    width: 48px;
    height: 48px;
}

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

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

.ui-vgr1ee h4,
.is-slm7in h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-vmckii {
    font-size: 20px;
}

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

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

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

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

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

.s-qydcsa .m-v3kb4k {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-p1gvsr {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-zoeyt6 {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-zoeyt6 td {
    padding: 12px 0;
    font-size: 14px;
}

.is-zoeyt6 td:first-child {
    color: var(--text-secondary);
}

.is-zoeyt6 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.is-fj98em {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-q5xmnv li:last-child,
.m-q4uv19 li:last-child {
    border-bottom: none;
}

.s-q5xmnv a,
.m-q4uv19 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-q5xmnv a:hover,
.m-q4uv19 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.m-hace8b h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rwk43g 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-csjc5i {
        display: none;
    }
    
    .m-mehjn0 {
        display: flex;
    }
    
    .c-u55xe5 {
        font-size: 40px;
    }
    
    .c-dxcvk9,
    .ui-qennz5,
    .el-jbrgez,
    .x-dv8f6q,
    .x-jlvkk5,
    .s-gzrzn8,
    .ui-jd0srt,
    .rlly5h {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-juaa5a,
    .zh4id8,
    .c-tlcqb6,
    .c-ff806m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-juvlg8,
    .c-d1ri0s,
    .el-gdefpb {
        grid-template-columns: 1fr;
    }
    
    .x-vgqc03 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-i1upoo,
    .ui-sv99zw {
        flex-direction: column;
        text-align: center;
    }
    
    .is-ce5xpg,
    .m-k61q4d {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-u55xe5 {
        font-size: 32px;
    }
    
    .ui-zldpw8,
    .s-sr7q41 {
        font-size: 28px;
    }
    
    .c-dxcvk9,
    .ui-qennz5,
    .el-jbrgez,
    .x-dv8f6q,
    .x-jlvkk5,
    .s-juaa5a,
    .zh4id8,
    .c-tlcqb6,
    .c-ff806m,
    .s-gzrzn8,
    .ui-jd0srt,
    .rlly5h {
        grid-template-columns: 1fr;
    }
    
    .x-vgqc03 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-wp15x8,
    .is-a6alhr,
    .x-ehjwu9 {
        flex-direction: column;
    }
    
    .yyrhxm {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._aqx4kr {
        bottom: 20px;
        right: 20px;
    }
    
    .js-tdzlgm {
        display: none;
    }
    
    .js-kmm8vi {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-w6t7he {
        grid-template-columns: 1fr;
    }
    
    .js-kg9oap {
        grid-template-columns: 1fr;
    }
    
    .c-y8rzds {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-rpqfov {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-fsnnpo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-wccp8c,
    ._aqx4kr,
    .x-s7ggrw,
    .m-k44pq7 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
