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

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

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

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

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

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

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

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

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

.js-t6mesh:hover,
.js-t6mesh.js-sh0boc {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.m-v39vcw {
    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-v39vcw:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-bmv7cl {
    width: 100%;
}

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

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

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

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

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

.el-ik1w8a {
    max-width: 700px;
}

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

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

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

.s-m45zjj {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-igets5 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-bst9oz:hover .m-p549tc img {
    transform: scale(1.1);
}

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

.m-ateq79 {
    padding: 20px;
}

.m-ateq79 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

._q6vpyn {
    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-b82oe9 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.cpt4uk {
    text-align: center;
}

.s-a340qi {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.is-n3rg5y img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-jajaow {
    max-width: 800px;
    margin: 0 auto;
}

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

.s-y0psqt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.x-yi117o.active .ui-pl4avj {
    transform: rotate(45deg);
}

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

.x-yi117o.active .s-jd1yuk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-oddudi:hover .ui-l1i4w7 img {
    transform: scale(1.05);
}

.c-qthvu7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._be314s {
    text-align: center;
}

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

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

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

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

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

.is-hz65di img {
    width: 48px;
    height: 48px;
}

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

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

.x-lh6loe h4,
.js-idy0g5 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-y9a070 {
    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-ofkxtb {
    font-size: 20px;
}

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

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

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

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

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

.m-tqhxcw .is-uza6zb {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-wkanjy {
    margin-bottom: 24px;
}

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

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

.tb5h89 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-yk7xsc li:last-child,
.js-nf8mj2 li:last-child {
    border-bottom: none;
}

.c-yk7xsc a,
.js-nf8mj2 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-yk7xsc a:hover,
.js-nf8mj2 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.js-h7073s {
    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-pd8g3n h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-qcduoo h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-ww0ikl {
        display: none;
    }
    
    .x-lx5jfc {
        display: flex;
    }
    
    .is-mzz6n6 {
        font-size: 40px;
    }
    
    .x-a219dq,
    .is-rq61j5,
    .c-ymz11b,
    .c-l6szp4,
    ._sida20,
    .m-hgx4b0,
    .x-kysf56,
    .ui-em9pmm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-tpt4qv,
    .x-jcb2he,
    .w2x1lw,
    .el-zeevag {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._wl6x8q,
    .js-jq8dgv,
    .el-m572sw {
        grid-template-columns: 1fr;
    }
    
    .c8f7xd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-xbyazg,
    .x-t14m6z {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-rkzmiq,
    .ui-qiowpd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-mzz6n6 {
        font-size: 32px;
    }
    
    .uju049,
    .nux5af {
        font-size: 28px;
    }
    
    .x-a219dq,
    .is-rq61j5,
    .c-ymz11b,
    .c-l6szp4,
    ._sida20,
    .is-tpt4qv,
    .x-jcb2he,
    .w2x1lw,
    .el-zeevag,
    .m-hgx4b0,
    .x-kysf56,
    .ui-em9pmm {
        grid-template-columns: 1fr;
    }
    
    .c8f7xd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-lq882a,
    .m-m09056,
    .x-xqfsyr {
        flex-direction: column;
    }
    
    ._n9kig7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._nvs9pv {
        bottom: 20px;
        right: 20px;
    }
    
    .m-hkymsq {
        display: none;
    }
    
    .m-y9a070 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._ul9ryj {
        grid-template-columns: 1fr;
    }
    
    .js-caxcev {
        grid-template-columns: 1fr;
    }
    
    .o4u01f {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-tha7fu {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-o0x3v2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-qdca71,
    ._nvs9pv,
    .s37vta,
    ._jot7xp {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
