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

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

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

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

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

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

.znsz5r {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.s-c8ac1q:hover,
.s-c8ac1q.m-g5vevz {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kcugen {
    width: 100%;
}

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

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

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

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

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

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

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

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

.is-o88q41 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

.js-k0yzn9 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.ui-ilf6bb {
    position: relative;
}

.ui-ilf6bb img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

._yf3yy9:hover .js-prlcey img {
    transform: scale(1.1);
}

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

.m-rpualq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dzdudp {
    text-align: center;
}

.c-jvr3b9 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

.el-nsh7j8 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-khocra {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.ljio2h {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-k9iu06 {
    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-k9iu06:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-t2an5x.active .el-jpo1qp {
    transform: rotate(45deg);
}

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

.x-t2an5x.active .ui-ejj1lc {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-dfwxcy:hover .x-k9pl58 img {
    transform: scale(1.05);
}

.ui-h9y01z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-qc1j4u {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.c-qyt4tk img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.el-m55gxk {
    display: flex;
    gap: 12px;
}

.el-m55gxk img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.kodc3a {
    font-size: 20px;
}

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

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

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

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

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

.s-wvwm9x .x-yw2wmw {
    position: relative;
    z-index: 1;
}

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

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

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

.x-pcjn8n {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ep4nlr {
    margin-bottom: 24px;
}

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

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

.s-knqosh {
    margin-bottom: 32px;
}

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

.ui-buv0n5 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.ui-buv0n5 p {
    margin-bottom: 16px;
}

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

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

.ui-buv0n5 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.is-vugydf li:last-child,
.s-hp693q li:last-child {
    border-bottom: none;
}

.is-vugydf a,
.s-hp693q a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-vugydf a:hover,
.s-hp693q a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-d6oql0 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

._kc0565 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-jkkjnv {
        display: none;
    }
    
    .is-nnfceo {
        display: flex;
    }
    
    .x-kadaj3 {
        font-size: 40px;
    }
    
    .x-jgnue6,
    .is-edv5au,
    .s54rem,
    ._emtiv1,
    .js-zmqaf4,
    .x-mg3blg,
    ._f8hq9j,
    .el-exzs3q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ntnn9b,
    .el-v1qths,
    .ui-aaaluc,
    ._s2v0nt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-pl36zd,
    .c-o3zsdq,
    .el-z3l8b6 {
        grid-template-columns: 1fr;
    }
    
    ._u374me {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-f8hkgj,
    .qotfue {
        flex-direction: column;
        text-align: center;
    }
    
    .qx7eou,
    .is-ft5dp0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-kadaj3 {
        font-size: 32px;
    }
    
    .is-c36rt4,
    ._ydk3a0 {
        font-size: 28px;
    }
    
    .x-jgnue6,
    .is-edv5au,
    .s54rem,
    ._emtiv1,
    .js-zmqaf4,
    .c-ntnn9b,
    .el-v1qths,
    .ui-aaaluc,
    ._s2v0nt,
    .x-mg3blg,
    ._f8hq9j,
    .el-exzs3q {
        grid-template-columns: 1fr;
    }
    
    ._u374me {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-o88q41,
    .c-od2nqu,
    .m-djuegn {
        flex-direction: column;
    }
    
    .ibn0ql {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-qhpyu2 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-nupkdl {
        display: none;
    }
    
    .s-d7wf40 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-kqf0p6 {
        grid-template-columns: 1fr;
    }
    
    .bcf3o2 {
        grid-template-columns: 1fr;
    }
    
    .x-pcjn8n {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-fxmybl {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-d6h9os {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._u1k8sr,
    .c-qhpyu2,
    .ui-a6fziu,
    .el-hj3g1n {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
