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

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

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

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

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

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

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

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

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

.c-be6r8z:hover,
.c-be6r8z.is-glwu91 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-vu30ll {
    width: 100%;
}

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

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

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

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

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

.s-y558d1 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-qohgal {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.ui-di7xwt {
    font-size: 24px;
}

.x-sqxv41 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-ocambj:hover .js-k77tj8 img {
    transform: scale(1.1);
}

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

.ui-ij3ain {
    padding: 20px;
}

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

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

.js-s5bzif {
    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
   ======================================== */
.s-ujska8 {
    background: var(--bg-dark);
}

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

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

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

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

.ui-udqmkf {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.sf1f65 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-b8qw3h {
    font-size: 32px;
}

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

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

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

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

.js-g2243k h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-tpha7q:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-v5ln7i.active .m-tszuqj {
    transform: rotate(45deg);
}

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

.s-v5ln7i.active .is-wo2fsd {
    max-height: 500px;
}

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

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

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

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

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

.js-oq0cld {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.m-ermn6r:hover .js-oq0cld img {
    transform: scale(1.05);
}

.m-o57u2n {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.js-uxkweh {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-fd94m7 h4,
.js-wwnbno h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ix4qa9 {
    font-size: 20px;
}

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

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

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

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

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

.x-nppaic .x-fji443 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-ydg24t {
    margin: 16px 0 32px;
}

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

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

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

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

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

.js-w6fu91 {
    width: 100%;
    margin-bottom: 24px;
}

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

.js-w6fu91 td {
    padding: 12px 0;
    font-size: 14px;
}

.js-w6fu91 td:first-child {
    color: var(--text-secondary);
}

.js-w6fu91 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._his0rv {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rjy1fk h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.s-rjy1fk p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.js-uv9x71 li,
.s-y4d7fm li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-uv9x71 li:last-child,
.s-y4d7fm li:last-child {
    border-bottom: none;
}

.js-uv9x71 a,
.s-y4d7fm a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-uv9x71 a:hover,
.s-y4d7fm a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-o7vyps {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-sy0rye {
        display: none;
    }
    
    ._lrrc1o {
        display: flex;
    }
    
    .js-vpyxpa {
        font-size: 40px;
    }
    
    .s-uwvruy,
    .js-e17mcy,
    .js-f0qar9,
    .is-yrn4ns,
    .s-iemkq0,
    .x-vdypcl,
    .ui-d40c17,
    .s-sgq9cd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ast63j,
    .x-ackyll,
    .m-wrq3ny,
    .el-njngzp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-rj3j2p,
    .s-iftdkg,
    .is-byq1ve {
        grid-template-columns: 1fr;
    }
    
    .m-bz09w1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ljuxrh,
    ._m1grk8 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-hkk36w,
    .el-xwfq4m {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-vpyxpa {
        font-size: 32px;
    }
    
    .g2vj78,
    .m-jehehu {
        font-size: 28px;
    }
    
    .s-uwvruy,
    .js-e17mcy,
    .js-f0qar9,
    .is-yrn4ns,
    .s-iemkq0,
    .s-ast63j,
    .x-ackyll,
    .m-wrq3ny,
    .el-njngzp,
    .x-vdypcl,
    .ui-d40c17,
    .s-sgq9cd {
        grid-template-columns: 1fr;
    }
    
    .m-bz09w1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._ptsjbc,
    .js-uxkweh,
    .t4k81u {
        flex-direction: column;
    }
    
    .m-yz3dt7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._g2evey {
        bottom: 20px;
        right: 20px;
    }
    
    .is-qfsrq4 {
        display: none;
    }
    
    .el-fmz7tk {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-pd6up8 {
        grid-template-columns: 1fr;
    }
    
    .s-fsebvx {
        grid-template-columns: 1fr;
    }
    
    .el-ugx63m {
        flex-direction: column;
        gap: 12px;
    }
    
    .om3yp7 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-ghbws6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-ik3utm,
    ._g2evey,
    .el-ykomlp,
    .el-fs6tyw {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
