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

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

/* ========================================
   Header & Navigation
   ======================================== */
.ui-jmsxke {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-rgva5j {
    width: 100%;
}

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

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

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

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

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

._oqctde {
    max-width: 700px;
}

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

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

.x-x393jj {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.is-mjfwv9 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.s-x0tybg {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.is-ntdzi0 {
    font-size: 24px;
}

.c-ep27hp {
    position: relative;
}

.c-ep27hp img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.c1vmvl:hover .is-e6ek63 img {
    transform: scale(1.1);
}

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

.lqidae {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-rem0u9 {
    text-align: center;
}

.is-ptv6ly {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

._wloj4q img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.hk7yxf {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v9a464 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-dh7lc4 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ui-rwyf7c:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-cdo67n.active .el-dxz0or {
    transform: rotate(45deg);
}

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

.x-cdo67n.active ._qgkx53 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.enef8k:hover .js-bx62f9 img {
    transform: scale(1.05);
}

.m-feoc0j {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-irddr9 img {
    width: 48px;
    height: 48px;
}

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

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

.s-n6n7gk h4,
.el-gww2h4 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.fge0vq {
    display: flex;
    gap: 12px;
}

.fge0vq img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.h9tg7d {
    font-size: 20px;
}

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

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

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

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

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

.of7zgf .pazo1i {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-n7nyhn {
    margin: 16px 0 32px;
}

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

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

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

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

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

.c-kufu9r {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-kufu9r td {
    padding: 12px 0;
    font-size: 14px;
}

.c-kufu9r td:first-child {
    color: var(--text-secondary);
}

.c-kufu9r td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-xuydhj {
    margin-bottom: 24px;
}

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

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

.c-awinxy {
    margin-bottom: 32px;
}

.c-awinxy img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dxli2n li,
.x-bwrztn li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-dxli2n li:last-child,
.x-bwrztn li:last-child {
    border-bottom: none;
}

.is-dxli2n a,
.x-bwrztn a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-dxli2n a:hover,
.x-bwrztn a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._a2vjaa {
        display: none;
    }
    
    .s-defvg9 {
        display: flex;
    }
    
    .is-y27gxn {
        font-size: 40px;
    }
    
    .s-p9eckl,
    .js-lbh6dj,
    .ui-scttkv,
    .tka94h,
    .is-wucg2x,
    .el-wjejbv,
    .iajxeh,
    .m-yfo3pj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-t2u6uv,
    .ui-qw9rw2,
    .ui-vuiymk,
    .gucoyo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-joemgp,
    .m-jm0emi,
    .x-v8i414 {
        grid-template-columns: 1fr;
    }
    
    .is-qsn0zn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._jvu6ya,
    .s-kzsw96 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-gxzoc4,
    .js-kp9i53 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-y27gxn {
        font-size: 32px;
    }
    
    .s-xtpu1v,
    .ui-m91lmz {
        font-size: 28px;
    }
    
    .s-p9eckl,
    .js-lbh6dj,
    .ui-scttkv,
    .tka94h,
    .is-wucg2x,
    .is-t2u6uv,
    .ui-qw9rw2,
    .ui-vuiymk,
    .gucoyo,
    .el-wjejbv,
    .iajxeh,
    .m-yfo3pj {
        grid-template-columns: 1fr;
    }
    
    .is-qsn0zn {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-x393jj,
    .c520of,
    .m-hlxau7 {
        flex-direction: column;
    }
    
    .el-osxx8s {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-e70933 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-lg59jd {
        display: none;
    }
    
    .x-vdytn7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._zsdgb2 {
        grid-template-columns: 1fr;
    }
    
    .ui-lter5g {
        grid-template-columns: 1fr;
    }
    
    .c-dxmxkm {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-s2v15t {
        flex-direction: column;
        gap: 8px;
    }
    
    .wt3rnl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-jmsxke,
    .c-e70933,
    .js-jiwje7,
    .ck08xk {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
