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

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

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

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

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

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

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

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

.c-wtj72q:hover,
.c-wtj72q.s-rizuod {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.x-y4p0wv a {
    color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

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

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

.ui-tabub5 {
    padding: 10px 20px;
    font-size: 14px;
}

.x-jhwxl9 {
    width: 100%;
}

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

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

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

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

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

._ac0dux {
    max-width: 700px;
}

.c-ssqmvz {
    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-pxr9mk {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

.c-y6ewq6 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-nr3bco {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.zx75ko:hover .js-ualshu img {
    transform: scale(1.1);
}

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

.toaohf {
    padding: 20px;
}

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

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

.uv0re3 {
    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
   ======================================== */
.c-g946b5 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._xk0lh9 {
    text-align: center;
}

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

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

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

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

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

.el-qfq2vk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-xw0rj2 {
    font-size: 32px;
}

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

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

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

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

.ui-y7v3ko h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tbrgoi {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kkq2un.active .el-wxaea3 {
    transform: rotate(45deg);
}

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

.el-kkq2un.active .ui-crhsqj {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-a16pu6:hover .s-xear87 img {
    transform: scale(1.05);
}

.is-u9y6nv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gerqbh {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.ui-d1zi6o h4,
.c-v4qmh0 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.ui-d1zi6o ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.s-g3rcgv {
    display: flex;
    gap: 12px;
}

.s-g3rcgv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-rqa8zl {
    font-size: 20px;
}

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

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

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

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

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

._au4h6x .ui-idrwpq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nhflb0 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.m-x4l539 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-jwl7i7 li,
.s-c2bd77 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-jwl7i7 li:last-child,
.s-c2bd77 li:last-child {
    border-bottom: none;
}

.m-jwl7i7 a,
.s-c2bd77 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-jwl7i7 a:hover,
.s-c2bd77 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-pm8hy5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-ig7qmv {
        display: none;
    }
    
    .s-ya92p1 {
        display: flex;
    }
    
    .c-ssqmvz {
        font-size: 40px;
    }
    
    .ppffat,
    .c-yse3w6,
    .x-trf7r5,
    .js-fskluj,
    .is-tv872x,
    .m-x7akid,
    ._dehb9p,
    .fyu2t6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-l63qah,
    ._g636zk,
    .s-pnyxh7,
    .ui-to6vjz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ldvus8,
    .ui-mbtl2k,
    .m-yui2j8 {
        grid-template-columns: 1fr;
    }
    
    .c-uwdeu2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._nznh0j,
    .s-u4jrpz {
        flex-direction: column;
        text-align: center;
    }
    
    .s-td669f,
    .el-c8usxr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-ssqmvz {
        font-size: 32px;
    }
    
    .c-y6ewq6,
    .wimxjs {
        font-size: 28px;
    }
    
    .ppffat,
    .c-yse3w6,
    .x-trf7r5,
    .js-fskluj,
    .is-tv872x,
    .el-l63qah,
    ._g636zk,
    .s-pnyxh7,
    .ui-to6vjz,
    .m-x7akid,
    ._dehb9p,
    .fyu2t6 {
        grid-template-columns: 1fr;
    }
    
    .c-uwdeu2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-us7idh,
    .is-uzhbfn,
    .m-gerqbh {
        flex-direction: column;
    }
    
    .dg5v8s {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-d7hn3f {
        bottom: 20px;
        right: 20px;
    }
    
    .js-qvnznc {
        display: none;
    }
    
    .hbedu9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-re8z1v {
        grid-template-columns: 1fr;
    }
    
    .pobgah {
        grid-template-columns: 1fr;
    }
    
    .js-wjt3v3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-l7ibb2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-ec9dh8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-o8swpe,
    .c-d7hn3f,
    ._r19nk2,
    .s-qgtojq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
