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

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

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

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

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

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

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

.c-o3tk16 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._ney2li:hover,
._ney2li.c-id2f8a {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.ryfe78 {
    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-n3i4yp {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.c-v0j8of {
    padding: 10px 20px;
    font-size: 14px;
}

.s-fhgrji {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.c0moaa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

.js-ha6p58 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-hc2lm6 {
    font-size: 24px;
}

.is-qn7g76 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-c79r3t:hover .x-adr6s6 img {
    transform: scale(1.1);
}

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

.m-ne85te {
    padding: 20px;
}

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

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

._dhwbh6 {
    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-yo6ad3 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.s-j25f2n {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dzq9ph:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-iicrmg.active .z25ho2 {
    transform: rotate(45deg);
}

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

.m-iicrmg.active .ui-txcvml {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-zehol8:hover .m-qukvyt img {
    transform: scale(1.05);
}

.x-hkkkgm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lmfr7j {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.x-z59hjm h4,
.s-mcoora h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-w2iw3l {
    font-size: 20px;
}

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

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

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

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

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

._j12c1u ._p53fxa {
    position: relative;
    z-index: 1;
}

.c-wznc65 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-jj8bkk {
    margin: 16px 0 32px;
}

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

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

.is-uar5xf {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ejqdt5 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ije2f2 li,
._snddxr li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ije2f2 li:last-child,
._snddxr li:last-child {
    border-bottom: none;
}

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

.ije2f2 a:hover,
._snddxr a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._c5vq9z ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-o3tk16 {
        display: none;
    }
    
    .el-e0sbrd {
        display: flex;
    }
    
    .js-uksudl {
        font-size: 40px;
    }
    
    .x-m6b5u4,
    .s-g4svb4,
    .m-ifukqs,
    .ui-vy419x,
    .c-y2zyqb,
    .is-pdipvw,
    .ui-t5stn5,
    .bdni4i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bde8w2,
    ._ruwi6b,
    .js-ex5u7j,
    .js-iotfgw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._idwkiu,
    .el-jrme25,
    .x-r51e23 {
        grid-template-columns: 1fr;
    }
    
    .is-p60961 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._y2hydm,
    .m-zccpoi {
        flex-direction: column;
        text-align: center;
    }
    
    .c-jff6gm,
    .js-lst1u0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-uksudl {
        font-size: 32px;
    }
    
    .s-fuixbd,
    .c-wznc65 {
        font-size: 28px;
    }
    
    .x-m6b5u4,
    .s-g4svb4,
    .m-ifukqs,
    .ui-vy419x,
    .c-y2zyqb,
    .bde8w2,
    ._ruwi6b,
    .js-ex5u7j,
    .js-iotfgw,
    .is-pdipvw,
    .ui-t5stn5,
    .bdni4i {
        grid-template-columns: 1fr;
    }
    
    .is-p60961 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-uuk78g,
    .s-sukatp,
    .is-lmfr7j {
        flex-direction: column;
    }
    
    .m-bll592 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-bggap0 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-h8eoy3 {
        display: none;
    }
    
    .js-h5imhg {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-q9xhn8 {
        grid-template-columns: 1fr;
    }
    
    .x-y9f6j6 {
        grid-template-columns: 1fr;
    }
    
    .el-ulchix {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-h9oje6 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-n1ephq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-gd7cnt,
    .x-bggap0,
    .m-qtc5z6,
    .js-z0l947 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
