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

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

/* ========================================
   Header & Navigation
   ======================================== */
._k5nfyk {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.is-wlz0sv {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-muq9la:hover,
.m-muq9la.m-l40pnb {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._u300a7 {
    width: 100%;
}

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

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

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

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

.ktwxv2 {
    max-width: 700px;
}

.is-xmpmv7 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.ui-bhzfho {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-as5p36 {
    font-size: 24px;
}

.x-qrkrb7 {
    position: relative;
}

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

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

.x-y4xecw {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.el-kz7sd7:hover .y128zh img {
    transform: scale(1.1);
}

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

._sviten {
    padding: 20px;
}

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

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

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

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

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

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

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

.c-z36jvz {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-pjq0n8 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.s-efvpsz {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.is-shpjwi {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-warmyj a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-j51dsy:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-omqchn.active ._q3dbhf {
    transform: rotate(45deg);
}

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

.ui-omqchn.active .r82vc8 {
    max-height: 500px;
}

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

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

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

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

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

.m-pti309 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-cn3vgs:hover .m-pti309 img {
    transform: scale(1.05);
}

.ui-jvmg64 {
    padding: 20px;
}

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

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

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

.ui-hce0fj {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.ui-i1amhk h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zcc1ce h4,
.el-wzq1lt h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-o912l3 {
    display: flex;
    gap: 12px;
}

.el-o912l3 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-rfihe0 {
    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-awg5ig {
    font-size: 20px;
}

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

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

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

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

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

.c-gawnt5 .ui-j2bhyh {
    position: relative;
    z-index: 1;
}

.s-ws9eng {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

.is-g90w2g {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.x-i2gkuz {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-id311x {
    margin-bottom: 24px;
}

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

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

.vx9cs2 {
    margin-bottom: 32px;
}

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

.ui-kpg6b6 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.ui-kpg6b6 p {
    margin-bottom: 16px;
}

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

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

.ui-kpg6b6 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.el-bhga5g li,
.m-w48cfb li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-bhga5g li:last-child,
.m-w48cfb li:last-child {
    border-bottom: none;
}

.el-bhga5g a,
.m-w48cfb a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-bhga5g a:hover,
.m-w48cfb a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-qtq58g {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.c-u7c3rx h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.vhfxhy ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-wlz0sv {
        display: none;
    }
    
    .ui-gdlysa {
        display: flex;
    }
    
    .is-xmpmv7 {
        font-size: 40px;
    }
    
    .x-qv9619,
    .gfpkoh,
    .js-kcct2d,
    .m-cjp4pt,
    .m-j7wdfw,
    .m-kq40gu,
    ._eluu08,
    .v442ej {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-dy1wtc,
    .s-yzqqxx,
    .c-kmrp68,
    .m-cetp1f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .xt07ub,
    .m-d95bis,
    .ui-ath8vg {
        grid-template-columns: 1fr;
    }
    
    .c-rsyzuo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-e32isc,
    .fmet3b {
        flex-direction: column;
        text-align: center;
    }
    
    .js-hbou2l,
    .s-efvpsz {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-xmpmv7 {
        font-size: 32px;
    }
    
    .x-wb76gr,
    .s-ws9eng {
        font-size: 28px;
    }
    
    .x-qv9619,
    .gfpkoh,
    .js-kcct2d,
    .m-cjp4pt,
    .m-j7wdfw,
    .ui-dy1wtc,
    .s-yzqqxx,
    .c-kmrp68,
    .m-cetp1f,
    .m-kq40gu,
    ._eluu08,
    .v442ej {
        grid-template-columns: 1fr;
    }
    
    .c-rsyzuo {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-bhzfho,
    .ui-wy3604,
    .n63ztp {
        flex-direction: column;
    }
    
    .c-bwuac4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-yt2s1e {
        bottom: 20px;
        right: 20px;
    }
    
    ._mrxn99 {
        display: none;
    }
    
    .ui-rfihe0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-weh4tz {
        grid-template-columns: 1fr;
    }
    
    .m-e7fewk {
        grid-template-columns: 1fr;
    }
    
    .is-g90w2g {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-fduj6a {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-futp6p {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._k5nfyk,
    .c-yt2s1e,
    .c-yuwwao,
    .c-kkcj6g {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
