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

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

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

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

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

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

.m-ymksdo {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.s-ao8idj:hover,
.s-ao8idj.m-rtzqdk {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-h6jp1s {
    padding: 10px 20px;
    font-size: 14px;
}

.c-q9n0xe {
    width: 100%;
}

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

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

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

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

.s-wvrhv5 {
    max-width: 700px;
}

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

.s-rzo05e {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.ui-t7xgmw {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.is-wj3opy {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.js-fjoe3x {
    position: relative;
}

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

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

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

.m-r8eju6 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.el-o2t4rw:hover .m-hljksg img {
    transform: scale(1.1);
}

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

.s-kn7gxg {
    padding: 20px;
}

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

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

.s-zvw9pf {
    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
   ======================================== */
.c-k28mvq {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-q01zof {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

._b834pq {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ls8due {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mq34xr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-ch640x.active ._q0fys9 {
    transform: rotate(45deg);
}

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

.x-ch640x.active .x-a6m15n {
    max-height: 500px;
}

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

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

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

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

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

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

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

._k1xcmo:hover .x-duighj img {
    transform: scale(1.05);
}

.ui-lki6yd {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-r1bnbz {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.c-yak8ui img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.ui-xosz9c {
    display: flex;
    gap: 12px;
}

.ui-xosz9c img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-t15fsw {
    font-size: 20px;
}

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

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

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

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

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

.m-rlkfgh .is-bmr4tk {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-ds4h1g {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rxwl6y {
    margin-bottom: 32px;
}

.s-rxwl6y img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.el-e2gnts p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-esyvm5 li:last-child,
.is-v61hff li:last-child {
    border-bottom: none;
}

.s-esyvm5 a,
.is-v61hff a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-esyvm5 a:hover,
.is-v61hff a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.ui-ermqyq h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-o9hhso ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-sjz1yi {
        display: none;
    }
    
    .is-geo1we {
        display: flex;
    }
    
    .s-y363o6 {
        font-size: 40px;
    }
    
    .el-y1086m,
    .m-moi6t3,
    .js-lugfzm,
    .c-dctko5,
    .is-yedi5j,
    .c-e1tgny,
    .el-ebthls,
    .js-o1aejm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-w9w3vb,
    .ui-agj1f0,
    .m-gysywu,
    .bq7dh5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-s4eecn,
    .is-zz0ddw,
    .is-fa2wn5 {
        grid-template-columns: 1fr;
    }
    
    .m-j17v8t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-onulzh,
    .m-nqig3w {
        flex-direction: column;
        text-align: center;
    }
    
    .s-o694up,
    .x-q01zof {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-y363o6 {
        font-size: 32px;
    }
    
    .el-rxvnua,
    .c-qre0uc {
        font-size: 28px;
    }
    
    .el-y1086m,
    .m-moi6t3,
    .js-lugfzm,
    .c-dctko5,
    .is-yedi5j,
    .js-w9w3vb,
    .ui-agj1f0,
    .m-gysywu,
    .bq7dh5,
    .c-e1tgny,
    .el-ebthls,
    .js-o1aejm {
        grid-template-columns: 1fr;
    }
    
    .m-j17v8t {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-rzo05e,
    .el-umte34,
    .c-r1bnbz {
        flex-direction: column;
    }
    
    .js-gn6gea {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-ben06m {
        bottom: 20px;
        right: 20px;
    }
    
    .c-nlkxgh {
        display: none;
    }
    
    .c-q3m4vx {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-aj8lt5 {
        grid-template-columns: 1fr;
    }
    
    ._vvmmjs {
        grid-template-columns: 1fr;
    }
    
    .x-yvo068 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-rz08nz {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-d7wf66 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .do6ik3,
    .m-ben06m,
    .ab7knz,
    .js-jmoxdg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
