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

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

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

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

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

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

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

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

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

.x-cj0p5n:hover,
.x-cj0p5n._hwzeu2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c7ipki {
    padding: 10px 20px;
    font-size: 14px;
}

.s-pgwycw {
    width: 100%;
}

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

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

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

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

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

.js-bsbhnj {
    max-width: 700px;
}

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

.el-tq5u81 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.el-rrq77r {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.c-yxztal {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.ui-l3lfbu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.bh2h1k:hover .x-epxfw3 img {
    transform: scale(1.1);
}

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

.z35v3f {
    padding: 20px;
}

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

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

.c-cy0y1v {
    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
   ======================================== */
.is-tkgkp0 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-xb64g3 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-w89qo4 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-eaimcy.active .m-tltg7m {
    transform: rotate(45deg);
}

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

.ui-eaimcy.active ._min1cp {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-kz6j14:hover .x-cek0p0 img {
    transform: scale(1.05);
}

.ui-z2rkq1 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._a54sqm {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-ulbvsk h4,
._c0e41f h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ul07hh {
    font-size: 20px;
}

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

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

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

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

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

.ui-kitdrp .ui-ill0w8 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cxjv84 {
    margin-bottom: 32px;
}

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

.is-v01idx {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.is-v01idx p {
    margin-bottom: 16px;
}

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

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

.is-v01idx li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.el-xziyrp li:last-child,
.c-y5b1az li:last-child {
    border-bottom: none;
}

.el-xziyrp a,
.c-y5b1az a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-xziyrp a:hover,
.c-y5b1az a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._gizbh3 {
        display: none;
    }
    
    .m-cpkazu {
        display: flex;
    }
    
    .is-arygkg {
        font-size: 40px;
    }
    
    .i2ootm,
    .x-th90fg,
    .ui-w23xdd,
    .z5oz0f,
    .m-yu6jdc,
    .c-l0gl19,
    .js-fryvad,
    .b89lbs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-f42d0n,
    .is-y95gg9,
    ._sdxwwk,
    .ui-krzppq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-hgo5fl,
    .x-op75ll,
    .js-g6ymeg {
        grid-template-columns: 1fr;
    }
    
    .c-vw0sfm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._ndardm,
    .s-fyucm9 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-pfw026,
    .ui-vkqbod {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-arygkg {
        font-size: 32px;
    }
    
    ._zd4xxq,
    .el-y32fys {
        font-size: 28px;
    }
    
    .i2ootm,
    .x-th90fg,
    .ui-w23xdd,
    .z5oz0f,
    .m-yu6jdc,
    .x-f42d0n,
    .is-y95gg9,
    ._sdxwwk,
    .ui-krzppq,
    .c-l0gl19,
    .js-fryvad,
    .b89lbs {
        grid-template-columns: 1fr;
    }
    
    .c-vw0sfm {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-tq5u81,
    .c-kpiejq,
    .ui-wn9t76 {
        flex-direction: column;
    }
    
    .x-zcjjok {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-a7zk1e {
        bottom: 20px;
        right: 20px;
    }
    
    .c-axlv6u {
        display: none;
    }
    
    .j4cb8d {
        padding: 16px;
        border-radius: 50%;
    }
    
    .rhvh8a {
        grid-template-columns: 1fr;
    }
    
    .el-os9oh7 {
        grid-template-columns: 1fr;
    }
    
    .m-pvtfz3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .hox59v {
        flex-direction: column;
        gap: 8px;
    }
    
    ._m0xt9s {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._xa6j87,
    .c-a7zk1e,
    .fhmxcw,
    .zumi42 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
