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

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

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

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

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

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

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

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

.is-uqensu:hover,
.is-uqensu._jq68zy {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-epo51j {
    background: #fff;
    color: var(--bg-dark);
}

.js-epo51j:hover {
    background: var(--accent);
}

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

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

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

.m-vjo8ga {
    width: 100%;
}

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

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

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

.x-ghuyd8::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-pqen1u {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

._m77tyt {
    max-width: 700px;
}

._j7de55 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.el-w81m3g {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.is-v0opoz {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-l0g67x {
    font-size: 24px;
}

.ui-oe70iq {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-s8wtcx:hover ._z88oi3 img {
    transform: scale(1.1);
}

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

.x-p0bb8c {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-r5d4c8 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

.js-hh655j {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-px05bw {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-okpsqd {
    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-okpsqd:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-bz7how.active .is-x2q1j9 {
    transform: rotate(45deg);
}

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

.s-bz7how.active .js-rqje5m {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-ggroqz:hover .ui-kamk07 img {
    transform: scale(1.05);
}

.el-mga603 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tdqfvq {
    font-size: 20px;
}

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

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

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

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

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

._gc5sl6 .s-jf1p91 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-li63s2 {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-li63s2 td {
    padding: 12px 0;
    font-size: 14px;
}

.s-li63s2 td:first-child {
    color: var(--text-secondary);
}

.s-li63s2 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.ui-u2q5xo {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-c4g5bj li:last-child,
.js-cgxi7x li:last-child {
    border-bottom: none;
}

.c-c4g5bj a,
.js-cgxi7x a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-c4g5bj a:hover,
.js-cgxi7x a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p96hr1 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.ui-arp4tp ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-fg5mv6 {
        display: none;
    }
    
    .js-dyutna {
        display: flex;
    }
    
    ._j7de55 {
        font-size: 40px;
    }
    
    .s-l7ii3g,
    .m-vj5gt9,
    .el-irucni,
    ._fxkrj0,
    .m-c6xa9i,
    .ui-ke4egh,
    .js-bl25nc,
    .js-qhq34e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-lz07ct,
    .is-w385x5,
    .ui-v3l5qf,
    .el-q4h23v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-mdum8y,
    .ui-vpb1aa,
    ._zc2g82 {
        grid-template-columns: 1fr;
    }
    
    .m-f6rgy5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-uxzerf,
    .el-iir20o {
        flex-direction: column;
        text-align: center;
    }
    
    .js-f15a83,
    .boe907 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._j7de55 {
        font-size: 32px;
    }
    
    .is-v0opoz,
    .js-hej2iz {
        font-size: 28px;
    }
    
    .s-l7ii3g,
    .m-vj5gt9,
    .el-irucni,
    ._fxkrj0,
    .m-c6xa9i,
    .s-lz07ct,
    .is-w385x5,
    .ui-v3l5qf,
    .el-q4h23v,
    .ui-ke4egh,
    .js-bl25nc,
    .js-qhq34e {
        grid-template-columns: 1fr;
    }
    
    .m-f6rgy5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-w81m3g,
    .x-j3htjq,
    .ui-h7u4ow {
        flex-direction: column;
    }
    
    .js-lurzym {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-htsmh1 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-at9txx {
        display: none;
    }
    
    .c-m6n8w6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-rimis4 {
        grid-template-columns: 1fr;
    }
    
    .c-e2w7v2 {
        grid-template-columns: 1fr;
    }
    
    .s-kne95j {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-lppvy8 {
        flex-direction: column;
        gap: 8px;
    }
    
    .n938hd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-t857k5,
    .c-htsmh1,
    .ui-ev2r2q,
    ._goa9g1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
