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

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

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

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

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

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

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

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

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

.m-ybcco4:hover,
.m-ybcco4.m-hu7l3x {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.c-mzmdb4 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p94pdh {
    width: 100%;
}

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

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

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

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

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

.c-jarqf0 {
    max-width: 700px;
}

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

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

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

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

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

.el-wkgfry {
    text-align: center;
    margin-bottom: 48px;
}

.is-oalolg {
    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-ss7g2x {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.is-mswn87 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.s-jg9vay {
    position: relative;
}

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

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

.x-lkpd6c {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

._m39ack:hover ._y2x4i8 img {
    transform: scale(1.1);
}

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

.is-dmtbgz {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w9amx3 {
    text-align: center;
}

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

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

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

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

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

.ui-hikwue img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.ui-hikwue h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

.is-pdm5f3 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.js-j57ffz {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tu34nt a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

._go7tak {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jz4som:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-hcj4bw.active .ui-u90pa2 {
    transform: rotate(45deg);
}

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

.x-hcj4bw.active .b7tmqo {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-k0x3eg:hover ._ihci82 img {
    transform: scale(1.05);
}

.js-ehiym2 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-gtxsze {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-muhe38 {
    display: flex;
    gap: 12px;
}

.js-muhe38 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-uhkyud {
    font-size: 20px;
}

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

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

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

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

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

.js-wwj83o ._n6igvr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-k4ut3u {
    width: 100%;
    margin-bottom: 24px;
}

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

.js-k4ut3u td {
    padding: 12px 0;
    font-size: 14px;
}

.js-k4ut3u td:first-child {
    color: var(--text-secondary);
}

.js-k4ut3u td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.m-l6n7or {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-xti9xe li:last-child,
.js-n5n41h li:last-child {
    border-bottom: none;
}

.m-xti9xe a,
.js-n5n41h a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-xti9xe a:hover,
.js-n5n41h a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hxx6v0 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._eozxyy {
        display: none;
    }
    
    .ui-zlyqf2 {
        display: flex;
    }
    
    ._i8z9yp {
        font-size: 40px;
    }
    
    ._dw94sg,
    .s-n5vh31,
    .s-kkxf8r,
    .smsx50,
    .eqv7vq,
    .m-w9g3ll,
    .is-d10ctk,
    .is-rrrapm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-wuiat4,
    .x-ht50mh,
    .x-w34f6j,
    .is-t94ncv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aex397,
    .m-ijrmmk,
    .p26k80 {
        grid-template-columns: 1fr;
    }
    
    .m-rohai3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-tx6zei,
    .s-qq1xyf {
        flex-direction: column;
        text-align: center;
    }
    
    .x-iojdkd,
    .is-pdm5f3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._i8z9yp {
        font-size: 32px;
    }
    
    .js-ss7g2x,
    .el-xlqdlp {
        font-size: 28px;
    }
    
    ._dw94sg,
    .s-n5vh31,
    .s-kkxf8r,
    .smsx50,
    .eqv7vq,
    .x-wuiat4,
    .x-ht50mh,
    .x-w34f6j,
    .is-t94ncv,
    .m-w9g3ll,
    .is-d10ctk,
    .is-rrrapm {
        grid-template-columns: 1fr;
    }
    
    .m-rohai3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .g7c3a1,
    .x-tko105,
    .x-d67diy {
        flex-direction: column;
    }
    
    .js-t1cd3i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-b9a3hm {
        bottom: 20px;
        right: 20px;
    }
    
    .s-wm39ta {
        display: none;
    }
    
    .m-xvyc76 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-xmiyuh {
        grid-template-columns: 1fr;
    }
    
    .vvtm05 {
        grid-template-columns: 1fr;
    }
    
    .js-kqoqrc {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-qpb797 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-hpegw1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-d2gkzf,
    .c-b9a3hm,
    .s-mj1k10,
    .is-gcmau5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
