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

/* CSS Variables */
:root {
    --primary: #081A2D;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.js-svg5tk {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.el-glumiz:hover,
.el-glumiz.el-tn90qd {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xayjv9 {
    background: #fff;
    color: var(--bg-dark);
}

.c-xayjv9:hover {
    background: var(--accent);
}

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

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

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

.x-rqr0d8 {
    width: 100%;
}

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

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

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

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

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

.rquc9g {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-nm1mk2 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.vsss94 {
    font-size: 24px;
}

.is-but0wp {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-y952bj:hover .js-eibtmn img {
    transform: scale(1.1);
}

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

.x-ll8oc1 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gmqivf {
    text-align: center;
}

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

.ui-huanvi {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.x-imztq8 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-m5bxjo {
    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-m5bxjo:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.nwod7p.active ._thr9sq {
    transform: rotate(45deg);
}

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

.nwod7p.active .m-ki3l1a {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-e8vi54:hover .s-xso8wi img {
    transform: scale(1.05);
}

.el-rrl6zs {
    padding: 20px;
}

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

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

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

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

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

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

.is-tdxhyp h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

.is-t0k9ln {
    text-align: center;
}

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

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

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

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

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

._cs2bhk img {
    width: 48px;
    height: 48px;
}

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

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

._tr3vvh h4,
.x-upds8g h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-qrqhfw {
    display: flex;
    gap: 12px;
}

.el-qrqhfw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-avie37 {
    font-size: 20px;
}

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

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

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

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

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

.c-hrwuao .js-svg5tk {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-vvezl1 {
    margin: 16px 0 32px;
}

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

.c-vvezl1 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-qohwpt {
    margin-bottom: 32px;
}

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

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

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

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

.el-mj06gm p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-cl2vjl li,
.c-e1rki6 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-cl2vjl li:last-child,
.c-e1rki6 li:last-child {
    border-bottom: none;
}

.is-cl2vjl a,
.c-e1rki6 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-cl2vjl a:hover,
.c-e1rki6 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-gaduac {
        display: none;
    }
    
    .jcfepf {
        display: flex;
    }
    
    .m-kwfhm2 {
        font-size: 40px;
    }
    
    .js-kxy761,
    .m-mj7vqu,
    .zsffwq,
    .s-m6ouww,
    ._k3pvne,
    .el-zveekn,
    .c-w60ewq,
    .el-cjr073 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-d1fbkd,
    .js-yh9j55,
    .el-f4i1rb,
    ._fff2zi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-rtxuwq,
    .js-jvmve4,
    .s-nyrzp9 {
        grid-template-columns: 1fr;
    }
    
    .x-wabe2j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._hmbn2q,
    .is-vn6lq1 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-iiwueg,
    .js-t8kbsf {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-kwfhm2 {
        font-size: 32px;
    }
    
    .m-x9lrrd,
    .ui-fwb1wo {
        font-size: 28px;
    }
    
    .js-kxy761,
    .m-mj7vqu,
    .zsffwq,
    .s-m6ouww,
    ._k3pvne,
    .s-d1fbkd,
    .js-yh9j55,
    .el-f4i1rb,
    ._fff2zi,
    .el-zveekn,
    .c-w60ewq,
    .el-cjr073 {
        grid-template-columns: 1fr;
    }
    
    .x-wabe2j {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-t51tti,
    ._hmc0a1,
    .m-t0jxcb {
        flex-direction: column;
    }
    
    .wprz1b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-sardu1 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-mexnbg {
        display: none;
    }
    
    ._d26qbp {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-tmcixb {
        grid-template-columns: 1fr;
    }
    
    .m-m5pc60 {
        grid-template-columns: 1fr;
    }
    
    .is-h6cw7d {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-k5d20f {
        flex-direction: column;
        gap: 8px;
    }
    
    .foslzm {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-en7vf2,
    .x-sardu1,
    .el-migi5d,
    .el-z959ib {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
