/* ========================================
   {{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 */
.ui-bv66vr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.js-grr8pf {
    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-gpmi5v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.el-gipyft:hover,
.el-gipyft.x-z2uc5b {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eu9bxh {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-rvohg4 {
    font-size: 24px;
}

._fz1q2b {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-bvh9j0:hover .so5xxe img {
    transform: scale(1.1);
}

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

.s-fg2rle {
    padding: 20px;
}

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

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

.el-lblqmk {
    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
   ======================================== */
.c-xvhvfe {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.m-f0ob1g {
    text-align: center;
}

.js-p3gylp {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.ui-rgm8mj img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-iep20t {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._kgtn5c {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-lw3j3s:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._b5105m.active ._rhfhe3 {
    transform: rotate(45deg);
}

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

._b5105m.active .ui-iczs5h {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-wcb7ns:hover .el-lapygy img {
    transform: scale(1.05);
}

.m-khnksq {
    padding: 20px;
}

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

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

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

.s-axly2i {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-phj7r4 h4,
.m-x7jzu1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.js-phj7r4 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.el-vqi2mc {
    display: flex;
    gap: 12px;
}

.el-vqi2mc img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.s-yi4gm7 {
    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-faxrhe {
    font-size: 20px;
}

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

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

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

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

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

.wetzkr .ui-bv66vr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-gms2mc {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-gms2mc td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-gms2mc td:first-child {
    color: var(--text-secondary);
}

.ui-gms2mc td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.ui-qzllub {
    margin-bottom: 24px;
}

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

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

.m-h2gnwv {
    margin-bottom: 32px;
}

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

.c-v32x5f {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.c-v32x5f p {
    margin-bottom: 16px;
}

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

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

.c-v32x5f li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.ui-mat1wm li:last-child,
.x-nfct6n li:last-child {
    border-bottom: none;
}

.ui-mat1wm a,
.x-nfct6n a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-mat1wm a:hover,
.x-nfct6n a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-edaykn h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .gl8gsp {
        display: none;
    }
    
    .js-nz0r5d {
        display: flex;
    }
    
    ._ws4b7s {
        font-size: 40px;
    }
    
    .c-fqnhm2,
    .s-lxfke6,
    .js-vdhf6z,
    .ui-gbzbpt,
    .is-xvfeob,
    .c-ducx4n,
    .s-rv95dh,
    .js-z883ba {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-xverjv,
    .ui-nmu5z8,
    .ui-zry8b4,
    .m-iontkk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-xwxvcc,
    .js-kru5ny,
    .el-ipdygw {
        grid-template-columns: 1fr;
    }
    
    .x-exeg31 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-sz7br6,
    .c-ny11m2 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-pjtgtx,
    .s-ov2m8g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._ws4b7s {
        font-size: 32px;
    }
    
    ._rhgi5v,
    .el-cyh6ev {
        font-size: 28px;
    }
    
    .c-fqnhm2,
    .s-lxfke6,
    .js-vdhf6z,
    .ui-gbzbpt,
    .is-xvfeob,
    .js-xverjv,
    .ui-nmu5z8,
    .ui-zry8b4,
    .m-iontkk,
    .c-ducx4n,
    .s-rv95dh,
    .js-z883ba {
        grid-template-columns: 1fr;
    }
    
    .x-exeg31 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .orj9g6,
    .j1qfqc,
    .js-zg7ojg {
        flex-direction: column;
    }
    
    .c-dokcz6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .bjncqx {
        bottom: 20px;
        right: 20px;
    }
    
    .el-w2yysb {
        display: none;
    }
    
    .s-yi4gm7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .gc1gie {
        grid-template-columns: 1fr;
    }
    
    .ui-su84dz {
        grid-template-columns: 1fr;
    }
    
    ._qx0xsd {
        flex-direction: column;
        gap: 12px;
    }
    
    .fsc8yx {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-w5rbva {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-grr8pf,
    .bjncqx,
    .rtq3t1,
    .x-ygowun {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
