:root { --primary-color:#ff6b35; --secondary-color:#2c3e50; --accent-color:#3498db; --light-bg:#f8f9fa; }
body { font-family:'Microsoft YaHei',sans-serif; background:#f5f5f5; color:#26313f; }
.navbar { background-color:var(--secondary-color); box-shadow:0 2px 10px rgba(0,0,0,.1); }
.navbar-brand { font-weight:bold; color:white!important; font-size:1.5rem; }
.nav-link { color:rgba(255,255,255,.8)!important; transition:color .3s; }
.nav-link:hover,.nav-link.active { color:var(--primary-color)!important; }
.hero-section { background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url('../images/esports-stage.jpg'); background-size:cover; background-position:center; color:white; padding:100px 0; text-align:center; }
.section-title { position:relative; margin-bottom:30px; padding-bottom:15px; font-weight:bold; }
.section-title:after { content:''; position:absolute; bottom:0; left:0; width:60px; height:3px; background:var(--primary-color); }
.card { border:none; border-radius:10px; overflow:hidden; transition:transform .3s,box-shadow .3s; margin-bottom:20px; }
.card:hover { transform:translateY(-5px); box-shadow:0 10px 20px rgba(0,0,0,.1); }
.card-img-top { height:200px; object-fit:cover; }
.live-badge { position:absolute; top:10px; left:10px; background:#e74c3c; color:white; padding:5px 10px; border-radius:4px; font-size:.8rem; }
.category-card { text-align:center; padding:24px 20px; border-radius:10px; background:#fff; transition:all .3s; height:100%; }
.category-card:hover { background:var(--primary-color); color:white; }
.category-icon { font-size:2.5rem; margin-bottom:15px; color:var(--primary-color); }
.category-card:hover .category-icon { color:white; }
.feature-box { text-align:center; padding:30px 20px; border-radius:10px; background:white; margin-bottom:30px; box-shadow:0 5px 15px rgba(0,0,0,.05); }
.feature-icon { font-size:3rem; color:var(--primary-color); margin-bottom:20px; }
.footer { background:var(--secondary-color); color:white; padding:50px 0 20px; }
.footer h5 { margin-bottom:20px; position:relative; padding-bottom:10px; }
.footer h5:after { content:''; position:absolute; bottom:0; left:0; width:40px; height:2px; background:var(--primary-color); }
.footer-links a { color:rgba(255,255,255,.7); text-decoration:none; display:block; margin-bottom:10px; transition:color .3s; }
.footer-links a:hover { color:var(--primary-color); }
.social-icons a { display:inline-block; width:40px; height:40px; background:rgba(255,255,255,.1); border-radius:50%; text-align:center; line-height:40px; margin-right:10px; color:#fff; }
.copyright { border-top:1px solid rgba(255,255,255,.1); padding-top:20px; margin-top:40px; text-align:center; color:rgba(255,255,255,.7); }
.sub-hero { background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),url('../images/fps-streamer.jpg'); background-size:cover; background-position:center; color:white; padding:72px 0; text-align:center; }
.date-pill { display:inline-flex; background:rgba(255,107,53,.18); border:1px solid rgba(255,107,53,.45); border-radius:999px; padding:6px 14px; margin-bottom:12px; color:#ffd2c1; }
@media (max-width:768px){ .hero-section,.sub-hero{padding:58px 0}.card-img-top{height:180px} }
