body{line-height:1.6}
.news-card img{object-fit:cover;height:180px}
.container{max-width:960px}
.hero{position:relative;border-radius:8px;overflow:hidden}
.hero img{width:100%;height:200px;object-fit:cover}
.hero .overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.5))}
.hero-empty{background:#333}
.hero-empty .overlay{background:rgba(0,0,0,.3)}
.news-list{list-style:none;padding-left:0;margin-top:12px}
.news-list li{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px dashed #eee}
.news-list li .dot{width:10px;height:10px;border-radius:50%;border:2px solid #9e9e9e;display:inline-block}
.news-list a{color:#333;text-decoration:none}
.news-list a:hover{text-decoration:underline}
.more-link{color:#0dcaf0;text-decoration:none}
.more-link:hover{text-decoration:underline}
@media (min-width:992px){.hero img{height:220px}}

.yx-hero{position:relative;min-height:60vh;color:#fff;background:#0b1225;overflow:hidden}
.yx-bg{position:absolute;inset:0;background:radial-gradient(1200px 600px at 20% 20%,rgba(88,101,242,.5),rgba(11,18,37,0)),radial-gradient(1000px 400px at 80% 0,rgba(29,185,84,.35),rgba(11,18,37,0))}
.yx-glow{position:absolute;inset:auto 0 0 0;height:220px;background:linear-gradient(to top,rgba(88,101,242,.3),transparent)}
.yx-hero-inner{position:relative;padding:72px 0;text-align:center}
.yx-title{font-size:2.6rem;font-weight:700;letter-spacing:.1rem}
.yx-sub{opacity:.9;margin-top:8px}
.yx-cta{margin-top:20px;display:flex;gap:12px;justify-content:center}
.yx-section{padding:48px 0}
.yx-section-alt{background:#f8f9fb}
.yx-card{background:#fff;border:1px solid #e9ecf3;border-radius:12px;padding:20px;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.yx-icon{width:42px;height:42px;border-radius:8px;background:linear-gradient(135deg,#5865f2,#40c9ff);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:12px}
.yx-news img{object-fit:cover;height:180px}
@media (min-width:992px){.yx-title{font-size:3rem}}

