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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.c-hz7xum {
    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-r9wg5f {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.el-mseucr {
    padding: 10px 20px;
    font-size: 14px;
}

.x-jks64r {
    width: 100%;
}

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

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

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

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

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

.s-hntuqb {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-yocsvk {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._dvy4li:hover .el-ep1dwz img {
    transform: scale(1.1);
}

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

.m-xaq8uy {
    padding: 20px;
}

.m-xaq8uy h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.is-p2yib9 {
    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
   ======================================== */
.s-s1diuq {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._yvr8aa {
    text-align: center;
}

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

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

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

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

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

.m-clcvm2 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.mmjq5a {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-dj1pn7 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.x-mefxer {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.js-h1dz3y:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-rod5qi.active .el-j5su81 {
    transform: rotate(45deg);
}

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

.c-rod5qi.active .el-efjwr3 {
    max-height: 500px;
}

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

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

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

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

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

.x-vq6wiv {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.ui-v3vpef:hover .x-vq6wiv img {
    transform: scale(1.05);
}

._wyjpa4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-iypxgv {
    display: flex;
    gap: 16px;
}

._w6agcm {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-x4brfv h4,
.js-aavs8a h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-tdg5jc {
    display: flex;
    gap: 12px;
}

.ui-tdg5jc img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-n53xpq {
    font-size: 20px;
}

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

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

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

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

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

._m3x8e9 .el-mjm5is {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.s-mdfdkj h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-mdfdkj h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.js-bjbwc6 {
    margin: 16px 0 32px;
}

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

.js-bjbwc6 li strong {
    color: var(--text-primary);
}

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

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

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

.x-q6z6rs {
    width: 100%;
    margin-bottom: 24px;
}

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

.x-q6z6rs td {
    padding: 12px 0;
    font-size: 14px;
}

.x-q6z6rs td:first-child {
    color: var(--text-secondary);
}

.x-q6z6rs td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-n3wals {
    margin-bottom: 24px;
}

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

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

.ui-rpgj75 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-bixh2e li:last-child,
.is-l6ujvu li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.el-c2nokp h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xz7tk1 ul {
    margin-bottom: 24px;
}

.is-xz7tk1 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-aomo5c {
        display: none;
    }
    
    .s-uo8752 {
        display: flex;
    }
    
    .n7p20q {
        font-size: 40px;
    }
    
    .is-piwimn,
    .js-qxa7bn,
    .ui-ra78hy,
    .jek4jv,
    .c-w23tev,
    .ui-t4jcz8,
    ._azhaot,
    .c-x9jv0w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-lqftsh,
    .ui-zobw4i,
    ._x30x07,
    .is-m2eyu5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-krzrbc,
    .is-puu8nc,
    .el-gton1v {
        grid-template-columns: 1fr;
    }
    
    .is-lka4j0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._tc77ih,
    .c-wej7g5 {
        flex-direction: column;
        text-align: center;
    }
    
    .x-nv8ycu,
    .ui-nqqxqn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .n7p20q {
        font-size: 32px;
    }
    
    .is-c2d6z6,
    .c-unepaq {
        font-size: 28px;
    }
    
    .is-piwimn,
    .js-qxa7bn,
    .ui-ra78hy,
    .jek4jv,
    .c-w23tev,
    .js-lqftsh,
    .ui-zobw4i,
    ._x30x07,
    .is-m2eyu5,
    .ui-t4jcz8,
    ._azhaot,
    .c-x9jv0w {
        grid-template-columns: 1fr;
    }
    
    .is-lka4j0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-yfqerz,
    .js-f6mao1,
    .x-iypxgv {
        flex-direction: column;
    }
    
    .c-x012j7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-x4xrgn {
        bottom: 20px;
        right: 20px;
    }
    
    .c-fbmn6o {
        display: none;
    }
    
    .s-potsde {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m1djy1 {
        grid-template-columns: 1fr;
    }
    
    .t7xhg7 {
        grid-template-columns: 1fr;
    }
    
    .s-z8kguj {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-ctsmjn {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-e6ssl9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-jaw42p,
    .ui-x4xrgn,
    .s-hhq4oe,
    .m-evtyjb {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
