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

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

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

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

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

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

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

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

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

.m-rpg4b9:hover,
.m-rpg4b9.zr2edw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.c-qrv10j {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.is-pf1y7s {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.m-nem2fm {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.is-s72ipf {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.s-uqzc7r {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-k4w3kb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-nfi6bq:hover .s-sc5pus img {
    transform: scale(1.1);
}

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

.c-ru4h2v {
    padding: 20px;
}

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

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

.m-nxupu1 {
    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-aob7cv {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-u5rovc img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.x-csqb62 {
    display: flex;
    align-items: center;
    gap: 16px;
}

._yivhq3 {
    font-size: 32px;
}

.x-csqb62 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

.js-aiw26n h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-x526j8 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-iad5s1.active .ui-u4iojd {
    transform: rotate(45deg);
}

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

.c-iad5s1.active .js-wml9tm {
    max-height: 500px;
}

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

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

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

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

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

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

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

._wy57tk:hover .is-xtaaam img {
    transform: scale(1.05);
}

._mjuoyg {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ivtzh7 {
    text-align: center;
}

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

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

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

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

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

.x-gt4hcg img {
    width: 48px;
    height: 48px;
}

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

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

._icau2w h4,
.js-m2432e h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-b9hfbf {
    display: flex;
    gap: 12px;
}

.x-b9hfbf img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.is-abu0d7 ._s8dxzp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ovvydu {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.mwmhrk p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-jeg42x li:last-child,
.c-fxds70 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-a64ch8 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-v4x92r {
        display: none;
    }
    
    .is-dz7oqw {
        display: flex;
    }
    
    .c-l174io {
        font-size: 40px;
    }
    
    .el-trsi4d,
    .ui-elnk34,
    .is-jtbz4n,
    ._fq0ncv,
    .i1ujul,
    .ui-i4ukwg,
    ._jxhnq6,
    .x-uy78me {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ln9o0v,
    .c-m8smq5,
    .el-g99ocg,
    .js-wn3ahv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-z8kca3,
    .s-wh4rhw,
    ._mk1rfk {
        grid-template-columns: 1fr;
    }
    
    ._wc9g3v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-mxn1h2,
    .x-avbg9s {
        flex-direction: column;
        text-align: center;
    }
    
    .c-ylmqxk,
    .js-ap3say {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-l174io {
        font-size: 32px;
    }
    
    .ui-quzogt,
    .js-yezbao {
        font-size: 28px;
    }
    
    .el-trsi4d,
    .ui-elnk34,
    .is-jtbz4n,
    ._fq0ncv,
    .i1ujul,
    .x-ln9o0v,
    .c-m8smq5,
    .el-g99ocg,
    .js-wn3ahv,
    .ui-i4ukwg,
    ._jxhnq6,
    .x-uy78me {
        grid-template-columns: 1fr;
    }
    
    ._wc9g3v {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._gdtbab,
    .q7zxba,
    .t1sx4a {
        flex-direction: column;
    }
    
    .ui-fhfaew {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .nu6zjc {
        bottom: 20px;
        right: 20px;
    }
    
    .c-rnviei {
        display: none;
    }
    
    .mo06l7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-usgbiv {
        grid-template-columns: 1fr;
    }
    
    .s-dll2aq {
        grid-template-columns: 1fr;
    }
    
    .ui-trylka {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-wex49q {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-kdw0tl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-ye82qp,
    .nu6zjc,
    ._yl3l45,
    .zyibw0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
