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

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

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

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

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

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

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

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

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

.el-aokfdn:hover,
.el-aokfdn.ui-huin67 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-f58z0k {
    width: 100%;
}

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

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

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

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

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

.js-m3hbpa {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.suat7m {
    font-size: 24px;
}

.pxm9db {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-q4349d {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._v2r2hd:hover .ui-q4349d img {
    transform: scale(1.1);
}

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

.m-ixrgcq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-pegxx9 {
    text-align: center;
}

.js-t3idty {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.is-aphlqs img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-vrorap {
    font-size: 32px;
}

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

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

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

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

.s-jumxme h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wziiht {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-pzml4g {
    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-pzml4g:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-ssdz95.active .x-o6bmky {
    transform: rotate(45deg);
}

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

.s-ssdz95.active .s-r078iy {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-jq0wva:hover .gf28y6 img {
    transform: scale(1.05);
}

.x-l1rt9b {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-cdmre4 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ql8tbl {
    display: flex;
    gap: 12px;
}

.x-ql8tbl img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.el-igwcvp {
    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-ki450m {
    font-size: 20px;
}

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

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

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

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

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

.ui-f6kv4y .c-qpfqdq {
    position: relative;
    z-index: 1;
}

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

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

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

.is-pis6b3 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.x-oqev7j h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-oqev7j h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

.ui-ewn7tn {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-ewn7tn td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-ewn7tn td:first-child {
    color: var(--text-secondary);
}

.ui-ewn7tn td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._o6glgs {
    margin-bottom: 24px;
}

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

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

.is-up6rqg {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yb7j5t li:last-child,
.x-kf9bxh li:last-child {
    border-bottom: none;
}

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

.yb7j5t a:hover,
.x-kf9bxh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-f8vt8e ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-ru5nr5 {
        display: none;
    }
    
    .czsh5g {
        display: flex;
    }
    
    .js-tlz24y {
        font-size: 40px;
    }
    
    .x-bieqev,
    .ui-xil3ia,
    .el-rlboyr,
    .js-sen4ff,
    .is-ljtxlf,
    ._gdn7wf,
    .brr8de,
    .s-j1bg2i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-mchgyc,
    ._fbda91,
    .x-vp62dc,
    .js-on6q2i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-l6gx2f,
    .ui-dr52nd,
    .ui-j0ezy4 {
        grid-template-columns: 1fr;
    }
    
    .c-ewfjvo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-blfnyq,
    .el-vrsenc {
        flex-direction: column;
        text-align: center;
    }
    
    .s-ltaxdh,
    .x-rdxfd2 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-tlz24y {
        font-size: 32px;
    }
    
    .m-ho3fqt,
    .el-qsd0jo {
        font-size: 28px;
    }
    
    .x-bieqev,
    .ui-xil3ia,
    .el-rlboyr,
    .js-sen4ff,
    .is-ljtxlf,
    .c-mchgyc,
    ._fbda91,
    .x-vp62dc,
    .js-on6q2i,
    ._gdn7wf,
    .brr8de,
    .s-j1bg2i {
        grid-template-columns: 1fr;
    }
    
    .c-ewfjvo {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-fh2e3y,
    .c-eu58lu,
    .el-lk666z {
        flex-direction: column;
    }
    
    .s-ds5szj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .go6cum {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-wq5l1n {
        display: none;
    }
    
    .el-igwcvp {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-qpgxzu {
        grid-template-columns: 1fr;
    }
    
    .c-s333rc {
        grid-template-columns: 1fr;
    }
    
    .is-pis6b3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .b9f6b7 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-f2p05h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-bf0y6r,
    .go6cum,
    .ui-nkhnou,
    .x-ri8e28 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
