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

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

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

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

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

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

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

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

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

.x-ev0ggj:hover,
.x-ev0ggj.m-my1kl2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-uijci4 {
    width: 100%;
}

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

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

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

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

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

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

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

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

.m-okmfdr {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.wp9mrw {
    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-jccu21 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hzlbur {
    font-size: 24px;
}

.ui-q69ybh {
    position: relative;
}

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

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

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

.m-wlnvsi {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.is-is25mp:hover .is-e7mg1c img {
    transform: scale(1.1);
}

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

.ui-cj3msd {
    padding: 20px;
}

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

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

.s-udi3xa {
    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-ccgpvm {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.m-j9uvnz {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.x-bkhc40 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.m-fx9kkm {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.s-sa6obw {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-k549bd {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-pgngd1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.y6gerb.active .c-px3g5n {
    transform: rotate(45deg);
}

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

.y6gerb.active .x-ns3260 {
    max-height: 500px;
}

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

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

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

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

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

.c-kvwn3n {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-vwd6mx:hover .c-kvwn3n img {
    transform: scale(1.05);
}

.ui-z43lj3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-nx2bmk {
    display: flex;
    gap: 12px;
}

.x-nx2bmk img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.dg9jwd {
    font-size: 20px;
}

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

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

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

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

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

.is-aqisz0 ._ywvw7d {
    position: relative;
    z-index: 1;
}

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

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

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

.el-q7ymxg {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.is-fofiho {
    margin: 16px 0 32px;
}

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

.is-fofiho li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.vwxp9w {
    margin-bottom: 24px;
}

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

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

._yi599w {
    margin-bottom: 32px;
}

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

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

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

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

.el-qucyzi p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-f5h3rn li,
.r9vous li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-f5h3rn li:last-child,
.r9vous li:last-child {
    border-bottom: none;
}

.js-f5h3rn a,
.r9vous a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-f5h3rn a:hover,
.r9vous a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-kgtxao {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-b4sn67 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-kcyb4m {
        display: none;
    }
    
    .zoorie {
        display: flex;
    }
    
    .el-sg08wj {
        font-size: 40px;
    }
    
    .el-nvqmrx,
    .js-xxv8sv,
    .ellpcr,
    .js-s2tap8,
    .el-b135lo,
    .s-tnp7xi,
    .ui-aq9ogl,
    .qkhde9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-bd6w1w,
    .el-vugc67,
    .el-vomdoa,
    .m-stoevf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-zghsvs,
    .s-bqoc8k,
    .s-dhms1l {
        grid-template-columns: 1fr;
    }
    
    .c-gf12ja {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .afjz9h,
    .is-qknxhx {
        flex-direction: column;
        text-align: center;
    }
    
    .is-cv9d94,
    .m-fx9kkm {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-sg08wj {
        font-size: 32px;
    }
    
    .s-syj2mp,
    .npkvqm {
        font-size: 28px;
    }
    
    .el-nvqmrx,
    .js-xxv8sv,
    .ellpcr,
    .js-s2tap8,
    .el-b135lo,
    .ui-bd6w1w,
    .el-vugc67,
    .el-vomdoa,
    .m-stoevf,
    .s-tnp7xi,
    .ui-aq9ogl,
    .qkhde9 {
        grid-template-columns: 1fr;
    }
    
    .c-gf12ja {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-okmfdr,
    .m-qj8l9y,
    .el-wh4bm8 {
        flex-direction: column;
    }
    
    .m-eczy0e {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-cadj6l {
        bottom: 20px;
        right: 20px;
    }
    
    .el-wfyd7y {
        display: none;
    }
    
    .s-unp7gu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-rb7a1j {
        grid-template-columns: 1fr;
    }
    
    .el-wi8wke {
        grid-template-columns: 1fr;
    }
    
    .el-q7ymxg {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-l24xf2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-snf1m2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .b5gagd,
    .js-cadj6l,
    .js-uslziq,
    .is-twyagt {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
