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

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

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

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

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

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

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

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

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

.m-my1kl2:hover,
.m-my1kl2.ui-a904g7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bafmy3 {
    padding: 10px 20px;
    font-size: 14px;
}

.m-jccu21 {
    width: 100%;
}

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

.ui-kmngps {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

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

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

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

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

.is-ysigbf {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-isqe3v {
    font-size: 24px;
}

.fige9s {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-sa6obw:hover .c-selxg6 img {
    transform: scale(1.1);
}

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

.el-qnv5ah {
    padding: 20px;
}

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

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

.el-wi8wke {
    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
   ======================================== */
.ugmy4q {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-b135lo img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-l24xf2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-nct10t.active ._yi599w {
    transform: rotate(45deg);
}

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

.el-nct10t.active .el-qucyzi {
    max-height: 500px;
}

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

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

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

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

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

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

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

.wf4bt1:hover .is-x6dmls img {
    transform: scale(1.05);
}

.js-isf47c {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._hapbjv {
    text-align: center;
}

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

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

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

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

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

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

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

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

.s-lcpm84 h4,
.el-yb0yen h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dg9jwd {
    font-size: 20px;
}

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

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

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

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

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

.ui-nd7e7s .is-aqisz0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nduwb9 {
    margin: 16px 0 32px;
}

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

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

.is-ec3g5g {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._kvu4pa {
    margin-bottom: 32px;
}

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

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

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

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

.ui-b4sn67 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bidxth li:last-child,
.s-tedevb li:last-child {
    border-bottom: none;
}

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

.bidxth a:hover,
.s-tedevb a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hiwtxz ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-ev0ggj {
        display: none;
    }
    
    .m-sq1nzr {
        display: flex;
    }
    
    .g9t6ml {
        font-size: 40px;
    }
    
    .ui-tjqsxv,
    ._vs8i76,
    .x-kaalp4,
    .x-ns3260,
    .ui-dqsryt,
    ._oufq4o,
    .x-yinrtr,
    .js-bnydb2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-mcy65s,
    .ui-z43lj3,
    .m-wq2jmh,
    .c-ui1zso {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-lwo7y3,
    .is-fkzigd,
    .ui-kgtxao {
        grid-template-columns: 1fr;
    }
    
    .c-gf12ja {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .z0r7ek,
    .s-tnp7xi {
        flex-direction: column;
        text-align: center;
    }
    
    ._a8xclx,
    .x-pgngd1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .g9t6ml {
        font-size: 32px;
    }
    
    .s-syj2mp,
    .js-e44vs1 {
        font-size: 28px;
    }
    
    .ui-tjqsxv,
    ._vs8i76,
    .x-kaalp4,
    .x-ns3260,
    .ui-dqsryt,
    .s-mcy65s,
    .ui-z43lj3,
    .m-wq2jmh,
    .c-ui1zso,
    ._oufq4o,
    .x-yinrtr,
    .js-bnydb2 {
        grid-template-columns: 1fr;
    }
    
    .c-gf12ja {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-ysigbf,
    .m-qj8l9y,
    .m-fxs1vb {
        flex-direction: column;
    }
    
    .m-eczy0e {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-cadj6l {
        bottom: 20px;
        right: 20px;
    }
    
    .el-wfyd7y {
        display: none;
    }
    
    .s-unp7gu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-pnzwv9 {
        grid-template-columns: 1fr;
    }
    
    .el-zgqhar {
        grid-template-columns: 1fr;
    }
    
    .el-n4rvtg {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-o3yqwb {
        flex-direction: column;
        gap: 8px;
    }
    
    ._x2ttiv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._ey8xhw,
    .js-cadj6l,
    .js-uslziq,
    .is-twyagt {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
