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

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

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

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

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

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

.is-f8x4sm {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-k90mp7:hover,
.c-k90mp7.x-kr4xw7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-umiaeu {
    width: 100%;
}

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

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

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

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

.s-sort6g {
    max-width: 700px;
}

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

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

.s-app2mp {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

.el-nj1kjx {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.ui-pdw0bd {
    font-size: 24px;
}

._txyqs9 {
    position: relative;
}

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

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

.js-iv52qa {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.c-mgj310:hover .el-tertbo img {
    transform: scale(1.1);
}

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

.js-xlnfcm {
    padding: 20px;
}

.js-xlnfcm h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.x-layyln {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.m-ci9q8v {
    text-align: center;
}

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

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

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

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

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

.m-ujqtpx img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.el-urgtep {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-z1a6s3 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-l52bb0 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.c-l52bb0:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.adq1vh.active .mkeysl {
    transform: rotate(45deg);
}

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

.adq1vh.active .is-yv8tnm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-x175d5:hover .x-efegca img {
    transform: scale(1.05);
}

.ui-ob2v2z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-phhay9 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

._l3dl0o h4,
.m-qdiszv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-vs8i0y {
    font-size: 20px;
}

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

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

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

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

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

.x-reg13a ._elutek {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zfkj64 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-q74xnq li,
.x-l4gwmg li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-q74xnq li:last-child,
.x-l4gwmg li:last-child {
    border-bottom: none;
}

.s-q74xnq a,
.x-l4gwmg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-q74xnq a:hover,
.x-l4gwmg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-e2vzca {
    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-khz1l3 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-l8oc5r h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.x-fs7ftn ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-f8x4sm {
        display: none;
    }
    
    .w69qxg {
        display: flex;
    }
    
    .ui-z8nivp {
        font-size: 40px;
    }
    
    .te4652,
    .n2pebe,
    .i9nn0n,
    .s-k2yude,
    .ui-zvyj57,
    .m-ks5xvg,
    .x-g98m7m,
    .s-kodimc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .my4s6a,
    .ui-hh5y63,
    .mv3n2u,
    .s-e10r6q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-e03yl0,
    .c-r67b46,
    .c-suxzyf {
        grid-template-columns: 1fr;
    }
    
    .el-wl0iqu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-u04cy1,
    .ui-px8d03 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-d9t9se,
    ._yx4oej {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-z8nivp {
        font-size: 32px;
    }
    
    .is-lc36fv,
    .s-zef2gh {
        font-size: 28px;
    }
    
    .te4652,
    .n2pebe,
    .i9nn0n,
    .s-k2yude,
    .ui-zvyj57,
    .my4s6a,
    .ui-hh5y63,
    .mv3n2u,
    .s-e10r6q,
    .m-ks5xvg,
    .x-g98m7m,
    .s-kodimc {
        grid-template-columns: 1fr;
    }
    
    .el-wl0iqu {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-app2mp,
    .s-gkqmoh,
    .is-l1wkji {
        flex-direction: column;
    }
    
    .x-w5s56h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-jrkj63 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-yovfir {
        display: none;
    }
    
    .is-pvqugw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .wnku1p {
        grid-template-columns: 1fr;
    }
    
    .m-g959uw {
        grid-template-columns: 1fr;
    }
    
    .ui-o5zj07 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-krp77p {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-yl8cei {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-mer333,
    .x-jrkj63,
    .m-kjh9l8,
    .raty2k {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
