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

/* CSS Variables */
:root {
    --primary: #C62828;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.is-iz7yk1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

.el-e662i0 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

.m-rvbaqx {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-z1iz2y:hover,
.m-z1iz2y.el-iy61uh {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nyvwrn {
    width: 100%;
}

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

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

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

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

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

.codnlq {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ez02lu {
    font-size: 24px;
}

._yu0wmt {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-g1sexp:hover .c-ahgw9o img {
    transform: scale(1.1);
}

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

.x-c7532k {
    padding: 20px;
}

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

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

.x-x4wd68 {
    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
   ======================================== */
.is-js0x3a {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.el-vy6sv4 {
    text-align: center;
}

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

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

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

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

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

.is-c0ys5l img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.h41hv3 {
    font-size: 32px;
}

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

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

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

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

.is-rj2sq4 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-z8zkfk:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-sj1gx4.active .c-wiq2rs {
    transform: rotate(45deg);
}

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

.m-sj1gx4.active ._a5y4yq {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-xcgsj4:hover .ui-busctv img {
    transform: scale(1.05);
}

.s-ro8d6m {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-y29e2q {
    display: flex;
    gap: 16px;
}

.s-ys9hi9 {
    text-align: center;
}

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

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

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

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

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

.c-qonidd img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.m-oranm5 {
    display: flex;
    gap: 12px;
}

.m-oranm5 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-zltws9 {
    font-size: 20px;
}

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

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

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

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

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

.ui-rxxlrr .is-iz7yk1 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ql7bpk {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-g08oc8 {
    margin-bottom: 24px;
}

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

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

.c-hft24z {
    margin-bottom: 32px;
}

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

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

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

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

.js-moo708 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.x-ceyyqy h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.x-ceyyqy p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.is-dtv2v4 li,
.js-kxts22 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-dtv2v4 li:last-child,
.js-kxts22 li:last-child {
    border-bottom: none;
}

.is-dtv2v4 a,
.js-kxts22 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-dtv2v4 a:hover,
.js-kxts22 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hwhaei ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-rvbaqx {
        display: none;
    }
    
    .c-y26mau {
        display: flex;
    }
    
    .js-wl7qjh {
        font-size: 40px;
    }
    
    .is-v838na,
    .x-y5c239,
    .c-n5dwk2,
    .is-et0eiu,
    .ui-qbm1ez,
    ._thcecm,
    .js-ktbo8d,
    .b34whx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-fsijsi,
    .s-o4widr,
    .x-c3urg2,
    .js-ujvi39 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-mits0l,
    .m-fnj558,
    .c-wzl7sf {
        grid-template-columns: 1fr;
    }
    
    ._nmpwd4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-csssio,
    ._ot3jhm {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-g3micw,
    .el-ylw2qs {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-wl7qjh {
        font-size: 32px;
    }
    
    .s-s8z9b0,
    .m-emqggu {
        font-size: 28px;
    }
    
    .is-v838na,
    .x-y5c239,
    .c-n5dwk2,
    .is-et0eiu,
    .ui-qbm1ez,
    .m-fsijsi,
    .s-o4widr,
    .x-c3urg2,
    .js-ujvi39,
    ._thcecm,
    .js-ktbo8d,
    .b34whx {
        grid-template-columns: 1fr;
    }
    
    ._nmpwd4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-d1hs9x,
    .is-wxmhd6,
    .is-y29e2q {
        flex-direction: column;
    }
    
    .el-s4p1wf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-vg18i6 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-ogkwm4 {
        display: none;
    }
    
    .x-xytkcy {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-wp76im {
        grid-template-columns: 1fr;
    }
    
    .s-lapczn {
        grid-template-columns: 1fr;
    }
    
    ._snjal4 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-mzcmdj {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-xsmesn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .tymgrf,
    .c-vg18i6,
    ._luccxz,
    .s-t3wkz2 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
