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

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

/* ========================================
   Header & Navigation
   ======================================== */
.ui-njmi2c {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

._vw1tg6 {
    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-tifbl6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._ov6jid:hover,
._ov6jid.x-ba116x {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.is-b5j8zb {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-j3425m {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._ezs69f {
    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-jjsq4z {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.s-s55j0z {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.m-z69voc {
    font-size: 24px;
}

._g8s3ez {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-gyjkf4 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._dwpzjy:hover .m-gyjkf4 img {
    transform: scale(1.1);
}

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

.ui-irtlxa {
    padding: 20px;
}

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

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

.js-rnxg5a {
    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
   ======================================== */
.c-ryvskn {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.js-zu0lur {
    text-align: center;
}

.ui-j3our2 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.js-w0k01t img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.js-f5l1jx {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.el-fofbws {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l0jp7m a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-goxoro {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.ui-awt0vv:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-o1cgjg.active .s-tpg58l {
    transform: rotate(45deg);
}

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

.x-o1cgjg.active .m-abx2ec {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-zt9mul:hover .c-udvajd img {
    transform: scale(1.05);
}

.py502v {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ac833o {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

.m-phnbcj {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-flnzby {
    display: flex;
    gap: 12px;
}

.js-flnzby img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._mwuhsf {
    font-size: 20px;
}

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

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

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

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

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

.i52ho7 .s-xmw4pv {
    position: relative;
    z-index: 1;
}

.ui-l44qby {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-pokgb1 {
    margin: 16px 0 32px;
}

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

.ui-pokgb1 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.x-qxq460 {
    margin-bottom: 24px;
}

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

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

.n3vuob {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yvdxme li,
.is-dno41z li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

._yvdxme li:last-child,
.is-dno41z li:last-child {
    border-bottom: none;
}

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

._yvdxme a:hover,
.is-dno41z a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.js-yogcui h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-kmfars 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-tifbl6 {
        display: none;
    }
    
    .is-z6iynw {
        display: flex;
    }
    
    .el-eds356 {
        font-size: 40px;
    }
    
    .el-wcyinb,
    .s-tmavpn,
    .m-l20u9x,
    .is-aho3al,
    ._lg9fef,
    ._tmrlo9,
    .ui-ryckt4,
    .s-hglxfs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-izq1jr,
    .is-vhffqe,
    ._m7697f,
    .el-kqwinn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-bwf1ym,
    .el-b6a4km,
    .el-v4p9sa {
        grid-template-columns: 1fr;
    }
    
    .x-e6wcwe {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-qtcpx4,
    .c-u6uxz3 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-i833pt,
    .js-f5l1jx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-eds356 {
        font-size: 32px;
    }
    
    .m-jjsq4z,
    .ui-l44qby {
        font-size: 28px;
    }
    
    .el-wcyinb,
    .s-tmavpn,
    .m-l20u9x,
    .is-aho3al,
    ._lg9fef,
    .js-izq1jr,
    .is-vhffqe,
    ._m7697f,
    .el-kqwinn,
    ._tmrlo9,
    .ui-ryckt4,
    .s-hglxfs {
        grid-template-columns: 1fr;
    }
    
    .x-e6wcwe {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-vrww1d,
    .el-bcqocp,
    ._ita16n {
        flex-direction: column;
    }
    
    .el-hn6nnb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-s5g95q {
        bottom: 20px;
        right: 20px;
    }
    
    .js-tgp7el {
        display: none;
    }
    
    .js-eiwms0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-hckvt1 {
        grid-template-columns: 1fr;
    }
    
    .is-n45zap {
        grid-template-columns: 1fr;
    }
    
    ._wvvxqc {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-d83ff4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-vwbtp6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-njmi2c,
    .s-s5g95q,
    .js-tv0dew,
    .is-km4a1f {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
