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

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

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

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

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

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

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

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

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

.m-xtmso5:hover,
.m-xtmso5.c-ga888x {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-vu6qpm {
    width: 100%;
}

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

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

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

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

.pkowtm {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-z0e1oo {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

._jndodu {
    font-size: 24px;
}

.is-ap43ql {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-f8ax4f:hover .s-q518ue img {
    transform: scale(1.1);
}

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

.gsr3p0 {
    padding: 20px;
}

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

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

.el-vn8e5z {
    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-c2e7l5 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.s-ebx5hn {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.m-jg4yi2 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-ub7szx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-oapw90:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-magblx.active .el-tag8tf {
    transform: rotate(45deg);
}

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

.m-magblx.active .s-kprzk4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-ihkmcd:hover .x-e9uktf img {
    transform: scale(1.05);
}

.m-jnbs4a {
    padding: 20px;
}

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

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

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

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

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

.s-yhsk38 h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.s-yhsk38 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-s56vxv img {
    width: 48px;
    height: 48px;
}

.el-s56vxv span {
    font-size: 20px;
    font-weight: 700;
}

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

._tonqzo h4,
.m-tzvpqb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-xbod5g {
    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-fdfk11 {
    font-size: 20px;
}

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

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

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

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

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

.is-g0k92m .m-qew0ox {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wl2fxj {
    margin-bottom: 24px;
}

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

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

.x-sfu4f2 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-zfywe2 li:last-child,
.is-b8eadv li:last-child {
    border-bottom: none;
}

.js-zfywe2 a,
.is-b8eadv a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-zfywe2 a:hover,
.is-b8eadv a:hover {
    color: var(--primary);
}

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

.x-mgrcp5 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-bpx3e4 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._cjns0j {
        display: none;
    }
    
    .s-s2dvo3 {
        display: flex;
    }
    
    .c-svc5pf {
        font-size: 40px;
    }
    
    .c-cs8ucw,
    .c-k3tj6k,
    .x-zg24zd,
    .x-o1cfmw,
    .x-zlhsl7,
    .m-qpdunn,
    .m-ad552a,
    .m-qiqjnf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-um2alp,
    .x-ef941w,
    .m-gqrf9z,
    .el-efggy6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._yybi8c,
    .ui-if75ee,
    .x-oy45gr {
        grid-template-columns: 1fr;
    }
    
    .yp1ojw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-n94ylh,
    .el-byjh8y {
        flex-direction: column;
        text-align: center;
    }
    
    .el-vv2j7w,
    .dzyxgn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-svc5pf {
        font-size: 32px;
    }
    
    .el-qw1u1x,
    .s-bykpyp {
        font-size: 28px;
    }
    
    .c-cs8ucw,
    .c-k3tj6k,
    .x-zg24zd,
    .x-o1cfmw,
    .x-zlhsl7,
    .m-um2alp,
    .x-ef941w,
    .m-gqrf9z,
    .el-efggy6,
    .m-qpdunn,
    .m-ad552a,
    .m-qiqjnf {
        grid-template-columns: 1fr;
    }
    
    .yp1ojw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-q56h0w,
    .is-otk306,
    .a73bzu {
        flex-direction: column;
    }
    
    .ui-f56qp8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._nsef3b {
        bottom: 20px;
        right: 20px;
    }
    
    .x-s06lh2 {
        display: none;
    }
    
    .s-xbod5g {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._mslgo6 {
        grid-template-columns: 1fr;
    }
    
    .is-o675bg {
        grid-template-columns: 1fr;
    }
    
    .is-kv9sjw {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-mbl7ym {
        flex-direction: column;
        gap: 8px;
    }
    
    .l8xr44 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-lrgvet,
    ._nsef3b,
    .is-vvtlji,
    ._kc3u39 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
