/* Modernes Premium-Sportdesign */
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0b0f1a;color:#e5e7eb}
header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#020617;border-bottom:1px solid #1f2937}
header h1{margin:0;color:#f97316}
nav a{color:#e5e7eb;margin-left:20px;text-decoration:none;transition:.3s}
nav a:hover{color:#f97316}
.hero{padding:80px 20px;text-align:center;background:linear-gradient(135deg,#020617,#111827)}
.container{max-width:1100px;margin:auto;padding:30px}
.card{background:#111827;padding:25px;border-radius:12px;margin-bottom:20px;box-shadow:0 10px 25px rgba(0,0,0,.35)}
footer{text-align:center;padding:20px;border-top:1px solid #1f2937}
