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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-i6n5em {
    padding: 10px 20px;
    font-size: 14px;
}

.is-ohzxjm {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ic3o9z {
    position: relative;
}

.is-ic3o9z img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.x-fbai0m {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.ui-fdvnj0 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.s-k3qwo0:hover .ui-say2sc img {
    transform: scale(1.1);
}

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

.is-yuhyr7 {
    padding: 20px;
}

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

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

.x-xsuw9s {
    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
   ======================================== */
.c-q5v56m {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-p0nbw1 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f4b01r {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.el-w8aeik {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.s-d83tyw:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-vmjn9t.active .ui-kvimz2 {
    transform: rotate(45deg);
}

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

.m-vmjn9t.active .m-iogto7 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-pr2pxb:hover .is-qqltgq img {
    transform: scale(1.05);
}

.s-u1mr60 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.r1vwe8 img {
    width: 48px;
    height: 48px;
}

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

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

.c-xmbrc9 h4,
._xj5mfn h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.c-xmbrc9 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-hcqabb {
    font-size: 20px;
}

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

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

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

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

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

.js-fycycg ._ytui1v {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.el-gkmvo7 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-gkmvo7 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.s-nv5oby {
    margin: 16px 0 32px;
}

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

.s-nv5oby li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.s-cv3v1d {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xf49iq h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.is-xf49iq p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.is-cezucb li:last-child,
.c-gauxez li:last-child {
    border-bottom: none;
}

.is-cezucb a,
.c-gauxez a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-cezucb a:hover,
.c-gauxez a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-wlvktf h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bxljmd ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-t7mat9 {
        display: none;
    }
    
    .ui-r0jrgq {
        display: flex;
    }
    
    ._swk8ah {
        font-size: 40px;
    }
    
    .m-newte4,
    .m-ddm8m4,
    .s-q45iok,
    .s-qnd1c7,
    .el-e8mvqk,
    .is-qcdkt3,
    .js-he81ll,
    ._t5boyh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-zk7229,
    .s-ndxoyk,
    .c-xm7p3g,
    .el-wawbvk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-szi74o,
    .js-f4h98r,
    .m-cwaqnr {
        grid-template-columns: 1fr;
    }
    
    .x-m1d1qr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-wj525c,
    ._g59r3a {
        flex-direction: column;
        text-align: center;
    }
    
    .x-bzee0l,
    .is-irh0rz {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._swk8ah {
        font-size: 32px;
    }
    
    .x-q6x79j,
    .m-kuac6p {
        font-size: 28px;
    }
    
    .m-newte4,
    .m-ddm8m4,
    .s-q45iok,
    .s-qnd1c7,
    .el-e8mvqk,
    .is-zk7229,
    .s-ndxoyk,
    .c-xm7p3g,
    .el-wawbvk,
    .is-qcdkt3,
    .js-he81ll,
    ._t5boyh {
        grid-template-columns: 1fr;
    }
    
    .x-m1d1qr {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-qcvadz,
    .feyia3,
    .ui-lkdvb2 {
        flex-direction: column;
    }
    
    .ui-vyumi2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .yaw5bg {
        bottom: 20px;
        right: 20px;
    }
    
    .js-bsoyvg {
        display: none;
    }
    
    .js-hkdan6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .rwrjkq {
        grid-template-columns: 1fr;
    }
    
    .x-blv3qv {
        grid-template-columns: 1fr;
    }
    
    .c-pxqo2w {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-q3dwfg {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-gja7j2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._h3udl9,
    .yaw5bg,
    .x-vwpmyo,
    .x-sukra0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
