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

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

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

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

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

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

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

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

.ui-epxeoy:hover,
.ui-epxeoy.s-yoa734 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-smn710 {
    width: 100%;
}

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

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

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

.m-uur27w::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-ujgake {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.c-typn8r {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-qd9sr3 {
    font-size: 24px;
}

._vzs0ll {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-p8hbdg:hover .ri8e9p img {
    transform: scale(1.1);
}

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

.js-aetgma {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-soq9ah {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-vucv7b {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-a5pmno.active ._oml4y8 {
    transform: rotate(45deg);
}

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

.m-a5pmno.active .ui-g08i00 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-mjmjo1:hover .x-w7s19b img {
    transform: scale(1.05);
}

.ztkhix {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-zp85o3 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-cwr9ps {
    font-size: 20px;
}

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

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

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

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

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

.js-ed9ng8 .x-opdtdb {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-i1md5e {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-jje5bz {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.llbpf6 li,
.js-u0xgv7 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.llbpf6 li:last-child,
.js-u0xgv7 li:last-child {
    border-bottom: none;
}

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

.llbpf6 a:hover,
.js-u0xgv7 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-d12mjj h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.x-ccmjl6 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-kk228h {
        display: none;
    }
    
    .x-sf36hq {
        display: flex;
    }
    
    .m-qjagmn {
        font-size: 40px;
    }
    
    .ui-oz87w3,
    .js-fsbka2,
    .is-dt55lq,
    .urt3nz,
    .el-p6qauo,
    .el-boyamp,
    .zewnnx,
    .is-bmn58o {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-jgl1s4,
    .ui-o3gfb8,
    .s-bspu0o,
    .m-sosapf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-yf0czj,
    .x-x7qllp,
    .x-s8b2mf {
        grid-template-columns: 1fr;
    }
    
    .c-xsuc03 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._zoxiy6,
    .el-x71cri {
        flex-direction: column;
        text-align: center;
    }
    
    .x-bksnfo,
    .is-gm0q05 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-qjagmn {
        font-size: 32px;
    }
    
    .x-brkxoy,
    .fhuc4f {
        font-size: 28px;
    }
    
    .ui-oz87w3,
    .js-fsbka2,
    .is-dt55lq,
    .urt3nz,
    .el-p6qauo,
    .el-jgl1s4,
    .ui-o3gfb8,
    .s-bspu0o,
    .m-sosapf,
    .el-boyamp,
    .zewnnx,
    .is-bmn58o {
        grid-template-columns: 1fr;
    }
    
    .c-xsuc03 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._h5wo9h,
    .js-bag2i3,
    .c-zp85o3 {
        flex-direction: column;
    }
    
    .is-d82o2o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-wofblp {
        bottom: 20px;
        right: 20px;
    }
    
    .js-fu1srz {
        display: none;
    }
    
    .syil96 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-h7p717 {
        grid-template-columns: 1fr;
    }
    
    .x-bme7kv {
        grid-template-columns: 1fr;
    }
    
    .js-d30h6t {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-b2wb4m {
        flex-direction: column;
        gap: 8px;
    }
    
    .ecipsw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-r5u427,
    .ui-wofblp,
    .m-qugejw,
    .s-p8e87b {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
