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

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

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

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

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

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

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

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

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

.x-wnhsvc:hover,
.x-wnhsvc.m-ltl6bf {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-caz391 {
    width: 100%;
}

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

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

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

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

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

.x-a681i3 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-smjukr {
    font-size: 24px;
}

.c-hp28j2 {
    position: relative;
}

.c-hp28j2 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.s-fqaapq {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.s-v6aorp:hover ._h9kj8g img {
    transform: scale(1.1);
}

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

.nrrj6k {
    padding: 20px;
}

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

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

.el-q6qtcr {
    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
   ======================================== */
.js-ow1otc {
    background: var(--bg-dark);
}

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

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

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

.is-l96c9p {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.m-n3zcpf {
    text-align: center;
}

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

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

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

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

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

._diw1xs img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._ck7uzn {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-uig4as a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.nzatkq {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ngpeum.active .m-je0pix {
    transform: rotate(45deg);
}

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

._ngpeum.active .is-pxssle {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-g4y058:hover .ui-sz2oxl img {
    transform: scale(1.05);
}

.s-c3ixkj {
    padding: 20px;
}

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

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

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

.c-wzt45u {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ve1eil h4,
._voaqal h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-mutj80 {
    display: flex;
    gap: 12px;
}

.c-mutj80 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.js-iwun6c .is-o0k9ge {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.k6k1ey {
    margin-bottom: 24px;
}

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

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

.el-a4o85o {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p0jp3o li,
.m-io7wel li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-p0jp3o li:last-child,
.m-io7wel li:last-child {
    border-bottom: none;
}

.el-p0jp3o a,
.m-io7wel a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-p0jp3o a:hover,
.m-io7wel a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-vr0c1z {
        display: none;
    }
    
    .js-guhd96 {
        display: flex;
    }
    
    .m-v7m9dc {
        font-size: 40px;
    }
    
    .c-yqb87d,
    .m-qs29j8,
    .s-gfmugi,
    .el-mjl1di,
    .c-gjhhdx,
    .js-dp8xi7,
    .el-vpk6dm,
    .c-refg3j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-j1dbui,
    .c-ma5n0q,
    .s-wq9y5t,
    ._e7thwx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-gc6t53,
    .s-fxi7ut,
    .s-likleh {
        grid-template-columns: 1fr;
    }
    
    .el-ncbpbk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-fducer,
    .x-ol4der {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-o7mkeu,
    .is-jho7b5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-v7m9dc {
        font-size: 32px;
    }
    
    .el-h591dm,
    .js-skun1k {
        font-size: 28px;
    }
    
    .c-yqb87d,
    .m-qs29j8,
    .s-gfmugi,
    .el-mjl1di,
    .c-gjhhdx,
    .m-j1dbui,
    .c-ma5n0q,
    .s-wq9y5t,
    ._e7thwx,
    .js-dp8xi7,
    .el-vpk6dm,
    .c-refg3j {
        grid-template-columns: 1fr;
    }
    
    .el-ncbpbk {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-bwyrbn,
    .el-ffxjij,
    .js-ellt46 {
        flex-direction: column;
    }
    
    .m-gkz4jq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-kiytcs {
        bottom: 20px;
        right: 20px;
    }
    
    .x-a8iodw {
        display: none;
    }
    
    .c-iq5qsi {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-z65ond {
        grid-template-columns: 1fr;
    }
    
    .m-jlgoa4 {
        grid-template-columns: 1fr;
    }
    
    .fdzvni {
        flex-direction: column;
        gap: 12px;
    }
    
    ._hs5n37 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-y4fx15 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-n24rp1,
    .el-kiytcs,
    .js-ll9avl,
    .x-q5rfzu {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
