
body{margin:0;background:#071018;color:#fff;font-family:Arial;padding-bottom:80px}
.header{display:flex;justify-content:space-between;align-items:center;background:#0d1522;padding:15px}
.logo{font-size:22px;color:#38e070;font-weight:bold}
.menu a,.bottom-nav a{color:#fff;text-decoration:none}
.hero,.match-card,.watch-card{margin:15px;background:#111827;padding:20px;border-radius:18px}
.section-title{margin:15px}
.teams{display:flex;justify-content:space-between;align-items:center}
.team-logo{width:55px;height:55px;border-radius:50%;object-fit:cover}
.live{background:#ff2f55;padding:6px 12px;border-radius:10px;display:inline-block;margin:10px 0}
.player-area{background:#000;border-radius:14px;padding:15px}
.player-placeholder{height:200px;display:flex;align-items:center;justify-content:center;background:#151515;border-radius:12px;margin-top:10px}
.btn,.server-btn,.tab{background:#38e070;color:#000;padding:10px 14px;border-radius:10px;text-decoration:none;border:none;display:inline-block;margin-top:10px}
.tabs{display:flex;gap:10px;margin-top:15px}
.tab-content{display:none}.tab-content.active{display:block}
.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#0b1018;padding:14px;display:flex;justify-content:space-around}
