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

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

/* ========================================
   Header & Navigation
   ======================================== */
.is-ae8zhd {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

.is-ssigiy {
    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-jkupsy {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.j2zw8p:hover,
.j2zw8p.c-q110k4 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.el-iu3gqd {
    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-savru0 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

.ui-ksfu73 {
    background: #fff;
    color: var(--bg-dark);
}

.ui-ksfu73:hover {
    background: var(--accent);
}

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

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

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

.m-bjibry {
    width: 100%;
}

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

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

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

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

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

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

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

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

.js-oob9vf {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-h8ulan {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-u3hcz0:hover .ui-sqlgbn img {
    transform: scale(1.1);
}

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

.ui-bu8cp5 {
    padding: 20px;
}

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

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

.el-kewsxl {
    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
   ======================================== */
.m-zjogyd {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.is-cz0glv {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fwx4ed {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

.ui-gsbxyz {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

.x-gu0bhn.active .s-x16uwv {
    transform: rotate(45deg);
}

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

.x-gu0bhn.active .s-yk4uxm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-d80qb7:hover .ui-bwggdg img {
    transform: scale(1.05);
}

.x-xjaefg {
    padding: 20px;
}

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

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

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

.x-grrl5v {
    text-align: center;
    margin-top: 40px;
}

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

.m-c1j162 h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.m-c1j162 h2 strong {
    color: var(--accent);
}

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

.m-dh9ihz {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.x-j8s0pm {
    display: flex;
    gap: 16px;
}

.wyp3wx {
    text-align: center;
}

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

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

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

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

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

.x-y0xrp3 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zzt29q {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

._p9aqac ._snifoy {
    position: relative;
    z-index: 1;
}

.el-ebhp9m {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

.c-uigm6l {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.s-cbqgre {
    margin: 16px 0 32px;
}

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

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

.m-nk7z5q {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.ui-fjue79 {
    margin-bottom: 24px;
}

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

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

.x-n5laz2 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._uu45sz li:last-child,
.is-bzofuo li:last-child {
    border-bottom: none;
}

._uu45sz a,
.is-bzofuo a {
    font-size: 14px;
    color: var(--text-secondary);
}

._uu45sz a:hover,
.is-bzofuo a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-yyh12f h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-b6ssjs ul {
    margin-bottom: 24px;
}

.el-b6ssjs 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-jkupsy {
        display: none;
    }
    
    ._hyl2s8 {
        display: flex;
    }
    
    .x-pw2fjf {
        font-size: 40px;
    }
    
    .c-fzb73p,
    .el-ij9dc5,
    ._dp9q3s,
    .yd8wga,
    .x-i7sn02,
    .is-o0jjmu,
    .c-u95yaj,
    .m-qwftmx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-wwohjd,
    .js-tt2s6z,
    .s-fh98he,
    ._tj0x5w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-yja6q1,
    .is-ck701g,
    .js-n679e2 {
        grid-template-columns: 1fr;
    }
    
    .c-dh5sad {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .miqvli,
    .jn8egu {
        flex-direction: column;
        text-align: center;
    }
    
    ._n2n1cv,
    ._o8avlb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-pw2fjf {
        font-size: 32px;
    }
    
    .pfle65,
    .el-ebhp9m {
        font-size: 28px;
    }
    
    .c-fzb73p,
    .el-ij9dc5,
    ._dp9q3s,
    .yd8wga,
    .x-i7sn02,
    .c-wwohjd,
    .js-tt2s6z,
    .s-fh98he,
    ._tj0x5w,
    .is-o0jjmu,
    .c-u95yaj,
    .m-qwftmx {
        grid-template-columns: 1fr;
    }
    
    .c-dh5sad {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-oob9vf,
    .m-dh9ihz,
    .x-j8s0pm {
        flex-direction: column;
    }
    
    .is-r4ap9b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-xowx8j {
        bottom: 20px;
        right: 20px;
    }
    
    ._wdb567 {
        display: none;
    }
    
    .s-zzt29q {
        padding: 16px;
        border-radius: 50%;
    }
    
    .cl2faj {
        grid-template-columns: 1fr;
    }
    
    .s-bqvvbe {
        grid-template-columns: 1fr;
    }
    
    .c-uigm6l {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-cj5hfd {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-wodxke {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-ae8zhd,
    .s-xowx8j,
    .x-qym9c1,
    .js-eo4ezt {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
