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

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

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

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

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

.js-koz4p3 {
    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-uhn81x {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-lahw97:hover,
.x-lahw97.el-m23vxa {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.s-dr1w8m {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zge8v7 {
    width: 100%;
}

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

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

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

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

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

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

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

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

.ui-j2z9ut {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._eda80y {
    font-size: 24px;
}

.x-ym5row {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-ghtrjl:hover ._s71n7n img {
    transform: scale(1.1);
}

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

.c-etjtm6 {
    padding: 20px;
}

.c-etjtm6 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.c-ha1qux {
    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
   ======================================== */
.m-utfple {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.c-b633rj {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

._k12i2v {
    text-align: center;
}

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

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

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

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

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

.s-ga27py img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.gvfga2 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-hxz0qo {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bc4oq3:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-evkmbo.active .wdo3gh {
    transform: rotate(45deg);
}

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

.s-evkmbo.active .js-hetzse {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-rx43ns:hover .is-mgl1ry img {
    transform: scale(1.05);
}

.s-a4jk0a {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d7onwy {
    text-align: center;
}

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

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

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

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

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

.m-kzup08 img {
    width: 48px;
    height: 48px;
}

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

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

.ui-n5u1r6 h4,
.m-kxjx1j h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._vbhjor {
    display: flex;
    gap: 12px;
}

._vbhjor img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ishhs5 {
    font-size: 20px;
}

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

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

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

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

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

.c-xgt3hk ._k0vrvd {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-d4uixf {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-xzvdq8 {
    margin-bottom: 24px;
}

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

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

.js-hixbtw {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x63ddr li:last-child,
.nhe4is li:last-child {
    border-bottom: none;
}

.m-x63ddr a,
.nhe4is a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-x63ddr a:hover,
.nhe4is a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-js3sjl 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-uhn81x {
        display: none;
    }
    
    .js-awtoj7 {
        display: flex;
    }
    
    .c-p3rfa6 {
        font-size: 40px;
    }
    
    .s-r2bqkr,
    .m-dzybze,
    .m-s0mzx7,
    .c-u2ho9e,
    .x-pgbxda,
    .s-t7mr3u,
    .x-qd0m1f,
    .chc0cz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-oo04gk,
    .is-lhrb02,
    ._dwdfn4,
    .m-v2oqio {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-kjphc1,
    .c-vsp31k,
    .m-c7529m {
        grid-template-columns: 1fr;
    }
    
    ._t727hw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-owv7ou,
    .js-i02lwo {
        flex-direction: column;
        text-align: center;
    }
    
    .is-if1mx9,
    .is-vyq4ye {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-p3rfa6 {
        font-size: 32px;
    }
    
    ._q68mgr,
    .s-cye5ru {
        font-size: 28px;
    }
    
    .s-r2bqkr,
    .m-dzybze,
    .m-s0mzx7,
    .c-u2ho9e,
    .x-pgbxda,
    .c-oo04gk,
    .is-lhrb02,
    ._dwdfn4,
    .m-v2oqio,
    .s-t7mr3u,
    .x-qd0m1f,
    .chc0cz {
        grid-template-columns: 1fr;
    }
    
    ._t727hw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-j2z9ut,
    .s-s2hfx9,
    .is-xhoeop {
        flex-direction: column;
    }
    
    .m-crjwxi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._buw900 {
        bottom: 20px;
        right: 20px;
    }
    
    ._r292l1 {
        display: none;
    }
    
    ._hx5n97 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-wgybyw {
        grid-template-columns: 1fr;
    }
    
    .is-u51jdj {
        grid-template-columns: 1fr;
    }
    
    .m3bl0o {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-hi3pio {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-xp0vqv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-pkcvww,
    ._buw900,
    .s-hlbhxn,
    .js-d8z636 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
