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

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

/* ========================================
   Header & Navigation
   ======================================== */
._t2rqx3 {
    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-rvjer7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

.el-i5xpr6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-lw8ixk:hover,
.c-lw8ixk.x-b765lm {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.js-flqb10 {
    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-e1ac3b {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.mwgaga {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l0ha3n {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.s8cgea {
    position: relative;
}

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

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

.is-ipv2so {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.fp3grt:hover .m-yt3wcw img {
    transform: scale(1.1);
}

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

.is-ci37sb {
    padding: 20px;
}

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

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

._kncqr2 {
    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
   ======================================== */
._o2h9r2 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-f3pxkn {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mbccaj {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ui-vovzwc:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-oswwy7.active ._zveqko {
    transform: rotate(45deg);
}

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

.c-oswwy7.active .wly27t {
    max-height: 500px;
}

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

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

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

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

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

.is-fqg0j9 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

._lmx78j:hover .is-fqg0j9 img {
    transform: scale(1.05);
}

.c-qlu683 {
    padding: 20px;
}

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

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

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

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

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

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

.x-hh7hyr h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.x-j12o9a {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.is-yob8dx img {
    width: 48px;
    height: 48px;
}

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

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

.m-p0uw91 h4,
.el-t06ex3 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-qov7vv {
    display: flex;
    gap: 12px;
}

.m-qov7vv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

._fq5r4e {
    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-nb5stw {
    font-size: 20px;
}

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

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

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

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

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

.s-qpqkoq .s-ajkopy {
    position: relative;
    z-index: 1;
}

.js-eh97bk {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

.js-lczm34 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ss5he0 {
    margin-bottom: 24px;
}

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

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

.x-zspd1r {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bgsxxx li,
.js-omplm4 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.bgsxxx li:last-child,
.js-omplm4 li:last-child {
    border-bottom: none;
}

.bgsxxx a,
.js-omplm4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.bgsxxx a:hover,
.js-omplm4 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-d6i08b ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-i5xpr6 {
        display: none;
    }
    
    .is-anjcpt {
        display: flex;
    }
    
    ._tgu5sz {
        font-size: 40px;
    }
    
    .js-pxnzl3,
    .x-tkzffl,
    .s-ayvei3,
    .js-avs5f7,
    .is-nhfe54,
    .ui-qzj8jf,
    .el-e5eizv,
    .is-lol4tb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-e2iq13,
    .ui-wdix4s,
    .ui-r9t1wt,
    .m-k5kvup {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-rlkv7j,
    ._d55anj,
    ._xy3jf5 {
        grid-template-columns: 1fr;
    }
    
    .ui-dvj7l8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-bxbzni,
    .m-rd66p0 {
        flex-direction: column;
        text-align: center;
    }
    
    .l1gq5n,
    .m-x5syl5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._tgu5sz {
        font-size: 32px;
    }
    
    .js-nfz842,
    .js-eh97bk {
        font-size: 28px;
    }
    
    .js-pxnzl3,
    .x-tkzffl,
    .s-ayvei3,
    .js-avs5f7,
    .is-nhfe54,
    .js-e2iq13,
    .ui-wdix4s,
    .ui-r9t1wt,
    .m-k5kvup,
    .ui-qzj8jf,
    .el-e5eizv,
    .is-lol4tb {
        grid-template-columns: 1fr;
    }
    
    .ui-dvj7l8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-i4bjm4,
    .gr345f,
    .x-j12o9a {
        flex-direction: column;
    }
    
    .m-gkkpyl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-iayn9i {
        bottom: 20px;
        right: 20px;
    }
    
    .c-xpm0t1 {
        display: none;
    }
    
    ._fq5r4e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-tldrdy {
        grid-template-columns: 1fr;
    }
    
    .s-fp18vv {
        grid-template-columns: 1fr;
    }
    
    .js-lczm34 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-j0zsly {
        flex-direction: column;
        gap: 8px;
    }
    
    ._vr2i4f {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._t2rqx3,
    .js-iayn9i,
    .is-ltfy6f,
    .m-adw0v7 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
