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

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

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

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

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

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

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

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

.x-z2zyhh:hover,
.x-z2zyhh.js-jfrkpv {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.is-tjk037 {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

.ui-sjcco1 {
    background: #fff;
    color: var(--bg-dark);
}

.ui-sjcco1:hover {
    background: var(--accent);
}

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

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

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

.is-gbc9u7 {
    width: 100%;
}

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

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

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

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

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

.s-muvkw1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-tys40j {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.kzn4x6:hover .ui-weis35 img {
    transform: scale(1.1);
}

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

.j5ig3v {
    padding: 20px;
}

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

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

.is-tn4wxs {
    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
   ======================================== */
.b23qek {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.pi5osy {
    text-align: center;
}

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

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

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

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

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

.s-idu8j4 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.nmm3ab {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-eifosv a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-vvra0u:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-gs5pu1.active .x-aja5xw {
    transform: rotate(45deg);
}

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

.x-gs5pu1.active ._ii7ch4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-upc05z:hover .ui-vqb4vs img {
    transform: scale(1.05);
}

.js-bzkrna {
    padding: 20px;
}

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

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

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

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

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

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

.s-rw0ui6 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-pnk8pc h4,
.js-gi2psm h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-o2n9mi {
    display: flex;
    gap: 12px;
}

.s-o2n9mi img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-fx5zrv {
    font-size: 20px;
}

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

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

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

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

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

._f0owud ._yi4cp6 {
    position: relative;
    z-index: 1;
}

.is-bfjze3 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-iob0de {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.c-b2ea49 {
    margin-bottom: 24px;
}

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

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

._zgmzrv {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-se6cm0 li:last-child,
.js-o8skfs li:last-child {
    border-bottom: none;
}

.x-se6cm0 a,
.js-o8skfs a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-se6cm0 a:hover,
.js-o8skfs a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-yub598 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-nej3av {
        display: none;
    }
    
    .m-l5uprm {
        display: flex;
    }
    
    .s-muvkw1 {
        font-size: 40px;
    }
    
    .ui-aepo0x,
    .is-t1cknd,
    .vr58nb,
    .x-vct3hd,
    .yzst4m,
    ._nqe9oc,
    .s-ojlf1e,
    .c-wi6m7z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-eufrs5,
    .i96u7d,
    .ui-bki01n,
    .s-u4bv74 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-t7imao,
    .js-cswsrd,
    .jddhd7 {
        grid-template-columns: 1fr;
    }
    
    .m-z9cfrs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-sljb6p,
    .c-wv7jxd {
        flex-direction: column;
        text-align: center;
    }
    
    .el-terebq,
    .s-a496m5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-muvkw1 {
        font-size: 32px;
    }
    
    ._bxc8a8,
    .is-bfjze3 {
        font-size: 28px;
    }
    
    .ui-aepo0x,
    .is-t1cknd,
    .vr58nb,
    .x-vct3hd,
    .yzst4m,
    .el-eufrs5,
    .i96u7d,
    .ui-bki01n,
    .s-u4bv74,
    ._nqe9oc,
    .s-ojlf1e,
    .c-wi6m7z {
        grid-template-columns: 1fr;
    }
    
    .m-z9cfrs {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-vjs2lj,
    ._c7bgrm,
    .x-tjrzhd {
        flex-direction: column;
    }
    
    ._ckawx8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-u6qm5y {
        bottom: 20px;
        right: 20px;
    }
    
    .m-hfsn7c {
        display: none;
    }
    
    .js-ku6kio {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-i4jp69 {
        grid-template-columns: 1fr;
    }
    
    .s-q9al14 {
        grid-template-columns: 1fr;
    }
    
    .m-ixee3v {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-kb9jbt {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-mddlky {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-ypn7y5,
    .el-u6qm5y,
    .x-coxlno,
    .s-fjcpgj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
