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

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

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

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

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

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

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

.s-a6wex3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-xxlb6n:hover,
.c-xxlb6n.m-up2z0e {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-j7h18r {
    width: 100%;
}

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

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

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

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

.ui-cgq9lp {
    max-width: 700px;
}

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

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

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

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

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

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

.m-q3yeog {
    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-xil1yy {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.psuszb {
    font-size: 24px;
}

.el-h7y0ov {
    position: relative;
}

.el-h7y0ov img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.s-hm99jt:hover .c-m37ubf img {
    transform: scale(1.1);
}

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

.ajrvji {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-mtwhx7 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

._a4q2wp img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-thfgte:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-pxtirv.active .x-luz77q {
    transform: rotate(45deg);
}

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

.js-pxtirv.active .js-z9qt5g {
    max-height: 500px;
}

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

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

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

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

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

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

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

._oyivss:hover .x-h07fgy img {
    transform: scale(1.05);
}

.js-bbfx4p {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-cdgagm img {
    width: 48px;
    height: 48px;
}

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

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

.s-rdodnb h4,
.ui-gexajv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.brg9jx {
    font-size: 20px;
}

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

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

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

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

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

.m-c5ua8s .s-zkxira {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-xj7r8r {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.ui-uks97t p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-x18ow6 li,
.is-shvu0r li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-x18ow6 li:last-child,
.is-shvu0r li:last-child {
    border-bottom: none;
}

.m-x18ow6 a,
.is-shvu0r a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-x18ow6 a:hover,
.is-shvu0r a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-l76glq ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-a6wex3 {
        display: none;
    }
    
    .c-krwb4w {
        display: flex;
    }
    
    ._llnxjc {
        font-size: 40px;
    }
    
    .el-ofzdx1,
    .rg7a01,
    .c-pxra4y,
    .el-fq23ng,
    .h7v472,
    .x-vvsqf4,
    .y2co8h,
    .el-s1tsea {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-i7mmap,
    .s-fy7ex5,
    .ui-mw2igg,
    .c-dr9o1r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-b2rlp2,
    .c-w5w0ws,
    .c-wc7qm4 {
        grid-template-columns: 1fr;
    }
    
    .js-c45j18 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-m5yk1e,
    .x-cgjpal {
        flex-direction: column;
        text-align: center;
    }
    
    .js-k0w8eq,
    .wt2y3d {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._llnxjc {
        font-size: 32px;
    }
    
    .c-xil1yy,
    .s-mhmb17 {
        font-size: 28px;
    }
    
    .el-ofzdx1,
    .rg7a01,
    .c-pxra4y,
    .el-fq23ng,
    .h7v472,
    .m-i7mmap,
    .s-fy7ex5,
    .ui-mw2igg,
    .c-dr9o1r,
    .x-vvsqf4,
    .y2co8h,
    .el-s1tsea {
        grid-template-columns: 1fr;
    }
    
    .js-c45j18 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-tepy2n,
    .el-qji965,
    .js-po3mww {
        flex-direction: column;
    }
    
    .js-s205b3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-o45cbp {
        bottom: 20px;
        right: 20px;
    }
    
    .el-oe2h3x {
        display: none;
    }
    
    .js-tmew0m {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-vnkt21 {
        grid-template-columns: 1fr;
    }
    
    .c-damp9f {
        grid-template-columns: 1fr;
    }
    
    .is-nbur2t {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-vzypvf {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-p6it43 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-bj0z1u,
    .ui-o45cbp,
    .t2fv97,
    .vuh2fl {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
