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

/* CSS Variables */
:root {
    --primary: #FB8C00;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.s-dqf13q {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

.el-xh4nzs {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-qza22m:hover,
.x-qza22m.m-m2fyxc {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.ajtex3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.s-lvg2xk {
    width: 100%;
}

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

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

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

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

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

.js-rn9spt {
    max-width: 700px;
}

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

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

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

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

.el-xu9ay2 {
    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-k7h8sv {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fwgcgu {
    font-size: 24px;
}

.m-p6afgr {
    position: relative;
}

.m-p6afgr img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.ixoz2z:hover ._a7q7sa img {
    transform: scale(1.1);
}

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

.m-xg4hwx {
    padding: 20px;
}

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

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

.s-hc5gk1 {
    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-u3xg1y {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ibiyqg {
    font-size: 32px;
}

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

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

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

.s-hor77z {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.i442vs {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-lidyj5:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-iz6qwl.active .m-fsfpem {
    transform: rotate(45deg);
}

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

.is-iz6qwl.active .js-j14bde {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-ijj482:hover .x-ksebsj img {
    transform: scale(1.05);
}

.is-javlrk {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q6f0eo {
    text-align: center;
}

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

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

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

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

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

.c-u0uejm img {
    width: 48px;
    height: 48px;
}

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

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

.js-fkv3vq h4,
.ui-hxvc3i h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-pqhvx8 {
    font-size: 20px;
}

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

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

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

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

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

.is-ukctmf .s-dqf13q {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-diznfp {
    margin-bottom: 24px;
}

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

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

.c-hne55c {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-hfarw8 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.js-hfarw8 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.el-tle0gu li,
.is-dar8o3 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-tle0gu li:last-child,
.is-dar8o3 li:last-child {
    border-bottom: none;
}

.el-tle0gu a,
.is-dar8o3 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-tle0gu a:hover,
.is-dar8o3 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-qnqdk1 {
    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-oojqfm h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-b0lv32 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-xh4nzs {
        display: none;
    }
    
    .js-zsienn {
        display: flex;
    }
    
    .js-batxmn {
        font-size: 40px;
    }
    
    .is-ja83oj,
    .el-t319e6,
    .js-a4pm6o,
    .ui-uheu7r,
    .is-q5h3or,
    .js-b30hb3,
    .c-iwigxz,
    .is-ckrzi3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yfqej1,
    .is-ss9leq,
    .is-nd6cpe,
    .c-j5583l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-osdsyv,
    .ui-ou1fwj,
    .m-lqbl4i {
        grid-template-columns: 1fr;
    }
    
    .el-wkxacf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hor77z,
    .m-owh5la {
        flex-direction: column;
        text-align: center;
    }
    
    .el-jc96z8,
    .s-x5azdj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-batxmn {
        font-size: 32px;
    }
    
    .el-oap3ta,
    .ui-baob3l {
        font-size: 28px;
    }
    
    .is-ja83oj,
    .el-t319e6,
    .js-a4pm6o,
    .ui-uheu7r,
    .is-q5h3or,
    .yfqej1,
    .is-ss9leq,
    .is-nd6cpe,
    .c-j5583l,
    .js-b30hb3,
    .c-iwigxz,
    .is-ckrzi3 {
        grid-template-columns: 1fr;
    }
    
    .el-wkxacf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .k3527f,
    ._gzoko6,
    .ui-jtzbaf {
        flex-direction: column;
    }
    
    .ui-wmh42b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-s27utw {
        bottom: 20px;
        right: 20px;
    }
    
    .x-qwwu9c {
        display: none;
    }
    
    ._r56c0m {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-rbm09t {
        grid-template-columns: 1fr;
    }
    
    .ui-v11gyo {
        grid-template-columns: 1fr;
    }
    
    .is-ob6hyg {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-ge77ii {
        flex-direction: column;
        gap: 8px;
    }
    
    ._rvzvtw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-henrfl,
    .is-s27utw,
    .el-og5eu1,
    ._ldwuqa {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
