/* Ikonbet Beni Ara - Custom Styling */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #09090B;
}

.avatar-ring {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.avatar-ring:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

input:focus, textarea:focus {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
}
