/* (Dein bisheriger CSS-Code bleibt unverändert) */
body { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); min-height: 100vh; margin: 0; background: linear-gradient(rgba(15,15,15,0.85), rgba(15,15,15,0.85)), url(../assets/images/samp1.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.page-wrapper { max-width: 900px; margin: 80px auto; padding:0 20px; }
.hero { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); border-radius: 20px; padding: 50px; margin-bottom: 40px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); text-align: center; }
.hero h1 { font-size: 56px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.hero span { color: #f25a3c; }
.hero p { color: rgba(255,255,255,0.7); font-size: 18px; }
.changelog-card { background: rgba(255, 255, 255, 0.08); border-radius: 18px; padding: 40px; box-shadow: 0 25px 60px rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.06); }
.changelog-card h2 { color: #f25a3c; font-weight: 600; margin-bottom: 25px; }
details.update-box { background: #000000; border-radius: 14px; margin-bottom: 16px; padding: 18px 22px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s ease; }
details.update-box[open] { box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
summary { cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:600; color:#fff; }
summary::-webkit-details-marker { display:none; }
.version { font-size: 18px; }
.badge { background:#f25a3c; color:#fff; padding:4px 10px; border-radius:999px; font-size:12px; }
.update-content ul { padding-left: 20px; margin: 10px 0; list-style-type: disc; }
.update-content li { margin-bottom: 6px; color: #fff; font-size: 15px; }
.update-content li.sub { margin-left: 20px; list-style-type: circle; color: #cbd5db; font-size: 14px; }
.fade-in { animation: fade 0.8s ease forwards; }
@keyframes fade { from {opacity:0; transform:translateY(10px);} to {opacity:1; transform:translateY(0);} }
.bg {
  background: linear-gradient(rgba(15,15,15,0.85), rgba(15,15,15,0.85)), url(../img/samp1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}