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

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

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

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

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

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

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

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

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

.x-ikr6mv:hover,
.x-ikr6mv.c-vgxjue {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ltl5ta {
    width: 100%;
}

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

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

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

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

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

.s-q8ldo4 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ea42h5 {
    font-size: 24px;
}

.el-lkrjij {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-ip07xy:hover .js-hbur86 img {
    transform: scale(1.1);
}

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

.x-as4vgm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.js-jnc966 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._cmw49y {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-np24t4 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

.js-hwv8gn h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-jo9wju.active .js-b5gpjj {
    transform: rotate(45deg);
}

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

.m-jo9wju.active .is-qinarm {
    max-height: 500px;
}

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

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

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

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

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

.ui-o3nvrb {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-xjtlcj:hover .ui-o3nvrb img {
    transform: scale(1.05);
}

.x-luvo19 {
    padding: 20px;
}

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

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

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

.js-txj842 {
    text-align: center;
    margin-top: 40px;
}

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

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

.el-z59ynq h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-v0rtqh img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.ui-d6do8x {
    display: flex;
    gap: 12px;
}

.ui-d6do8x img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.is-nm76j2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.ui-ee6ka4 {
    font-size: 20px;
}

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

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

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

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

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

.m-wu4ixb ._bj3hus {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-biookx {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.el-biookx p {
    margin-bottom: 16px;
}

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

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

.el-biookx li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.js-rh4hck li,
.is-npc23m li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-rh4hck li:last-child,
.is-npc23m li:last-child {
    border-bottom: none;
}

.js-rh4hck a,
.is-npc23m a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-rh4hck a:hover,
.is-npc23m a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._rszrzc {
        display: none;
    }
    
    .s-zd6ea6 {
        display: flex;
    }
    
    ._bv4bfz {
        font-size: 40px;
    }
    
    .x-ubp3v9,
    .c-tzsj4u,
    .el-k3ol1y,
    .ui-zguequ,
    .s-igqcp3,
    .m-d84hxg,
    .is-fpnniz,
    .is-k2pt2e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .basazo,
    .is-jmvslr,
    .s-t946gx,
    .ui-l7oxyz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-dxkhtx,
    .el-l3iggn,
    .ub3a05 {
        grid-template-columns: 1fr;
    }
    
    .x-cjs326 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-a7xs5x,
    .x-bc8egs {
        flex-direction: column;
        text-align: center;
    }
    
    ._aspwr1,
    .ui-gvdo8c {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._bv4bfz {
        font-size: 32px;
    }
    
    .c-oe5byi,
    ._kkdea3 {
        font-size: 28px;
    }
    
    .x-ubp3v9,
    .c-tzsj4u,
    .el-k3ol1y,
    .ui-zguequ,
    .s-igqcp3,
    .basazo,
    .is-jmvslr,
    .s-t946gx,
    .ui-l7oxyz,
    .m-d84hxg,
    .is-fpnniz,
    .is-k2pt2e {
        grid-template-columns: 1fr;
    }
    
    .x-cjs326 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-kszhr8,
    .cqbwg2,
    .qpihws {
        flex-direction: column;
    }
    
    ._ngao4a {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-aj48uy {
        bottom: 20px;
        right: 20px;
    }
    
    .x-fpmsx3 {
        display: none;
    }
    
    .is-nm76j2 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-qvab43 {
        grid-template-columns: 1fr;
    }
    
    .is-ow3wdl {
        grid-template-columns: 1fr;
    }
    
    .el-xzz98w {
        flex-direction: column;
        gap: 12px;
    }
    
    ._byjq9m {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-sturqt {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-jbqj9g,
    .js-aj48uy,
    .js-ecdvtc,
    ._e87u0z {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
