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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-k7f4bf {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.jxvqur {
    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-opork2 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.c-tupdad {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.quznnp {
    font-size: 24px;
}

.el-mlnmq1 {
    position: relative;
}

.el-mlnmq1 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.is-b3v4v5:hover .m-in7sox img {
    transform: scale(1.1);
}

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

.c-ih7tik {
    padding: 20px;
}

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

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

.el-ypy6e8 {
    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
   ======================================== */
.s-ef8iup {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.js-o69vl0 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.js-s8ukd8 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m-plww2w {
    font-size: 32px;
}

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

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

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

.ui-igp6i8 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yj66b7.active .ui-gl0g7y {
    transform: rotate(45deg);
}

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

._yj66b7.active .ckmodn {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-a2kvzy:hover .c-ve9tlr img {
    transform: scale(1.05);
}

.js-ods262 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._k6dhx3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m-kvk8oe h4,
.is-qgdkgx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-id0mbg {
    font-size: 20px;
}

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

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

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

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

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

.el-srqlmq .m-t93hmr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-q3dial {
    margin-bottom: 24px;
}

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

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

._y0b3rp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-pu4ban h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.x-pu4ban p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.xn35fp li:last-child,
.c-gdioul li:last-child {
    border-bottom: none;
}

.xn35fp a,
.c-gdioul a {
    font-size: 14px;
    color: var(--text-secondary);
}

.xn35fp a:hover,
.c-gdioul a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-jhpymg {
        display: none;
    }
    
    .el-g42h4d {
        display: flex;
    }
    
    .m-mzzkki {
        font-size: 40px;
    }
    
    .c-w8iyp6,
    .js-mncakz,
    .x-bkbgs1,
    .c-nocega,
    .s-uoj7vz,
    ._avblbb,
    .js-rx4wmr,
    .wuxepy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-u5iwwk,
    ._eqcfrj,
    .is-e8dfcy,
    ._nmm7d8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._x6oj6b,
    .js-ulppls,
    .el-y5cre0 {
        grid-template-columns: 1fr;
    }
    
    .ui-dm0o87 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-igp6i8,
    .s-yp5uiq {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-w19vni,
    ._bkxfeh {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-mzzkki {
        font-size: 32px;
    }
    
    .gfjftv,
    ._gb2zyj {
        font-size: 28px;
    }
    
    .c-w8iyp6,
    .js-mncakz,
    .x-bkbgs1,
    .c-nocega,
    .s-uoj7vz,
    .is-u5iwwk,
    ._eqcfrj,
    .is-e8dfcy,
    ._nmm7d8,
    ._avblbb,
    .js-rx4wmr,
    .wuxepy {
        grid-template-columns: 1fr;
    }
    
    .ui-dm0o87 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._bahdi7,
    .x-atn9bn,
    ._c3lxad {
        flex-direction: column;
    }
    
    ._ksx3nc {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._gkb7te {
        bottom: 20px;
        right: 20px;
    }
    
    .j5jdfb {
        display: none;
    }
    
    .c-a207aq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-ei8lyt {
        grid-template-columns: 1fr;
    }
    
    .el-ztc1wu {
        grid-template-columns: 1fr;
    }
    
    .is-nv2sli {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-mcrkyj {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-wvk2lt {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-vyz1zt,
    ._gkb7te,
    .s-wstmkb,
    .c-tmuzwq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
