
body { font-family: Arial; background:#222; color:#fff; margin:0; }
.sidebar { position: fixed; top: 0; width: 15%; height: 100vh; background:#111; color:#ccc; padding:20px; box-sizing:border-box; overflow:auto;}
#leftbar { left:0; }  #rightbar { right:0; }
.sidebar img { width:100%; border-radius:6px; margin-bottom:20px; }
.main { width:70%; margin:auto; padding-top:20px; }
header { background:#111; text-align:center; padding:20px; }
header img { width:120px; }
nav { background:#333; padding:10px; text-align:center; position:sticky; top:0; z-index:10; }
nav a { color:white; margin:0 15px; text-decoration:none; font-weight:bold; }
nav a:hover { color:#1e90ff; }
.card { background:#2e2e2e; padding:20px; border-radius:10px; margin-bottom:25px;}
.news-card { background:#2b2b2b; padding:15px; border-radius:10px; margin-bottom:20px; display:flex; gap:15px;}
.news-card img { width:140px; height:90px; object-fit:cover; border-radius:8px; }
.team-logo { height:40px; margin-right:10px; vertical-align:middle;}
table { width:100%; border-collapse:collapse; margin-top:15px;}
table, td, th { border:1px solid #555;}
td, th { padding:8px; text-align:center;}
