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

/* CSS Variables */
:root {
    --primary: #3949AB;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
._ctdzuq {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

.m-pnsffg:hover,
.m-pnsffg.x-bnss63 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nh4rbz {
    width: 100%;
}

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

.s-o49mt5 {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-t8ezgx {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.ui-ukatgf {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-ohu51y {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.ui-nn09dc:hover .ui-ohu51y img {
    transform: scale(1.1);
}

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

._x3uxji {
    padding: 20px;
}

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

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

.c-qa8aq0 {
    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-rjn1n9 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.is-uf7sqy {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.m-klpwzu img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.s-qqqx6w {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ppfqfe {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.el-ac2ehv {
    text-align: center;
}

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

.el-ac2ehv h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-rpdjbj:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-zpzu02.active .c-ktne6o {
    transform: rotate(45deg);
}

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

.x-zpzu02.active .zhdtdd {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-kcvnie:hover .m-fs77h6 img {
    transform: scale(1.05);
}

.x-z0452v {
    padding: 20px;
}

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

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

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

.c-kyzi91 {
    text-align: center;
    margin-top: 40px;
}

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

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

.x-uwenw6 h2 strong {
    color: var(--accent);
}

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

.m-wvgj8h {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

.ui-zr5acl {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.ui-xqed1l {
    display: flex;
    gap: 16px;
}

.s-ow4kn7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-fubpod {
    display: flex;
    gap: 12px;
}

.is-fubpod img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-x0h9ts {
    font-size: 20px;
}

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

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

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

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

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

.ui-li6i0r ._ctdzuq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-xzp7ih {
    margin-bottom: 24px;
}

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

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

.el-kzt12t {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-s71g2c li,
.js-dzez3g li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-s71g2c li:last-child,
.js-dzez3g li:last-child {
    border-bottom: none;
}

.m-s71g2c a,
.js-dzez3g a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-s71g2c a:hover,
.js-dzez3g a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-q7hyq7 ul {
    margin-bottom: 24px;
}

.el-q7hyq7 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-ooyxlh {
        display: none;
    }
    
    ._kuisbm {
        display: flex;
    }
    
    ._gmu98f {
        font-size: 40px;
    }
    
    .js-bv2jv3,
    .is-bp77e8,
    .m-j6zd0u,
    .el-meajqd,
    .x-rr9hz1,
    ._lj1v05,
    .is-xq05th,
    .x-ew4soq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-hs0vm4,
    .el-op8lb5,
    .is-dkayns,
    .is-as79zz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m8t7qx,
    .c-n4osgd,
    .js-unqroh {
        grid-template-columns: 1fr;
    }
    
    .el-utrimm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-qqqx6w,
    .x-l2k7va {
        flex-direction: column;
        text-align: center;
    }
    
    .is-axz5bb,
    .ui-hq1nzg {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._gmu98f {
        font-size: 32px;
    }
    
    .is-imkbpx,
    .ui-p6mz8t {
        font-size: 28px;
    }
    
    .js-bv2jv3,
    .is-bp77e8,
    .m-j6zd0u,
    .el-meajqd,
    .x-rr9hz1,
    .x-hs0vm4,
    .el-op8lb5,
    .is-dkayns,
    .is-as79zz,
    ._lj1v05,
    .is-xq05th,
    .x-ew4soq {
        grid-template-columns: 1fr;
    }
    
    .el-utrimm {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-bvvr1c,
    .m-wvgj8h,
    .ui-xqed1l {
        flex-direction: column;
    }
    
    .m-opoura {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-hxnis6 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-s5ga4t {
        display: none;
    }
    
    .zvxbn7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._nujn9b {
        grid-template-columns: 1fr;
    }
    
    .js-jvs3ks {
        grid-template-columns: 1fr;
    }
    
    .js-hf84db {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-i61sc9 {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-dm9cpp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-fezt1g,
    .s-hxnis6,
    .x-sm6la5,
    .is-gsq29o {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
