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

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

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

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

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

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

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

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

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

.js-xjbf21:hover,
.js-xjbf21.s-lvvkvo {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.euqhoj {
    width: 100%;
}

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

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

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

.is-y0hidh::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-heoh35 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gxdj2f {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.x-otp5y4 {
    font-size: 24px;
}

.js-sb3t2x {
    position: relative;
}

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

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

.m-mqjygv {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.el-okdjbl:hover ._b9basw img {
    transform: scale(1.1);
}

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

.is-hfafwb {
    padding: 20px;
}

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

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

._uudpbx {
    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
   ======================================== */
.s-zjme1m {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.js-g3r2yq {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

.m-iy8dy2 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dlq598.active .ui-zsfbqu {
    transform: rotate(45deg);
}

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

.is-dlq598.active .s-rc97rh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-ym36n0:hover .is-rcqfql img {
    transform: scale(1.05);
}

.s-wkd86f {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-b1icvq h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

.s-y5ipd1 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

.m6j154 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.x-egmr2u h4,
.c-qbc07c h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zzz0s4 {
    font-size: 20px;
}

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

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

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

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

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

.js-a17mic ._ltizlb {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-lojq19 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-e84joh {
    margin-bottom: 24px;
}

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

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

.m-tiz18x {
    margin-bottom: 32px;
}

.m-tiz18x img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nbju6n li,
.c-pp3hw4 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.nbju6n li:last-child,
.c-pp3hw4 li:last-child {
    border-bottom: none;
}

.nbju6n a,
.c-pp3hw4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.nbju6n a:hover,
.c-pp3hw4 a:hover {
    color: var(--primary);
}

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

.ui-j121n4 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .qsnnts {
        display: none;
    }
    
    ._ovfnw2 {
        display: flex;
    }
    
    .wx50i8 {
        font-size: 40px;
    }
    
    .pvqhpg,
    .js-xe50rc,
    ._wtbaiv,
    .m-csew67,
    ._bohewk,
    .m-unjsqn,
    .ui-poajgf,
    .m-sdzyez {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._keidi2,
    .m-fljl26,
    .js-wuawax,
    .x-epz5os {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._spvy7r,
    .is-r0gym6,
    .is-l577lt {
        grid-template-columns: 1fr;
    }
    
    .ui-n7ne7m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-nt7hof,
    .is-xcgshg {
        flex-direction: column;
        text-align: center;
    }
    
    .el-kopc9w,
    .qfef81 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wx50i8 {
        font-size: 32px;
    }
    
    .x-npawky,
    .js-n8urg8 {
        font-size: 28px;
    }
    
    .pvqhpg,
    .js-xe50rc,
    ._wtbaiv,
    .m-csew67,
    ._bohewk,
    ._keidi2,
    .m-fljl26,
    .js-wuawax,
    .x-epz5os,
    .m-unjsqn,
    .ui-poajgf,
    .m-sdzyez {
        grid-template-columns: 1fr;
    }
    
    .ui-n7ne7m {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-cfchds,
    .c-uolz6v,
    .x-iyyuri {
        flex-direction: column;
    }
    
    ._hh9fwo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-ove7vx {
        bottom: 20px;
        right: 20px;
    }
    
    .c-sof78m {
        display: none;
    }
    
    .m-k39prk {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-o0yafq {
        grid-template-columns: 1fr;
    }
    
    .js-f86r1s {
        grid-template-columns: 1fr;
    }
    
    .js-ksuowp {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-oz3nh7 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-i9rtq8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ql7jzv,
    .js-ove7vx,
    .c-d9fxoh,
    .c-zuuvi8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
