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

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

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

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

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

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

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

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

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

.ui-byz4m4:hover,
.ui-byz4m4.ui-jbgi77 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-iyyeud {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.x-ha34dr {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.el-ql577y {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.c-cfmq68 {
    font-size: 24px;
}

.is-xclo0l {
    position: relative;
}

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

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

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

.ui-a77x0h {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.is-ykizpl:hover .el-sxeot1 img {
    transform: scale(1.1);
}

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

.owkc7e {
    padding: 20px;
}

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

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

.ui-erpsmr {
    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
   ======================================== */
.hrc0lj {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.ui-d4e050 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

.s-tm68mv {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.c-wg9had img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-am5on7:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.xuxxy9.active .x-j8yt5b {
    transform: rotate(45deg);
}

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

.xuxxy9.active .m-pgxnbp {
    max-height: 500px;
}

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

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

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

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

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

.is-ahxsuw {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-wnetae:hover .is-ahxsuw img {
    transform: scale(1.05);
}

.f0xlaf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-opmfse {
    display: flex;
    gap: 16px;
}

.c-snvfds {
    text-align: center;
}

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

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

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

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

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

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

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

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

.x-k6c9i7 h4,
.pudzpp h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-zjva07 {
    font-size: 20px;
}

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

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

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

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

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

.m-oz0ri9 .ui-zee5th {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-csdpr4 {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-odmlvd {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-odmlvd td {
    padding: 12px 0;
    font-size: 14px;
}

.is-odmlvd td:first-child {
    color: var(--text-secondary);
}

.is-odmlvd td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._bkyack {
    margin-bottom: 24px;
}

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

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

.x-ch0z3x {
    margin-bottom: 32px;
}

.x-ch0z3x img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.s-lan6eh p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-d9s4p4 li:last-child,
.ui-b286a1 li:last-child {
    border-bottom: none;
}

.m-d9s4p4 a,
.ui-b286a1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-d9s4p4 a:hover,
.ui-b286a1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.n81co1 {
    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-iw5a3y h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-n0tgke {
        display: none;
    }
    
    ._s84eok {
        display: flex;
    }
    
    .ui-ww6rvw {
        font-size: 40px;
    }
    
    .x-c8hfgs,
    .el-x7o2mo,
    .ui-djuimb,
    .m-yat1ds,
    .ui-mvt83a,
    .el-utag1l,
    .el-achlc2,
    .m-pbzwkb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-oqj4l2,
    .ui-zkzqnc,
    .m-x8i18b,
    .js-ukgt1t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-bg1hlj,
    .s-zay4w8,
    .x-c0lxq6 {
        grid-template-columns: 1fr;
    }
    
    .m-pdchix {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-iyi58b,
    .x-bjcg25 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-j6y9b4,
    .m-sobbr5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-ww6rvw {
        font-size: 32px;
    }
    
    .is-weowzx,
    .x-xmnrh5 {
        font-size: 28px;
    }
    
    .x-c8hfgs,
    .el-x7o2mo,
    .ui-djuimb,
    .m-yat1ds,
    .ui-mvt83a,
    .ui-oqj4l2,
    .ui-zkzqnc,
    .m-x8i18b,
    .js-ukgt1t,
    .el-utag1l,
    .el-achlc2,
    .m-pbzwkb {
        grid-template-columns: 1fr;
    }
    
    .m-pdchix {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-nozhvr,
    ._sza9o8,
    .c-opmfse {
        flex-direction: column;
    }
    
    .c-os3p5m {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .onqea6 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-kkbvse {
        display: none;
    }
    
    .x-cjwmlw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-kkgnqs {
        grid-template-columns: 1fr;
    }
    
    ._aylope {
        grid-template-columns: 1fr;
    }
    
    .el-rticab {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-g5qn3q {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-bdx7ao {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._m7eg7d,
    .onqea6,
    ._rw1osg,
    .c-kdl0m5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
