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

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

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

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

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

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

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

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

.m-o31ltq:hover,
.m-o31ltq.is-wri4yj {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-pkrv7m {
    width: 100%;
}

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

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

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

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

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

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

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

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

.m-razu3y {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.js-oww156 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-zs2yaz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-x7iqlr:hover .m-bb6xqa img {
    transform: scale(1.1);
}

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

.is-xbxs5f {
    padding: 20px;
}

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

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

.m-py10eb {
    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
   ======================================== */
.s-oor6hh {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-jz0tlq {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.x-s2rsse img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.x-s2rsse h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

.x-qfullh {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-a0xhlu:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-abaw06.active ._y3xnl6 {
    transform: rotate(45deg);
}

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

.s-abaw06.active .c9ngvv {
    max-height: 500px;
}

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

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

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

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

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

.js-k02020 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.el-x769uw:hover .js-k02020 img {
    transform: scale(1.05);
}

._tz9syj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o56vnt h4,
.ui-p6az5f h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-hevovn {
    font-size: 20px;
}

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

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

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

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

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

._ccf5bf .z3g1hz {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ln6244 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-u785sy {
    margin-bottom: 24px;
}

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

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

.is-yusk6u {
    margin-bottom: 32px;
}

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

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

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

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

.is-h6hyar p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-x909o3 li,
.el-w2s9av li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-x909o3 li:last-child,
.el-w2s9av li:last-child {
    border-bottom: none;
}

.is-x909o3 a,
.el-w2s9av a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-x909o3 a:hover,
.el-w2s9av a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.ui-qa1n8v {
    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-om8s98 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jwmfo6 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-yqt2jy {
        display: none;
    }
    
    .m-t3gmwq {
        display: flex;
    }
    
    ._trkvc1 {
        font-size: 40px;
    }
    
    .js-e5r2vb,
    .is-pahqli,
    .is-rwhept,
    .qkyn9p,
    .c-se8mdv,
    .s-ysc65f,
    .j6pugj,
    .is-wokw1i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-owv9mf,
    .s-o2k779,
    .el-k86i90,
    .ui-kl50yg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-fj65i4,
    .el-hct85g,
    .is-rbsxl1 {
        grid-template-columns: 1fr;
    }
    
    .x-wo3kpj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-vvdus2,
    .is-o0v8br {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-h5gxq9,
    .ui-n09obr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._trkvc1 {
        font-size: 32px;
    }
    
    .js-oww156,
    ._h098tm {
        font-size: 28px;
    }
    
    .js-e5r2vb,
    .is-pahqli,
    .is-rwhept,
    .qkyn9p,
    .c-se8mdv,
    .c-owv9mf,
    .s-o2k779,
    .el-k86i90,
    .ui-kl50yg,
    .s-ysc65f,
    .j6pugj,
    .is-wokw1i {
        grid-template-columns: 1fr;
    }
    
    .x-wo3kpj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-razu3y,
    .el-tdbq0i,
    .m-pg0l9f {
        flex-direction: column;
    }
    
    .nysu8f {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-kx42oz {
        bottom: 20px;
        right: 20px;
    }
    
    .is-qyo22q {
        display: none;
    }
    
    .el-r9p5xe {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-aeh38i {
        grid-template-columns: 1fr;
    }
    
    .is-j4xrax {
        grid-template-columns: 1fr;
    }
    
    ._k6pj9m {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-olomc5 {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-iw14tr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-jlmg3a,
    .js-kx42oz,
    .js-dave6g,
    .x-lzu0hb {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
