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

/* CSS Variables */
:root {
    --primary: #00ACC1;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.c-wf68az {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.js-oj5665:hover,
.js-oj5665.s-l9o5vx {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-t2ifgy {
    width: 100%;
}

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

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

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

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

.ui-avds7n {
    max-width: 700px;
}

.s-cdw0ps {
    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-f30vdf {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

._q5himv {
    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-tz6fuc {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.ui-kkbioo {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

._dcv3q9 {
    font-size: 24px;
}

.el-mvu8vh {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-aeu557:hover .p3v0tf img {
    transform: scale(1.1);
}

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

.ui-cnyb19 {
    padding: 20px;
}

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

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

.ui-idbdwj {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-bhgwd6 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-g6r7s8 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

.s-rax80q {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.x-w6cc8p {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

.el-w2okas h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-qz0r5i.active .m-mhdemp {
    transform: rotate(45deg);
}

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

.x-qz0r5i.active .is-s0dzst {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-umbu9d:hover ._yu4jfs img {
    transform: scale(1.05);
}

.js-bj4i3o {
    padding: 20px;
}

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

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

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

.c-jt9cjq {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-yc9srp img {
    width: 48px;
    height: 48px;
}

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

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

._b2f8un h4,
.x-psdhnv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-ygxn7e {
    display: flex;
    gap: 12px;
}

.s-ygxn7e img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._ysbnp2 {
    font-size: 20px;
}

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

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

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

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

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

.el-m5tipz .c-wf68az {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-eg5r3c {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-eg5r3c td {
    padding: 12px 0;
    font-size: 14px;
}

.m-eg5r3c td:first-child {
    color: var(--text-secondary);
}

.m-eg5r3c td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-lzlo7l {
    margin-bottom: 24px;
}

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

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

.is-eqluxz {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-b1jsjh li,
._iie934 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-b1jsjh li:last-child,
._iie934 li:last-child {
    border-bottom: none;
}

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

.ui-b1jsjh a:hover,
._iie934 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._m3kynz ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-lva94w {
        display: none;
    }
    
    .m-i7gz33 {
        display: flex;
    }
    
    .s-cdw0ps {
        font-size: 40px;
    }
    
    ._x683aj,
    .z08xcb,
    .m-dj1g6o,
    .m-pd19ud,
    .m-litayd,
    .fxgqs5,
    .el-i3zpwt,
    .m-rr67kd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-thzjzy,
    .x-mhrh9v,
    .fc3b43,
    ._fc9qyk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-m9690i,
    .is-zpycxw,
    ._foci55 {
        grid-template-columns: 1fr;
    }
    
    .js-jyr4xs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .b0571q,
    .ui-d209oo {
        flex-direction: column;
        text-align: center;
    }
    
    .m-i0tfy9,
    .c-vsk3v3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-cdw0ps {
        font-size: 32px;
    }
    
    .x-dyd08e,
    .lhyhf7 {
        font-size: 28px;
    }
    
    ._x683aj,
    .z08xcb,
    .m-dj1g6o,
    .m-pd19ud,
    .m-litayd,
    .js-thzjzy,
    .x-mhrh9v,
    .fc3b43,
    ._fc9qyk,
    .fxgqs5,
    .el-i3zpwt,
    .m-rr67kd {
        grid-template-columns: 1fr;
    }
    
    .js-jyr4xs {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-k5e242,
    ._ndtp41,
    ._usx6ug {
        flex-direction: column;
    }
    
    .m-chgr68 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._k4gnj7 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-mf74f7 {
        display: none;
    }
    
    .c-pzv2qq {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._x2ol6f {
        grid-template-columns: 1fr;
    }
    
    .s-z7n8ag {
        grid-template-columns: 1fr;
    }
    
    .ui-x0g85l {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-fd9xsh {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-d9oy95 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-sbyr8z,
    ._k4gnj7,
    .js-iyw32o,
    .x-h947jo {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
