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

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

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

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

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

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

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

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

.js-jslkru:hover,
.js-jslkru.js-neps7z {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.js-yqgmcu {
    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-yqgmcu:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

.c-pwbew5 {
    background: #fff;
    color: var(--bg-dark);
}

.c-pwbew5:hover {
    background: var(--accent);
}

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

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

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

._ac6xkv {
    width: 100%;
}

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

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

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

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

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

.is-rmqj60 {
    max-width: 700px;
}

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

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

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

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

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

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

.efybcm {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f2twdy {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._v247cv:hover .js-hzs3as img {
    transform: scale(1.1);
}

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

.x-vthoqv {
    padding: 20px;
}

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

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

.el-xzr9ps {
    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
   ======================================== */
.is-prlc9w {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-p71efi {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-k8qaba {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hrej9x {
    text-align: center;
}

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

.is-hrej9x h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-zuwlo2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ml4cyh.active .js-dd6630 {
    transform: rotate(45deg);
}

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

.ml4cyh.active .is-aombg2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-mbqt05:hover ._amslj9 img {
    transform: scale(1.05);
}

.x-iond0b {
    padding: 20px;
}

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

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

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

.js-a4q81v {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-j9hp1c img {
    width: 48px;
    height: 48px;
}

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

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

.js-mokgfc h4,
.lp57jr h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-y6m3r1 {
    display: flex;
    gap: 12px;
}

.el-y6m3r1 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._v4nz7y {
    font-size: 20px;
}

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

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

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

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

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

.el-ggkbez .ui-w56m3b {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

._l1p9yr {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-dp4y0t {
    margin-bottom: 24px;
}

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

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

.gi1eby {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-yh4jw3 li:last-child,
.js-kkmf1t li:last-child {
    border-bottom: none;
}

.m-yh4jw3 a,
.js-kkmf1t a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-yh4jw3 a:hover,
.js-kkmf1t a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-rwrth7 ul {
    margin-bottom: 24px;
}

.is-rwrth7 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-t78smy {
        display: none;
    }
    
    .js-e8e3zs {
        display: flex;
    }
    
    .x-fkkjig {
        font-size: 40px;
    }
    
    .b7mltc,
    .x-ejdmsw,
    .is-utsj90,
    .m-em24om,
    .s-z4w0af,
    .ui-av7f0v,
    .js-zpbvor,
    .is-l1iigv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._pgwtzw,
    .el-otpntz,
    .is-dhllp1,
    .is-x7uwim {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-xs279n,
    .x-olq03j,
    .c-fszf77 {
        grid-template-columns: 1fr;
    }
    
    .js-jsivwf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-k8qaba,
    .ui-rsbi8m {
        flex-direction: column;
        text-align: center;
    }
    
    .m-vm0o58,
    .abprwu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-fkkjig {
        font-size: 32px;
    }
    
    .m-sqruoo,
    .is-qbsigp {
        font-size: 28px;
    }
    
    .b7mltc,
    .x-ejdmsw,
    .is-utsj90,
    .m-em24om,
    .s-z4w0af,
    ._pgwtzw,
    .el-otpntz,
    .is-dhllp1,
    .is-x7uwim,
    .ui-av7f0v,
    .js-zpbvor,
    .is-l1iigv {
        grid-template-columns: 1fr;
    }
    
    .js-jsivwf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-rfnp6z,
    ._dq5cxo,
    .ci44vz {
        flex-direction: column;
    }
    
    .rvj4jo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-yoegvx {
        bottom: 20px;
        right: 20px;
    }
    
    .m-b1lhgx {
        display: none;
    }
    
    .js-nz5wra {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._aeh7yx {
        grid-template-columns: 1fr;
    }
    
    .x-ug3zar {
        grid-template-columns: 1fr;
    }
    
    .s-hv1e3y {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-ni8v13 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-dsm8xy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-fw0kj8,
    .is-yoegvx,
    .gcuics,
    ._t1qdyq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
