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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-utsz0q {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-ax83bt {
    width: 100%;
}

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

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

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

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

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

.m-rl88nd {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l27o0s {
    font-size: 24px;
}

._e6dymr {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._hxqrug:hover ._obokgm img {
    transform: scale(1.1);
}

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

.js-kdb34s {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hecili img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.el-eycsg4 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dyxisj {
    font-size: 32px;
}

.el-eycsg4 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uupe1x.active .js-ctbt0d {
    transform: rotate(45deg);
}

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

.uupe1x.active ._igrk7o {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-v4djy8:hover .m-wrwqkc img {
    transform: scale(1.05);
}

.m-wr8g09 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-xozhcu img {
    width: 48px;
    height: 48px;
}

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

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

.c-tw6pir h4,
.s-t7kkuz h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.v04mze {
    font-size: 20px;
}

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

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

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

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

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

.x-agkxc7 .x-shvhba {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-gp640d p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.ui-fru23o h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.ui-fru23o p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.se7g28 li:last-child,
.ui-v3nbew li:last-child {
    border-bottom: none;
}

.se7g28 a,
.ui-v3nbew a {
    font-size: 14px;
    color: var(--text-secondary);
}

.se7g28 a:hover,
.ui-v3nbew a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-kg2vsw ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ed11ne {
        display: none;
    }
    
    .is-qnci32 {
        display: flex;
    }
    
    ._xagrt6 {
        font-size: 40px;
    }
    
    .m-x2biq0,
    .knwh57,
    .is-uozgtp,
    ._vu15cc,
    .c-f315jv,
    .s-er5yqd,
    .is-rzvl9e,
    ._pdvu3g {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-haqiio,
    .is-tepiu7,
    .c4vsr9,
    ._upm870 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-cx4da0,
    .ui-au1koz,
    .s-vzdl5v {
        grid-template-columns: 1fr;
    }
    
    .s-b3c786 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-q3sdvk,
    .el-ysewz2 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-kvd94n,
    .is-pubgb8 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._xagrt6 {
        font-size: 32px;
    }
    
    .el-taap06,
    .c-h63zrr {
        font-size: 28px;
    }
    
    .m-x2biq0,
    .knwh57,
    .is-uozgtp,
    ._vu15cc,
    .c-f315jv,
    .is-haqiio,
    .is-tepiu7,
    .c4vsr9,
    ._upm870,
    .s-er5yqd,
    .is-rzvl9e,
    ._pdvu3g {
        grid-template-columns: 1fr;
    }
    
    .s-b3c786 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._jdth1q,
    .s-pjida7,
    .el-w7jobh {
        flex-direction: column;
    }
    
    .is-zv507m {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-g5lnrn {
        bottom: 20px;
        right: 20px;
    }
    
    .c-e0klfe {
        display: none;
    }
    
    .x-kh4fr9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-hygbca {
        grid-template-columns: 1fr;
    }
    
    .el-pf3sc9 {
        grid-template-columns: 1fr;
    }
    
    .m-okguy6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-re1k9w {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-jt7km0 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-cl2se6,
    .c-g5lnrn,
    .is-ba15rp,
    .x-qvz3om {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
