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

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

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

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

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

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

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

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

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

.c-plloxm:hover,
.c-plloxm.el-wkq83e {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ne79wd {
    width: 100%;
}

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

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

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

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

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

.m-oig84d {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._x49nok {
    font-size: 24px;
}

.iw5qcj {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-mrlz8c:hover .m-va50x5 img {
    transform: scale(1.1);
}

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

.is-ccg1fl {
    padding: 20px;
}

.is-ccg1fl h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.s-g9d91f {
    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
   ======================================== */
.s-s00e9g {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c4kse3 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.vxwr1j {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xfxyfo a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

.m-z17oit {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.s-hf1tb6 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qrizfm.active ._mpx0uk {
    transform: rotate(45deg);
}

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

.qrizfm.active .js-ontacu {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-zi42fa:hover .gwuain img {
    transform: scale(1.05);
}

.x-t6jnnw {
    padding: 20px;
}

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

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

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

.is-q9uos3 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.el-t6zup0 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.s-bizyat {
    text-align: center;
}

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

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

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

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

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

.el-z32b1n img {
    width: 48px;
    height: 48px;
}

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

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

.js-kq8b7t h4,
.el-eesri6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-hpzgtr {
    display: flex;
    gap: 12px;
}

.c-hpzgtr img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-n9tq2t {
    font-size: 20px;
}

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

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

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

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

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

.c-ntrorv .x-kixaur {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-kx2l7r {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wy9lid {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-opijxl li:last-child,
.is-tkbqcj li:last-child {
    border-bottom: none;
}

.m-opijxl a,
.is-tkbqcj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-opijxl a:hover,
.is-tkbqcj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-hyluxt {
        display: none;
    }
    
    ._kuox7c {
        display: flex;
    }
    
    .azhxql {
        font-size: 40px;
    }
    
    .js-r7z4zp,
    .el-izkp9h,
    .m-d9xl9a,
    .c-ljr8xo,
    .s-zgva6x,
    .m-l37qd4,
    .js-miyzf6,
    .m-zm81q4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m9xd7h,
    .s-zoato0,
    .m-hgrull,
    .x-zm8ddf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-zl5lc2,
    .x-a26pc6,
    .js-hgt59t {
        grid-template-columns: 1fr;
    }
    
    .s-esib0e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-gjv4b4,
    .s-tjfsy1 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-mdqdin,
    ._rlus7s {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .azhxql {
        font-size: 32px;
    }
    
    .el-hykstt,
    .is-d227s3 {
        font-size: 28px;
    }
    
    .js-r7z4zp,
    .el-izkp9h,
    .m-d9xl9a,
    .c-ljr8xo,
    .s-zgva6x,
    .m9xd7h,
    .s-zoato0,
    .m-hgrull,
    .x-zm8ddf,
    .m-l37qd4,
    .js-miyzf6,
    .m-zm81q4 {
        grid-template-columns: 1fr;
    }
    
    .s-esib0e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-u3tp3h,
    .is-wpr4y7,
    .ui-hlsa9x {
        flex-direction: column;
    }
    
    .js-k3dy33 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-mu68rp {
        bottom: 20px;
        right: 20px;
    }
    
    .el-xcchah {
        display: none;
    }
    
    ._homkhj {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-g6rtnf {
        grid-template-columns: 1fr;
    }
    
    .c-bsv81g {
        grid-template-columns: 1fr;
    }
    
    .x-hjeopu {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-ciyv7g {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-mpxwnz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-cux65q,
    .is-mu68rp,
    .js-otyn0i,
    .ui-rvu82e {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
