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

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

/* ========================================
   Header & Navigation
   ======================================== */
.c-buoyow {
    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-o688oy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.el-qxqr61 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.el-qxqr61 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

.c-acwywi:hover,
.c-acwywi.js-f9lmms {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.el-pd6mme {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-d8vi32 {
    width: 100%;
}

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

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

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

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

.af04hw {
    max-width: 700px;
}

._ss8fxj {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.s-exvk32 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.s-q530eq {
    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-n5mdrg {
    text-align: center;
    margin-bottom: 48px;
}

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

.js-ub0ba2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-kre7jb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-jalit7:hover .el-h1oq5h img {
    transform: scale(1.1);
}

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

.el-itve63 {
    padding: 20px;
}

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

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

.m-w6qcyz {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xb2arw {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ahhblq {
    font-size: 32px;
}

.c-xb2arw h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wr623x {
    text-align: center;
}

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

.x-wr623x h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.m-c8fh1a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

.js-xtsut3.active .el-ytua4k {
    transform: rotate(45deg);
}

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

.js-xtsut3.active .ui-xzevq4 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-ljfo0t:hover .ui-o3ftni img {
    transform: scale(1.05);
}

.c-igh16o {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._kupojh {
    text-align: center;
}

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

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

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

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

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

.js-tt5qp6 img {
    width: 48px;
    height: 48px;
}

.js-tt5qp6 span {
    font-size: 20px;
    font-weight: 700;
}

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

.el-cugow6 h4,
.is-uwhemf h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-cdm3fd {
    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-nx2z1i {
    font-size: 20px;
}

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

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

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

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

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

.m-ku0mp2 .w2w3c7 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-kt564q {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-zd4er1 {
    margin-bottom: 24px;
}

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

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

.srzvaj {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-zis9ph h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.el-zis9ph p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.zdorbz li:last-child,
.is-gh3t88 li:last-child {
    border-bottom: none;
}

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

.zdorbz a:hover,
.is-gh3t88 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._w2w1qa 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-zwaqoo {
        display: none;
    }
    
    .c-ekyakg {
        display: flex;
    }
    
    ._ss8fxj {
        font-size: 40px;
    }
    
    .c-elykw5,
    .s-syir32,
    .s-mvlqgt,
    .s-yc9g27,
    .el-s1s8v9,
    .x-ffgd5t,
    .is-d1ahp8,
    .x-ckf9y6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-bahugq,
    .s-vjr171,
    ._twdc1r,
    .ui-i7quyg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-e36rkd,
    .x-h9dhwc,
    .m-y060yt {
        grid-template-columns: 1fr;
    }
    
    ._wcmk89 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ssde19,
    .s-pa8d94 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-b9leyz,
    .m-coqtwk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._ss8fxj {
        font-size: 32px;
    }
    
    .js-ub0ba2,
    .el-dp0o38 {
        font-size: 28px;
    }
    
    .c-elykw5,
    .s-syir32,
    .s-mvlqgt,
    .s-yc9g27,
    .el-s1s8v9,
    .x-bahugq,
    .s-vjr171,
    ._twdc1r,
    .ui-i7quyg,
    .x-ffgd5t,
    .is-d1ahp8,
    .x-ckf9y6 {
        grid-template-columns: 1fr;
    }
    
    ._wcmk89 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-exvk32,
    .s-mnlcti,
    .m-drkpw3 {
        flex-direction: column;
    }
    
    ._prbv67 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-meh97z {
        bottom: 20px;
        right: 20px;
    }
    
    .s-rgehzc {
        display: none;
    }
    
    .el-cdm3fd {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-f1kd7u {
        grid-template-columns: 1fr;
    }
    
    .s-zex9pz {
        grid-template-columns: 1fr;
    }
    
    ._t2pfee {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-yk1g4f {
        flex-direction: column;
        gap: 8px;
    }
    
    ._aukx1v {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-buoyow,
    .x-meh97z,
    .js-rok4rs,
    .ui-ow8nds {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
