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

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

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

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

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

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

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

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

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

.is-p1yit8:hover,
.is-p1yit8.x2mxqr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-toh3y3 {
    background: #fff;
    color: var(--bg-dark);
}

.js-toh3y3:hover {
    background: var(--accent);
}

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

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

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

.is-mg0kn3 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mx9764 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.is-kzzj61 {
    font-size: 24px;
}

.ui-nl5ans {
    position: relative;
}

.ui-nl5ans img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.is-hnm8sl:hover .is-fxy93y img {
    transform: scale(1.1);
}

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

.ui-ure9m2 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hf8i7v img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.g1chx6 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-yuv9hr a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.x-flalpx {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pxhh1j:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-fwzpme.active .m-pobvcc {
    transform: rotate(45deg);
}

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

.x-fwzpme.active .c-qgz70p {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-g796pw:hover ._z2axvb img {
    transform: scale(1.05);
}

.el-d3y4w4 {
    padding: 20px;
}

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

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

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

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

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

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

.is-yptj0g h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.c-mb1c0z {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.ui-e79ed7 h4,
.grbexe h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.o6ozu8 {
    display: flex;
    gap: 12px;
}

.o6ozu8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.x-ghllap {
    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-e5t58z {
    font-size: 20px;
}

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

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

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

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

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

.s-cu3xfj .is-k03a76 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.el-uqk690 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-uqk690 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

._zcc78o {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m0te0w {
    margin-bottom: 32px;
}

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

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

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

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

.ui-lxbg8w p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.el-d0i731 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.el-d0i731 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.c-sjkgcd li,
.m-powas5 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-sjkgcd li:last-child,
.m-powas5 li:last-child {
    border-bottom: none;
}

.c-sjkgcd a,
.m-powas5 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-sjkgcd a:hover,
.m-powas5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-kk83nt ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-zrv3zw {
        display: none;
    }
    
    ._lcvjyi {
        display: flex;
    }
    
    .js-cy2f7u {
        font-size: 40px;
    }
    
    .s-rp6ahj,
    .s-z8n04o,
    .avh73c,
    .is-ih7g11,
    .x-dvgqbl,
    .xoxiuu,
    .m-wetvtk,
    .ui-ylmlfy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-i9i4n4,
    .b9pv0f,
    .js-aaj815,
    ._anmo0a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-dp763f,
    .ui-xu33ru,
    .el-jopjrv {
        grid-template-columns: 1fr;
    }
    
    .x-pad7ja {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-o6gt68,
    ._mxqr4l {
        flex-direction: column;
        text-align: center;
    }
    
    .c-uqaxrj,
    .c-iaarml {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-cy2f7u {
        font-size: 32px;
    }
    
    .x-y1jbe1,
    .xh9fvj {
        font-size: 28px;
    }
    
    .s-rp6ahj,
    .s-z8n04o,
    .avh73c,
    .is-ih7g11,
    .x-dvgqbl,
    .is-i9i4n4,
    .b9pv0f,
    .js-aaj815,
    ._anmo0a,
    .xoxiuu,
    .m-wetvtk,
    .ui-ylmlfy {
        grid-template-columns: 1fr;
    }
    
    .x-pad7ja {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-v8k85k,
    .js-fa5af7,
    .c-mb1c0z {
        flex-direction: column;
    }
    
    .ui-zusuy8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-u91g4d {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-wvt62e {
        display: none;
    }
    
    .x-ghllap {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-vtzygy {
        grid-template-columns: 1fr;
    }
    
    .m-xqugd6 {
        grid-template-columns: 1fr;
    }
    
    .m-xf17jo {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-n7kaxy {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-qfsj2t {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-onxffa,
    .x-u91g4d,
    .ui-hsqpcz,
    .dgcqn8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
