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

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

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

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

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

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

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

.x-kmln5e {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-zxluas:hover,
.js-zxluas.s-z0pu6f {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.ui-lybvzf {
    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-lybvzf:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-zzbpuv {
    width: 100%;
}

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

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

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

.el-pob0m0::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-xmznsh {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.el-iqc899 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-jr8fqz {
    position: relative;
}

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

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

.s-rkwtcp {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

._wrg6pa:hover .is-wxigne img {
    transform: scale(1.1);
}

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

.m-qfjkjb {
    padding: 20px;
}

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

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

.c-iwo3bz {
    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
   ======================================== */
.ui-hu2h0c {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._t0eokk {
    text-align: center;
}

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

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

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

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

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

.ui-vl326o img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

.el-kgedg8 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-z0lnwr.active .x-ipp1i5 {
    transform: rotate(45deg);
}

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

.s-z0lnwr.active .x-srnx4i {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-zn6qz9:hover .is-uexra0 img {
    transform: scale(1.05);
}

.c-ppxkge {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-p4iwjl img {
    width: 48px;
    height: 48px;
}

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

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

.ui-or7sfp h4,
._ydbuwo h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-ieg4ow {
    display: flex;
    gap: 12px;
}

.c-ieg4ow img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.is-q8m0y9 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.x-a4v6rw .s-bzllbf {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-v0t5zu {
    margin-bottom: 32px;
}

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

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

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

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

.is-ttr2ps p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-fwavto li,
.c-c42orz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-fwavto li:last-child,
.c-c42orz li:last-child {
    border-bottom: none;
}

.is-fwavto a,
.c-c42orz a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-fwavto a:hover,
.c-c42orz a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.c-zev5ee h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._k8pzpp ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-kmln5e {
        display: none;
    }
    
    .ui-zokzdf {
        display: flex;
    }
    
    .c-kn1z3b {
        font-size: 40px;
    }
    
    ._jixvut,
    .m-fd53tr,
    .is-ehp9rq,
    ._ezr35m,
    .m-p2n4mu,
    .is-ip1uh3,
    .js-vemkdv,
    .cmbe5k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-afns7v,
    .ui-nasfyr,
    .is-il0h5h,
    .x-a51j4s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jfz6g5,
    .x-aio9kh,
    .x-dgpao4 {
        grid-template-columns: 1fr;
    }
    
    .ui-qlzghk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-plxy9c,
    .is-nymv3j {
        flex-direction: column;
        text-align: center;
    }
    
    .m-nf1gs9,
    .s-l54xkx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-kn1z3b {
        font-size: 32px;
    }
    
    .js-yujshj,
    ._odpccx {
        font-size: 28px;
    }
    
    ._jixvut,
    .m-fd53tr,
    .is-ehp9rq,
    ._ezr35m,
    .m-p2n4mu,
    .c-afns7v,
    .ui-nasfyr,
    .is-il0h5h,
    .x-a51j4s,
    .is-ip1uh3,
    .js-vemkdv,
    .cmbe5k {
        grid-template-columns: 1fr;
    }
    
    .ui-qlzghk {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-vko9mt,
    .zq8876,
    .ui-dqsnf3 {
        flex-direction: column;
    }
    
    .is-uxak9x {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-iurqwb {
        bottom: 20px;
        right: 20px;
    }
    
    .js-s11gjf {
        display: none;
    }
    
    .is-q8m0y9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-na7qgr {
        grid-template-columns: 1fr;
    }
    
    .is-xy6b4q {
        grid-template-columns: 1fr;
    }
    
    .js-fpv5u8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-d8v2ap {
        flex-direction: column;
        gap: 8px;
    }
    
    ._wyqwgm {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-fg43go,
    .js-iurqwb,
    .ui-sla391,
    .x-sdajl4 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
