/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(auth)/login/login.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

.rh-root {
  min-height: 100vh;
  display: flex;
  background: #0d0a07;
  font-family: 'DM Sans', sans-serif;
}

/* ── Left panel ─────────────────────────────────────── */
.rh-left {
  display: none;
  position: relative;
  overflow: hidden;
  background: #100c08;
}
@media (min-width: 1024px) {
  .rh-left { display: flex; flex: 0 0 52%; flex-direction: column; justify-content: space-between; padding: 56px 64px; }
}

.rh-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.rh-glow-top {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(180,100,30,0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.rh-glow-bottom {
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(160,60,40,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.rh-left-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.rh-wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
}
.rh-wordmark-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #c8833a 0%, #8b3a1a 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(200, 100, 40, 0.35);
}
.rh-wordmark-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f0e6d8;
}
.rh-wordmark-sub {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #c4b8aa;
  text-transform: uppercase;
  margin-top: 1px;
}

.rh-hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

.rh-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.rh-eyebrow-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #c8833a, transparent);
}
.rh-eyebrow-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8833a;
}

.rh-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  color: #f0e6d8;
  margin-bottom: 8px;
}
.rh-headline em {
  font-style: italic;
  font-weight: 300;
  color: #c8833a;
}

.rh-tagline {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #c4b8aa;
  max-width: 380px;
  margin-bottom: 48px;
}

.rh-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rh-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.rh-feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8833a;
  margin-top: 7px;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(200,130,58,0.6);
}
.rh-feature-title {
  font-size: 13px;
  font-weight: 500;
  color: #ede6de;
  letter-spacing: 0.01em;
  margin-bottom: 2px;
}
.rh-feature-desc {
  font-size: 12px;
  font-weight: 300;
  color: #9a8d82;
  line-height: 1.5;
}

.rh-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,130,58,0.2) 40%, rgba(200,130,58,0.2) 60%, transparent);
  margin: 40px 0 32px;
}

.rh-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: #c4b8aa;
  line-height: 1.6;
  padding-left: 20px;
  border-left: 2px solid rgba(200,130,58,0.3);
}

.rh-footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.rh-footer-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rh-footer-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: #c8833a;
  line-height: 1;
}
.rh-footer-stat-label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c4b8aa;
}
.rh-footer-sep {
  width: 1px;
  height: 32px;
  background: rgba(200,130,58,0.15);
}

/* ── Right panel / form ─────────────────────────────── */
.rh-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: #0d0a07;
  position: relative;
}
@media (min-width: 1024px) {
  .rh-right { padding: 56px 72px; }
}

/* Mobile-only wordmark */
.rh-mobile-brand {
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .rh-mobile-brand { display: none; }
}
.rh-mobile-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c8833a 0%, #8b3a1a 100%);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 24px rgba(200,100,40,0.35);
}
.rh-mobile-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #f0e6d8;
  letter-spacing: 0.04em;
}
.rh-mobile-sub {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #c4b8aa;
  text-transform: uppercase;
  margin-top: 2px;
}

.rh-form-wrap {
  width: 100%;
  max-width: 400px;
  animation: rh-fadein 0.7s ease both;
}

@keyframes rh-fadein {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.rh-form-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  color: #f0e6d8;
  margin-bottom: 6px;
  line-height: 1.2;
}
.rh-form-sub {
  font-size: 13px;
  font-weight: 300;
  color: #c4b8aa;
  margin-bottom: 36px;
  line-height: 1.5;
}

.rh-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(220,70,60,0.08);
  border: 1px solid rgba(220,70,60,0.2);
  color: #e07060;
  font-size: 13px;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 22px;
  font-weight: 300;
}

.rh-success {
  text-align: center;
  padding: 32px 0;
  animation: rh-fadein 0.5s ease both;
}
.rh-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200,130,58,0.1);
  border: 1px solid rgba(200,130,58,0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.rh-success-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #f0e6d8;
  margin-bottom: 8px;
}
.rh-success-text {
  font-size: 13px;
  font-weight: 300;
  color: #c4b8aa;
  line-height: 1.6;
  margin-bottom: 28px;
}

.rh-field {
  margin-bottom: 20px;
}
.rh-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4b8aa;
  margin-bottom: 8px;
}
.rh-input {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  color: #f0e6d8;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
}
.rh-input::-moz-placeholder { color: #7a6a5e; }
.rh-input::placeholder { color: #7a6a5e; }
.rh-input:focus {
  border-color: rgba(200,130,58,0.5);
  background: rgba(200,130,58,0.04);
  box-shadow: 0 0 0 3px rgba(200,130,58,0.08);
}
.rh-input:disabled { opacity: 0.4; cursor: not-allowed; }

.rh-pw-wrap {
  position: relative;
}
.rh-pw-wrap .rh-input {
  padding-right: 44px;
}
.rh-pw-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a6a5e;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.15s;
}
.rh-pw-toggle:hover { color: #8a7a6a; }

.rh-forgot-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.rh-forgot-btn {
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #c4b8aa;
  cursor: pointer;
  padding: 0;
  transition: color 0.15s;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.rh-forgot-btn:hover { color: #c8833a; text-decoration-color: rgba(200,130,58,0.4); }

.rh-submit {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(135deg, #c8833a 0%, #9b5c28 100%);
  color: #fff8f0;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(200,100,40,0.3);
  text-transform: uppercase;
}
.rh-submit:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(200,100,40,0.4);
}
.rh-submit:active:not(:disabled) { transform: translateY(0); }
.rh-submit:disabled { opacity: 0.35; cursor: not-allowed; }

.rh-back-btn {
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #c4b8aa;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  transition: color 0.15s;
}
.rh-back-btn:hover { color: #c8833a; }

.rh-operators {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a6a5e;
  margin-top: 40px;
}

@keyframes spin { to { transform: rotate(360deg); } }
.rh-spin { animation: spin 0.8s linear infinite; }

