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

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

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

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

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

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

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

.x-snusad {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.zbotyu:hover,
.zbotyu.js-et8pww {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-j90kxv {
    width: 100%;
}

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

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

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

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

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

.el-gtfqx8 {
    max-width: 700px;
}

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

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

.m-ilzqiv {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-w4vp3q {
    font-size: 24px;
}

.js-itx4fk {
    position: relative;
}

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

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

.ui-w6ftoc {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.c-i7zk31 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.el-agyuij:hover .m-d9oa0o img {
    transform: scale(1.1);
}

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

._q67x3f {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._zzggp9 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-nmpepu {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-i1to0g {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

.js-t9ctuj h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

.js-hghx7w h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.m-c5ac1b.active ._zy4yyn {
    transform: rotate(45deg);
}

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

.m-c5ac1b.active ._p9vrs2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-sez8bp:hover ._hwa65i img {
    transform: scale(1.05);
}

.js-b1l9aa {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-qzt0af {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-gmrh9d h4,
.c-j2vzds h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-u512vf {
    display: flex;
    gap: 12px;
}

.js-u512vf img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.x-gxu81k {
    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-kkw17o {
    font-size: 20px;
}

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

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

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

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

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

.vh4z53 .is-uv7uhr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-zgwfgz {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-xrh52p p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-p0wbgq li:last-child,
.ui-c5zb4d li:last-child {
    border-bottom: none;
}

.el-p0wbgq a,
.ui-c5zb4d a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-p0wbgq a:hover,
.ui-c5zb4d a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.x-mkdnt5 {
    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-gxxgt6 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-snusad {
        display: none;
    }
    
    .js-ie15ct {
        display: flex;
    }
    
    .is-ak21rw {
        font-size: 40px;
    }
    
    .js-dppz4x,
    ._xu5mq3,
    .js-jcvszr,
    .s-ushric,
    .is-j3brx1,
    .m9ougt,
    .js-y4cj40,
    .xl6jqh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-wke0x5,
    .ui-ayj5iu,
    .x-ymez3t,
    .el-kz7suj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .kr2jyb,
    .c-x9kq9e,
    .x-fbll34 {
        grid-template-columns: 1fr;
    }
    
    .el-s72ykj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-gihesv,
    ._loszp0 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-nt1mwf,
    .el-rki0wa {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-ak21rw {
        font-size: 32px;
    }
    
    .ui-cywpvy,
    .js-bke5ku {
        font-size: 28px;
    }
    
    .js-dppz4x,
    ._xu5mq3,
    .js-jcvszr,
    .s-ushric,
    .is-j3brx1,
    .m-wke0x5,
    .ui-ayj5iu,
    .x-ymez3t,
    .el-kz7suj,
    .m9ougt,
    .js-y4cj40,
    .xl6jqh {
        grid-template-columns: 1fr;
    }
    
    .el-s72ykj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-ilzqiv,
    .x-pp0h5e,
    .m-c4dr7d {
        flex-direction: column;
    }
    
    .x-y8b8g8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-vreotk {
        bottom: 20px;
        right: 20px;
    }
    
    .s-j0w8um {
        display: none;
    }
    
    .x-gxu81k {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-r0zeps {
        grid-template-columns: 1fr;
    }
    
    .is-cwz95y {
        grid-template-columns: 1fr;
    }
    
    .is-arce4u {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-m5o4tl {
        flex-direction: column;
        gap: 8px;
    }
    
    .v5t59y {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-me8np5,
    .ui-vreotk,
    .el-omvua7,
    .lmqe74 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
