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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

.is-biuri2:hover,
.is-biuri2.s-ye7lq2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-w3fnoq {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-nukg1o {
    font-size: 24px;
}

.c-poo6wh {
    position: relative;
}

.c-poo6wh img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.ui-vieyyi:hover .is-hcfy1t img {
    transform: scale(1.1);
}

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

.js-k48wpk {
    padding: 20px;
}

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

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

.js-b72o6u {
    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
   ======================================== */
.el-n5e3nd {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.x-cu4urw {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.x8rzq3 {
    text-align: center;
}

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

.el-letyw6 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.m-eg191r img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-o0enle {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-u9cg9s.active .szu1wp {
    transform: rotate(45deg);
}

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

.js-u9cg9s.active .m-rkmtnr {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-wfvayt:hover .s-a46moe img {
    transform: scale(1.05);
}

.s-jkwtke {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yqsdao {
    display: flex;
    gap: 16px;
}

.el-wmo2yl {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-g1dled h4,
.is-uin2i2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-cy0x4v {
    display: flex;
    gap: 12px;
}

.c-cy0x4v img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

._x02txq {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.x-fssq1r {
    font-size: 20px;
}

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

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

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

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

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

.m-urh31e .el-uph60y {
    position: relative;
    z-index: 1;
}

.js-atxc30 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-c24wtb {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.c-ifcehe {
    margin-bottom: 24px;
}

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

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

.m-rp714b {
    margin-bottom: 32px;
}

.m-rp714b img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.is-x0dhff p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.m-pix7s6 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.m-pix7s6 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.c-almk5g li:last-child,
.c-hekwtr li:last-child {
    border-bottom: none;
}

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

.c-almk5g a:hover,
.c-hekwtr a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-d0b8d4 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-kquk74 {
        display: none;
    }
    
    .hyjj81 {
        display: flex;
    }
    
    ._uwynid {
        font-size: 40px;
    }
    
    .s-vn4w6a,
    .ujkkr1,
    .xdwpis,
    .uw16od,
    .x-ku3jn8,
    .el-fse3dt,
    .js-rmiap4,
    .s-zqpeqm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-pljk8t,
    .x-fu77b4,
    .x-xcnkw7,
    .js-iu0xpa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-sbopcp,
    .is-egr6zf,
    .s-rhwtfd {
        grid-template-columns: 1fr;
    }
    
    .x-qytgos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-c5mxrh,
    .x-szndoa {
        flex-direction: column;
        text-align: center;
    }
    
    ._cbavn9,
    .y7ye1v {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._uwynid {
        font-size: 32px;
    }
    
    .el-zb4bup,
    .js-atxc30 {
        font-size: 28px;
    }
    
    .s-vn4w6a,
    .ujkkr1,
    .xdwpis,
    .uw16od,
    .x-ku3jn8,
    .js-pljk8t,
    .x-fu77b4,
    .x-xcnkw7,
    .js-iu0xpa,
    .el-fse3dt,
    .js-rmiap4,
    .s-zqpeqm {
        grid-template-columns: 1fr;
    }
    
    .x-qytgos {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ybr12s,
    .is-l95w3l,
    .yqsdao {
        flex-direction: column;
    }
    
    .ui-xkattg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._fa1wl6 {
        bottom: 20px;
        right: 20px;
    }
    
    .fg53nk {
        display: none;
    }
    
    ._x02txq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-pqdwer {
        grid-template-columns: 1fr;
    }
    
    .x-v143ox {
        grid-template-columns: 1fr;
    }
    
    ._am2yms {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-pk4hyo {
        flex-direction: column;
        gap: 8px;
    }
    
    ._ky7cam {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-mvv04g,
    ._fa1wl6,
    .ui-fft2l9,
    .js-u4k3he {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
