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

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

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

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

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

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

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

.js-l62ra9 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-ylchd6:hover,
.is-ylchd6.pa58r6 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._mp7po1 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-bpz43y {
    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-ivxav9 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.is-pzfc72 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.s-yz3j8z {
    position: relative;
}

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

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

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

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

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

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

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

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

.c-l0vofd {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.js-h2sfgy:hover .c-l0vofd img {
    transform: scale(1.1);
}

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

._kca6x6 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tr8rzn {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.ui-oddsg9 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ng6zsq {
    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-ng6zsq:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-qbsk25.active .el-kt2d3z {
    transform: rotate(45deg);
}

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

.x-qbsk25.active .x-f4epi2 {
    max-height: 500px;
}

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

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

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

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

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

.is-d93q0u {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.el-u2y59j:hover .is-d93q0u img {
    transform: scale(1.05);
}

.is-aw718n {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.ui-lzikzt {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.s-icycmb {
    display: flex;
    gap: 16px;
}

._axqj8e {
    text-align: center;
}

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

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

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

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

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

.s-jd4i3p img {
    width: 48px;
    height: 48px;
}

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

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

.m-w32i9q h4,
.is-pnu9a8 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.m-w32i9q ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.is-u5ekff {
    display: flex;
    gap: 12px;
}

.is-u5ekff img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-f2hqwu {
    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-qhjsao {
    font-size: 20px;
}

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

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

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

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

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

.js-si5ukk .cy8nhq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-h1czpb {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

._hzzfbc p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.t6e7wt li,
.el-bo3syq li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.t6e7wt li:last-child,
.el-bo3syq li:last-child {
    border-bottom: none;
}

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

.t6e7wt a:hover,
.el-bo3syq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-bqthtk ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-l62ra9 {
        display: none;
    }
    
    .cmolta {
        display: flex;
    }
    
    .ui-lv63i3 {
        font-size: 40px;
    }
    
    .is-gkuici,
    .js-bufyaz,
    .kul0rp,
    .js-m3uyti,
    .c-tumw3q,
    .nassiq,
    ._br8d29,
    .is-k84x1w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-sqx0tq,
    .s-ez4ng3,
    .x-udf047,
    .js-h5sesg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-dnudzu,
    .s-k93h6b,
    .js-l1vjb2 {
        grid-template-columns: 1fr;
    }
    
    .s-xshfm7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jdtqpr,
    .x-zumww1 {
        flex-direction: column;
        text-align: center;
    }
    
    .o9laba,
    .ui-exwko1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-lv63i3 {
        font-size: 32px;
    }
    
    .ui-ivxav9,
    .el-j0c7xf {
        font-size: 28px;
    }
    
    .is-gkuici,
    .js-bufyaz,
    .kul0rp,
    .js-m3uyti,
    .c-tumw3q,
    .s-sqx0tq,
    .s-ez4ng3,
    .x-udf047,
    .js-h5sesg,
    .nassiq,
    ._br8d29,
    .is-k84x1w {
        grid-template-columns: 1fr;
    }
    
    .s-xshfm7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-mfnycj,
    .ui-lzikzt,
    .s-icycmb {
        flex-direction: column;
    }
    
    .js-ci3skj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-mltrzr {
        bottom: 20px;
        right: 20px;
    }
    
    ._w69egr {
        display: none;
    }
    
    .ui-f2hqwu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-gy2pqg {
        grid-template-columns: 1fr;
    }
    
    .el-ftesjm {
        grid-template-columns: 1fr;
    }
    
    .x-qmqhbw {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-juhwrk {
        flex-direction: column;
        gap: 8px;
    }
    
    ._wboivl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-lacwv1,
    .x-mltrzr,
    .s-bomps9,
    .s-cri3bj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
