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

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

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

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

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

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

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

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

.x-j3nr0k:hover,
.x-j3nr0k.t81023 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ln3ia9 {
    width: 100%;
}

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

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

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

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

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

.ui-akgqei {
    max-width: 700px;
}

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

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

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

.m-zlenom {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ys9pyx {
    font-size: 24px;
}

.ui-cdglay {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-i7kr3f:hover ._vhnie5 img {
    transform: scale(1.1);
}

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

.x-q3y2pq {
    padding: 20px;
}

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

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

.el-wroex1 {
    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
   ======================================== */
.is-nmtn1u {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.s-rqq9yw {
    text-align: center;
}

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

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

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

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

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

.s-w84ldg img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-othpqc {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hdyw37 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._cst4uo:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-k12a83.active .ui-fech29 {
    transform: rotate(45deg);
}

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

.is-k12a83.active .js-s62kb3 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-agbmpc:hover .js-l9lc9n img {
    transform: scale(1.05);
}

.js-yrh77k {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-saw456 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.el-s5cbqq h4,
.js-j8gpgx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-r8febw {
    display: flex;
    gap: 12px;
}

.ui-r8febw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-otf1ma {
    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-b4tp9b {
    font-size: 20px;
}

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

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

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

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

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

.c-ffa0rh .js-pdafd9 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-lo6ghs {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.ui-m59f1p p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-fwbe3z li:last-child,
.m-fpsrtc li:last-child {
    border-bottom: none;
}

.x-fwbe3z a,
.m-fpsrtc a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-fwbe3z a:hover,
.m-fpsrtc a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-pmh88q {
    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-tnu089 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mawek2 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-yu1i93 {
        display: none;
    }
    
    .m-oled9c {
        display: flex;
    }
    
    .ebsmq8 {
        font-size: 40px;
    }
    
    .y2zukr,
    .js-bos9ef,
    .js-xufauy,
    .el-t80yu6,
    .x-u89916,
    .c-xins08,
    .el-vay0oc,
    .el-sknorr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .uiqq78,
    .el-k62y9f,
    .is-xjee5l,
    .js-rshiuz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._nmu8nt,
    .js-l8zrzj,
    .js-dv2m73 {
        grid-template-columns: 1fr;
    }
    
    .el-pyd6w1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ki9xfh,
    .el-o5cycw {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-w7rlyp,
    .js-vh2503 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ebsmq8 {
        font-size: 32px;
    }
    
    .js-b5dea9,
    .fqw3xf {
        font-size: 28px;
    }
    
    .y2zukr,
    .js-bos9ef,
    .js-xufauy,
    .el-t80yu6,
    .x-u89916,
    .uiqq78,
    .el-k62y9f,
    .is-xjee5l,
    .js-rshiuz,
    .c-xins08,
    .el-vay0oc,
    .el-sknorr {
        grid-template-columns: 1fr;
    }
    
    .el-pyd6w1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .itfswa,
    .s-zas1t2,
    .m-saw456 {
        flex-direction: column;
    }
    
    .el-nmhkhf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._tbq8p0 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-urgstj {
        display: none;
    }
    
    .ui-otf1ma {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-q949oe {
        grid-template-columns: 1fr;
    }
    
    .c-zkplkb {
        grid-template-columns: 1fr;
    }
    
    .c-mc96g6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-p89gua {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-icx8tm {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-ovj4v0,
    ._tbq8p0,
    .x-z3vpab,
    .js-h7q2qq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
