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

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

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

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

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

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

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

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

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

.el-rke6lr:hover,
.el-rke6lr.s-pluv8z {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.g6p8rc {
    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-vn2hhg {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

._rjf2uq {
    width: 100%;
}

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

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

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

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

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

.c-l5xzou {
    max-width: 700px;
}

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

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

.js-shqxp2 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.m-ef0pev {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.c-whj3wq {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._rbx739 {
    font-size: 24px;
}

._slpvvf {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-tazugh:hover .el-l39eef img {
    transform: scale(1.1);
}

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

._m0fp92 {
    padding: 20px;
}

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

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

._jmgrdu {
    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-s2xyyq {
    background: var(--bg-dark);
}

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

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

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

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

.m-uk2qhl {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-thiuju img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.c-yp8kj7 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.s-ytpf11 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vkjiff.active ._b6sg85 {
    transform: rotate(45deg);
}

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

.vkjiff.active .s-dy8glu {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-mb30qq:hover .x-isz1dx img {
    transform: scale(1.05);
}

._gtel9d {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-otf38h {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.el-s2ptuo h4,
.is-p49ur8 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.el-s2ptuo ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

._kadg20 {
    font-size: 20px;
}

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

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

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

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

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

.ui-u2qcar .js-nistmj {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xa6jsv {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-vjkv94 li:last-child,
.m-kbadjs li:last-child {
    border-bottom: none;
}

.s-vjkv94 a,
.m-kbadjs a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-vjkv94 a:hover,
.m-kbadjs a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-p6udiy {
    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-nsxdm2 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-wtfw8s ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .aoz5cy {
        display: none;
    }
    
    .zktp9k {
        display: flex;
    }
    
    .el-jfdsk5 {
        font-size: 40px;
    }
    
    ._v4k5aj,
    .c-pvqxw5,
    .ui-vcy42b,
    .s-d7wmze,
    .s-zh8xyz,
    .js-d8wl7r,
    .x-jpr3m8,
    .c-w4nqnm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-qzyhe6,
    .m-s85341,
    .el-jpbpbc,
    .js-pp3jwg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-qsjx4k,
    .el-dnglnu,
    .js-tb35oq {
        grid-template-columns: 1fr;
    }
    
    .s-psu0jv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jbvz6u,
    .c-adb3v4 {
        flex-direction: column;
        text-align: center;
    }
    
    .is-xtf7rd,
    .c-yp8kj7 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-jfdsk5 {
        font-size: 32px;
    }
    
    .c-plwy7e,
    .ui-w5aqw0 {
        font-size: 28px;
    }
    
    ._v4k5aj,
    .c-pvqxw5,
    .ui-vcy42b,
    .s-d7wmze,
    .s-zh8xyz,
    .s-qzyhe6,
    .m-s85341,
    .el-jpbpbc,
    .js-pp3jwg,
    .js-d8wl7r,
    .x-jpr3m8,
    .c-w4nqnm {
        grid-template-columns: 1fr;
    }
    
    .s-psu0jv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-shqxp2,
    .is-eyq6xi,
    .is-otf38h {
        flex-direction: column;
    }
    
    ._eahlbs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-qh1avs {
        bottom: 20px;
        right: 20px;
    }
    
    .c-p0pryo {
        display: none;
    }
    
    .ui-wfendx {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-zd327k {
        grid-template-columns: 1fr;
    }
    
    .is-ls9jpr {
        grid-template-columns: 1fr;
    }
    
    .js-qr4s4f {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-hokm8i {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-bpr8d7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-wx7d2u,
    .el-qh1avs,
    .is-mv1kjz,
    .m-r9ry66 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
