#tournament-app header { background:#2e7d32; color:white; padding:10px; text-align:center; }
#tournament-app main { padding:20px; }
#tournament-app h2 { border-bottom:2px solid #2e7d32; padding-bottom:5px; color:#2e7d32; }
#tournament-app .section { margin-bottom:30px; }
#tournament-app .team { display:flex; align-items:center; margin-bottom:5px; }
#tournament-app .team input[type=text]{ margin-right:5px; }
#tournament-app .fixture { margin:5px 0; padding:5px; border:1px solid #2e7d32; border-radius:5px; }
#tournament-app .scores input{ width:40px; margin:0 5px; }
#tournament-app .winner { color:#2e7d32; font-weight:bold; margin-left:10px; }
#tournament-app table { border-collapse:collapse; width:100%; margin-top:10px; }
#tournament-app th, #tournament-app td { border:1px solid #2e7d32; padding:5px; text-align:center; }
#tournament-app th { background:#a5d6a7; }
#tournament-app .final-banner { display:flex; flex-direction:column; align-items:center; justify-content:center; margin-top:20px; background:#e8f5e9; padding:20px; border-radius:10px; }
#tournament-app .champ { font-size:28px; font-weight:bold; color:#1b5e20; }
#tournament-app .runner { font-size:20px; color:#2e7d32; margin-top:10px; }
#tournament-app select, #tournament-app button, #tournament-app input[type=text]{ padding:5px; margin:3px; }
#tournament-app button{ background:#2e7d32; color:white; border:none; border-radius:5px; cursor:pointer; }
#tournament-app button:hover{ background:#1b5e20; }
#tournament-app #loginArea { margin-bottom:15px; }
