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

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

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

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

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

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

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

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

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

.ui-y2vokc:hover,
.ui-y2vokc.ui-td2f9f {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-rzrsly {
    background: #fff;
    color: var(--bg-dark);
}

.el-rzrsly:hover {
    background: var(--accent);
}

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

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

.m-r8035v {
    padding: 10px 20px;
    font-size: 14px;
}

.s-jqu86y {
    width: 100%;
}

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

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

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

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

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

.js-fc5x73 {
    max-width: 700px;
}

.x-v10ymz {
    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-dfwk3c {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

.s-mpu9xr {
    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-pzo7z3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xmpbi2 {
    font-size: 24px;
}

.el-wsv7qu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-qut9bo:hover ._nfkk7h img {
    transform: scale(1.1);
}

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

.c76jwu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-eo2e3m {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m-ne5dtg {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-xdg3jg {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vls6f8.active .el-ej29ls {
    transform: rotate(45deg);
}

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

.el-vls6f8.active .el-yx9z78 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-rm5pxp:hover .x-q9thfc img {
    transform: scale(1.05);
}

.ui-zrubl1 {
    padding: 20px;
}

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

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

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

.js-vr64hh {
    text-align: center;
    margin-top: 40px;
}

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

.ui-jhmsnk h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.ui-jhmsnk h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-uz0jv4 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.c-qes6wj {
    display: flex;
    gap: 12px;
}

.c-qes6wj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-jn41pj {
    font-size: 20px;
}

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

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

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

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

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

.js-ddochg .x-hsmy4p {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.u4cbk5 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-jcgo30 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.js-jcgo30 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.e2yyk0 li:last-child,
.c-yq3zyq li:last-child {
    border-bottom: none;
}

.e2yyk0 a,
.c-yq3zyq a {
    font-size: 14px;
    color: var(--text-secondary);
}

.e2yyk0 a:hover,
.c-yq3zyq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-h7bewa ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-mghauf {
        display: none;
    }
    
    .ui-h9q8d2 {
        display: flex;
    }
    
    .x-v10ymz {
        font-size: 40px;
    }
    
    .ui-o7h13n,
    .x-ixtqhi,
    .js-su7mq3,
    .is-f77yfi,
    .ui-kmlzi5,
    .ui-hmwncp,
    .c-s03o4e,
    .ui-dquxwy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ijbq8k,
    .c-uuilwz,
    .ui-n683r5,
    .s-auq8od {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-hcpzk1,
    .is-sy6pzq,
    .s-xxyz1l {
        grid-template-columns: 1fr;
    }
    
    .s-duikz7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-thd8mz,
    .ui-kcm8br {
        flex-direction: column;
        text-align: center;
    }
    
    .js-n62d0i,
    .m-tdj11n {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-v10ymz {
        font-size: 32px;
    }
    
    .m-pzo7z3,
    .is-jzqp9m {
        font-size: 28px;
    }
    
    .ui-o7h13n,
    .x-ixtqhi,
    .js-su7mq3,
    .is-f77yfi,
    .ui-kmlzi5,
    .ui-ijbq8k,
    .c-uuilwz,
    .ui-n683r5,
    .s-auq8od,
    .ui-hmwncp,
    .c-s03o4e,
    .ui-dquxwy {
        grid-template-columns: 1fr;
    }
    
    .s-duikz7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-u6tk73,
    .s-u116ge,
    .js-eoojn4 {
        flex-direction: column;
    }
    
    .x-coohtl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .if5ef2 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-o7d0x1 {
        display: none;
    }
    
    .kgmnws {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-ly2fqd {
        grid-template-columns: 1fr;
    }
    
    ._efs0m6 {
        grid-template-columns: 1fr;
    }
    
    .ui-jsfjrx {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-baua08 {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-d72lpi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-qnqf22,
    .if5ef2,
    .m-trarct,
    .vqslmg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
