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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

.s-uzl6c6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.s-es1zc0:hover,
.s-es1zc0.is-oymn2o {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cs8q8f {
    width: 100%;
}

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

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

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

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

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

.c-syswvb {
    max-width: 700px;
}

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

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

.el-tbt38v {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

.x-abcnzl {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.x-ru11s0 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-epulsw:hover .x-gjw8dz img {
    transform: scale(1.1);
}

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

.x-jzqxbn {
    padding: 20px;
}

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

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

.el-alj7j1 {
    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
   ======================================== */
.js-oqn4is {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.xigc7w {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.ui-nrnybx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ts07f0 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

.s-ncpy0p h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.x-lpsuf2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-p7bnna.active .ui-us9yix {
    transform: rotate(45deg);
}

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

.x-p7bnna.active ._zi6chm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-jtdoxz:hover ._ac8kmt img {
    transform: scale(1.05);
}

.c-f1hjci {
    padding: 20px;
}

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

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

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

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

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

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

.x-usqn7b h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-bxddp6 img {
    width: 48px;
    height: 48px;
}

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

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

.xkulb9 h4,
.is-v61nir h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-i5h2u1 {
    display: flex;
    gap: 12px;
}

.ui-i5h2u1 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-cpltsb {
    font-size: 20px;
}

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

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

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

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

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

.m-s4uhux .ut2zyf {
    position: relative;
    z-index: 1;
}

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

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

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

.el-nuhhks {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.c-jg1w7d {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-jfb2us {
    margin-bottom: 24px;
}

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

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

._bulpsg {
    margin-bottom: 32px;
}

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

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

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

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

.c-a8p9y4 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._jsw7ej li:last-child,
.x-fpxoja li:last-child {
    border-bottom: none;
}

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

._jsw7ej a:hover,
.x-fpxoja a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mxq66v ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-uzl6c6 {
        display: none;
    }
    
    .jakkbb {
        display: flex;
    }
    
    .is-zp17te {
        font-size: 40px;
    }
    
    .c-dre97t,
    .js-lmpr6y,
    ._itwxvd,
    .m-w1as2g,
    ._kzj3qm,
    .tjsgq2,
    .ui-v0nls4,
    .x-u81gap {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-m3zssz,
    .js-y4c13k,
    .is-myzvw6,
    .is-b2zbzg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-eexg3f,
    ._o78mto,
    .ui-ahfmze {
        grid-template-columns: 1fr;
    }
    
    .m-x5s19o {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-dlfk6i,
    .js-p75464 {
        flex-direction: column;
        text-align: center;
    }
    
    .eg8uo8,
    .z4i13q {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-zp17te {
        font-size: 32px;
    }
    
    .b3iw7t,
    .s-nn4dfg {
        font-size: 28px;
    }
    
    .c-dre97t,
    .js-lmpr6y,
    ._itwxvd,
    .m-w1as2g,
    ._kzj3qm,
    .js-m3zssz,
    .js-y4c13k,
    .is-myzvw6,
    .is-b2zbzg,
    .tjsgq2,
    .ui-v0nls4,
    .x-u81gap {
        grid-template-columns: 1fr;
    }
    
    .m-x5s19o {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-tbt38v,
    .js-re6ibi,
    .m-en748v {
        flex-direction: column;
    }
    
    .js-m9n9so {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._s5i2qx {
        bottom: 20px;
        right: 20px;
    }
    
    ._gtzg5n {
        display: none;
    }
    
    .ui-gdw5wa {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-ybluat {
        grid-template-columns: 1fr;
    }
    
    .x-uwwugw {
        grid-template-columns: 1fr;
    }
    
    .el-nuhhks {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-ic7vy9 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-jcxtc9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-xmkfr5,
    ._s5i2qx,
    .zq4mr9,
    .js-pxzt6x {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
