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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-u8bocm {
    width: 100%;
}

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

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

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

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

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

.ui-c4c75d {
    max-width: 700px;
}

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

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

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

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

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

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

.ui-bowldi {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.c-uc2bro {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._dakx2d {
    font-size: 24px;
}

.js-jztszk {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-ty5bf1:hover .h8iabg img {
    transform: scale(1.1);
}

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

.x-pl2hx6 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz7y9i {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-sqjwd1 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-x8pm22 {
    text-align: center;
}

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

.c-x8pm22 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-lb2oik:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._g7e1gu.active .js-wv0x9w {
    transform: rotate(45deg);
}

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

._g7e1gu.active .dfddnf {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-sqc6q9:hover .el-g2hzgb img {
    transform: scale(1.05);
}

.ui-ivxziw {
    padding: 20px;
}

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

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

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

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

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

.s-nzm4no h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.s-nzm4no h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

.drhakm {
    text-align: center;
}

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

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

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

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

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

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

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

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

.iqrgz0 h4,
.x-c1ppkw h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ej6r8h {
    font-size: 20px;
}

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

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

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

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

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

.js-il6ezf .ui-nvv3qx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.t354xf {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-myd1n0 {
    margin-bottom: 24px;
}

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

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

.m-th49tj {
    margin-bottom: 32px;
}

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

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

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

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

.el-oesd30 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.is-qx8mvp h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.is-qx8mvp p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.twho4z li:last-child,
.cgmbe9 li:last-child {
    border-bottom: none;
}

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

.twho4z a:hover,
.cgmbe9 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.rpdz56 {
    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-vqj2xb h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-vaqb7n {
        display: none;
    }
    
    .is-ecwv1d {
        display: flex;
    }
    
    .s-uwjm6d {
        font-size: 40px;
    }
    
    .is-lpzqqm,
    .w6wb8q,
    .oh3p05,
    .js-nz5tqn,
    .ui-vzxvuv,
    .js-jnlv30,
    .w7kgj6,
    .js-v7crfc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-achyze,
    ._baqyp4,
    .el-tqzky7,
    ._lh6h9s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-rax47a,
    .x-lg7yz7,
    ._pdki46 {
        grid-template-columns: 1fr;
    }
    
    .is-r5gln4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-tdyfez,
    .ui-mp3xcu {
        flex-direction: column;
        text-align: center;
    }
    
    .s-pl3ve4,
    ._yfnzng {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-uwjm6d {
        font-size: 32px;
    }
    
    .js-tcy6mv,
    ._og9nl5 {
        font-size: 28px;
    }
    
    .is-lpzqqm,
    .w6wb8q,
    .oh3p05,
    .js-nz5tqn,
    .ui-vzxvuv,
    .s-achyze,
    ._baqyp4,
    .el-tqzky7,
    ._lh6h9s,
    .js-jnlv30,
    .w7kgj6,
    .js-v7crfc {
        grid-template-columns: 1fr;
    }
    
    .is-r5gln4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-bxdzgu,
    ._an5njc,
    .ui-xg6cbu {
        flex-direction: column;
    }
    
    .x-yo2236 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-vyie68 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-kdqnbd {
        display: none;
    }
    
    .x-kvz7rw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .hot9ff {
        grid-template-columns: 1fr;
    }
    
    .is-yhyiik {
        grid-template-columns: 1fr;
    }
    
    .c-t2dtlj {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-e9fyja {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-i0sf39 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .bs93bk,
    .is-vyie68,
    .js-zr79ec,
    .s-emm12d {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
