/* ========================================
   {{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 */
.is-p0o69r {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

.s-cv5wrv {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-oepcto {
    width: 100%;
}

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

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

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

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

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

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

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

.s-grj5gn {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

.m-yh5mzq {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.m-y1nhmh {
    font-size: 24px;
}

.s-jfrcft {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-ewfxhj:hover .zdp9q2 img {
    transform: scale(1.1);
}

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

.el-feqf8n {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-lpbb09 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.el-bro9zj {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.ui-q2r3ne {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-a9wr9q {
    text-align: center;
}

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

.js-a9wr9q h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.dh8i98:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-kpeme4.active .zd8r40 {
    transform: rotate(45deg);
}

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

.el-kpeme4.active .js-eit5wt {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-mfc7l4:hover ._p04uds img {
    transform: scale(1.05);
}

.js-qy7yyy {
    padding: 20px;
}

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

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

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

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

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

.js-y2kzyo h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.js-y2kzyo h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.ui-lvqbgp {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

._jx62bj img {
    width: 48px;
    height: 48px;
}

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

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

.s-lw96qi h4,
.fwjw26 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-h3xs18 {
    font-size: 20px;
}

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

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

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

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

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

.s-pwiuuw .is-p0o69r {
    position: relative;
    z-index: 1;
}

.ui-ldh2pr {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-aevddb {
    margin: 16px 0 32px;
}

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

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

.c-asi4gl {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ksvc3v li:last-child,
.el-tahodc li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-gqd7xs h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-cv5wrv {
        display: none;
    }
    
    .w0jju5 {
        display: flex;
    }
    
    .is-ip3fvz {
        font-size: 40px;
    }
    
    .c-pjxc0r,
    .s-k9clje,
    .x-bpeyv4,
    .ormpf9,
    .ui-s4sdyy,
    .x-os0ze8,
    .js-vzu144,
    .x-d58s02 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-r9tt02,
    .x-y1k0j0,
    .lvn736,
    .ui-unp94f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-yeiilh,
    ._t7yjat,
    .s-k8f1zi {
        grid-template-columns: 1fr;
    }
    
    .m-k3646v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ymc1p2,
    .c-wty061 {
        flex-direction: column;
        text-align: center;
    }
    
    .ngtm62,
    .el-bro9zj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-ip3fvz {
        font-size: 32px;
    }
    
    .c-w1t3sg,
    .ui-ldh2pr {
        font-size: 28px;
    }
    
    .c-pjxc0r,
    .s-k9clje,
    .x-bpeyv4,
    .ormpf9,
    .ui-s4sdyy,
    .c-r9tt02,
    .x-y1k0j0,
    .lvn736,
    .ui-unp94f,
    .x-os0ze8,
    .js-vzu144,
    .x-d58s02 {
        grid-template-columns: 1fr;
    }
    
    .m-k3646v {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-grj5gn,
    .ui-un6bt0,
    .ui-lvqbgp {
        flex-direction: column;
    }
    
    ._hnizev {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .wq94f1 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-uh1my1 {
        display: none;
    }
    
    .js-b420h5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-lz8f2j {
        grid-template-columns: 1fr;
    }
    
    .ui-mdcr75 {
        grid-template-columns: 1fr;
    }
    
    ._gzctpa {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-a002sk {
        flex-direction: column;
        gap: 8px;
    }
    
    .utsle7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-n7uvvk,
    .wq94f1,
    .el-djfike,
    .s-v25kr6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
