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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-vc9two {
    padding: 10px 20px;
    font-size: 14px;
}

.x-ohijn1 {
    width: 100%;
}

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

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

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

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

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

.m-zmknyr {
    max-width: 700px;
}

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

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

.c-f1yaaa {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-hr7vo1 {
    font-size: 24px;
}

.js-ekyjb0 {
    position: relative;
}

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

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

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

.el-vf09j4 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.s-ahz6ar:hover .ui-fcfq8h img {
    transform: scale(1.1);
}

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

._rxfl4q {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ukin0s {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-h8fjzw {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.is-mc2qe2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.j6vyji.active .el-c44meb {
    transform: rotate(45deg);
}

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

.j6vyji.active ._uvxc05 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-iri0uv:hover .s-mh822t img {
    transform: scale(1.05);
}

.is-mv2i7v {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-jswt6a img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-zvn18z {
    font-size: 20px;
}

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

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

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

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

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

.el-qxxne4 .el-l2xbha {
    position: relative;
    z-index: 1;
}

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

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

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

.x-klw70s {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.mr7f43 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-w7yk9f {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-kafgr6 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.el-kafgr6 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.m-ocn1rm li,
.x-f733bz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-ocn1rm li:last-child,
.x-f733bz li:last-child {
    border-bottom: none;
}

.m-ocn1rm a,
.x-f733bz a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-ocn1rm a:hover,
.x-f733bz a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p7r3w8 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .dbcdku {
        display: none;
    }
    
    ._sowjok {
        display: flex;
    }
    
    .js-ospk71 {
        font-size: 40px;
    }
    
    .wu9ccs,
    .js-p8euq4,
    ._li0p02,
    .el-dajbk8,
    .x-gcxj0l,
    .x-m8d5yb,
    .ui-wf2il7,
    .s-hj2pwv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-pz3j9s,
    .m-pm61bt,
    .ljgxn8,
    .is-gh1vmi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-u5nroe,
    .js-e59yxe,
    .ui-i48yob {
        grid-template-columns: 1fr;
    }
    
    ._sklbup {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-kr9eod,
    .m-a2gtea {
        flex-direction: column;
        text-align: center;
    }
    
    .s-krcg96,
    .js-ukin0s {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-ospk71 {
        font-size: 32px;
    }
    
    .z6wkm2,
    ._mza2st {
        font-size: 28px;
    }
    
    .wu9ccs,
    .js-p8euq4,
    ._li0p02,
    .el-dajbk8,
    .x-gcxj0l,
    .el-pz3j9s,
    .m-pm61bt,
    .ljgxn8,
    .is-gh1vmi,
    .x-m8d5yb,
    .ui-wf2il7,
    .s-hj2pwv {
        grid-template-columns: 1fr;
    }
    
    ._sklbup {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-f1yaaa,
    .c-mffov2,
    .el-hk5v0j {
        flex-direction: column;
    }
    
    .c-db5ema {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-eybuxs {
        bottom: 20px;
        right: 20px;
    }
    
    .x-yewav6 {
        display: none;
    }
    
    .s-cx0icc {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-w8gqho {
        grid-template-columns: 1fr;
    }
    
    .ui-jp21vn {
        grid-template-columns: 1fr;
    }
    
    .x-klw70s {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-desnkr {
        flex-direction: column;
        gap: 8px;
    }
    
    .gwus84 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-b0utkg,
    .is-eybuxs,
    ._cuf0oi,
    .ui-jx42hs {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
