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

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

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

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

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

.is-vz9371 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.xtn7fo:hover,
.xtn7fo.vul4px {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.c-xkydo6 {
    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-xkydo6:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jzk6jg {
    width: 100%;
}

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

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

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

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

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

.el-yi3gpe {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-d5el9p {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._xubh12 {
    font-size: 24px;
}

.is-spbeil {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-ssmzt7:hover ._cdb7qc img {
    transform: scale(1.1);
}

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

.m-hz4ogu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-frfds8 {
    text-align: center;
}

.c-ubuc68 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.m-ud1yj9 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-pik95v {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-dl578a {
    text-align: center;
}

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

.s-dl578a h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

._ckrvb8:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-do36bl.active .el-xf54vg {
    transform: rotate(45deg);
}

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

.ui-do36bl.active .s-s8rlqh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-j4ksgc:hover .el-mhajue img {
    transform: scale(1.05);
}

.x-tsot72 {
    padding: 20px;
}

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

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

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

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

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

.el-s605mj h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-s605mj h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

.sel44m {
    text-align: center;
}

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

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

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

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

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

.is-rn3jab img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-uhloyj {
    font-size: 20px;
}

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

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

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

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

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

.c-f7mq1f .is-eno4zp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-sixzsn {
    margin-bottom: 24px;
}

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

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

.x-tczyzn {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-o2m1st li:last-child,
.m-bnx0xg li:last-child {
    border-bottom: none;
}

.is-o2m1st a,
.m-bnx0xg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-o2m1st a:hover,
.m-bnx0xg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.x-lcp0we h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-lugne6 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-s1kbvd {
        display: none;
    }
    
    .js-dzubyf {
        display: flex;
    }
    
    ._v506zt {
        font-size: 40px;
    }
    
    .x-gazmif,
    .lk35sl,
    .m-gans3d,
    .m-lwwmdr,
    .m-x29tvm,
    .s-oa2sz1,
    .x-whfznb,
    ._em1p5f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-zqliu5,
    .u6m6zz,
    ._b2uydw,
    .is-kq8agv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-qq8pn0,
    .is-nkeez4,
    .ui-uwu8dy {
        grid-template-columns: 1fr;
    }
    
    .c-jnglnw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-qfmb48,
    .a7urej {
        flex-direction: column;
        text-align: center;
    }
    
    ._ki398a,
    .s-ynolqc {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._v506zt {
        font-size: 32px;
    }
    
    .is-yuiv2j,
    .is-cc9ghw {
        font-size: 28px;
    }
    
    .x-gazmif,
    .lk35sl,
    .m-gans3d,
    .m-lwwmdr,
    .m-x29tvm,
    .is-zqliu5,
    .u6m6zz,
    ._b2uydw,
    .is-kq8agv,
    .s-oa2sz1,
    .x-whfznb,
    ._em1p5f {
        grid-template-columns: 1fr;
    }
    
    .c-jnglnw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-feqovc,
    ._wot58c,
    ._xfsxew {
        flex-direction: column;
    }
    
    .is-e75lik {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-fmer72 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-f9fscd {
        display: none;
    }
    
    .c-lnm6kq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-yerh1m {
        grid-template-columns: 1fr;
    }
    
    .ui-ldlj7b {
        grid-template-columns: 1fr;
    }
    
    .el-c7fm1m {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-andazt {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-yzecrl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-z7o4rn,
    .js-fmer72,
    .js-iq8xve,
    ._jb3fu3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
