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

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

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

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

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

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

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

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

.is-rdgqaz:hover,
.is-rdgqaz._jg5ao3 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vaaiov {
    background: #fff;
    color: var(--bg-dark);
}

.ui-vaaiov:hover {
    background: var(--accent);
}

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

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

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

.el-p1c00u {
    width: 100%;
}

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

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

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

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

.m-qki6xb {
    max-width: 700px;
}

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

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

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

.el-b5wxh9 {
    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-siolze {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.n9ak12 {
    font-size: 24px;
}

.j732ld {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-qv83r3:hover .el-vt3puw img {
    transform: scale(1.1);
}

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

.m-xc4ldy {
    padding: 20px;
}

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

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

.x-p1xaq6 {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-rq7ckq {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.t46y66 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-trnhdd {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-p79wvb.active .yd340t {
    transform: rotate(45deg);
}

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

.s-p79wvb.active .js-ee1yq0 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.v6j4j6:hover .c-ipth7m img {
    transform: scale(1.05);
}

.ulspzs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-taevla {
    text-align: center;
}

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

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

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

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

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

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

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

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

.s-iqgm52 h4,
.ui-u010jg h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-qzhs7l {
    display: flex;
    gap: 12px;
}

.is-qzhs7l img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-m9e54b {
    font-size: 20px;
}

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

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

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

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

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

._avw44b ._m5iocr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._i17s8y {
    margin-bottom: 32px;
}

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

.is-s92zki {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.is-s92zki p {
    margin-bottom: 16px;
}

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

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

.is-s92zki li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.ui-th3m3q li,
.ui-b5i6zg li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-th3m3q li:last-child,
.ui-b5i6zg li:last-child {
    border-bottom: none;
}

.ui-th3m3q a,
.ui-b5i6zg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-th3m3q a:hover,
.ui-b5i6zg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ze2cvk 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-w4miyj {
        display: none;
    }
    
    .c-w2bnt7 {
        display: flex;
    }
    
    ._xn9jxv {
        font-size: 40px;
    }
    
    .is-j9dovw,
    .el-livih5,
    .ui-omjndb,
    .m-pfihtr,
    .s-cv0cmq,
    ._by7esh,
    .s-ollb21,
    .js-i8qwam {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-xq19n8,
    .x-j9xua1,
    .m-eecdfi,
    .js-k2kvld {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-srdxsx,
    .js-pigs7y,
    .is-bty133 {
        grid-template-columns: 1fr;
    }
    
    .is-jggapf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-y59f3z,
    .jsaco5 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-glh24g,
    .ui-arhmez {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._xn9jxv {
        font-size: 32px;
    }
    
    .xmfgaw,
    .c-sbf742 {
        font-size: 28px;
    }
    
    .is-j9dovw,
    .el-livih5,
    .ui-omjndb,
    .m-pfihtr,
    .s-cv0cmq,
    .m-xq19n8,
    .x-j9xua1,
    .m-eecdfi,
    .js-k2kvld,
    ._by7esh,
    .s-ollb21,
    .js-i8qwam {
        grid-template-columns: 1fr;
    }
    
    .is-jggapf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-sxinwt,
    .c-xw8k1g,
    ._fo9ytv {
        flex-direction: column;
    }
    
    .is-u7y6yj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-s84rxn {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-xjt7zj {
        display: none;
    }
    
    .m-lespx5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-pg17tt {
        grid-template-columns: 1fr;
    }
    
    ._zm4kfa {
        grid-template-columns: 1fr;
    }
    
    .ui-tys02y {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-syi1l4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ceuu2k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-hcj5l6,
    .c-s84rxn,
    .is-ahq2he,
    .x-hnnkw1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
