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

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

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

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

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

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

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

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

.el-txlowa:hover,
.el-txlowa.ui-egu7rz {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mxnasg {
    width: 100%;
}

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

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

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

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

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

.js-wq6g7i {
    max-width: 700px;
}

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

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

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

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

.js-sfi24x {
    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-ud9jto {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-m3k1tu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-j04spk:hover .x-udipjz img {
    transform: scale(1.1);
}

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

._hfb0ig {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-nxua04 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-q13s99 {
    font-size: 32px;
}

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

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

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

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

.ui-oqoc2v h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-d8ouq2 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-nx5b1e:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-nczfa4.active .c-hyinwe {
    transform: rotate(45deg);
}

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

.m-nczfa4.active .is-ttkit7 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-j5xr6f:hover ._tjk4mk img {
    transform: scale(1.05);
}

.m-mfnksh {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._brcvqz {
    text-align: center;
}

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

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

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

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

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

.s-se9tkm img {
    width: 48px;
    height: 48px;
}

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

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

.is-k3io2l h4,
.ui-irfscm h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-as4g19 {
    display: flex;
    gap: 12px;
}

.is-as4g19 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.rwf2kd {
    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-k5ehuh {
    font-size: 20px;
}

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

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

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

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

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

.el-f7jp2y .x-qt7m8t {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ck9drg {
    margin: 16px 0 32px;
}

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

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

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

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

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

.m-ybrom1 {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-ybrom1 td {
    padding: 12px 0;
    font-size: 14px;
}

.m-ybrom1 td:first-child {
    color: var(--text-secondary);
}

.m-ybrom1 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-soq2km {
    margin-bottom: 24px;
}

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

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

.el-pew71u {
    margin-bottom: 32px;
}

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

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

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

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

.c-stlc2x p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-psso5s li:last-child,
.a1j3k2 li:last-child {
    border-bottom: none;
}

.x-psso5s a,
.a1j3k2 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-psso5s a:hover,
.a1j3k2 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-p0yvwx h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-scn9hs ul {
    margin-bottom: 24px;
}

.is-scn9hs 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-ib6yd6 {
        display: none;
    }
    
    .s-klzdx8 {
        display: flex;
    }
    
    .c-drpbbj {
        font-size: 40px;
    }
    
    .c-ac54pp,
    .is-qdg042,
    .s-u9qc8a,
    .o3yyl9,
    .ui-dexbnv,
    .s-est2c1,
    .m-ykghx3,
    .x-x5yxr6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-jij9br,
    .is-bo6v7j,
    .js-kj57os,
    .js-bn31xb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-kv7p0d,
    .m-hlxng0,
    .rdltv2 {
        grid-template-columns: 1fr;
    }
    
    .m-kh4853 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-neov2a,
    .r08yi8 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-x3oxz0,
    .x-cixgcb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-drpbbj {
        font-size: 32px;
    }
    
    .ui-z67761,
    .is-xc3mj5 {
        font-size: 28px;
    }
    
    .c-ac54pp,
    .is-qdg042,
    .s-u9qc8a,
    .o3yyl9,
    .ui-dexbnv,
    .x-jij9br,
    .is-bo6v7j,
    .js-kj57os,
    .js-bn31xb,
    .s-est2c1,
    .m-ykghx3,
    .x-x5yxr6 {
        grid-template-columns: 1fr;
    }
    
    .m-kh4853 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._eh8j4z,
    .aakv8r,
    .ui-umeg1q {
        flex-direction: column;
    }
    
    .is-y66vbo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-arvgp1 {
        bottom: 20px;
        right: 20px;
    }
    
    ._ii6yar {
        display: none;
    }
    
    .rwf2kd {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-if7h85 {
        grid-template-columns: 1fr;
    }
    
    .e4xzuk {
        grid-template-columns: 1fr;
    }
    
    .m-rxmt5j {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-u4vw4u {
        flex-direction: column;
        gap: 8px;
    }
    
    .gkfmv2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-fu2ea6,
    .js-arvgp1,
    .x-axjkri,
    .x-lyqx5b {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
