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

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

/* ========================================
   Header & Navigation
   ======================================== */
.js-enfjva {
    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-c3h8nm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

.m-i1k35o:hover,
.m-i1k35o.s-wgpxf4 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dawt6v {
    width: 100%;
}

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

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

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

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

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

.d93un8 {
    max-width: 700px;
}

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

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

.x-m46kf0 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-xrjp6u {
    font-size: 24px;
}

.js-io9t71 {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-qswd4u {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.el-xn7i1c:hover .el-qswd4u img {
    transform: scale(1.1);
}

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

._vboflx {
    padding: 20px;
}

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

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

.el-lb7trg {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

.el-mxuazt {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-ahy924 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.x-nwcxc8 {
    font-size: 32px;
}

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

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

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

.c-huqi6b {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-iljpbs.active .m-jki2i5 {
    transform: rotate(45deg);
}

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

.is-iljpbs.active .uu4rmo {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-pkolqh:hover .c-hz73wy img {
    transform: scale(1.05);
}

.x-b99619 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._rk0aiv {
    text-align: center;
}

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

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

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

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

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

._qe5gl9 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.x-t5cis3 {
    display: flex;
    gap: 12px;
}

.x-t5cis3 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-sc8rr0 {
    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-tbpecz {
    font-size: 20px;
}

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

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

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

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

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

.is-rc0k58 .l0dof9 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-cjzqzt {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-qh3r5d {
    margin-bottom: 32px;
}

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

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

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

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

.el-y13oo5 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.el-nbilmp h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.el-nbilmp p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.s-tozchd li,
.ui-r91nbx li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-tozchd li:last-child,
.ui-r91nbx li:last-child {
    border-bottom: none;
}

.s-tozchd a,
.ui-r91nbx a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-tozchd a:hover,
.ui-r91nbx a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-qt0yhy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ailo36 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-ppb8s4 {
        display: none;
    }
    
    .js-fdb7ya {
        display: flex;
    }
    
    .vxx716 {
        font-size: 40px;
    }
    
    .is-eaw892,
    .ui-pdfewl,
    .el-kn2hj3,
    .c-nki94x,
    ._ik1124,
    ._mpvq0k,
    .el-ajitq3,
    .c-z770zc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-i97kt6,
    .m-r3rwu4,
    .c-agbmw3,
    .c-dx2bsh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-uczmvf,
    .c-ah9fwp,
    .is-nmlgo7 {
        grid-template-columns: 1fr;
    }
    
    .s-tii06s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-huqi6b,
    .js-io77pn {
        flex-direction: column;
        text-align: center;
    }
    
    .js-yo7svj,
    .m-ahy924 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .vxx716 {
        font-size: 32px;
    }
    
    ._b4dqc6,
    .ui-l064cj {
        font-size: 28px;
    }
    
    .is-eaw892,
    .ui-pdfewl,
    .el-kn2hj3,
    .c-nki94x,
    ._ik1124,
    .is-i97kt6,
    .m-r3rwu4,
    .c-agbmw3,
    .c-dx2bsh,
    ._mpvq0k,
    .el-ajitq3,
    .c-z770zc {
        grid-template-columns: 1fr;
    }
    
    .s-tii06s {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-m46kf0,
    .el-qy5zzs,
    .el-kqvh6y {
        flex-direction: column;
    }
    
    .h3na76 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-uslicp {
        bottom: 20px;
        right: 20px;
    }
    
    .el-xggxv1 {
        display: none;
    }
    
    .ui-sc8rr0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-eqo8p7 {
        grid-template-columns: 1fr;
    }
    
    .js-aiuo3k {
        grid-template-columns: 1fr;
    }
    
    .c-m98kn0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-bhqdgj {
        flex-direction: column;
        gap: 8px;
    }
    
    .d2vhci {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-enfjva,
    .s-uslicp,
    .m-tudk99,
    .x-x0olej {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
