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

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

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

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

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

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

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

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

._wgtzyc:hover,
._wgtzyc.c-du4ra9 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-dxsbge {
    background: #fff;
    color: var(--bg-dark);
}

.x-dxsbge:hover {
    background: var(--accent);
}

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

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

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

.s-q91ay6 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-cxta11 {
    position: relative;
}

.is-cxta11 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.ui-m7k8cz:hover .js-m6zwa5 img {
    transform: scale(1.1);
}

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

.c-wte2kl {
    padding: 20px;
}

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

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

.c7trqf {
    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-vx9ipl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.v3ld8s {
    text-align: center;
}

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

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

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

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

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

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

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

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

.js-hjkz74 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.v4xtsi {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p5vnct {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-pntel5:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-wjbv6m.active ._nsl1no {
    transform: rotate(45deg);
}

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

.c-wjbv6m.active .m-gk3b9r {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-rrzuvc:hover .x-u9v24r img {
    transform: scale(1.05);
}

._iy0kyp {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qsaum1 {
    display: flex;
    gap: 16px;
}

.ui-o94o2f {
    text-align: center;
}

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

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

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

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

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

.is-pnorlz img {
    width: 48px;
    height: 48px;
}

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

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

.x-vt7bm2 h4,
.x-q2m42v h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-nlut1a {
    display: flex;
    gap: 12px;
}

.ui-nlut1a img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-b77zoc {
    font-size: 20px;
}

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

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

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

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

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

.ui-xhvhp8 .fnjaa0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-o21i6a {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.ui-wqq04w {
    margin-bottom: 24px;
}

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

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

.c-yvxwt1 {
    margin-bottom: 32px;
}

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

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

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

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

.s-t4z9dk p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-ff6qq0 li:last-child,
.m-bea8x3 li:last-child {
    border-bottom: none;
}

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

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

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

.js-q0fbjr h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-j3m9mo ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-c8kwy0 {
        display: none;
    }
    
    .is-b5vwch {
        display: flex;
    }
    
    .js-bjf9s4 {
        font-size: 40px;
    }
    
    .m-b0kbow,
    .vgnopi,
    .ui-whoe6s,
    .c-poyg5u,
    .el-x152pj,
    .el-riljzj,
    .s-ttg2im,
    .el-higog1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-zhmsrk,
    .m-r7s730,
    .is-iml49z,
    .c-ot8hdq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-wpbj4u,
    .el-ojobif,
    .qbl6cc {
        grid-template-columns: 1fr;
    }
    
    .x-bf2cja {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-jei3m5,
    .m-rtycr3 {
        flex-direction: column;
        text-align: center;
    }
    
    ._x5vx6y,
    .js-hjkz74 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-bjf9s4 {
        font-size: 32px;
    }
    
    .ui-l67tpg,
    .el-zfz30s {
        font-size: 28px;
    }
    
    .m-b0kbow,
    .vgnopi,
    .ui-whoe6s,
    .c-poyg5u,
    .el-x152pj,
    .c-zhmsrk,
    .m-r7s730,
    .is-iml49z,
    .c-ot8hdq,
    .el-riljzj,
    .s-ttg2im,
    .el-higog1 {
        grid-template-columns: 1fr;
    }
    
    .x-bf2cja {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .kq5cy7,
    .m-gnw388,
    .qsaum1 {
        flex-direction: column;
    }
    
    .ui-j3ktbk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-hfpb8c {
        bottom: 20px;
        right: 20px;
    }
    
    .is-u9tr57 {
        display: none;
    }
    
    ._oukrka {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-bq1f6h {
        grid-template-columns: 1fr;
    }
    
    .el-gjy4m0 {
        grid-template-columns: 1fr;
    }
    
    .g3c1hx {
        flex-direction: column;
        gap: 12px;
    }
    
    ._nwnq8a {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-hrgmcz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-tgryfo,
    .x-hfpb8c,
    .el-oh7ah1,
    .ui-g13wih {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
