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

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

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

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

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

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

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

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

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

._jw2rui:hover,
._jw2rui.ui-ylt3q7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-oiujo7 {
    width: 100%;
}

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

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

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

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

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

.x-ft1d6h {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-bqzsgb {
    font-size: 24px;
}

.js-jbonu0 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-fz8lr0:hover .c-w6uw4j img {
    transform: scale(1.1);
}

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

._q1ox79 {
    padding: 20px;
}

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

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

.el-lj8mzn {
    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
   ======================================== */
.c-sqqmrz {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.x-m57eyf {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.ui-tdg842 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.is-qmpy1r {
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-u6pypx {
    font-size: 32px;
}

.is-qmpy1r h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-dky33y.active .x-qssl9v {
    transform: rotate(45deg);
}

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

.js-dky33y.active .ui-onb0k5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-t2pzxu:hover .is-ct9fxc img {
    transform: scale(1.05);
}

.x-tr4j4u {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.is-jy8yce {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-m2efv2 img {
    width: 48px;
    height: 48px;
}

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

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

._llh2dn h4,
.c-k1cqf9 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-hz3iiy {
    display: flex;
    gap: 12px;
}

.c-hz3iiy img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s8b5lp {
    font-size: 20px;
}

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

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

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

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

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

.m-abxt4g .x-gsq9yz {
    position: relative;
    z-index: 1;
}

.x-twmtvj {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

.s-eevast {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-vfcm41 {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-vfcm41 td {
    padding: 12px 0;
    font-size: 14px;
}

.s-vfcm41 td:first-child {
    color: var(--text-secondary);
}

.s-vfcm41 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.js-v62hc5 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-eb36gx li:last-child,
.wd9kpf li:last-child {
    border-bottom: none;
}

.ui-eb36gx a,
.wd9kpf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-eb36gx a:hover,
.wd9kpf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.ui-n03nc1 {
    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-qysmi2 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-guyagf ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._ream9k {
        display: none;
    }
    
    .e7pmek {
        display: flex;
    }
    
    .s-w5tcvb {
        font-size: 40px;
    }
    
    .is-xaf90b,
    .is-go22e2,
    .is-p120ee,
    .s-socysd,
    .m-lf2cy1,
    .x-ztlhn6,
    .is-med08k,
    .c-k6x8dn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-v7iiwy,
    .s-xbsxkw,
    .is-wuqtnl,
    .c-zlruf8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._vtytkj,
    .x-tunuyf,
    .irlhz0 {
        grid-template-columns: 1fr;
    }
    
    .el-amq3zp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-wt4mmw,
    .m-ax90jx {
        flex-direction: column;
        text-align: center;
    }
    
    .js-wxg1dj,
    ._xwoepy {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-w5tcvb {
        font-size: 32px;
    }
    
    .s-kl4prw,
    .x-twmtvj {
        font-size: 28px;
    }
    
    .is-xaf90b,
    .is-go22e2,
    .is-p120ee,
    .s-socysd,
    .m-lf2cy1,
    .c-v7iiwy,
    .s-xbsxkw,
    .is-wuqtnl,
    .c-zlruf8,
    .x-ztlhn6,
    .is-med08k,
    .c-k6x8dn {
        grid-template-columns: 1fr;
    }
    
    .el-amq3zp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-pthmhy,
    .is-jy8yce,
    .s-i8rsd4 {
        flex-direction: column;
    }
    
    .el-mosfoz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-okr0d5 {
        bottom: 20px;
        right: 20px;
    }
    
    ._et98ug {
        display: none;
    }
    
    .js-tnvaq4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-ash07p {
        grid-template-columns: 1fr;
    }
    
    .s-p0g0t2 {
        grid-template-columns: 1fr;
    }
    
    .s-eevast {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-fprmos {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-y5n5pn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-sgh7ud,
    .el-okr0d5,
    .m-j9h6rv,
    .is-exot10 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
