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

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

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

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

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

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

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

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

.ui-wdf1q1:hover,
.ui-wdf1q1.ui-bodqqh {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._y93qbj {
    width: 100%;
}

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

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

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

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

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

._m4xzy7 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wevoto {
    font-size: 24px;
}

.is-ew1ubs {
    position: relative;
}

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

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

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

.el-yiqvzb {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.x-zwkbq7:hover .pf6yq0 img {
    transform: scale(1.1);
}

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

.js-cdgltf {
    padding: 20px;
}

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

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

.js-xjp2bl {
    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
   ======================================== */
.hvb76q {
    background: var(--bg-dark);
}

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

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

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

.x-bkt7bx {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

._ihyb9n {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.el-i8466j {
    display: flex;
    align-items: center;
    gap: 16px;
}

.x-c2v07c {
    font-size: 32px;
}

.el-i8466j h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cmhvwf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hnrate:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-cmkkr1.active ._grn06d {
    transform: rotate(45deg);
}

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

.js-cmkkr1.active .c-u6qozk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-owmvc8:hover .lj7xzn img {
    transform: scale(1.05);
}

.x-c1liub {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-s52t2v img {
    width: 48px;
    height: 48px;
}

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

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

._a44t0s h4,
.c-epcpf2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-rkvwuk {
    display: flex;
    gap: 12px;
}

.s-rkvwuk img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-zideke {
    font-size: 20px;
}

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

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

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

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

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

.ui-eymay8 .x-wkjibf {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-siuctw {
    margin: 16px 0 32px;
}

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

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

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

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

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

.s-kv8z08 {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-kv8z08 td {
    padding: 12px 0;
    font-size: 14px;
}

.s-kv8z08 td:first-child {
    color: var(--text-secondary);
}

.s-kv8z08 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.s-ohm0uw {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.el-lkn4il p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-gfaigh li,
.is-a4xvof li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-gfaigh li:last-child,
.is-a4xvof li:last-child {
    border-bottom: none;
}

.s-gfaigh a,
.is-a4xvof a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-gfaigh a:hover,
.is-a4xvof a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-h4ya03 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.js-qixkx8 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-w5rd0s 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-r8xmdq {
        display: none;
    }
    
    ._tepgqs {
        display: flex;
    }
    
    .is-tk47xj {
        font-size: 40px;
    }
    
    .el-peoydd,
    .m-x2twhv,
    ._pv17d0,
    ._uqr06k,
    .el-npgijp,
    .s-n7iyph,
    .s-bmhik5,
    ._r12hur {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ykr7ki,
    .ui-xqxx20,
    .el-u3p0rb,
    .mn84lr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-zhnj4h,
    .m-y30q1l,
    .is-towonj {
        grid-template-columns: 1fr;
    }
    
    .is-tta424 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-rcco9y,
    .js-gqqiog {
        flex-direction: column;
        text-align: center;
    }
    
    .s-j215yv,
    .gpz1qu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-tk47xj {
        font-size: 32px;
    }
    
    .c-p59p9w,
    .c-li8xld {
        font-size: 28px;
    }
    
    .el-peoydd,
    .m-x2twhv,
    ._pv17d0,
    ._uqr06k,
    .el-npgijp,
    .x-ykr7ki,
    .ui-xqxx20,
    .el-u3p0rb,
    .mn84lr,
    .s-n7iyph,
    .s-bmhik5,
    ._r12hur {
        grid-template-columns: 1fr;
    }
    
    .is-tta424 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-fa1v3m,
    ._hh377f,
    .is-umjxya {
        flex-direction: column;
    }
    
    .ui-cwhhp7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-p4fipk {
        bottom: 20px;
        right: 20px;
    }
    
    .h2ixzc {
        display: none;
    }
    
    .is-t98r2w {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-rnhw1g {
        grid-template-columns: 1fr;
    }
    
    ._z4kdxa {
        grid-template-columns: 1fr;
    }
    
    .ui-c1ysn7 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-krtvsn {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-jczcan {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-j9y377,
    .m-p4fipk,
    .ui-mp1ehz,
    .s-xr9a8b {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
