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

/* CSS Variables */
:root {
    --primary: #651FFF;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
._bykx5c {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.c-vgz2ml:hover,
.c-vgz2ml.m-mobu9a {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ojqu6l {
    padding: 10px 20px;
    font-size: 14px;
}

.s-yvbg8n {
    width: 100%;
}

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

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

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

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

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

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

.ui-qgpnuh {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

.is-zpwjgj {
    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-jea9f9 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-wknt8q {
    font-size: 24px;
}

._eaoi5v {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-idtqtc:hover .el-wtsv12 img {
    transform: scale(1.1);
}

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

.ui-x7hh4d {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-vjw7ze {
    text-align: center;
}

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

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

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

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

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

.s-pebfnz img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._bn0osb {
    font-size: 32px;
}

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

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

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

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

.el-o4lxua h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cxhznx {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.s-c9h9nk {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

.js-oqxeul.active .s-u6ttyd {
    transform: rotate(45deg);
}

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

.js-oqxeul.active .s-oomcmv {
    max-height: 500px;
}

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

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

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

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

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

.s-n6a9c4 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.s-vrpwyl:hover .s-n6a9c4 img {
    transform: scale(1.05);
}

.x-vo4lzn {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-w2diz4 {
    display: flex;
    gap: 16px;
}

.c-v6vtyy {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-a2pi3m {
    display: flex;
    gap: 12px;
}

.s-a2pi3m img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-slhi84 {
    font-size: 20px;
}

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

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

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

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

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

.s-mz4jud ._bykx5c {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.m-e7zruv h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.m-e7zruv h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.ui-z75mzx {
    margin: 16px 0 32px;
}

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

.ui-z75mzx li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.ui-zk9kb4 {
    margin-bottom: 24px;
}

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

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

.x-jgxi6j {
    margin-bottom: 32px;
}

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

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

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

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

.ui-lah6tk p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-tfmdou li,
.m-d135yw li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-tfmdou li:last-child,
.m-d135yw li:last-child {
    border-bottom: none;
}

.el-tfmdou a,
.m-d135yw a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-tfmdou a:hover,
.m-d135yw a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bxgyra {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.x-g1q6sq ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-hqdhdh {
        display: none;
    }
    
    ._prvljh {
        display: flex;
    }
    
    .ui-qgpnuh {
        font-size: 40px;
    }
    
    .s-lmayb5,
    .x-ch8o3h,
    .ui-e9rrqo,
    .m-pgpn2t,
    .c-dflk4d,
    .js-tt17mq,
    .lo9f3c,
    .c-ytlbvu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-vw0rvx,
    .s-y5gb3j,
    .c-yv35mf,
    .s-gqlnq3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-jrae1e,
    .c-t4foi2,
    .is-wt6eur {
        grid-template-columns: 1fr;
    }
    
    .s-bv3s2j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-b91rew,
    .is-yi39sn {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-wqlnom,
    .el-fh9jsl {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-qgpnuh {
        font-size: 32px;
    }
    
    .js-jea9f9,
    ._ads0p3 {
        font-size: 28px;
    }
    
    .s-lmayb5,
    .x-ch8o3h,
    .ui-e9rrqo,
    .m-pgpn2t,
    .c-dflk4d,
    .c-vw0rvx,
    .s-y5gb3j,
    .c-yv35mf,
    .s-gqlnq3,
    .js-tt17mq,
    .lo9f3c,
    .c-ytlbvu {
        grid-template-columns: 1fr;
    }
    
    .s-bv3s2j {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-n25dus,
    ._zizitd,
    .c-w2diz4 {
        flex-direction: column;
    }
    
    .c-ca7i6i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-o1dmhu {
        bottom: 20px;
        right: 20px;
    }
    
    .s-pg3p4q {
        display: none;
    }
    
    .m-xc9xai {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-iz0ldf {
        grid-template-columns: 1fr;
    }
    
    ._vath5d {
        grid-template-columns: 1fr;
    }
    
    .m-ybjgzk {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-qj7les {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-fjigba {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-x2wqxx,
    .m-o1dmhu,
    .el-snm0s3,
    ._bull8f {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
