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

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

/* ========================================
   Header & Navigation
   ======================================== */
._xp3oqf {
    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-ha1wus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-miop3z {
    width: 100%;
}

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

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

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

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

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

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

.v7s1fv {
    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-z1oz1j {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-h3wrkx {
    font-size: 24px;
}

.s-kzthey {
    position: relative;
}

.s-kzthey img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.s-muapo7 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.m-mc6ucp:hover .s-muapo7 img {
    transform: scale(1.1);
}

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

.ui-amijdq {
    padding: 20px;
}

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

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

.x-f78f3x {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-qixhx1 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.c-spcz9c img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-x7nuco {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kc0hmg {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-awdp1d:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._dnreux.active .m-piopba {
    transform: rotate(45deg);
}

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

._dnreux.active .js-josjcg {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-vk5wno:hover .c-sxqx0m img {
    transform: scale(1.05);
}

.s-jvhexh {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-rdhdpe h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

._e4btam {
    text-align: center;
}

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

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

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

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

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

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

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

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

.js-cmk4mv h4,
._dvsi5q h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-u8wbun {
    display: flex;
    gap: 12px;
}

.s-u8wbun img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._su5sij {
    font-size: 20px;
}

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

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

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

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

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

.x-b74paj .gvu4wa {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.js-m0hie4 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-m0hie4 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.js-l9xixb {
    margin: 16px 0 32px;
}

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

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

.is-k44r34 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-oq58a4 li,
.csuhho li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-oq58a4 li:last-child,
.csuhho li:last-child {
    border-bottom: none;
}

.el-oq58a4 a,
.csuhho a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-oq58a4 a:hover,
.csuhho a:hover {
    color: var(--primary);
}

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

.c-yur2lv h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-emobu8 {
        display: none;
    }
    
    .js-qi7674 {
        display: flex;
    }
    
    .v7s1fv {
        font-size: 40px;
    }
    
    .x-k6lqky,
    .s-rf4wcm,
    .is-oobjx9,
    .m-pe5xh1,
    .m-likdoj,
    .x-felmtv,
    .js-obnkho,
    .ui-lgcyp8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-p5ju6j,
    .is-hvl1nd,
    .el-dlzx55,
    .ojtvnv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xr3572,
    ._buxys5,
    .c-ab74fe {
        grid-template-columns: 1fr;
    }
    
    .is-vxoe93 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cuqf33,
    .m-xajool {
        flex-direction: column;
        text-align: center;
    }
    
    ._qruxrg,
    ._v3bwp7 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .v7s1fv {
        font-size: 32px;
    }
    
    .vikyp3,
    .s-v8w2h7 {
        font-size: 28px;
    }
    
    .x-k6lqky,
    .s-rf4wcm,
    .is-oobjx9,
    .m-pe5xh1,
    .m-likdoj,
    .ui-p5ju6j,
    .is-hvl1nd,
    .el-dlzx55,
    .ojtvnv,
    .x-felmtv,
    .js-obnkho,
    .ui-lgcyp8 {
        grid-template-columns: 1fr;
    }
    
    .is-vxoe93 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-b56y9p,
    .x-w1id2p,
    .m-rldtdf {
        flex-direction: column;
    }
    
    .is-kv2n7t {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-hzpxo9 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-q2k970 {
        display: none;
    }
    
    .el-kugaku {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-oi2zzo {
        grid-template-columns: 1fr;
    }
    
    .js-fwjnqf {
        grid-template-columns: 1fr;
    }
    
    ._cmmbgk {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-mjcbj6 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-a7do2f {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._xp3oqf,
    .js-hzpxo9,
    .s-twumol,
    ._vpr5qx {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
