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

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

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

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

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

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

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

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

.el-xh4nzs:hover,
.el-xh4nzs.x-qza22m {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-uugdk2 {
    padding: 10px 20px;
    font-size: 14px;
}

.c-ggy4fl {
    width: 100%;
}

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

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

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

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

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

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

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

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

.js-dcgwo4 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.js-ygvwfj {
    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-oap3ta {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-v2gwt8 {
    font-size: 24px;
}

.c-lioypw {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-zktnfm:hover .js-ugy7pu img {
    transform: scale(1.1);
}

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

.is-qefgqz {
    padding: 20px;
}

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

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

.is-nmooeh {
    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-hj3e6p {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.c-rjczz0 {
    text-align: center;
}

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

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

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

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

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

.is-mo8aan img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.js-qgpi7f {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ui-dw3qja {
    font-size: 32px;
}

.js-qgpi7f h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

.ui-qhv5ha {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lk0tb7:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-ffkhnp.active .el-b91gqa {
    transform: rotate(45deg);
}

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

.m-ffkhnp.active .ui-uheu7r {
    max-height: 500px;
}

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

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

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

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

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

.el-ztc8vx {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-publdy:hover .el-ztc8vx img {
    transform: scale(1.05);
}

.is-ss9leq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fkv3vq h4,
.ui-hxvc3i h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ekofkq {
    display: flex;
    gap: 12px;
}

.ekofkq img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-pqhvx8 {
    font-size: 20px;
}

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

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

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

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

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

.s-dqf13q .s-q3qkyv {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-ou1fwj h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-ou1fwj h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-i1i0up {
    margin-bottom: 24px;
}

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

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

.m-fsfpem {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nj07xr li:last-child,
.s-pw56ye li:last-child {
    border-bottom: none;
}

.js-nj07xr a,
.s-pw56ye a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-nj07xr a:hover,
.s-pw56ye a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-b1fuv0 {
    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-kgv5pj h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jlh6sq 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-tq8lks {
        display: none;
    }
    
    ._vvvsxq {
        display: flex;
    }
    
    ._xdun9p {
        font-size: 40px;
    }
    
    .m-qvdowr,
    .x-w3va83,
    .s-wlmlfl,
    ._a1zu1w,
    .ui-rhe25k,
    .m-owh5la,
    .x-o98v6n,
    .is-gvw5x6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-e3xc2c,
    ._byv9u5,
    .s-ibiyqg,
    .lccbsv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._gtxagc,
    .m-tlxus7,
    .js-a6s6mh {
        grid-template-columns: 1fr;
    }
    
    .el-wkxacf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-qhv5ha,
    .c-d7kdb5 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-c0pbm0,
    ._l931fm {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._xdun9p {
        font-size: 32px;
    }
    
    .el-oap3ta,
    .is-bwp0mc {
        font-size: 28px;
    }
    
    .m-qvdowr,
    .x-w3va83,
    .s-wlmlfl,
    ._a1zu1w,
    .ui-rhe25k,
    .c-e3xc2c,
    ._byv9u5,
    .s-ibiyqg,
    .lccbsv,
    .m-owh5la,
    .x-o98v6n,
    .is-gvw5x6 {
        grid-template-columns: 1fr;
    }
    
    .el-wkxacf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-dcgwo4,
    ._gzoko6,
    .ui-kwzhkh {
        flex-direction: column;
    }
    
    .ui-wmh42b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-s27utw {
        bottom: 20px;
        right: 20px;
    }
    
    .x-qwwu9c {
        display: none;
    }
    
    ._r56c0m {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-qxiscy {
        grid-template-columns: 1fr;
    }
    
    .s-ewx33c {
        grid-template-columns: 1fr;
    }
    
    .c-r2q83x {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-lidyj5 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-hd93mb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-ccw4ol,
    .is-s27utw,
    .el-og5eu1,
    ._ldwuqa {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
