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

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

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

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

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

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

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

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

.js-bdiupu:hover,
.js-bdiupu.l3ykpw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-d4i16y {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ogqask {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hwwrz8 {
    font-size: 24px;
}

.is-lxf9ol {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.o03kbz:hover .ui-wxmo73 img {
    transform: scale(1.1);
}

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

._ogwjii {
    padding: 20px;
}

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

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

.el-sd0u3h {
    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-c4kv0j {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.el-sfb4qr {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

._dt8d3r {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-eya0ou h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-illu83:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-v0muln.active .eoyojo {
    transform: rotate(45deg);
}

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

.s-v0muln.active .x-zedbwl {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-iy59ye:hover ._ob9h6z img {
    transform: scale(1.05);
}

.ui-v9vfag {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kwnfk9 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.js-c45rz8 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.js-c45rz8 img {
    width: 48px;
    height: 48px;
}

.js-c45rz8 span {
    font-size: 20px;
    font-weight: 700;
}

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

.js-tog1my h4,
.el-xal7cl h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._q58hph {
    font-size: 20px;
}

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

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

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

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

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

.c-k6mm3f .x-i854lw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-hugnbi {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-d0mate {
    margin-bottom: 24px;
}

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

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

.gzuegb {
    margin-bottom: 32px;
}

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

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

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

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

._mjkk64 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.c-dgc9m7 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.c-dgc9m7 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.x-b254pn li:last-child,
.m-l57jil li:last-child {
    border-bottom: none;
}

.x-b254pn a,
.m-l57jil a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-b254pn a:hover,
.m-l57jil a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-yi2uif h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-n0muiy ul {
    margin-bottom: 24px;
}

.s-n0muiy 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-dswt3v {
        display: none;
    }
    
    .m-xo88of {
        display: flex;
    }
    
    .is-rhlah0 {
        font-size: 40px;
    }
    
    .hari4s,
    .x-l9tn4g,
    .c-ulp7qf,
    .js-qo2hfq,
    .s-c6utgf,
    .m-xpufak,
    .m-z03nui,
    .s-dcprin {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hyda2e,
    .c-vvhleu,
    .nv9pmp,
    .x-zf00q5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gkpa2t,
    .is-j8793u,
    .el-bzuo9s {
        grid-template-columns: 1fr;
    }
    
    ._wznk6i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-xavsbi,
    .x-hizzbn {
        flex-direction: column;
        text-align: center;
    }
    
    .zu89zd,
    .js-gn2rsy {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-rhlah0 {
        font-size: 32px;
    }
    
    .c-ogqask,
    .el-dm9l5k {
        font-size: 28px;
    }
    
    .hari4s,
    .x-l9tn4g,
    .c-ulp7qf,
    .js-qo2hfq,
    .s-c6utgf,
    .s-hyda2e,
    .c-vvhleu,
    .nv9pmp,
    .x-zf00q5,
    .m-xpufak,
    .m-z03nui,
    .s-dcprin {
        grid-template-columns: 1fr;
    }
    
    ._wznk6i {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-fs9ww5,
    .m-dh7ful,
    .kwnfk9 {
        flex-direction: column;
    }
    
    .el-qb87pv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s9rqf9 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-s9nlhq {
        display: none;
    }
    
    .c-k3fo39 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-qp45x2 {
        grid-template-columns: 1fr;
    }
    
    .el-wn2s4b {
        grid-template-columns: 1fr;
    }
    
    .ibenun {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-cuq0jn {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ya0dl8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-yv6ayb,
    .s9rqf9,
    .ui-a3rv4j,
    .m-upj2tg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
