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

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

/* ========================================
   Header & Navigation
   ======================================== */
.js-luyd2g {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.c-gaixc5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-t5n8e7:hover,
.x-t5n8e7.is-ktip36 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nrnvk5 {
    width: 100%;
}

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

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

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

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

.c-d5y63k {
    max-width: 700px;
}

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

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

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

.x-cpja29 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.m-l8g2zf {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.m-bghh12 {
    font-size: 24px;
}

.js-b11a70 {
    position: relative;
}

.js-b11a70 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

._top8hj:hover .m-oemx2r img {
    transform: scale(1.1);
}

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

.kbroso {
    padding: 20px;
}

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

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

.s-ehh3lv {
    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-t89gfn {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-j5125p img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-gyzo3o {
    font-size: 32px;
}

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

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

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

.x-myiuv9 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lr01g7.active .s-iroyl8 {
    transform: rotate(45deg);
}

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

.lr01g7.active .el-m3ed17 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-ukzw1h:hover .el-tzm8d1 img {
    transform: scale(1.05);
}

.js-lbubqj {
    padding: 20px;
}

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

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

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

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

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

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

.s-hi49ez h2 strong {
    color: var(--accent);
}

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

.el-al230d {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hvi8ev h4,
.js-kubptb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._tjesjx {
    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-vy2p56 {
    font-size: 20px;
}

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

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

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

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

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

.js-a3t4rr .ui-f11s5e {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-ayggkc {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-f0501o {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.is-f0501o p {
    margin-bottom: 16px;
}

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

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

.is-f0501o li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.x-dmogtb li,
._d3tnto li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-dmogtb li:last-child,
._d3tnto li:last-child {
    border-bottom: none;
}

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

.x-dmogtb a:hover,
._d3tnto a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-gaixc5 {
        display: none;
    }
    
    .x-ri3b3x {
        display: flex;
    }
    
    .el-ufr7nb {
        font-size: 40px;
    }
    
    .s-gduvse,
    .js-fvyw0e,
    .js-xsodrm,
    .x-c86be6,
    ._ec1ccb,
    .el-rx397z,
    .s-oczd8q,
    .c-xyshz8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-y9odwm,
    .js-mpscgh,
    ._m2e6np,
    .s-k0zaag {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-g9sv6r,
    .s-cx0zqq,
    .s-xgtpby {
        grid-template-columns: 1fr;
    }
    
    .is-pj8ek9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-myiuv9,
    .x-r6mtbk {
        flex-direction: column;
        text-align: center;
    }
    
    ._hhk5oa,
    .tk2tw0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-ufr7nb {
        font-size: 32px;
    }
    
    ._vg3286,
    .s-y3sg85 {
        font-size: 28px;
    }
    
    .s-gduvse,
    .js-fvyw0e,
    .js-xsodrm,
    .x-c86be6,
    ._ec1ccb,
    .ui-y9odwm,
    .js-mpscgh,
    ._m2e6np,
    .s-k0zaag,
    .el-rx397z,
    .s-oczd8q,
    .c-xyshz8 {
        grid-template-columns: 1fr;
    }
    
    .is-pj8ek9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._wwdett,
    .el-al230d,
    .is-fdndqk {
        flex-direction: column;
    }
    
    .ui-s95eeh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-vbpsjq {
        bottom: 20px;
        right: 20px;
    }
    
    .l053vi {
        display: none;
    }
    
    ._tjesjx {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-bwdfd4 {
        grid-template-columns: 1fr;
    }
    
    .x-vl83yk {
        grid-template-columns: 1fr;
    }
    
    .m-xovdrp {
        flex-direction: column;
        gap: 12px;
    }
    
    .ci3cce {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-czz37x {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-luyd2g,
    .m-vbpsjq,
    ._cwg3ju,
    .ui-gunula {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
