body{font-family:system-ui,Arial;background:#0b1220;color:#e6eef8;display:flex;align-items:center;justify-content:center;height:100vh;margin:0}
.card{width:100%;max-width:640px;padding:20px;border-radius:10px;background:linear-gradient(180deg,#071029,#071a2a);box-shadow:0 8px 30px rgba(0,0,0,0.6)}
.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
h1{margin:0 0 10px;font-size:18px;flex:1}
p{margin:0 0 14px;color:#9aa4b2;font-size:13px}
input,button,select{font-size:14px}
input[type=file]{display:block;margin-bottom:12px}
button{background:#7c3aed;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer}
.small{font-size:13px;color:#9aa4b2;margin-top:10px}
.progress{height:8px;background:#0f2433;border-radius:6px;overflow:hidden;margin-top:8px}
.progress > i{display:block;height:100%;width:0;background:linear-gradient(90deg,#7c3aed,#4f46e5)}
.muted{color:#9aa4b2;font-size:12px}
.logo{max-height:112px;width:auto;display:block;margin-left:12px}
@media (max-width:520px){
  .card-header{flex-direction:row;align-items:center}
  .logo{max-height:44px}
}

/* Copyright satırı */
.copyright-row{
  text-align:center;
  margin-top:8px;
  font-size:12px;
  color:#9aa4b2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.scl-logo{width:16px;height:16px;display:inline-block;vertical-align:middle}
