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

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

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

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

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

.el-a2bigb img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-af2hop {
    background: #fff;
    color: var(--bg-dark);
}

.x-af2hop:hover {
    background: var(--accent);
}

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

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

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

.is-q2zpoq {
    width: 100%;
}

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

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

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

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

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

.s-deo0a0 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._fmh4f7 {
    font-size: 24px;
}

.s-o7hi6l {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-jjaox5:hover .ui-mx3qjt img {
    transform: scale(1.1);
}

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

.c-k3dnzc {
    padding: 20px;
}

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

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

.m-lhul93 {
    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
   ======================================== */
.s-qpwip9 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-y4nn8f {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-yyziah {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-yq74ju:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-bwotai.active .s-bqg6t5 {
    transform: rotate(45deg);
}

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

.is-bwotai.active .ogj4rp {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-tz6lf3:hover .s-cf9ehe img {
    transform: scale(1.05);
}

.js-t5hofa {
    padding: 20px;
}

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

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

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

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

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

.js-uei52u h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.js-uei52u h2 strong {
    color: var(--accent);
}

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

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

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

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

.is-tykc28 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.ui-ex7ejg {
    text-align: center;
}

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

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

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

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

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

.x-nekmvr img {
    width: 48px;
    height: 48px;
}

.x-nekmvr span {
    font-size: 20px;
    font-weight: 700;
}

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

.m-y3ygsp h4,
.c-v9a9h7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-hg2ben {
    display: flex;
    gap: 12px;
}

.js-hg2ben img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._inbkmy {
    font-size: 20px;
}

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

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

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

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

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

.m-awoz83 .el-jr97se {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-ig4004 {
    margin: 16px 0 32px;
}

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

.m-ig4004 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ibgg5v {
    margin-bottom: 32px;
}

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

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

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

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

.s-dqexpi p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-agsqxg li,
.is-jmcu1f li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-agsqxg li:last-child,
.is-jmcu1f li:last-child {
    border-bottom: none;
}

.m-agsqxg a,
.is-jmcu1f a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-agsqxg a:hover,
.is-jmcu1f a:hover {
    color: var(--primary);
}

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

.is-bnfwj9 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.c-fc8f6z {
    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-ovkpju h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-r5zsrp ul {
    margin-bottom: 24px;
}

.js-r5zsrp 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-nbkq22 {
        display: none;
    }
    
    ._to97ql {
        display: flex;
    }
    
    .js-r1zk3n {
        font-size: 40px;
    }
    
    .el-i3erxk,
    .ui-l7i9x5,
    .s-t7yp46,
    .ui-bnrcjk,
    .is-r45brj,
    .m-ekwuz6,
    .s-jiyygj,
    .m-dpbvzp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._dv6v88,
    .epgrjt,
    ._vk9gma,
    .s-o6mqkb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-kuzphw,
    .is-ru1ycu,
    .s-m5yvok {
        grid-template-columns: 1fr;
    }
    
    .c-s93zaf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .oouk7y,
    .cpg9j5 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-mjlibq,
    .m-mvgk45 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-r1zk3n {
        font-size: 32px;
    }
    
    ._y66ts2,
    .c-t1qnlt {
        font-size: 28px;
    }
    
    .el-i3erxk,
    .ui-l7i9x5,
    .s-t7yp46,
    .ui-bnrcjk,
    .is-r45brj,
    ._dv6v88,
    .epgrjt,
    ._vk9gma,
    .s-o6mqkb,
    .m-ekwuz6,
    .s-jiyygj,
    .m-dpbvzp {
        grid-template-columns: 1fr;
    }
    
    .c-s93zaf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m71z31,
    .x4oe3q,
    ._rk2iay {
        flex-direction: column;
    }
    
    .m-vfxc01 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._kf5jfe {
        bottom: 20px;
        right: 20px;
    }
    
    ._b462ra {
        display: none;
    }
    
    .js-qjcn1c {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-p04z64 {
        grid-template-columns: 1fr;
    }
    
    .js-dl0n61 {
        grid-template-columns: 1fr;
    }
    
    .c-v7oqie {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-tadq27 {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-a0eish {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-ynjdfy,
    ._kf5jfe,
    .c-u0n6za,
    ._uw4cim {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
