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

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

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

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

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

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

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

._brhpg0:hover,
._brhpg0.c-advwa7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.s-w116fu {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ys83kk {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-jlvvv2 {
    width: 100%;
}

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

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

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

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

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

.ui-yxkl6s {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-y9e2k7 {
    font-size: 24px;
}

._q138yf {
    position: relative;
}

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

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

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

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

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

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

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

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

.is-c04x4p {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.is-wm1bdr:hover .is-c04x4p img {
    transform: scale(1.1);
}

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

.c-qzw6vz {
    padding: 20px;
}

.c-qzw6vz h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.cnia2z {
    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-fihbp0 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-mr11ty a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.m-lbyqna {
    text-align: center;
}

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

.m-lbyqna h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.is-xgds4k {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ui-azjg84:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.nnik36.active .el-k9pl7y {
    transform: rotate(45deg);
}

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

.nnik36.active .ln0b0t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-lyu4w0:hover .el-gzsro5 img {
    transform: scale(1.05);
}

.m-rh0dza {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._vr15gr img {
    width: 48px;
    height: 48px;
}

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

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

.s-vfotdi h4,
.s-uk8l96 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-a4l7mk {
    font-size: 20px;
}

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

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

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

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

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

.frz5rz .oi3qpg {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._bhj6fn {
    margin-bottom: 24px;
}

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

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

.c-yt4wvs {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-uk213u li,
.js-q7dlr0 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-uk213u li:last-child,
.js-q7dlr0 li:last-child {
    border-bottom: none;
}

.x-uk213u a,
.js-q7dlr0 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-uk213u a:hover,
.js-q7dlr0 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-lshpdg {
    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-hob6my h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-mjf808 ul {
    margin-bottom: 24px;
}

.x-mjf808 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-thyw5v {
        display: none;
    }
    
    .m-u14lkv {
        display: flex;
    }
    
    .is-sy6vuf {
        font-size: 40px;
    }
    
    .ui-y89ezn,
    .js-gj1i5t,
    .ke1pl3,
    .x-kttmcn,
    .s-a7k6zs,
    .s-gugs3t,
    .is-zq8o83,
    .el-hnhbuj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eliir1,
    .c-y62l2x,
    .ni099e,
    .m-bu25l1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-w7e2tt,
    .el-hsbnv7,
    .ui-fsrkcx {
        grid-template-columns: 1fr;
    }
    
    .c-uln9xi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ekhdsc,
    .c-y60c6a {
        flex-direction: column;
        text-align: center;
    }
    
    .s-vb3swf,
    .c-hxq080 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-sy6vuf {
        font-size: 32px;
    }
    
    ._nxdib8,
    .js-v0k29v {
        font-size: 28px;
    }
    
    .ui-y89ezn,
    .js-gj1i5t,
    .ke1pl3,
    .x-kttmcn,
    .s-a7k6zs,
    .eliir1,
    .c-y62l2x,
    .ni099e,
    .m-bu25l1,
    .s-gugs3t,
    .is-zq8o83,
    .el-hnhbuj {
        grid-template-columns: 1fr;
    }
    
    .c-uln9xi {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-r825uo,
    .c-motb37,
    ._hf9f5m {
        flex-direction: column;
    }
    
    .ui-bzrkpv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-w2zqxb {
        bottom: 20px;
        right: 20px;
    }
    
    .s-b0vbji {
        display: none;
    }
    
    .ui-fd494a {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-zcqpr1 {
        grid-template-columns: 1fr;
    }
    
    .fyo47d {
        grid-template-columns: 1fr;
    }
    
    .el-us1ndk {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-ocodxe {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-zec50i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-cmo5ew,
    .js-w2zqxb,
    .el-luc3jq,
    .js-fepali {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
