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

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

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

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

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

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

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

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

.rbxlze:hover,
.rbxlze.is-w9fexp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-eqkaq9 {
    width: 100%;
}

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

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

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

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

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

.is-ty66df {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-uqxk7r {
    font-size: 24px;
}

.x-nqx8fw {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-hq7002:hover .c-hjjtuh img {
    transform: scale(1.1);
}

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

.x-j76ebf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-wp001n img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-tuvmlh {
    font-size: 32px;
}

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

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

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

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

.js-bf7jv0 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-v6axfm.active .c-y6zotu {
    transform: rotate(45deg);
}

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

.js-v6axfm.active .el-dkyxgy {
    max-height: 500px;
}

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

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

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

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

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

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

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

._eqaguk:hover .el-zrimm3 img {
    transform: scale(1.05);
}

.ny2u66 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fdctr7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m-eb0upm h4,
._csj6ci h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-se2o83 {
    display: flex;
    gap: 12px;
}

.el-se2o83 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-i0w9o0 {
    font-size: 20px;
}

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

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

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

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

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

.ui-w8fa92 .x-n9yzee {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lv2470 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-yxs2vr li:last-child,
.is-t52y2u li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.s-e8vuye h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ci60p4 ul {
    margin-bottom: 24px;
}

.el-ci60p4 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-gqy2hr {
        display: none;
    }
    
    .el-gpqori {
        display: flex;
    }
    
    .ui-tomqag {
        font-size: 40px;
    }
    
    .s-eqiwwm,
    .s-qp5aam,
    .m-y9qnxd,
    .js-u125k0,
    .ra838k,
    .is-guis78,
    .is-pre83u,
    .js-arlt5j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-rl29dc,
    .el-f2as9i,
    .x-kl6rm7,
    .is-u4zfya {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-nnufjp,
    .m-f3tdoi,
    .m-xyub3f {
        grid-template-columns: 1fr;
    }
    
    .c-xh2jfj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-o1bhwd,
    .js-ca0ddl {
        flex-direction: column;
        text-align: center;
    }
    
    .x-m9wil0,
    .c-l1b22t {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-tomqag {
        font-size: 32px;
    }
    
    .el-vxv9k9,
    .m-hqucrp {
        font-size: 28px;
    }
    
    .s-eqiwwm,
    .s-qp5aam,
    .m-y9qnxd,
    .js-u125k0,
    .ra838k,
    .js-rl29dc,
    .el-f2as9i,
    .x-kl6rm7,
    .is-u4zfya,
    .is-guis78,
    .is-pre83u,
    .js-arlt5j {
        grid-template-columns: 1fr;
    }
    
    .c-xh2jfj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-vnqcm3,
    .x-wlp24l,
    .c-znid4x {
        flex-direction: column;
    }
    
    .h6unnw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-r2ad26 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-w46xrv {
        display: none;
    }
    
    .ontoqj {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._lcpnrh {
        grid-template-columns: 1fr;
    }
    
    .x-lbh3ar {
        grid-template-columns: 1fr;
    }
    
    .is-vgkmeu {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-baok7r {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-k1cd58 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .uurxvo,
    .c-r2ad26,
    .x-esf5i4,
    .m-glldnr {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
