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

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

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

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

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

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

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

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

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

.is-rwldw1:hover,
.is-rwldw1.el-f4smc7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.m-di8erc {
    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-di8erc:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-nypja4 {
    width: 100%;
}

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

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

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

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

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

.ui-pg99s4 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-rp8ylr {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.vzbh4y {
    font-size: 24px;
}

.js-o2unfk {
    position: relative;
}

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

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

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

.x-gzlk6b {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.x-kgp4dz:hover .c-fsljv9 img {
    transform: scale(1.1);
}

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

.m-oz348d {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._nfbq5b {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.x-k3vzr9 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l7bklo:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-qi8jm5.active .is-qkk3aw {
    transform: rotate(45deg);
}

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

.js-qi8jm5.active .is-iyhezc {
    max-height: 500px;
}

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

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

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

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

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

.c-frc8tw {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.ui-ph4p7e:hover .c-frc8tw img {
    transform: scale(1.05);
}

.m-ejavlm {
    padding: 20px;
}

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

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

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

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

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

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

.m-f8lo8i h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.ui-cjz7zl {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-qn3153 img {
    width: 48px;
    height: 48px;
}

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

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

.x-b0yk3m h4,
.el-zbs2hx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-atqe6h {
    font-size: 20px;
}

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

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

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

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

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

._dbdc0y .aexs3e {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-p9i7s7 {
    margin: 16px 0 32px;
}

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

.el-p9i7s7 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.c-qlukh5 {
    margin-bottom: 24px;
}

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

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

.yjovmj {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-nfciiq li,
.x-j2prae li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-nfciiq li:last-child,
.x-j2prae li:last-child {
    border-bottom: none;
}

.m-nfciiq a,
.x-j2prae a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-nfciiq a:hover,
.x-j2prae a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cq4qyc ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-l3ogmf {
        display: none;
    }
    
    .c-f5nml4 {
        display: flex;
    }
    
    .is-asjq72 {
        font-size: 40px;
    }
    
    .is-jxi3g6,
    .is-jcotb5,
    .is-d7dyp2,
    .s-dxdf15,
    .is-qkng3i,
    .c-wbqdjt,
    .is-c2itij,
    .vs4z0c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._ballps,
    .f6gvt1,
    .js-gdlekr,
    .el-ab6455 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-v0364b,
    .is-rfkmwo,
    .is-babyq4 {
        grid-template-columns: 1fr;
    }
    
    .el-d00sx9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-fimhj7,
    ._th4iti {
        flex-direction: column;
        text-align: center;
    }
    
    .km375p,
    .el-n7k43p {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-asjq72 {
        font-size: 32px;
    }
    
    .js-rza4vk,
    .m-isk7oi {
        font-size: 28px;
    }
    
    .is-jxi3g6,
    .is-jcotb5,
    .is-d7dyp2,
    .s-dxdf15,
    .is-qkng3i,
    ._ballps,
    .f6gvt1,
    .js-gdlekr,
    .el-ab6455,
    .c-wbqdjt,
    .is-c2itij,
    .vs4z0c {
        grid-template-columns: 1fr;
    }
    
    .el-d00sx9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-xg6fbw,
    .ui-fho96o,
    .ui-cjz7zl {
        flex-direction: column;
    }
    
    .c-l86i7n {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-u3b9p0 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-temeay {
        display: none;
    }
    
    .ui-y7qee1 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-tuem3a {
        grid-template-columns: 1fr;
    }
    
    .js-pe6v8i {
        grid-template-columns: 1fr;
    }
    
    .js-ccknrv {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-c59lk3 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-c66raj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-ovojnm,
    .x-u3b9p0,
    .c-q2n9h0,
    .el-jwii04 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
