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

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

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

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

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

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

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

.m-sxl8y5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.khqmcm:hover,
.khqmcm._gnv2dl {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mv9br7 {
    width: 100%;
}

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

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

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

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

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

._t2dc0s {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-ys9dzz {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.x-eflbqo {
    font-size: 24px;
}

.el-ia29g0 {
    position: relative;
}

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

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

.m-sbzjbk {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.s-bcfi7r:hover ._uel26u img {
    transform: scale(1.1);
}

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

.is-tahx7m {
    padding: 20px;
}

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

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

.x-j6y6s5 {
    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-e8v6uw {
    background: var(--bg-dark);
}

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

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

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

.c-ckwk8m {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.ui-b8bacn {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

._hklsp2 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-fhg5hw {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.ui-nat6vo:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.vbkxtr.active ._lnc2xq {
    transform: rotate(45deg);
}

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

.vbkxtr.active .js-n2e57g {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-cxjiwv:hover .lskfat img {
    transform: scale(1.05);
}

.m-bo3tj0 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-mxwbma {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.m-yvlcp9 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ooh5v8 {
    display: flex;
    gap: 12px;
}

.is-ooh5v8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ptjud5 {
    font-size: 20px;
}

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

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

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

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

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

.l639j5 .m-k3qbwo {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-sfimfu {
    margin-bottom: 24px;
}

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

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

.m-okftt7 {
    margin-bottom: 32px;
}

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

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

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

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

.m-t5w29n p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-icovyi li,
.x-u4zbhf li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-icovyi li:last-child,
.x-u4zbhf li:last-child {
    border-bottom: none;
}

.c-icovyi a,
.x-u4zbhf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-icovyi a:hover,
.x-u4zbhf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-kzu98e h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.m-cju67f ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-sxl8y5 {
        display: none;
    }
    
    .js-orhbff {
        display: flex;
    }
    
    ._w4gw5u {
        font-size: 40px;
    }
    
    .el-m838fi,
    .c-iqb4ks,
    .hs5jiz,
    .s-u8z46v,
    .c8dz0c,
    .ui-h9arvl,
    .s-zxjfiv,
    .pwhrb0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-jx1l44,
    .is-ffxyfc,
    .el-bf57x0,
    .s-akk9uv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-zixkez,
    .x-f35p1x,
    .m-jqbyv4 {
        grid-template-columns: 1fr;
    }
    
    .el-wuvh2a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alwhn5,
    .js-liz5dp {
        flex-direction: column;
        text-align: center;
    }
    
    .x-a823ug,
    .el-d91lry {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._w4gw5u {
        font-size: 32px;
    }
    
    .s-ozzic8,
    .m-ykqfx2 {
        font-size: 28px;
    }
    
    .el-m838fi,
    .c-iqb4ks,
    .hs5jiz,
    .s-u8z46v,
    .c8dz0c,
    .el-jx1l44,
    .is-ffxyfc,
    .el-bf57x0,
    .s-akk9uv,
    .ui-h9arvl,
    .s-zxjfiv,
    .pwhrb0 {
        grid-template-columns: 1fr;
    }
    
    .el-wuvh2a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-kpvjd5,
    .c-aj0lrd,
    .m-yvlcp9 {
        flex-direction: column;
    }
    
    .ui-hn32g8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-l13ldn {
        bottom: 20px;
        right: 20px;
    }
    
    .js-pb0t4w {
        display: none;
    }
    
    .m-cjjpwu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-ksoh6y {
        grid-template-columns: 1fr;
    }
    
    .is-yzkgzu {
        grid-template-columns: 1fr;
    }
    
    .js-ttggbw {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-o81img {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-d2w2c5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-we8k39,
    .m-l13ldn,
    .ui-wav3bk,
    .ui-gl7afd {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
