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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-uh3cxx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

.is-gxb6kr: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-go2qj5 {
    padding: 10px 20px;
    font-size: 14px;
}

.uqnq8q {
    width: 100%;
}

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

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

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

.s-t3br9e::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-lk3kf0 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ucas5z {
    font-size: 24px;
}

.js-pw8c4s {
    position: relative;
}

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

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

.c-o64a26 {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.el-sfxkyy:hover .m-pq5vtz img {
    transform: scale(1.1);
}

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

.s-rspjoy {
    padding: 20px;
}

.s-rspjoy h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.x-azq4i7 {
    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
   ======================================== */
.js-hk6p2e {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mdhs9y {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.m-mdhs9y:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._aoytre.active .c-ymnguh {
    transform: rotate(45deg);
}

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

._aoytre.active .is-dd99c9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-p491oa:hover ._fh3wv6 img {
    transform: scale(1.05);
}

._b36faf {
    padding: 20px;
}

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

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

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

.el-yl8o4v {
    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-nn68ih {
    background: var(--bg-card);
}

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

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

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

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

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

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

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

.is-hpooew {
    text-align: center;
}

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

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

.el-c9druj {
    display: flex;
    gap: 12px;
}

.el-c9druj 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)
   ======================================== */
.x-tg6bwp {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-lcd5az {
    margin-bottom: 32px;
}

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

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

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

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

.js-fv1xn9 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-fb5jc9 li,
.pd86le li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-fb5jc9 li:last-child,
.pd86le li:last-child {
    border-bottom: none;
}

.s-fb5jc9 a,
.pd86le a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-fb5jc9 a:hover,
.pd86le a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-znc8h4 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-f0ipb7 {
        display: none;
    }
    
    .ui-gsu2ld {
        display: flex;
    }
    
    .m-l4fins {
        font-size: 40px;
    }
    
    .js-jmiw6l,
    .m-rninys,
    .rxorpw,
    .is-vdfev5,
    .x-nt29dc,
    .is-zyj8oc,
    .is-n9f51a,
    .js-lov2cv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ngwr36,
    .js-zz1on3,
    ._imetcy,
    .s-hlbl9e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-v8yc87,
    ._fv5l9f,
    .is-aref2y {
        grid-template-columns: 1fr;
    }
    
    .js-hrcbo7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-kh5utz,
    .c-kjvwa5 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-aatltu,
    .s-ocmly9 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-l4fins {
        font-size: 32px;
    }
    
    .s-wuojh6,
    .s-c1ofcs {
        font-size: 28px;
    }
    
    .js-jmiw6l,
    .m-rninys,
    .rxorpw,
    .is-vdfev5,
    .x-nt29dc,
    .ngwr36,
    .js-zz1on3,
    ._imetcy,
    .s-hlbl9e,
    .is-zyj8oc,
    .is-n9f51a,
    .js-lov2cv {
        grid-template-columns: 1fr;
    }
    
    .js-hrcbo7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-zh3yqi,
    .is-gzzakt,
    ._rfwpj8 {
        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-t9xsop {
        grid-template-columns: 1fr;
    }
    
    ._qgf57x {
        grid-template-columns: 1fr;
    }
    
    .js-auwbxy {
        flex-direction: column;
        gap: 12px;
    }
    
    .pf6cbi {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ffozc4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

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