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

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

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

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

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

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

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

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

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

.qsnnts:hover,
.qsnnts.js-xjbf21 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.s-lvvkvo {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fhwmey {
    padding: 10px 20px;
    font-size: 14px;
}

.el-fb9wvl {
    width: 100%;
}

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

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

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

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

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

.js-e8g0at {
    max-width: 700px;
}

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

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

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

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

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

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

.js-ag50hj {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-yqbahf {
    font-size: 24px;
}

._whdsyx {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-ns8r5p:hover .el-gth01x img {
    transform: scale(1.1);
}

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

.js-ddoktt {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-lcrihc img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.js-wagujk {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-kvxa03.active .js-l3aqbp {
    transform: rotate(45deg);
}

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

.s-kvxa03.active .m-fljl26 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-gy68ip:hover .el-p7sqe7 img {
    transform: scale(1.05);
}

.js-nz3b1z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-iiqgyj {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.x-egmr2u h4,
.c-qbc07c h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-kme4bw {
    display: flex;
    gap: 12px;
}

.c-kme4bw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.zzz0s4 {
    font-size: 20px;
}

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

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

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

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

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

._ltizlb .x-shvpa8 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-r0gym6 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-r0gym6 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.c-a5gqud {
    margin: 16px 0 32px;
}

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

.c-a5gqud li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

._s2o6ui {
    margin-bottom: 24px;
}

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

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

.is-rcqfql {
    margin-bottom: 32px;
}

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

.s-wkd86f {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.s-wkd86f p {
    margin-bottom: 16px;
}

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

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

.s-wkd86f li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.is-xcgshg li:last-child,
.s-b1icvq li:last-child {
    border-bottom: none;
}

.is-xcgshg a,
.s-b1icvq a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-xcgshg a:hover,
.s-b1icvq a:hover {
    color: var(--primary);
}

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

.s-y5ipd1 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-hiyngx {
        display: none;
    }
    
    ._bv7cb7 {
        display: flex;
    }
    
    ._fmwbio {
        font-size: 40px;
    }
    
    .c-dwanmy,
    .el-nrdpvy,
    ._b9basw,
    .m-jza205,
    .s-nt7hof,
    .m-ch6b8q,
    .is-oz3nh7,
    .el-njknop {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-h1a9yx,
    ._c6o6nb,
    .m-ok0bh6,
    .tfait2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-g8gggk,
    .x-gziv2k,
    .s-rc97rh {
        grid-template-columns: 1fr;
    }
    
    .ui-n7ne7m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-wagujk,
    ._ilbat3 {
        flex-direction: column;
        text-align: center;
    }
    
    .is-vh7w3n,
    .is-hfafwb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._fmwbio {
        font-size: 32px;
    }
    
    .x-npawky,
    .g7gyem {
        font-size: 28px;
    }
    
    .c-dwanmy,
    .el-nrdpvy,
    ._b9basw,
    .m-jza205,
    .s-nt7hof,
    .el-h1a9yx,
    ._c6o6nb,
    .m-ok0bh6,
    .tfait2,
    .m-ch6b8q,
    .is-oz3nh7,
    .el-njknop {
        grid-template-columns: 1fr;
    }
    
    .ui-n7ne7m {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._ambt6f,
    .c-uolz6v,
    .js-iiqgyj {
        flex-direction: column;
    }
    
    ._hh9fwo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-ove7vx {
        bottom: 20px;
        right: 20px;
    }
    
    .c-sof78m {
        display: none;
    }
    
    .m-k39prk {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-q1dp67 {
        grid-template-columns: 1fr;
    }
    
    .c-eu1cwr {
        grid-template-columns: 1fr;
    }
    
    .ui-nueg57 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-ym36n0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-d9dg0c {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-rov29n,
    .js-ove7vx,
    .c-d9fxoh,
    .c-zuuvi8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
