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

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

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

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

.x-n5h8pj {
    display: flex;
    align-items: center;
    gap: 12px;
}

.x-n5h8pj img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.el-d6eu2n:hover,
.el-d6eu2n.s-l09rus {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.c-r86jsp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.el-ggsbcj {
    width: 100%;
}

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

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

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

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

.is-m2fqte {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-l7ogz2 {
    font-size: 24px;
}

.xpro6v {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-c6wowd {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-im2jsd:hover .el-c6wowd img {
    transform: scale(1.1);
}

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

.js-uuj9bf {
    padding: 20px;
}

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

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

.el-tvs5lt {
    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
   ======================================== */
.ui-mamym1 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.ui-cnubj7 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.x-jzvne7 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.dpb4cq {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ny4omz h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.el-e9t5gu.active .m-ppxmj2 {
    transform: rotate(45deg);
}

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

.el-e9t5gu.active .mjk07f {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-txvdzs:hover .ui-uv0nob img {
    transform: scale(1.05);
}

.el-o0igzc {
    padding: 20px;
}

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

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

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

.s-t93ro2 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-wx6w05 img {
    width: 48px;
    height: 48px;
}

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

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

._bb7piu h4,
.c-w5ix40 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-qcg5ff {
    display: flex;
    gap: 12px;
}

.s-qcg5ff img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-v7knpz {
    font-size: 20px;
}

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

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

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

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

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

.el-zsfiyo .c-lq9d51 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.c-uh840z h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.c-uh840z h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.x-ork69l {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w0kzux {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gbgu0k li:last-child,
.x-vdu8ny li:last-child {
    border-bottom: none;
}

.is-gbgu0k a,
.x-vdu8ny a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-gbgu0k a:hover,
.x-vdu8ny a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.js-j5fivc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.el-hgrff6 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.ui-msj0ev ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-v2pk7z {
        display: none;
    }
    
    .is-suj35w {
        display: flex;
    }
    
    .hr70c3 {
        font-size: 40px;
    }
    
    .s-ddbjbj,
    .s-fbgt60,
    .ui-fcv144,
    ._q1lucz,
    ._wtz4j1,
    .el-h1yfbm,
    ._eyctfa,
    .s-vsfz7l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-teqlq1,
    ._n0u280,
    .el-dla6aa,
    .is-l7cgq6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-q7p3ej,
    .x-sto7tc,
    .yi64ou {
        grid-template-columns: 1fr;
    }
    
    .erffz0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-yk494n,
    .el-b4eabf {
        flex-direction: column;
        text-align: center;
    }
    
    .is-ctnmwi,
    .i9tgkw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hr70c3 {
        font-size: 32px;
    }
    
    .el-ql991d,
    .cxt2wf {
        font-size: 28px;
    }
    
    .s-ddbjbj,
    .s-fbgt60,
    .ui-fcv144,
    ._q1lucz,
    ._wtz4j1,
    .js-teqlq1,
    ._n0u280,
    .el-dla6aa,
    .is-l7cgq6,
    .el-h1yfbm,
    ._eyctfa,
    .s-vsfz7l {
        grid-template-columns: 1fr;
    }
    
    .erffz0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-rj7aib,
    .js-hiuvg4,
    ._k5re08 {
        flex-direction: column;
    }
    
    .el-ce7k3d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .nzrpnm {
        bottom: 20px;
        right: 20px;
    }
    
    .ku5qje {
        display: none;
    }
    
    .s-uvtr3y {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-ctzwv9 {
        grid-template-columns: 1fr;
    }
    
    .el-jzg6ze {
        grid-template-columns: 1fr;
    }
    
    .m-c5j0fq {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-ptbryb {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-aob3hq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-jkxqcl,
    .nzrpnm,
    .x-wuccqp,
    ._nnl10y {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
