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

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

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

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

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

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

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

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

.el-yth7cq:hover,
.el-yth7cq.fz8ice {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-tz3ndn {
    width: 100%;
}

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

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

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

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

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

.cncgov {
    max-width: 700px;
}

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

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

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

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

.c-q18vrg {
    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-rmhnm1 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-cj68n3 {
    position: relative;
}

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

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

.is-m18n1i {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.js-b48e1x:hover ._ysb6bq img {
    transform: scale(1.1);
}

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

.ui-z1z89c {
    padding: 20px;
}

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

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

.js-i622va {
    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
   ======================================== */
.s-javwe4 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.ui-khdfai {
    text-align: center;
}

.el-whctpy {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.ui-iskxpl {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

.x-nt6pis {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gwhtkz.active .x-qye5mm {
    transform: rotate(45deg);
}

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

.gwhtkz.active .ndswdk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-haj3gz:hover .ui-iecw7h img {
    transform: scale(1.05);
}

.s-o97ryf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-vmninj {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.s-t05wa1 img {
    width: 48px;
    height: 48px;
}

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

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

.c-auonwp h4,
._qrv470 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._aw7e9h {
    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-z5ibqm {
    font-size: 20px;
}

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

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

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

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

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

.m-p49l6d .m-nj656y {
    position: relative;
    z-index: 1;
}

.is-phg8j8 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

._oy5yed {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-d7i387 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vx9dk2 li:last-child,
.is-gjqfib li:last-child {
    border-bottom: none;
}

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

.vx9dk2 a:hover,
.is-gjqfib a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.o8s6uv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.c-or6s4w h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mq3p6w 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-ao551k {
        display: none;
    }
    
    .ffv8ua {
        display: flex;
    }
    
    .a6qool {
        font-size: 40px;
    }
    
    .s-wqhla2,
    .js-cemewn,
    .c-tv8efa,
    .c-xfle9c,
    .el-yrbeiq,
    .m-ytbzf3,
    .is-x19fb7,
    .s-eekfid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-pp11dc,
    .ui-oi0142,
    .el-q335ov,
    .m-fzm1j2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._vt87cq,
    .js-gs3krg,
    .b6oh05 {
        grid-template-columns: 1fr;
    }
    
    .s-oprrwz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-nt6pis,
    .is-msvhyz {
        flex-direction: column;
        text-align: center;
    }
    
    .s-ix7fte,
    .ui-iskxpl {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .a6qool {
        font-size: 32px;
    }
    
    .dd54ee,
    .is-phg8j8 {
        font-size: 28px;
    }
    
    .s-wqhla2,
    .js-cemewn,
    .c-tv8efa,
    .c-xfle9c,
    .el-yrbeiq,
    .s-pp11dc,
    .ui-oi0142,
    .el-q335ov,
    .m-fzm1j2,
    .m-ytbzf3,
    .is-x19fb7,
    .s-eekfid {
        grid-template-columns: 1fr;
    }
    
    .s-oprrwz {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-guls1d,
    .s-hyg24b,
    .el-r9s9mh {
        flex-direction: column;
    }
    
    .so4dbz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-wnh9c0 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-e6aais {
        display: none;
    }
    
    ._aw7e9h {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-cyzzl2 {
        grid-template-columns: 1fr;
    }
    
    .is-sychla {
        grid-template-columns: 1fr;
    }
    
    .s-b3ziru {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-w5canw {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-gze0ez {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-mbnq85,
    .el-wnh9c0,
    .is-v6tre4,
    .m-rv44j0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
