body.register-page {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #07101d;
  color: #f8fafc;
  overflow-x: hidden;
}

.register-page form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.register-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  background: linear-gradient(135deg, #0b1524 0%, #08111f 54%, #050b15 100%);
}

.register-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 4rem clamp(2rem, 5vw, 5.25rem);
  background:
    radial-gradient(520px 380px at 8% 4%, rgba(255, 138, 0, 0.15), transparent 60%),
    radial-gradient(780px 500px at 90% 86%, rgba(59, 130, 246, 0.12), transparent 62%),
    linear-gradient(135deg, #0d1828 0%, #142238 100%);
  color: #ffffff;
}

.register-hero::before,
.register-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.register-hero::before {
  width: 22rem;
  height: 22rem;
  top: -8rem;
  left: -9rem;
  background: rgba(255, 255, 255, 0.07);
  filter: blur(1px);
}

.register-hero::after {
  width: min(52vw, 46rem);
  height: min(52vw, 46rem);
  border: 2px solid rgba(255, 255, 255, 0.18);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.register-hero-inner {
  position: relative;
  text-align: center;
  max-width: 34rem;
  z-index: 1;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-icon {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.13);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.hero-icon svg {
  width: 3.8rem;
  height: 3.8rem;
}

.register-hero h1 {
  font-size: 2.7rem;
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 1.1rem;
  letter-spacing: 0;
}

.register-hero p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.register-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 2.5rem;
  background:
    radial-gradient(540px 320px at 100% 0%, rgba(255, 138, 0, 0.09), transparent 58%),
    #060d18;
}

.register-card {
  width: 100%;
  max-width: 26.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 2rem;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  border-radius: 0 !important;
  background: rgba(17, 27, 45, 0.94) !important;
  color: #f8fafc;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32) !important;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.brand-icon {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  border-radius: 1.125rem;
  background: linear-gradient(135deg, #f7b467, #f28c28);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(242, 140, 40, 0.22);
}

.brand-icon svg {
  width: 30px;
  height: 30px;
}

.brand-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f8fafc;
}

.register-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

.subtitle {
  margin: 0 0 0.35rem;
  color: #9fb0c7;
  font-size: 0.95rem;
  line-height: 1.45;
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: #f8fafc;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.9rem;
  padding: 0 0.9rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  background: rgba(8, 17, 31, 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-wrap:focus-within {
  border-color: rgba(255, 138, 0, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.16) !important;
}

.input-icon {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  display: inline-flex;
}

.input-icon svg {
  width: 20px;
  height: 20px;
}

.input-wrap input {
  border: none;
  outline: none;
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #f8fafc !important;
  background: transparent !important;
  min-width: 0;
  box-shadow: none !important;
}

.input-wrap input::placeholder {
  color: #9ca3af;
}

.terms {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #9fb0c7;
}

.terms input {
  width: 1rem;
  height: 1rem;
  margin: 0.1rem 0 0;
  flex: 0 0 1rem;
  accent-color: #ff8a00;
}

.terms a {
  color: #ff8a00;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.primary-btn {
  border: none;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #f7941d 0%, #ff8a00 100%);
  color: #0f172a;
  min-height: 3rem;
  padding: 0 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(247, 148, 29, 0.24) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(247, 148, 29, 0.32) !important;
}

.form-message {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.85rem;
}

.login-link {
  text-align: center;
  margin: 0;
  font-size: 0.9rem;
  color: #9fb0c7;
}

.login-link a {
  color: #ff8a00;
  text-decoration: none;
  font-weight: 600;
}

.divider {
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: #e5e7eb;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.social-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.social-btn {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.social-btn:hover {
  border-color: #cbd5f5;
  color: #1f2937;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1024px) {
  .register-shell {
    grid-template-columns: 1fr;
  }

  .register-hero {
    min-height: auto;
    padding: 3.5rem 1.5rem;
  }

  .register-panel {
    min-height: auto;
    padding: 2rem 1.5rem 3rem;
  }
}

@media (max-width: 640px) {
  .register-hero {
    padding: 2.5rem 1.25rem;
  }

  .hero-icon {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 1.5rem;
  }

  .hero-icon svg {
    width: 2.85rem;
    height: 2.85rem;
  }

  .register-hero h1 {
    font-size: 2rem;
  }

  .register-panel {
    padding: 1.25rem 1rem 2rem;
  }

  .register-card {
    padding: 1.25rem;
    max-width: 100%;
  }

  .brand-icon {
    width: 3.35rem;
    height: 3.35rem;
    flex-basis: 3.35rem;
  }

  .brand-name {
    font-size: 1.4rem;
  }

  .register-card h2 {
    font-size: 1.75rem;
  }

  .primary-btn {
    justify-content: space-between;
  }
}
