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

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

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

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

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

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

.x-ahq5hy {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-az8t47 {
    width: 100%;
}

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

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

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

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

.js-xuzdjf {
    max-width: 700px;
}

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

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

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

.el-lmlbd1 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.s-sjx7rx {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

.s-zp35ot {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.s-ddvlt8 {
    font-size: 24px;
}

.h37bvz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-ii5bpy:hover .js-hx6sxe img {
    transform: scale(1.1);
}

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

._xrpml8 {
    padding: 20px;
}

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

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

.x-zxhoit {
    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
   ======================================== */
.m-zniscu {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fkex6j {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pov3mj h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.el-e6wu7n.active .c-ydoo6a {
    transform: rotate(45deg);
}

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

.el-e6wu7n.active .is-zphrp0 {
    max-height: 500px;
}

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

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

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

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

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

.js-w3sgpl {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.m-iv3ram:hover .js-w3sgpl img {
    transform: scale(1.05);
}

.is-t5x794 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-qfmu8f {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-fr1bu2 img {
    width: 48px;
    height: 48px;
}

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

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

.js-tgkwee h4,
.js-aqf9ax h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-q2oqey {
    display: flex;
    gap: 12px;
}

.x-q2oqey img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._ua5c10 {
    font-size: 20px;
}

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

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

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

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

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

.m-h78kd2 .is-myb7te {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-iogcph {
    margin-bottom: 24px;
}

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

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

.ui-ha36ya {
    margin-bottom: 32px;
}

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

.m-tpo8fr {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.m-tpo8fr p {
    margin-bottom: 16px;
}

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

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

.m-tpo8fr li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

._qiwfb1 li:last-child,
.c-bi644a li:last-child {
    border-bottom: none;
}

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

._qiwfb1 a:hover,
.c-bi644a a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-ahq5hy {
        display: none;
    }
    
    .ui-jrpmad {
        display: flex;
    }
    
    .is-qjf8v7 {
        font-size: 40px;
    }
    
    .m-t7m8hs,
    .we3oc3,
    .x-tdlr0y,
    .is-fbk1oc,
    .c-xji44z,
    .s-o2oc3n,
    .m-a5sev8,
    ._qtms26 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-admnbz,
    .s-slb0ux,
    .js-ijohvh,
    .is-xfpkiy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-n4c74a,
    .c-m8n6t3,
    .is-wpc9kf {
        grid-template-columns: 1fr;
    }
    
    .x-bolp2q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-fkex6j,
    .ui-qj7aa8 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-z7608z,
    .m-zwwfvq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-qjf8v7 {
        font-size: 32px;
    }
    
    .s-dvv63f,
    ._z1sfmt {
        font-size: 28px;
    }
    
    .m-t7m8hs,
    .we3oc3,
    .x-tdlr0y,
    .is-fbk1oc,
    .c-xji44z,
    .el-admnbz,
    .s-slb0ux,
    .js-ijohvh,
    .is-xfpkiy,
    .s-o2oc3n,
    .m-a5sev8,
    ._qtms26 {
        grid-template-columns: 1fr;
    }
    
    .x-bolp2q {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ml45gh,
    .x-ty6hg5,
    .js-qfmu8f {
        flex-direction: column;
    }
    
    .s-qtw286 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-ioiwdg {
        bottom: 20px;
        right: 20px;
    }
    
    .js-e4hdzh {
        display: none;
    }
    
    .c-dhr8o4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-hwgul9 {
        grid-template-columns: 1fr;
    }
    
    .x-px1tik {
        grid-template-columns: 1fr;
    }
    
    .m-a5zkbr {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-tc67r1 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-p6gczb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-slp17o,
    .s-ioiwdg,
    .c-lr3sex,
    .c-fjlkrn {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
