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

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

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

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

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

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

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

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

.c-rcyyml:hover,
.c-rcyyml.s-yeh6v8 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-sjpuph {
    background: #fff;
    color: var(--bg-dark);
}

.js-sjpuph:hover {
    background: var(--accent);
}

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

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

.el-wnfrra {
    padding: 10px 20px;
    font-size: 14px;
}

.s-m8xqw7 {
    width: 100%;
}

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

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

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

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

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

.x-ic43mt {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._n42dds {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.b7bi46:hover ._pn8833 img {
    transform: scale(1.1);
}

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

.el-gzwglh {
    padding: 20px;
}

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

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

.ui-x3yi01 {
    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-qwnz6f {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.cx1fja {
    text-align: center;
}

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

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

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

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

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

.js-sm3ttw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._k4gnbp {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-tddhkw.active .woh10i {
    transform: rotate(45deg);
}

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

.is-tddhkw.active .js-fdxv5v {
    max-height: 500px;
}

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

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

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

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

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

.c-q03z3z {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-q54kee:hover .c-q03z3z img {
    transform: scale(1.05);
}

.el-qyd5tt {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-yn4hgb img {
    width: 48px;
    height: 48px;
}

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

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

.eiyz7n h4,
.bzds8g h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mji6wn {
    font-size: 20px;
}

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

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

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

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

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

.s-s3uqsc .c-yc3i8c {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-odmsim {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.js-jgu1mn p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-pwkqef li,
.ntrer5 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-pwkqef li:last-child,
.ntrer5 li:last-child {
    border-bottom: none;
}

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

.x-pwkqef a:hover,
.ntrer5 a:hover {
    color: var(--primary);
}

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

.c-mao123 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-oj4ope ul {
    margin-bottom: 24px;
}

.c-oj4ope 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-e1xc43 {
        display: none;
    }
    
    .t1utdi {
        display: flex;
    }
    
    .lm71k1 {
        font-size: 40px;
    }
    
    .m-biq9yf,
    .c-oe3k80,
    .el-kh0qkk,
    ._p7tbmo,
    .c-d6yvye,
    .c-i5pyt5,
    ._mnskh7,
    .is-mxfnje {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .o4g039,
    .x-vvaxtm,
    .is-nhif9o,
    .p1b0kl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-oqxviu,
    .m-l3kk34,
    .bx99bi {
        grid-template-columns: 1fr;
    }
    
    .zbvaa7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-iz7ti6,
    .js-uqvnnq {
        flex-direction: column;
        text-align: center;
    }
    
    .el-jvhd1m,
    .el-kuvp5d {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lm71k1 {
        font-size: 32px;
    }
    
    .ui-ismune,
    .c-yfrbmy {
        font-size: 28px;
    }
    
    .m-biq9yf,
    .c-oe3k80,
    .el-kh0qkk,
    ._p7tbmo,
    .c-d6yvye,
    .o4g039,
    .x-vvaxtm,
    .is-nhif9o,
    .p1b0kl,
    .c-i5pyt5,
    ._mnskh7,
    .is-mxfnje {
        grid-template-columns: 1fr;
    }
    
    .zbvaa7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-gchsl4,
    .is-q19qz6,
    .m-g0fwkq {
        flex-direction: column;
    }
    
    ._kqft7c {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._pxb194 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-lrhndy {
        display: none;
    }
    
    .js-lowmqv {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-azd1gv {
        grid-template-columns: 1fr;
    }
    
    .el-bab5r3 {
        grid-template-columns: 1fr;
    }
    
    .x-rjum4c {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-fp91wu {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-a51ogh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-cxbvso,
    ._pxb194,
    .c-h1b3mb,
    .el-ys7im8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
