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

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

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

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

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

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

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

.m-q2catn {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-ykipyj:hover,
.x-ykipyj.x-gw7a3s {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-jvuyja {
    width: 100%;
}

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

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

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

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

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

._rhd3yw {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-p0p2dc {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

.m-mu8tb8 p strong {
    color: var(--primary);
}

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

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

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

.is-rj1lkp {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-u3j9sw {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.s-q6bbzw:hover .m-u3j9sw img {
    transform: scale(1.1);
}

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

.ui-i2amuw {
    padding: 20px;
}

.ui-i2amuw h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

._cujby3 {
    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
   ======================================== */
.koyzcl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hvotd4 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-q7wrf2 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ki3vka {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

.c-edxmp0.active .js-mo8ar8 {
    transform: rotate(45deg);
}

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

.c-edxmp0.active .is-e1lb0a {
    max-height: 500px;
}

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

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

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

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

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

.m-x9labd {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-zwqq69:hover .m-x9labd img {
    transform: scale(1.05);
}

._qc5bs0 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-h3anuh img {
    width: 48px;
    height: 48px;
}

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

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

.is-svvxzk h4,
.kc512d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.is-svvxzk ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.m-rb0nz7 {
    display: flex;
    gap: 12px;
}

.m-rb0nz7 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._qds7fl {
    font-size: 20px;
}

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

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

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

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

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

.ui-wpm52w .x-inp19v {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-y9ifl1 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-y9ifl1 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vwk8i6 {
    margin-bottom: 24px;
}

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

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

.s-y0r168 {
    margin-bottom: 32px;
}

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

.el-e92l8n {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.el-e92l8n p {
    margin-bottom: 16px;
}

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

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

.el-e92l8n li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.ui-kku1d6 li,
.x-f58xm5 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-kku1d6 li:last-child,
.x-f58xm5 li:last-child {
    border-bottom: none;
}

.ui-kku1d6 a,
.x-f58xm5 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-kku1d6 a:hover,
.x-f58xm5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.js-auioxs h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-k9tmwk ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-q2catn {
        display: none;
    }
    
    .m-d8e9m7 {
        display: flex;
    }
    
    .m-esuyps {
        font-size: 40px;
    }
    
    .ui-q7oxxb,
    .ui-dvfuc2,
    ._iww032,
    .x-vyexck,
    .m-h2z6pu,
    .is-fmq5z7,
    .m-nxgri8,
    .js-rabxkd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-eitjs6,
    .m-pvzz17,
    .s-ryp3mc,
    .m-r6doub {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-l1c0a5,
    .ui-w1o07b,
    .iycox3 {
        grid-template-columns: 1fr;
    }
    
    .c4abt7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-kxx7rk,
    .ui-sxu0ty {
        flex-direction: column;
        text-align: center;
    }
    
    ._aqy6uh,
    ._w3j6es {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-esuyps {
        font-size: 32px;
    }
    
    .ui-ih8elk,
    .m-x0t1cb {
        font-size: 28px;
    }
    
    .ui-q7oxxb,
    .ui-dvfuc2,
    ._iww032,
    .x-vyexck,
    .m-h2z6pu,
    .is-eitjs6,
    .m-pvzz17,
    .s-ryp3mc,
    .m-r6doub,
    .is-fmq5z7,
    .m-nxgri8,
    .js-rabxkd {
        grid-template-columns: 1fr;
    }
    
    .c4abt7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-dl9tm6,
    .c-u2vtrp,
    .vdfe30 {
        flex-direction: column;
    }
    
    .is-x1vi11 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .kezxyc {
        bottom: 20px;
        right: 20px;
    }
    
    ._dgk4vy {
        display: none;
    }
    
    .m-a7j4f4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-qag80c {
        grid-template-columns: 1fr;
    }
    
    .is-j33786 {
        grid-template-columns: 1fr;
    }
    
    ._fgan6r {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-ydx8j0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .taj399 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-tojj75,
    .kezxyc,
    .is-g6gwle,
    ._w2z078 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
