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

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

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

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

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

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

.ui-esxh26 {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.js-xz0zev {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-nsw018:hover,
.x-nsw018.js-jn3yuz {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-nqvw6d {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-v7vey7 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._zlh0dj {
    font-size: 24px;
}

.s-ex7u41 {
    position: relative;
}

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

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

.m-xiwg8j {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.s-z5pnqq:hover .js-cn6rvh img {
    transform: scale(1.1);
}

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

.is-shxqe1 {
    padding: 20px;
}

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

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

.m-bveq2y {
    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
   ======================================== */
.c-y8x3qj {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-rhi361 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.x-zv4f5z {
    display: flex;
    align-items: center;
    gap: 60px;
}

.m-iqet7y h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ac8dln.active .m-airhv2 {
    transform: rotate(45deg);
}

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

.is-ac8dln.active .s-vbojdt {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-r06b23:hover ._ldeqmu img {
    transform: scale(1.05);
}

.s-ho9ra1 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-i885b5 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.s-o58e2f h4,
.c-f0mtl7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.xf16kz {
    display: flex;
    gap: 12px;
}

.xf16kz img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-mygyv8 {
    font-size: 20px;
}

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

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

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

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

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

.is-ywz7nu .c-vy2ziz {
    position: relative;
    z-index: 1;
}

.el-vlpr9i {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-su2brk {
    margin: 16px 0 32px;
}

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

.s-su2brk li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-c28b7y {
    margin-bottom: 32px;
}

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

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

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

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

._z2ng9k p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-rb3wgq li,
.el-g0qsn5 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-rb3wgq li:last-child,
.el-g0qsn5 li:last-child {
    border-bottom: none;
}

.is-rb3wgq a,
.el-g0qsn5 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-rb3wgq a:hover,
.el-g0qsn5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cowp3u ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-xz0zev {
        display: none;
    }
    
    .js-yh672n {
        display: flex;
    }
    
    .x-k6tx0f {
        font-size: 40px;
    }
    
    .m-j5v9px,
    .js-c5tgx3,
    ._ydxkw6,
    ._wnkoxm,
    ._gso6q6,
    .c-yxvsg6,
    .zjemxn,
    .x-u5bagt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xecsr7,
    .ui-ooi6hi,
    ._hpzfbz,
    ._f7nwar {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-z81hrj,
    .el-dfihil,
    .js-jmx01l {
        grid-template-columns: 1fr;
    }
    
    .js-bp8mss {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-zv4f5z,
    .ui-akv98p {
        flex-direction: column;
        text-align: center;
    }
    
    .x-v9luar,
    .m-bxibt3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-k6tx0f {
        font-size: 32px;
    }
    
    ._e3bbos,
    .el-vlpr9i {
        font-size: 28px;
    }
    
    .m-j5v9px,
    .js-c5tgx3,
    ._ydxkw6,
    ._wnkoxm,
    ._gso6q6,
    .ui-xecsr7,
    .ui-ooi6hi,
    ._hpzfbz,
    ._f7nwar,
    .c-yxvsg6,
    .zjemxn,
    .x-u5bagt {
        grid-template-columns: 1fr;
    }
    
    .js-bp8mss {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-e50ame,
    .ui-w3wbki,
    .m-i885b5 {
        flex-direction: column;
    }
    
    ._u16zpl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-t9djd3 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-veekdg {
        display: none;
    }
    
    .el-jxyb3q {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-nyrnad {
        grid-template-columns: 1fr;
    }
    
    .c-c2kcvz {
        grid-template-columns: 1fr;
    }
    
    .qejl0g {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-dt6sha {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-zjclf6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-fjfw7h,
    .m-t9djd3,
    .s-v3vngr,
    .m-knpde3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
