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

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

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

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

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

.js-wybyq6 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

._a1qb13:hover,
._a1qb13._tt184u {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-dszhqw {
    width: 100%;
}

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

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

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

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

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

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

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

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

.js-hs4p1t {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c3eox8 {
    font-size: 24px;
}

.m-t3lsmp {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-u9s9rr:hover .c-qrb867 img {
    transform: scale(1.1);
}

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

.ui-w3xss2 {
    padding: 20px;
}

.ui-w3xss2 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-esomrn {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.c-gxh5rj img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-go0o2t {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-zfnpwj h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-v86loa:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-pg6c5p.active .m-vpqwk0 {
    transform: rotate(45deg);
}

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

.x-pg6c5p.active .m-xf37rw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-o22773:hover .m-i68ibs img {
    transform: scale(1.05);
}

.s-q7hml2 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.x-m4yf49 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.s-te83yn {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.ui-vdruyy img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rlexxl {
    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-m75vtv {
    font-size: 20px;
}

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

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

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

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

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

.m-d49kme .c-nnkdiw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lqkvy1 {
    margin-bottom: 24px;
}

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

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

.ui-y2kj3z {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ag91ih li,
._y86jgf li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-ag91ih li:last-child,
._y86jgf li:last-child {
    border-bottom: none;
}

.js-ag91ih a,
._y86jgf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-ag91ih a:hover,
._y86jgf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-n1m5qj ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._en01od {
        display: none;
    }
    
    .kw514s {
        display: flex;
    }
    
    .is-ccj0yu {
        font-size: 40px;
    }
    
    .c-dg3nya,
    .el-c05qho,
    .x-l5ponz,
    .klp7wk,
    .ui-rmgpqk,
    .js-fnwynf,
    .ui-vozlf6,
    .c-gnm69x {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .lhwd1b,
    .el-n67zv5,
    ._iaw7sn,
    ._pk2uai {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-tcsyqo,
    .c-wwxr45,
    .el-zj5zky {
        grid-template-columns: 1fr;
    }
    
    .is-igh5sg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-c11lme,
    .c-ivhe5p {
        flex-direction: column;
        text-align: center;
    }
    
    .m-hckqeu,
    .l5ih5a {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-ccj0yu {
        font-size: 32px;
    }
    
    .js-uziuza,
    .is-h9txmp {
        font-size: 28px;
    }
    
    .c-dg3nya,
    .el-c05qho,
    .x-l5ponz,
    .klp7wk,
    .ui-rmgpqk,
    .lhwd1b,
    .el-n67zv5,
    ._iaw7sn,
    ._pk2uai,
    .js-fnwynf,
    .ui-vozlf6,
    .c-gnm69x {
        grid-template-columns: 1fr;
    }
    
    .is-igh5sg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-hs4p1t,
    .x-m4yf49,
    .s-te83yn {
        flex-direction: column;
    }
    
    .s-aupakd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .v9uyc4 {
        bottom: 20px;
        right: 20px;
    }
    
    ._azympx {
        display: none;
    }
    
    .s-rlexxl {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-yuvq4n {
        grid-template-columns: 1fr;
    }
    
    .fe7lio {
        grid-template-columns: 1fr;
    }
    
    .js-vud381 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-u6zosv {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-yyto3o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-cnodrp,
    .v9uyc4,
    .c-ucge4s,
    .x-q9v212 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
