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

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

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

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

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

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

.s-fd6ivs {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-y0fdqt {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gxdc8k {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.ui-krtf3c {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-ynu7hp:hover .c-yui9gr img {
    transform: scale(1.1);
}

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

.s-t0c0de {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-u00wgb {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fw5wqr {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-se9i6x:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-dx0k8e.active .ui-j9nv35 {
    transform: rotate(45deg);
}

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

.m-dx0k8e.active .c-k7icw9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-ssjwaj:hover .x-lkacds img {
    transform: scale(1.05);
}

.x-uws6ke {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-z18mzx img {
    width: 48px;
    height: 48px;
}

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

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

.el-rl73ps h4,
.tvq0b2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-ine5zm {
    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-ijz5lg {
    font-size: 20px;
}

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

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

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

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

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

.s-ig1cz7 .x-jxmudj {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ekjic4 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.x-lahyn9 {
    margin-bottom: 24px;
}

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

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

.m-cvjqx7 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j0qmso li:last-child,
.el-piugwp li:last-child {
    border-bottom: none;
}

.j0qmso a,
.el-piugwp a {
    font-size: 14px;
    color: var(--text-secondary);
}

.j0qmso a:hover,
.el-piugwp a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-bolto3 {
        display: none;
    }
    
    .js-w400q9 {
        display: flex;
    }
    
    .x-xb2hpk {
        font-size: 40px;
    }
    
    .el-joscvj,
    .c-hdpsz8,
    .c-h4bdrr,
    .x-z6jzwa,
    ._yhqiro,
    .m-tu42fh,
    ._newc18,
    .is-sb0rbr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-pxj14u,
    .js-bjt952,
    .m-dv5qpj,
    .c-foy24o {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-f0ussq,
    .ui-hloogv,
    .c-d5p8pz {
        grid-template-columns: 1fr;
    }
    
    .c-d7rt3k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-mz6iio,
    .ulla9i {
        flex-direction: column;
        text-align: center;
    }
    
    .is-w8zrqu,
    .m-oq1rxp {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-xb2hpk {
        font-size: 32px;
    }
    
    .js-nzukep,
    .ui-a1vswb {
        font-size: 28px;
    }
    
    .el-joscvj,
    .c-hdpsz8,
    .c-h4bdrr,
    .x-z6jzwa,
    ._yhqiro,
    .c-pxj14u,
    .js-bjt952,
    .m-dv5qpj,
    .c-foy24o,
    .m-tu42fh,
    ._newc18,
    .is-sb0rbr {
        grid-template-columns: 1fr;
    }
    
    .c-d7rt3k {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._skqz6q,
    .is-bwkd1a,
    .fy2280 {
        flex-direction: column;
    }
    
    .ui-xmwtmd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-pii4ol {
        bottom: 20px;
        right: 20px;
    }
    
    .is-xmod06 {
        display: none;
    }
    
    .m-ine5zm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-eo5l23 {
        grid-template-columns: 1fr;
    }
    
    .js-asil6s {
        grid-template-columns: 1fr;
    }
    
    .el-ev8fqm {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-q5sxe6 {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-psutxe {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-ovsupo,
    .c-pii4ol,
    .el-sqh272,
    .js-smn0rq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
