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

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

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

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

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

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

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

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

.m-l3ogmf:hover,
.m-l3ogmf.is-rwldw1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-mtdqiq {
    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);
}

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

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

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

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

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

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

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

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

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

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

.m-jd0evz {
    background: #fff;
    color: var(--bg-dark);
}

.m-jd0evz:hover {
    background: var(--accent);
}

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

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

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

.ui-e67twy {
    width: 100%;
}

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

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

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

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

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

.is-snnt5a {
    max-width: 700px;
}

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

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

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

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

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

.c-rwnm8u {
    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-rza4vk {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.x-lihrw0 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.s-gu1bvx {
    position: relative;
}

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

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

.c-mrg99s {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.is-a3h3vv:hover .is-rd68o0 img {
    transform: scale(1.1);
}

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

.is-ypfpgj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-z7ju2q {
    text-align: center;
}

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

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

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

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

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

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

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

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

.s-ngbpus {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.x-kgp4dz {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ibgqzb a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._t3jfjt.active .ui-atj2sv {
    transform: rotate(45deg);
}

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

._t3jfjt.active .s-dxdf15 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-i6yc8i:hover ._ajpuhg img {
    transform: scale(1.05);
}

.f6gvt1 {
    padding: 20px;
}

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

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

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

.ui-m1es41 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-k6btzl {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.x-b0yk3m h4,
.el-zbs2hx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-zvauxw {
    display: flex;
    gap: 12px;
}

.m-zvauxw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-atqe6h {
    font-size: 20px;
}

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

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

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

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

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

.aexs3e .w3jozw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-mvn9g5 {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-c4igiw {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-c4igiw td {
    padding: 12px 0;
    font-size: 14px;
}

.is-c4igiw td:first-child {
    color: var(--text-secondary);
}

.is-c4igiw td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.ofnh1e {
    margin-bottom: 24px;
}

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

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

.is-qkk3aw {
    margin-bottom: 32px;
}

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

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

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

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

.is-iyhezc p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rgd476 li:last-child,
.is-co77ff li:last-child {
    border-bottom: none;
}

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

.rgd476 a:hover,
.is-co77ff a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-kwe5eu h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.wz9tqx ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-xtg3ue {
        display: none;
    }
    
    .m-di8erc {
        display: flex;
    }
    
    .c-zj2sib {
        font-size: 40px;
    }
    
    .m-ylb2xy,
    .is-jxi3g6,
    .el-rk7i6h,
    .ui-nxi7nl,
    .dg1zgf,
    ._th4iti,
    .c-wp296t,
    .js-l583yu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-f25zyv,
    .ui-q0ggj0,
    .x-k3vzr9,
    ._rh6b9x {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-zgvp1s,
    ._o7ikk9,
    .c-hl0aqk {
        grid-template-columns: 1fr;
    }
    
    .el-d00sx9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rjc1j2,
    ._kfoojf {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-tuem3a,
    .s-ngbpus {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-zj2sib {
        font-size: 32px;
    }
    
    .js-rza4vk,
    .c-on6dpx {
        font-size: 28px;
    }
    
    .m-ylb2xy,
    .is-jxi3g6,
    .el-rk7i6h,
    .ui-nxi7nl,
    .dg1zgf,
    .s-f25zyv,
    .ui-q0ggj0,
    .x-k3vzr9,
    ._rh6b9x,
    ._th4iti,
    .c-wp296t,
    .js-l583yu {
        grid-template-columns: 1fr;
    }
    
    .el-d00sx9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-qua1vo,
    .ui-fho96o,
    .ui-k6btzl {
        flex-direction: column;
    }
    
    .c-l86i7n {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-u3b9p0 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-temeay {
        display: none;
    }
    
    .ui-y7qee1 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-eievpm {
        grid-template-columns: 1fr;
    }
    
    .qwznjq {
        grid-template-columns: 1fr;
    }
    
    .a1um0c {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-l7bklo {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-o9uv4b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._c4gf7h,
    .x-u3b9p0,
    .c-q2n9h0,
    .el-jwii04 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
