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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

.m-wqr3xi:hover,
.m-wqr3xi.c-csl14h {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._pgt1ba {
    width: 100%;
}

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

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

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

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

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

.is-f4ptt8 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ylowbu {
    position: relative;
}

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

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

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

.is-y0g5jv {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.s-ptoq3m:hover .s-t8xxtu img {
    transform: scale(1.1);
}

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

.ui-rry43j {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kugtu2 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-ef5wrp {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-iisixd:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-orb38s.active ._y0gznw {
    transform: rotate(45deg);
}

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

.m-orb38s.active .m-q4gsc5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-s5oyax:hover .is-z8v6ot img {
    transform: scale(1.05);
}

.s-f8kfcx {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-agxq5u {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.js-kvcl4c {
    display: flex;
    gap: 16px;
}

._ow5hqq {
    text-align: center;
}

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

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

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

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

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

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

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

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

.c-i5rpa8 h4,
.is-mnhekj h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-pxyu3s {
    display: flex;
    gap: 12px;
}

.el-pxyu3s img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.m-s4t8gw {
    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-kowviu {
    font-size: 20px;
}

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

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

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

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

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

.c-iv5mby .el-ylpeh2 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-j8zbtv {
    margin: 16px 0 32px;
}

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

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

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

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

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

.s-qmjsd2 {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-qmjsd2 td {
    padding: 12px 0;
    font-size: 14px;
}

.s-qmjsd2 td:first-child {
    color: var(--text-secondary);
}

.s-qmjsd2 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.s-xkpjwn {
    margin-bottom: 24px;
}

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

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

.ebwebg {
    margin-bottom: 32px;
}

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

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

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

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

.ui-vgvqm6 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ehgvet li:last-child,
._ll61qd li:last-child {
    border-bottom: none;
}

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

.c-ehgvet a:hover,
._ll61qd a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-v3kvbn ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-n5s5jg {
        display: none;
    }
    
    .el-is627b {
        display: flex;
    }
    
    ._fyki29 {
        font-size: 40px;
    }
    
    ._pxoi76,
    .x-jakq8k,
    .c-sw8q5f,
    .is-quj86e,
    .el-b57w18,
    .ui-ttlz4r,
    .gnvdmm,
    ._wp4t0y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._mbof55,
    ._hxn9fb,
    .is-tap41r,
    .x-m966c5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-yrpdt9,
    .is-oo0ibh,
    .js-pytt7d {
        grid-template-columns: 1fr;
    }
    
    .js-kp711l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-vt0v8i,
    .el-sgen01 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-rt7zed,
    .x-tp62ak {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._fyki29 {
        font-size: 32px;
    }
    
    .s-a7tlhm,
    .el-z39xia {
        font-size: 28px;
    }
    
    ._pxoi76,
    .x-jakq8k,
    .c-sw8q5f,
    .is-quj86e,
    .el-b57w18,
    ._mbof55,
    ._hxn9fb,
    .is-tap41r,
    .x-m966c5,
    .ui-ttlz4r,
    .gnvdmm,
    ._wp4t0y {
        grid-template-columns: 1fr;
    }
    
    .js-kp711l {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-lx9qfj,
    .ui-abwnc6,
    .js-kvcl4c {
        flex-direction: column;
    }
    
    .ui-gzkm7i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-kqtdgi {
        bottom: 20px;
        right: 20px;
    }
    
    .el-x74sbh {
        display: none;
    }
    
    .m-s4t8gw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-gg8y3e {
        grid-template-columns: 1fr;
    }
    
    .welwsa {
        grid-template-columns: 1fr;
    }
    
    .s-td332l {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-obum4l {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-vtd8tb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-x0p944,
    .js-kqtdgi,
    .mnx926,
    .el-ry5ckw {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
