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

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

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

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

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

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

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

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

.js-ry2l4q:hover,
.js-ry2l4q.js-xxg08t {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ayivwv {
    width: 100%;
}

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

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

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

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

.x-hw5hlg {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gx2xcg {
    font-size: 24px;
}

.el-lxljwk {
    position: relative;
}

.el-lxljwk img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.js-xc6ouz {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.x-jyf4fm {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-owm63r:hover .js-wnrp4y img {
    transform: scale(1.1);
}

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

._isuk5t {
    padding: 20px;
}

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

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

.ui-flqelb {
    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
   ======================================== */
.rf6o7x {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-l22cdg img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-c9cnw7 {
    font-size: 32px;
}

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

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

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

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

.ui-gvl5rx h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-bksrvy {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

._qf2oqq.active .dwxd96 {
    transform: rotate(45deg);
}

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

._qf2oqq.active .mw8v0h {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-f48dvn:hover .js-ixmqxg img {
    transform: scale(1.05);
}

.lz1ey8 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-j65e0h img {
    width: 48px;
    height: 48px;
}

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

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

.is-wfh9od h4,
._tu3qc7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.is-wfh9od ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.c-tbjqeq {
    display: flex;
    gap: 12px;
}

.c-tbjqeq img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-p74qxi {
    font-size: 20px;
}

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

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

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

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

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

.m-yrvjha .x-fm0ogv {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-uadx0x h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-uadx0x h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.m-iij4r1 {
    margin: 16px 0 32px;
}

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

.m-iij4r1 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.js-nb3vq1 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.qd0ucf p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-d9t8tu li,
.ui-q9fdrg li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-d9t8tu li:last-child,
.ui-q9fdrg li:last-child {
    border-bottom: none;
}

.x-d9t8tu a,
.ui-q9fdrg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-d9t8tu a:hover,
.ui-q9fdrg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-b31v04 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-dq0uc6 {
        display: none;
    }
    
    .c-a72x7j {
        display: flex;
    }
    
    .el-z1azmd {
        font-size: 40px;
    }
    
    .c-f0a7fk,
    .s-bt9gsr,
    .is-zstugu,
    .ui-ntp75m,
    .el-evv1i7,
    .c-ioy2f1,
    ._ng36nu,
    .c-gknk7b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._f8ucz9,
    .vmidrq,
    .x-fcrs6v,
    .m-es7f9s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-w6fyql,
    .c-thqzwg,
    .aydcrl {
        grid-template-columns: 1fr;
    }
    
    .c-fpq893 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-xnvo36,
    .el-mwpauu {
        flex-direction: column;
        text-align: center;
    }
    
    .s-qlnl04,
    .ui-ielq5q {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-z1azmd {
        font-size: 32px;
    }
    
    .js-wa50ms,
    .pq1b1g {
        font-size: 28px;
    }
    
    .c-f0a7fk,
    .s-bt9gsr,
    .is-zstugu,
    .ui-ntp75m,
    .el-evv1i7,
    ._f8ucz9,
    .vmidrq,
    .x-fcrs6v,
    .m-es7f9s,
    .c-ioy2f1,
    ._ng36nu,
    .c-gknk7b {
        grid-template-columns: 1fr;
    }
    
    .c-fpq893 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-cl2wdr,
    .m-et2qef,
    .s-tqo3ap {
        flex-direction: column;
    }
    
    .x-b2ggze {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-tmffi3 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-rt0tdj {
        display: none;
    }
    
    ._jm6qyd {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._bqp3ux {
        grid-template-columns: 1fr;
    }
    
    .s-wkxdg5 {
        grid-template-columns: 1fr;
    }
    
    .ui-lekkno {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-hpodgp {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-a89f15 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-y0avxr,
    .s-tmffi3,
    .js-zc0uel,
    .w214fj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
