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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-iwkzc5 {
    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-ynjdfy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.c-nbkq22:hover,
.c-nbkq22.ui-f80oea {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gy6so4 {
    padding: 10px 20px;
    font-size: 14px;
}

.s-t4hd9y {
    width: 100%;
}

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

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

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

.m-ovkgpf::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-am2qir {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.ui-da887d {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-yvhna7 {
    position: relative;
}

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

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

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

.is-m38otc {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.ufcy1j:hover .ui-dqqpix img {
    transform: scale(1.1);
}

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

.ui-dm7c73 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-victuk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.c-k3dnzc {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.m-lhul93 {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.m-lhul93 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ug1fzp {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-rqvv44.active ._tlue9t {
    transform: rotate(45deg);
}

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

.x-rqvv44.active .epgrjt {
    max-height: 500px;
}

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

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

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

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

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

.ui-wbwi4m {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.ui-a6ffbg:hover .ui-wbwi4m img {
    transform: scale(1.05);
}

.js-h99gzk {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ujgpdz {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.m-y3ygsp h4,
.c-v9a9h7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-yq74ju {
    display: flex;
    gap: 12px;
}

.is-yq74ju img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._inbkmy {
    font-size: 20px;
}

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

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

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

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

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

.el-jr97se .m-fvkc2v {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-zsneh5 {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-zsneh5 td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-zsneh5 td:first-child {
    color: var(--text-secondary);
}

.ui-zsneh5 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-thczwo {
    margin-bottom: 24px;
}

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

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

.s-cf9ehe {
    margin-bottom: 32px;
}

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

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

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

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

.js-t5hofa p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cpg9j5 li:last-child,
.is-tykc28 li:last-child {
    border-bottom: none;
}

.cpg9j5 a,
.is-tykc28 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.cpg9j5 a:hover,
.is-tykc28 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.s-m5yvok {
    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-z7ffc7 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-tyedsw ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-ivry69 {
        display: none;
    }
    
    .el-mmlkbw {
        display: flex;
    }
    
    .is-rdi6bl {
        font-size: 40px;
    }
    
    .c-sgyffe,
    .x-z8ayuh,
    .ui-mx3qjt,
    .s-gcmoth,
    .oouk7y,
    .js-hg2ben,
    .x-tadq27,
    .x-nm9w92 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-rha0cq,
    .s-p1e4x8,
    ._ais3ef,
    .ui-jttels {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-f4k37j,
    ._zadijg,
    .ogj4rp {
        grid-template-columns: 1fr;
    }
    
    .c-s93zaf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-gdvxyl,
    .s-ob9x0p {
        flex-direction: column;
        text-align: center;
    }
    
    .s-dst1zk,
    .c-k3dnzc {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-rdi6bl {
        font-size: 32px;
    }
    
    ._y66ts2,
    .x-i0oouz {
        font-size: 28px;
    }
    
    .c-sgyffe,
    .x-z8ayuh,
    .ui-mx3qjt,
    .s-gcmoth,
    .oouk7y,
    .js-rha0cq,
    .s-p1e4x8,
    ._ais3ef,
    .ui-jttels,
    .js-hg2ben,
    .x-tadq27,
    .x-nm9w92 {
        grid-template-columns: 1fr;
    }
    
    .c-s93zaf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-gbij30,
    .x4oe3q,
    .js-ujgpdz {
        flex-direction: column;
    }
    
    .m-vfxc01 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._kf5jfe {
        bottom: 20px;
        right: 20px;
    }
    
    ._b462ra {
        display: none;
    }
    
    .js-qjcn1c {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-h0a0s1 {
        grid-template-columns: 1fr;
    }
    
    .x-dmvd9h {
        grid-template-columns: 1fr;
    }
    
    .m-tnkbe6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-tz6lf3 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-w7093d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-iwkzc5,
    ._kf5jfe,
    .c-u0n6za,
    ._uw4cim {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
