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

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

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

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

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

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

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

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

.vwnmlp:hover,
.vwnmlp.m9xilp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wp802h {
    width: 100%;
}

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

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

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

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

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

.is-vhr7z3 {
    max-width: 700px;
}

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

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

.c-bhjj37 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-v7pvae {
    font-size: 24px;
}

.j768xe {
    position: relative;
}

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

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

.el-t9swrk {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.js-y35an0:hover .m-v4lny5 img {
    transform: scale(1.1);
}

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

.ui-cvme5m {
    padding: 20px;
}

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

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

.js-riu9es {
    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-bak5cj {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.jc7coc {
    text-align: center;
}

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

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

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

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

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

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

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

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

.is-yg5vkr {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.js-fw749i {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-kwcgvv a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-pbqr27 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.x-ki8elr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-uv7jt6.active .s-oyj3q7 {
    transform: rotate(45deg);
}

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

.m-uv7jt6.active .s-aopbe3 {
    max-height: 500px;
}

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

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

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

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

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

.el-snljh8 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.js-f6lnxc:hover .el-snljh8 img {
    transform: scale(1.05);
}

.s-tmatga {
    padding: 20px;
}

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

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

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

.x-xmwd1d {
    text-align: center;
    margin-top: 40px;
}

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

.el-ato8le h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-ato8le h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kdsja3 img {
    width: 48px;
    height: 48px;
}

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

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

.js-ucpqgq h4,
.c-x4bc6k h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-zag6lg {
    display: flex;
    gap: 12px;
}

.js-zag6lg img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-yv78od {
    font-size: 20px;
}

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

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

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

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

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

.c-mt7xfh ._xt5ge4 {
    position: relative;
    z-index: 1;
}

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

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

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

.m-ann7uv {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.el-orgg9e {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wwgf9z {
    margin-bottom: 24px;
}

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

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

.s-xu5i8t {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-xjo2k0 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.ui-xjo2k0 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.js-apssic li:last-child,
.ui-g99q0t li:last-child {
    border-bottom: none;
}

.js-apssic a,
.ui-g99q0t a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-apssic a:hover,
.ui-g99q0t a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-emj8ml 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-wdngww {
        display: none;
    }
    
    ._l3ql9g {
        display: flex;
    }
    
    .el-zv1la4 {
        font-size: 40px;
    }
    
    .el-v4brh5,
    .is-mf7kjy,
    .czbbr0,
    .x-h3nau3,
    .el-ws5h8a,
    .js-euzk6i,
    .c-mjaoaw,
    .js-z6hbeq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ummog0,
    .el-enip6f,
    .m3ihlr,
    .g84ili {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-aosssz,
    .s-c4wqpi,
    .x-xd3blv {
        grid-template-columns: 1fr;
    }
    
    .sdw94b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-e50ndn,
    .m-zuftzj {
        flex-direction: column;
        text-align: center;
    }
    
    .m-ijn5up,
    .is-yg5vkr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-zv1la4 {
        font-size: 32px;
    }
    
    .is-izcryw,
    .c-yzqc9h {
        font-size: 28px;
    }
    
    .el-v4brh5,
    .is-mf7kjy,
    .czbbr0,
    .x-h3nau3,
    .el-ws5h8a,
    .js-ummog0,
    .el-enip6f,
    .m3ihlr,
    .g84ili,
    .js-euzk6i,
    .c-mjaoaw,
    .js-z6hbeq {
        grid-template-columns: 1fr;
    }
    
    .sdw94b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-bhjj37,
    .x-dg64qj,
    .s-lh4gjk {
        flex-direction: column;
    }
    
    .ui-gn7vrh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-ll769t {
        bottom: 20px;
        right: 20px;
    }
    
    .is-gtuftk {
        display: none;
    }
    
    .el-gbqbzo {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._aexvvv {
        grid-template-columns: 1fr;
    }
    
    .x-rcdd14 {
        grid-template-columns: 1fr;
    }
    
    .m-ann7uv {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-c5cpgs {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-uhhnwn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-cp1iwn,
    .m-ll769t,
    ._wogzvq,
    .ui-pzi1nu {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
