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

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

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

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

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

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

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

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

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

.is-oow9fz:hover,
.is-oow9fz.is-fh7o4t {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-u7xwj5 {
    width: 100%;
}

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

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

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

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

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

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

.s-o706f6 {
    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-a9v2pq {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

.ui-g5vtzw {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.js-mrv9zb {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-aatltu {
    font-size: 24px;
}

.el-j9dphd {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-ocmly9:hover ._itbtgw img {
    transform: scale(1.1);
}

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

.m-glvisk {
    padding: 20px;
}

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

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

.m-kh5utz {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-xt5k4h {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.s-u3kif2 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.m-zfi0gm {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-kapuig:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-aref2y.active .ui-frkwbf {
    transform: rotate(45deg);
}

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

.is-aref2y.active .pf6cbi {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-ffozc4:hover .h0evxz img {
    transform: scale(1.05);
}

.m-dulaps {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.is-gzzakt {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.m-uv79wp {
    display: flex;
    gap: 16px;
}

._w2tc8m {
    text-align: center;
}

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

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

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

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

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

.js-mf8xa6 img {
    width: 48px;
    height: 48px;
}

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

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

.c-phmncu h4,
.s-egdb52 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._xurhwd {
    display: flex;
    gap: 12px;
}

._xurhwd img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-mcufrl {
    font-size: 20px;
}

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

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

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

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

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

.is-r1v4v6 .x-tg6bwp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-ipelca {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lov2cv {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-j0ep4y li:last-child,
.ez2on4 li:last-child {
    border-bottom: none;
}

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

.c-j0ep4y a:hover,
.ez2on4 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-s8ctej h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._e20kvc {
        display: none;
    }
    
    .is-sg1uki {
        display: flex;
    }
    
    .s-o706f6 {
        font-size: 40px;
    }
    
    .js-or4kyi,
    ._qgf57x,
    .js-xat34q,
    .m-mdhs9y,
    .m-nn68ih,
    .c-iejnu7,
    .s-sphpj7,
    .m-t9qcra {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._k0mul4,
    .m-p491oa,
    .m-uqj790,
    .js-fv1xn9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-bwjy0o,
    .cw6o68,
    .is-n9f51a {
        grid-template-columns: 1fr;
    }
    
    .js-hrcbo7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._imetcy,
    .c-sveopd {
        flex-direction: column;
        text-align: center;
    }
    
    .x-nnvq2q,
    .s-u3kif2 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-o706f6 {
        font-size: 32px;
    }
    
    .s-wuojh6,
    .flg0nl {
        font-size: 28px;
    }
    
    .js-or4kyi,
    ._qgf57x,
    .js-xat34q,
    .m-mdhs9y,
    .m-nn68ih,
    ._k0mul4,
    .m-p491oa,
    .m-uqj790,
    .js-fv1xn9,
    .c-iejnu7,
    .s-sphpj7,
    .m-t9qcra {
        grid-template-columns: 1fr;
    }
    
    .js-hrcbo7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-dl6ym4,
    .is-gzzakt,
    .m-uv79wp {
        flex-direction: column;
    }
    
    .s-dh4sfd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-lw9r32 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-swjjyy {
        display: none;
    }
    
    .el-vfmal3 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-kyl9ab {
        grid-template-columns: 1fr;
    }
    
    .js-t30xb6 {
        grid-template-columns: 1fr;
    }
    
    .xzcc18 {
        flex-direction: column;
        gap: 12px;
    }
    
    .fwb29l {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-e2lb2u {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-ls4ahj,
    .js-lw9r32,
    .ui-fewu2e,
    .c-av8efq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
