/* Auth register — login/panel ile uyumlu */

body.auth-register-page {
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  margin: 0;
}

.register-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #ff720d 0%, #e5650b 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}

.register-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.register-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.register-card .card-header {
  background: transparent !important;
  border-bottom: none;
  padding-top: 1rem !important;
  padding-bottom: 0.25rem !important;
}

.register-logo {
  width: auto;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
}

.register-tagline {
  font-size: 0.875rem;
}

.register-card .card-body {
  padding-top: 0.5rem !important;
  padding-bottom: 1rem !important;
}

.register-card .register-field .form-label {
  margin-bottom: 4px;
  font-size: 0.875rem;
}

.register-card .form-control {
  border-radius: 10px;
  padding: 9px 14px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  font-size: 14px;
}

.register-card .form-control:focus {
  border-color: #ff720d;
  box-shadow: 0 0 0 0.2rem rgba(255, 114, 13, 0.25);
  transform: translateY(-2px);
}

.register-card .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 6px;
}

.register-card .input-group-text {
  background: transparent;
  border: 2px solid #e9ecef;
  border-right: none;
  border-radius: 12px 0 0 12px;
}

.register-card .input-group .form-control {
  border-left: none;
  border-radius: 0 12px 12px 0;
}

.register-card .input-group .form-control:not(:last-child) {
  border-radius: 0;
}

.register-card .input-group:focus-within .input-group-text,
.register-card .input-group:focus-within .btn-outline-secondary {
  border-color: #ff720d;
}

.register-card .btn-outline-secondary {
  border: 2px solid #e9ecef;
  border-left: none;
  border-radius: 0 12px 12px 0;
}

.register-card .alert-danger {
  border-radius: 12px;
}

.btn-register {
  background: linear-gradient(135deg, #ff720d 0%, #e5650b 100%);
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-register:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 114, 13, 0.3);
  color: #fff;
}

.btn-register:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-register::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-register:hover:not(:disabled)::before {
  left: 100%;
}

.password-strength {
  height: 3px;
  border-radius: 2px;
  margin-top: 6px;
  transition: all 0.3s ease;
}

.password-hint {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #dc3545;
}

.auth-card .form-check-label a.auth-inline-link,
.auth-card a.auth-inline-link {
  color: #ff720d !important;
  font-weight: 600;
  text-decoration: underline !important;
}

.auth-card .form-check-label a.auth-inline-link:hover,
.auth-card a.auth-inline-link:hover {
  color: #e5650b !important;
}

.register-card .form-check-label {
  font-size: 0.8125rem;
  line-height: 1.35;
}

.strength-weak { background: #dc3545; width: 25%; }
.strength-medium { background: #ffc107; width: 50%; }
.strength-strong { background: #ff720d; width: 75%; }
.strength-very-strong { background: #e5650b; width: 100%; }

.register-side {
  position: relative;
  z-index: 1;
}

.register-side h3 {
  color: #fff;
}

.register-side .text-white-50 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.feature-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  padding: 16px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.feature-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #ff720d 0%, #e5650b 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .register-container {
    padding: 1rem 0.75rem;
  }

  .register-card .card-header img {
    height: 56px !important;
  }

  .register-card .form-control {
    font-size: 16px !important;
  }

  .google-btn-wrapper,
  .google-btn-custom {
    min-height: 46px !important;
    font-size: 0.9rem !important;
  }
}

@media (max-width: 480px) {
  .register-container {
    padding: 0.75rem 0.5rem;
  }

  .register-card {
    border-radius: 16px !important;
  }

  .register-card .card-header img {
    height: 48px !important;
  }
}
