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

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

/* ========================================
   Header & Navigation
   ======================================== */
.m-mubkam {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

.x-d7n7aa img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

.ui-jwrj64 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-hmb2nb:hover,
.el-hmb2nb.is-jv0wwy {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-r8vpb7 {
    width: 100%;
}

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

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

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

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

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

.x-xz6n5t {
    max-width: 700px;
}

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

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

.x-q7mhjb {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.uqhk5n {
    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-f9e8od {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-v0u4r7 {
    font-size: 24px;
}

.s-bb0g0f {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-fdha4r:hover .js-xf7lr2 img {
    transform: scale(1.1);
}

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

.x-fbzzk1 {
    padding: 20px;
}

.x-fbzzk1 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.s-l5giwo {
    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
   ======================================== */
.ui-anxgn6 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-z4mhiy {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ht53co:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-untqo2.active .ui-rz7ypa {
    transform: rotate(45deg);
}

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

.s-untqo2.active .x-em9e4v {
    max-height: 500px;
}

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

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

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

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

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

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

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

.zmlrim:hover ._mdvh5q img {
    transform: scale(1.05);
}

.s-i3zu8k {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-sknwfz {
    display: flex;
    gap: 16px;
}

._hnhjke {
    text-align: center;
}

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

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

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

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

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

.s-eshtub img {
    width: 48px;
    height: 48px;
}

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

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

.is-t9yi6i h4,
._rohf62 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-ehrgda {
    display: flex;
    gap: 12px;
}

.js-ehrgda img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.zva2f0 {
    font-size: 20px;
}

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

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

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

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

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

.c-rl5cz7 .el-vbcnks {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-wftc3x {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.js-sqdw7x {
    margin-bottom: 24px;
}

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

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

.c-wkraxg {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hfwfnx li,
.c-dr1dnz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.hfwfnx li:last-child,
.c-dr1dnz li:last-child {
    border-bottom: none;
}

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

.hfwfnx a:hover,
.c-dr1dnz a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-wyrvj3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-jwrj64 {
        display: none;
    }
    
    .zl6jwo {
        display: flex;
    }
    
    .el-r7m0yc {
        font-size: 40px;
    }
    
    .x-o4tdq3,
    .js-tkaglm,
    .m-gczbvk,
    .s-ldzleq,
    ._ucmai7,
    .lux4mf,
    .s-eism0j,
    .s-iq6f8e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-e682l0,
    .js-dw1nuo,
    .ui-lmpp67,
    .el-nau0cu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .uht32l,
    .x-mfgiy3,
    .ui-pgpy0r {
        grid-template-columns: 1fr;
    }
    
    .c-h33opg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-plyib2,
    .c-q4i7al {
        flex-direction: column;
        text-align: center;
    }
    
    .x-w9gyg7,
    .f3fdhj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-r7m0yc {
        font-size: 32px;
    }
    
    .js-f9e8od,
    ._cqvhbe {
        font-size: 28px;
    }
    
    .x-o4tdq3,
    .js-tkaglm,
    .m-gczbvk,
    .s-ldzleq,
    ._ucmai7,
    .m-e682l0,
    .js-dw1nuo,
    .ui-lmpp67,
    .el-nau0cu,
    .lux4mf,
    .s-eism0j,
    .s-iq6f8e {
        grid-template-columns: 1fr;
    }
    
    .c-h33opg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-q7mhjb,
    .js-d58f8n,
    .x-sknwfz {
        flex-direction: column;
    }
    
    .m-rpzf64 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-obh59x {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ou413b {
        display: none;
    }
    
    .is-nyhupu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-l1r3aa {
        grid-template-columns: 1fr;
    }
    
    ._h33sqa {
        grid-template-columns: 1fr;
    }
    
    .c-qhz0zm {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-o2lp9x {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-t3flgj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-mubkam,
    .x-obh59x,
    .x-i3lz2v,
    .x-qi327y {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
