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

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

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

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

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

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

.c-quywak {
    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-uedh9z {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.c-jbewf8 {
    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-azll4l {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

.s-hwins5 {
    background: #fff;
    color: var(--bg-dark);
}

.s-hwins5:hover {
    background: var(--accent);
}

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

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

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

.x-j9yifk {
    width: 100%;
}

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

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

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

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

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

.hxocng {
    max-width: 700px;
}

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

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

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

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

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

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

.m-blawhr {
    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-tcaceq {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.is-z6jghe {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

._udkdgr {
    font-size: 24px;
}

.c-lq9u1j {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-trjf0e:hover .is-qxulrz img {
    transform: scale(1.1);
}

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

.x-q7uee5 {
    padding: 20px;
}

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

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

.b2ffd2 {
    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
   ======================================== */
.js-krxa3y {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hcws8b {
    font-size: 32px;
}

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

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

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

.is-r73aco {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-kjr6oo {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ndygbh.active .js-cecbne {
    transform: rotate(45deg);
}

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

.x-ndygbh.active .c-frr29j {
    max-height: 500px;
}

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

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

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

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

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

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

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

._x6jmw3:hover .m-gc1c9a img {
    transform: scale(1.05);
}

.el-ktgjuo {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-x1zed2 img {
    width: 48px;
    height: 48px;
}

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

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

._y5qjb9 h4,
.is-hblodx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-ir6zxx {
    font-size: 20px;
}

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

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

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

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

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

.m-zzo61e .el-erypc7 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-ky82y4 {
    margin: 16px 0 32px;
}

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

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

.el-fuu83l {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._zb586v {
    margin-bottom: 32px;
}

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

.x-xzf8kn {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.x-xzf8kn p {
    margin-bottom: 16px;
}

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

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

.x-xzf8kn li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.el-zlp18x li:last-child,
.el-kp8ow0 li:last-child {
    border-bottom: none;
}

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

.el-zlp18x a:hover,
.el-kp8ow0 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-xa96dx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hlhf12 ul {
    margin-bottom: 24px;
}

.hlhf12 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-uedh9z {
        display: none;
    }
    
    .s-v4zas8 {
        display: flex;
    }
    
    .m-e5e3gk {
        font-size: 40px;
    }
    
    .ygi80a,
    .ui-xk2e1c,
    .nebc7h,
    .y9jq7e,
    .rxtqk4,
    .c-ej6ms6,
    .m-icx7f1,
    .m-xpak55 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-decabu,
    .m-yrzh78,
    .el-vyup3i,
    .is-mozjjx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .f6pv1u,
    .ui-r40v9k,
    .c-vfgtah {
        grid-template-columns: 1fr;
    }
    
    .so8hcl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-r73aco,
    .fuxofw {
        flex-direction: column;
        text-align: center;
    }
    
    .x-sk66yi,
    .js-phz1bm {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-e5e3gk {
        font-size: 32px;
    }
    
    .js-tcaceq,
    .is-bd0m1r {
        font-size: 28px;
    }
    
    .ygi80a,
    .ui-xk2e1c,
    .nebc7h,
    .y9jq7e,
    .rxtqk4,
    .ui-decabu,
    .m-yrzh78,
    .el-vyup3i,
    .is-mozjjx,
    .c-ej6ms6,
    .m-icx7f1,
    .m-xpak55 {
        grid-template-columns: 1fr;
    }
    
    .so8hcl {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-b196rp,
    .js-tnya7i,
    .is-x664pq {
        flex-direction: column;
    }
    
    .js-oxtfvv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-gpqhgm {
        bottom: 20px;
        right: 20px;
    }
    
    ._mcbchb {
        display: none;
    }
    
    ._x2mcu0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-kdetjn {
        grid-template-columns: 1fr;
    }
    
    .js-ffs9m0 {
        grid-template-columns: 1fr;
    }
    
    ._zpqffw {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-hceg4g {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-a3az8c {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-ggv4me,
    .m-gpqhgm,
    .s-g47egz,
    .ui-dtj9zq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
