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

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

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

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

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

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

.s1ecuw {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.c-oedpt7:hover,
.c-oedpt7.s-kse4bp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-tlnpcz {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.s-t5fmnf {
    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-pmo0vg {
    text-align: center;
    margin-bottom: 48px;
}

.el-pxvlis {
    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-dd4469 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bsir9h {
    font-size: 24px;
}

.ui-euz86b {
    position: relative;
}

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

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

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

.m-exlrif {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._yex2cy:hover .c-fjfv9l img {
    transform: scale(1.1);
}

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

.s-a7444p {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.l0pgqx {
    text-align: center;
}

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

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

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

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

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

.js-jniph4 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.js-jniph4 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

.is-bflvth {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.m-wtk0ip {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._uxoi4s {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-oh0ysv:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._lyxxa8.active .js-vprzbs {
    transform: rotate(45deg);
}

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

._lyxxa8.active .js-xfib5y {
    max-height: 500px;
}

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

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

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

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

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

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

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

.hiqkdi:hover .mbbltu img {
    transform: scale(1.05);
}

.m-cb1nun {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c7ef6p {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.x-pxg8we {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x-pxg8we img {
    width: 48px;
    height: 48px;
}

.x-pxg8we span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-gh7eca h4,
._ozjfyb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-l4ktqq {
    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-p0yiix {
    font-size: 20px;
}

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

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

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

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

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

.m-ha77b8 .el-nhp69l {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qk883d {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-opwjrx li:last-child,
.x-i6ynse li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.js-m4scls h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-l86g3r ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-ma5lzr {
        display: none;
    }
    
    .is-ueb8el {
        display: flex;
    }
    
    .js-k3ui59 {
        font-size: 40px;
    }
    
    .is-tl1d6s,
    .m-pki5d9,
    .ip8uhh,
    .c-yy9gi1,
    .m-zoyr41,
    .m-qgqmcv,
    .jbv5mg,
    .c-rclvb5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-z25kh9,
    .el-cu8ppz,
    .x-pr6516,
    .m-torye8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-esn75d,
    .x-kd1r4x,
    .el-bm7vx3 {
        grid-template-columns: 1fr;
    }
    
    ._wxuh6s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-uam7uj,
    .f2h9cx {
        flex-direction: column;
        text-align: center;
    }
    
    .is-f0br7v,
    .is-bflvth {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-k3ui59 {
        font-size: 32px;
    }
    
    .c-dd4469,
    .s-de7sop {
        font-size: 28px;
    }
    
    .is-tl1d6s,
    .m-pki5d9,
    .ip8uhh,
    .c-yy9gi1,
    .m-zoyr41,
    .s-z25kh9,
    .el-cu8ppz,
    .x-pr6516,
    .m-torye8,
    .m-qgqmcv,
    .jbv5mg,
    .c-rclvb5 {
        grid-template-columns: 1fr;
    }
    
    ._wxuh6s {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-wv77yd,
    .el-vro5v8,
    .x-c7ef6p {
        flex-direction: column;
    }
    
    .el-v6cbgf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._jhu4jp {
        bottom: 20px;
        right: 20px;
    }
    
    .is-yre4d2 {
        display: none;
    }
    
    .m-l4ktqq {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._g7eiin {
        grid-template-columns: 1fr;
    }
    
    .m-h13pkq {
        grid-template-columns: 1fr;
    }
    
    .m-i84ywl {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-olkl7l {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-jjdgku {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-c1scjd,
    ._jhu4jp,
    .em6iq0,
    .c-yuxl4s {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
