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

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

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

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

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

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

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

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

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

.el-p51nsn:hover,
.el-p51nsn.c-n3ycux {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.m-y38n71 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dzlfmb {
    width: 100%;
}

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

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

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

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

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

.m-rscjy3 {
    max-width: 700px;
}

.x-gmrriy {
    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-md6b1h {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-o51dlc {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-vbjk8z:hover .js-co00wy img {
    transform: scale(1.1);
}

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

.x-qc4zia {
    padding: 20px;
}

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

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

.c-tdxzwd {
    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
   ======================================== */
.x-weld35 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-w78rb7 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-wjqn3o:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-m5ulux.active .js-upfv9f {
    transform: rotate(45deg);
}

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

.is-m5ulux.active .s-cz1qnw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-pprhxu:hover .js-h644og img {
    transform: scale(1.05);
}

.x-fpt6g4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-t542c1 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.m-uryn0c h4,
.js-agi3wy h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-vsuu2p {
    font-size: 20px;
}

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

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

.x-gaswoa {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

.el-z9fpuu .is-g7o8z6 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.czvlmy {
    margin-bottom: 24px;
}

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

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

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

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

.js-eazv6o {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.js-eazv6o p {
    margin-bottom: 16px;
}

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

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

.js-eazv6o li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.jd39fx li,
.s-lejib5 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.jd39fx li:last-child,
.s-lejib5 li:last-child {
    border-bottom: none;
}

.jd39fx a,
.s-lejib5 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.jd39fx a:hover,
.s-lejib5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-xw6mo9 {
        display: none;
    }
    
    ._h1nsng {
        display: flex;
    }
    
    .x-gmrriy {
        font-size: 40px;
    }
    
    .el-sa6oqz,
    .gtab5e,
    .js-ohwesh,
    .cmq37j,
    .el-g7ljbq,
    ._pv9f1b,
    .js-kmusw5,
    .el-yrztxo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-cugpn2,
    .m-vuakxw,
    .el-maodf5,
    .m-e49iw2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._aixsts,
    .js-qiuvvz,
    .js-xlzbkm {
        grid-template-columns: 1fr;
    }
    
    .el-le70rl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-wsdzpx,
    .x-zcx0ct {
        flex-direction: column;
        text-align: center;
    }
    
    .m-prkhkv,
    .c-kuulje {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-gmrriy {
        font-size: 32px;
    }
    
    .x-u0zpd0,
    .wpwemo {
        font-size: 28px;
    }
    
    .el-sa6oqz,
    .gtab5e,
    .js-ohwesh,
    .cmq37j,
    .el-g7ljbq,
    .el-cugpn2,
    .m-vuakxw,
    .el-maodf5,
    .m-e49iw2,
    ._pv9f1b,
    .js-kmusw5,
    .el-yrztxo {
        grid-template-columns: 1fr;
    }
    
    .el-le70rl {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-fqb449,
    .rexblq,
    .c-t542c1 {
        flex-direction: column;
    }
    
    .mlu1gi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-xa8ki9 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-irwbdn {
        display: none;
    }
    
    .js-v9qvvm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-ccrjf1 {
        grid-template-columns: 1fr;
    }
    
    .m-wnhlrn {
        grid-template-columns: 1fr;
    }
    
    ._cqxi5i {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-y91f1l {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-kte4ru {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-fq11g5,
    .m-xa8ki9,
    .x-hygvd2,
    .s-vbtlba {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
