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

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

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

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

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

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

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

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

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

.is-x9fu9h:hover,
.is-x9fu9h.m-rxuqka {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-c2y1ev {
    width: 100%;
}

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

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

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

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

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

.s-wzsdmc {
    max-width: 700px;
}

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

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

.s-twpafl {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.x-p1ui5s {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._jagmbi {
    font-size: 24px;
}

.m-rgd8q2 {
    position: relative;
}

.m-rgd8q2 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.ui-xeffjg:hover .c-pbvjxj img {
    transform: scale(1.1);
}

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

.is-q40seb {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-q78zhr img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.qaya9q {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-diesaj {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-uuvl8q:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-frt01z.active .s-eub3k8 {
    transform: rotate(45deg);
}

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

.m-frt01z.active .ui-mu0ne9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-adph7z:hover .js-l2ewgk img {
    transform: scale(1.05);
}

.is-lag7da {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-sl09g2 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-rs8c7g h4,
.ui-lhunv2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-vxqotc {
    display: flex;
    gap: 12px;
}

.m-vxqotc img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._m74sfm {
    font-size: 20px;
}

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

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

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

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

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

.hi5nen .js-k1bh6b {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pg2szu {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

.ui-gp98j7 {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-gp98j7 td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-gp98j7 td:first-child {
    color: var(--text-secondary);
}

.ui-gp98j7 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.el-koy18r {
    margin-bottom: 32px;
}

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

.js-jpu3np {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.js-jpu3np p {
    margin-bottom: 16px;
}

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

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

.js-jpu3np li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

._qwvycn li:last-child,
.s-xkpqz7 li:last-child {
    border-bottom: none;
}

._qwvycn a,
.s-xkpqz7 a {
    font-size: 14px;
    color: var(--text-secondary);
}

._qwvycn a:hover,
.s-xkpqz7 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-mgnxd4 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._igvg9f {
        display: none;
    }
    
    ._nznsp5 {
        display: flex;
    }
    
    ._q9ooxf {
        font-size: 40px;
    }
    
    .m-h6t6db,
    .c-jjaclm,
    ._wna0qy,
    .is-snnatz,
    .is-vy4uis,
    .ui-gfsio7,
    .c-cur2ha,
    ._qt1ll7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-s2mlrk,
    .s-fcvhgd,
    .c-sre6cq,
    .s-ctg29r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-m2lbsg,
    ._x8k890,
    .yc8f7j {
        grid-template-columns: 1fr;
    }
    
    .x-bix4ah {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wr7gst,
    .is-hg2wnj {
        flex-direction: column;
        text-align: center;
    }
    
    .m-g1o8hc,
    .is-cz29q5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._q9ooxf {
        font-size: 32px;
    }
    
    .js-eyzy16,
    .el-rc5ok0 {
        font-size: 28px;
    }
    
    .m-h6t6db,
    .c-jjaclm,
    ._wna0qy,
    .is-snnatz,
    .is-vy4uis,
    .el-s2mlrk,
    .s-fcvhgd,
    .c-sre6cq,
    .s-ctg29r,
    .ui-gfsio7,
    .c-cur2ha,
    ._qt1ll7 {
        grid-template-columns: 1fr;
    }
    
    .x-bix4ah {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-twpafl,
    ._xgd18b,
    .s-lz9g9z {
        flex-direction: column;
    }
    
    ._oy2xnp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._jv94h8 {
        bottom: 20px;
        right: 20px;
    }
    
    ._r4130h {
        display: none;
    }
    
    .s-tn3686 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-lm0wxo {
        grid-template-columns: 1fr;
    }
    
    .s-g4mqhm {
        grid-template-columns: 1fr;
    }
    
    .vqn94n {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-tq47ks {
        flex-direction: column;
        gap: 8px;
    }
    
    .cqf0a5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .hau8is,
    ._jv94h8,
    .js-m75nz5,
    .x-jjj8rw {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
