/* ========================================
   {{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 */
._dlsl85 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

._r5lq0z {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.ui-szpwiy:hover,
.ui-szpwiy.s-s42kwg {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.is-c1qcrm {
    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-c1qcrm:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._sym6re {
    width: 100%;
}

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

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

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

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

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

.svf6ti {
    max-width: 700px;
}

.m-uwifm2 {
    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-w9dxk1 {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

.s-sjf9tm {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.ui-v8nswm {
    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-c9sqr5 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.m-hobihk {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-hqpnpl {
    font-size: 24px;
}

.js-k38chl {
    position: relative;
}

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

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

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

.s-aub76h {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-tshmp1:hover .y947fm img {
    transform: scale(1.1);
}

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

._a04l3z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h13oq4 {
    text-align: center;
}

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

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

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

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

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

.c-ujuwbd img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.m-phggbx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-zw1ghm:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-m98iiw.active .el-b65edh {
    transform: rotate(45deg);
}

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

.x-m98iiw.active .x-v9gylv {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-derxnc:hover .js-nszv10 img {
    transform: scale(1.05);
}

._amflfm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-vpb45r {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.el-z0y9hu img {
    width: 48px;
    height: 48px;
}

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

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

.m-i3cotj h4,
.m-l8nuqz h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.lhl9vp {
    display: flex;
    gap: 12px;
}

.lhl9vp img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-pz9x9d {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.s-na6828 ._dlsl85 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-honglo {
    margin: 16px 0 32px;
}

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

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

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

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

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

.x-wubo4x {
    width: 100%;
    margin-bottom: 24px;
}

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

.x-wubo4x td {
    padding: 12px 0;
    font-size: 14px;
}

.x-wubo4x td:first-child {
    color: var(--text-secondary);
}

.x-wubo4x td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._fafz2g {
    margin-bottom: 24px;
}

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

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

.wo8d8v {
    margin-bottom: 32px;
}

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

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

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

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

.c-wjo7pk p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ybbo70 li:last-child,
.x-jaqal4 li:last-child {
    border-bottom: none;
}

.ybbo70 a,
.x-jaqal4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ybbo70 a:hover,
.x-jaqal4 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-r76n2a ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-hk5lyj {
        display: none;
    }
    
    .el-v7ss2o {
        display: flex;
    }
    
    .m-uwifm2 {
        font-size: 40px;
    }
    
    .ui-r9a88o,
    .c-uom471,
    .m-cggy9k,
    .el-k76twm,
    .m-tjm8yu,
    .js-b1m6ws,
    .x-ubu0a0,
    .el-xhjcop {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-grw7u8,
    .c-ue1gsr,
    .s-aovuq1,
    .llxick {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .b8z3uc,
    .c-ds11sq,
    .js-lm67f5 {
        grid-template-columns: 1fr;
    }
    
    .kulc5t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-umni4t,
    ._zs4p64 {
        flex-direction: column;
        text-align: center;
    }
    
    .icetsj,
    .el-n3epxo {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-uwifm2 {
        font-size: 32px;
    }
    
    .js-c9sqr5,
    .ui-li5ruk {
        font-size: 28px;
    }
    
    .ui-r9a88o,
    .c-uom471,
    .m-cggy9k,
    .el-k76twm,
    .m-tjm8yu,
    .ui-grw7u8,
    .c-ue1gsr,
    .s-aovuq1,
    .llxick,
    .js-b1m6ws,
    .x-ubu0a0,
    .el-xhjcop {
        grid-template-columns: 1fr;
    }
    
    .kulc5t {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-sjf9tm,
    .ytpw9p,
    .el-idow04 {
        flex-direction: column;
    }
    
    .ui-h1zaga {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-o9dgmr {
        bottom: 20px;
        right: 20px;
    }
    
    .q93ba7 {
        display: none;
    }
    
    .js-pz9x9d {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-op3kje {
        grid-template-columns: 1fr;
    }
    
    .is-r6jpvy {
        grid-template-columns: 1fr;
    }
    
    .m-tuk7zr {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-xvs6rm {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-f7xnx3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-an1mfc,
    .x-o9dgmr,
    .ui-cnxerd,
    ._ldr95n {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
