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

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

/* ========================================
   Header & Navigation
   ======================================== */
.is-ts46uw {
    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-c946rn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.el-zr5ll7 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.g0w3pq {
    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-j1oxni {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-yj0oyn:hover,
.ui-yj0oyn.lb6hb5 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nth5h8 {
    padding: 10px 20px;
    font-size: 14px;
}

.is-k3w1zp {
    width: 100%;
}

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

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

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

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

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

._iw5l0d {
    max-width: 700px;
}

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

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

.ui-hn0i9w {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.m-ogimxo {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.x-gm13hs {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.c-ophj90 {
    font-size: 24px;
}

.s-xkev10 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-afek18:hover .c-dp7vm5 img {
    transform: scale(1.1);
}

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

.is-lv6ytn {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-q21928 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.x-bcpxcv {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.ui-azdec7 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-tfcjft {
    font-size: 32px;
}

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

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

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

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

.is-tpzshl h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-zebr2c {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-zkshgc.active .s-pbgyf2 {
    transform: rotate(45deg);
}

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

.el-zkshgc.active .x-inhvo8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-eclmpo:hover .x-bv1lt2 img {
    transform: scale(1.05);
}

.g7rqc7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iaoyee {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-agj8hg h4,
.el-kieqsa h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-bs5aos {
    display: flex;
    gap: 12px;
}

.is-bs5aos img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.yns93i {
    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-sf4lwj {
    font-size: 20px;
}

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

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

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

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

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

.xkp376 ._dmu0nh {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-rcuuya {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.wy12o7 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._dw7bjy li,
.x-v0fsar li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

._dw7bjy li:last-child,
.x-v0fsar li:last-child {
    border-bottom: none;
}

._dw7bjy a,
.x-v0fsar a {
    font-size: 14px;
    color: var(--text-secondary);
}

._dw7bjy a:hover,
.x-v0fsar a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zbew1k 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-j1oxni {
        display: none;
    }
    
    .c-ki449t {
        display: flex;
    }
    
    .x-edy2z7 {
        font-size: 40px;
    }
    
    ._nmvlbl,
    ._cx6dl3,
    .is-y018qw,
    .is-s1fnus,
    .ui-fcbc15,
    ._mqa6hy,
    .m-odbm5q,
    .ui-ll6lmm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-m8sbd5,
    .el-xp8pek,
    .is-fx3ra6,
    .is-ei93lw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vbupeo,
    .js-hs5gb6,
    .el-cztp8w {
        grid-template-columns: 1fr;
    }
    
    .lentme {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-gce4hr,
    .m-fzoydl {
        flex-direction: column;
        text-align: center;
    }
    
    .m9guyd,
    ._t2lvxk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-edy2z7 {
        font-size: 32px;
    }
    
    .m-ogimxo,
    .ui-tlrnsl {
        font-size: 28px;
    }
    
    ._nmvlbl,
    ._cx6dl3,
    .is-y018qw,
    .is-s1fnus,
    .ui-fcbc15,
    .is-m8sbd5,
    .el-xp8pek,
    .is-fx3ra6,
    .is-ei93lw,
    ._mqa6hy,
    .m-odbm5q,
    .ui-ll6lmm {
        grid-template-columns: 1fr;
    }
    
    .lentme {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-hn0i9w,
    .s-m19jty,
    ._yz5k50 {
        flex-direction: column;
    }
    
    .el-opfgn1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-vyft79 {
        bottom: 20px;
        right: 20px;
    }
    
    ._xgdqja {
        display: none;
    }
    
    .yns93i {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._xd33se {
        grid-template-columns: 1fr;
    }
    
    .ui-sliszd {
        grid-template-columns: 1fr;
    }
    
    .y58pkt {
        flex-direction: column;
        gap: 12px;
    }
    
    .k56q4b {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ay6ctv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-ts46uw,
    .is-vyft79,
    .ui-m2wrq6,
    .vfa8ve {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
