html {
  height: 100%;
  background: linear-gradient(165deg, #fff3e0 0%, #ffe8cc 35%, #fff9f2 70%, #ffffff 100%);
}

.laxmi-auth .d-none { display: none !important; }

.laxmi-auth *, .laxmi-auth *::before, .laxmi-auth *::after { box-sizing: border-box; }

.laxmi-auth {
  --gold: #c9a227;
  --gold-light: #dbaa17;
  --gold-dark: #8B6914;
  --black: #0A0A08;
  --bg-cream: #fff9f2;
  --bg-cream-soft: #fff6ec;
  --text-dark: #1a1a1a;
  --text-body: #2d2d2d;
  --form-orange: #ffe8cc;
  --form-orange-deep: #ffd9a8;
  --border: rgba(201, 162, 39, 0.28);
  --border-hover: rgba(201, 162, 39, 0.55);
  --text-muted: rgba(0, 0, 0, 0.62);
  --success: #4CAF50;
  --error: #E24B4A;
}

.laxmi-auth-page {
  height: 100%;
  background: linear-gradient(165deg, #fff3e0 0%, #ffe8cc 35%, #fff9f2 70%, #ffffff 100%) !important;
  font-family: 'DM Sans', sans-serif;
  overflow: hidden;
}

.laxmi-auth .bg {
  position: fixed; inset: 0;
  background: linear-gradient(165deg, #fff3e0 0%, #ffe8cc 40%, #fff9f2 100%);
  overflow: hidden;
  z-index: 0;
}

.laxmi-auth-login .bg {
  background: radial-gradient(ellipse at 28% 50%, rgba(255, 183, 77, 0.35) 0%, #fff3e0 42%, #ffe8cc 100%);
}

.laxmi-auth-register .bg {
  background: radial-gradient(ellipse at 72% 50%, rgba(255, 183, 77, 0.35) 0%, #fff3e0 42%, #ffe8cc 100%);
}

.laxmi-auth .bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.12);
  top: 50%;
  transform: translate(-50%, -50%);
  animation: laxmiPulseRing 8s ease-in-out infinite;
}

.laxmi-auth-login .bg-ring { left: 30%; }
.laxmi-auth-register .bg-ring { left: 70%; }

.laxmi-auth .bg-ring:nth-child(1) { width: 200px; height: 200px; animation-delay: 0s; }
.laxmi-auth .bg-ring:nth-child(2) { width: 380px; height: 380px; border-color: rgba(201, 162, 39, 0.1); animation-delay: 1s; }
.laxmi-auth .bg-ring:nth-child(3) { width: 560px; height: 560px; border-color: rgba(201, 162, 39, 0.08); animation-delay: 2s; }
.laxmi-auth .bg-ring:nth-child(4) { width: 740px; height: 740px; border-color: rgba(201, 162, 39, 0.06); animation-delay: 3s; }
.laxmi-auth .bg-ring:nth-child(5) { width: 900px; height: 900px; border-color: rgba(201, 162, 39, 0.04); animation-delay: 4s; }

@keyframes laxmiPulseRing {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.02); }
}

.laxmi-auth .particle {
  position: absolute;
  width: 2px; height: 2px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0;
  animation: laxmiFloat 12s infinite;
}

@keyframes laxmiFloat {
  0% { opacity: 0; transform: translateY(100vh) translateX(0); }
  10% { opacity: 0.6; }
  90% { opacity: 0.3; }
  100% { opacity: 0; transform: translateY(-10vh) translateX(30px); }
}

.laxmi-auth .wrapper {
  position: relative; z-index: 1;
  display: grid;
  height: 100vh;
}

.laxmi-auth-login .wrapper { grid-template-columns: 1fr 480px; }
.laxmi-auth-register .wrapper { grid-template-columns: 480px 1fr; }

.laxmi-auth .left-panel,
.laxmi-auth .right-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.laxmi-auth-login .right-panel,
.laxmi-auth-register .left-panel {
  align-items: stretch;
  justify-content: center;
  padding: 2.5rem 3.5rem;
  background: linear-gradient(180deg, #ffe0b8 0%, #ffe8cc 45%, #fff3e0 100%);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 40px rgba(201, 162, 39, 0.15);
  color: var(--text-dark);
  animation: laxmiSlideIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  opacity: 0;
  overflow-y: auto;
}

.laxmi-auth-login .right-panel { transform: translateX(30px); }
.laxmi-auth-register .left-panel { transform: translateX(-30px); }

@keyframes laxmiSlideIn {
  to { opacity: 1; transform: translateX(0); }
}

.laxmi-auth .divider {
  position: absolute;
  right: 0; top: 15%; height: 70%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201, 168, 76, 0.3), transparent);
}

.laxmi-auth .v-divider {
  position: absolute;
  left: 480px; top: 15%; height: 70%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201, 168, 76, 0.3), transparent);
  z-index: 2;
}

.laxmi-auth .mandala-svg {
  width: 340px; height: 340px;
  animation: laxmiRotateSlow 40s linear infinite;
  opacity: 0.7;
  filter: drop-shadow(0 0 30px rgba(201, 168, 76, 0.3));
}

.laxmi-auth-register .mandala-svg { width: 300px; height: 300px; }

.laxmi-auth .mandala-inner {
  position: absolute;
  width: 200px; height: 200px;
  animation: laxmiRotateSlow 25s linear infinite reverse;
  opacity: 0.9;
}

.laxmi-auth-register .mandala-inner { width: 180px; height: 180px; }

@keyframes laxmiRotateSlow { to { transform: rotate(360deg); } }

.laxmi-auth .brand-text {
  margin-top: 2.5rem;
  text-align: center;
  animation: laxmiFadeUp 1.2s ease forwards;
  opacity: 0;
  animation-delay: 0.5s;
}

.laxmi-auth-register .brand-text { margin-top: 2rem; }

.laxmi-auth .brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  color: var(--gold-dark);
  text-transform: uppercase;
}

.laxmi-auth-register .brand-name { font-size: 2.2rem; }

.laxmi-auth .brand-tagline {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.laxmi-auth .login-header { margin-bottom: 2.5rem; }

.laxmi-auth .login-eyebrow {
  font-size: 10px;
  letter-spacing: 0.4em;
  color: #8B6914;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.laxmi-auth .login-eyebrow::before {
  content: '';
  display: block;
  width: 24px; height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.laxmi-auth .login-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.laxmi-auth-register .login-title { font-size: 2.4rem; margin-bottom: 0.5rem; }

.laxmi-auth .login-title em { font-style: italic; color: #8B6914; }

.laxmi-auth .login-subtitle {
  margin-top: 0.6rem;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 300;
}

.laxmi-auth-register .login-subtitle { margin-bottom: 1.8rem; }

.laxmi-auth .form { display: flex; flex-direction: column; gap: 1.1rem; }
.laxmi-auth-register .form { gap: 1rem; }

.laxmi-auth .field { position: relative; }

.laxmi-auth .field input[type="email"],
.laxmi-auth .field input[type="password"],
.laxmi-auth .field input[type="text"],
.laxmi-auth .field input[type="tel"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 15px 18px 15px 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  letter-spacing: 0.02em;
}

.laxmi-auth-register .field input[type="email"],
.laxmi-auth-register .field input[type="password"],
.laxmi-auth-register .field input[type="text"],
.laxmi-auth-register .field input[type="tel"] {
  padding: 14px 18px 14px 50px;
}

.laxmi-auth .field input::placeholder { color: rgba(0, 0, 0, 0.38); font-weight: 300; }

.laxmi-auth .field input:focus {
  border-color: var(--border-hover);
  background: #fffdf9;
  box-shadow: 0 0 0 3px rgba(255, 197, 25, 0.12), inset 0 0 20px rgba(255, 249, 242, 0.5);
}

.laxmi-auth .field input.is-invalid {
  border-color: rgba(226,75,74,0.5);
}

.laxmi-auth .field-icon {
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
  transition: color 0.3s;
  z-index: 2;
}

.laxmi-auth .field:focus-within .field-icon { color: var(--gold); }

.laxmi-auth .eye-toggle {
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  background: none; border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  transition: color 0.3s;
  z-index: 2;
}

.laxmi-auth-register .eye-toggle { right: 36px; }

.laxmi-auth .eye-toggle:hover { color: var(--gold); }

.laxmi-auth .form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -0.2rem;
  flex-wrap: wrap;
  gap: 8px;
}

.laxmi-auth .remember {
  display: flex; align-items: center; gap: 8px;
  cursor: pointer;
  font-size: 12px;
  color: var(--text-muted);
  user-select: none;
  margin: 0;
}

.laxmi-auth .remember input { display: none; }

.laxmi-auth .check-box {
  width: 14px; height: 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.laxmi-auth .remember input:checked ~ .check-box,
.laxmi-auth .terms input:checked ~ .check-box {
  background: var(--gold);
  border-color: var(--gold);
}

.laxmi-auth .check-icon { display: none; }
.laxmi-auth .remember input:checked ~ .check-box .check-icon,
.laxmi-auth .terms input:checked ~ .check-box .check-icon { display: block; }

.laxmi-auth .forgot {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.laxmi-auth .forgot:hover { color: #1a1a1a; }

.laxmi-auth .btn-login,
.laxmi-auth .btn-register {
  margin-top: 0.4rem;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #ffc519 0%, #dbaa17 50%, #ffc519 100%);
  background-size: 200% 100%;
  border: none;
  border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3d2e1f;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-position 0.4s, transform 0.15s, box-shadow 0.3s;
}

.laxmi-auth .btn-register { margin-top: 0; }

.laxmi-auth .btn-login:hover,
.laxmi-auth .btn-register:hover {
  background-position: 100% 0;
  box-shadow: 0 8px 30px rgba(255, 197, 25, 0.35);
  transform: translateY(-1px);
}

.laxmi-auth .btn-login:active,
.laxmi-auth .btn-register:active { transform: translateY(0); }

.laxmi-auth .or-divider {
  display: flex; align-items: center; gap: 14px;
  margin: 0.2rem 0;
}

.laxmi-auth .or-line { flex: 1; height: 1px; background: var(--border); }
.laxmi-auth .or-text { font-size: 11px; color: var(--text-muted); letter-spacing: 0.1em; white-space: nowrap; }

.laxmi-auth .social-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.laxmi-auth .btn-social {
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--text-body);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.laxmi-auth-register .btn-social { padding: 11px; }

.laxmi-auth .btn-social:hover {
  border-color: var(--border-hover);
  background: #fff9f2;
  color: var(--text-dark);
}

.laxmi-auth .btn-social svg { width: 16px; height: 16px; flex-shrink: 0; }

.laxmi-auth .auth-link {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.laxmi-auth .auth-link a {
  color: #8B6914;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.laxmi-auth .auth-link a:hover { color: #1a1a1a; }

.laxmi-auth .terms {
  display: flex; align-items: flex-start; gap: 10px;
  cursor: pointer; user-select: none;
  font-size: 12px; color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.laxmi-auth .terms input { display: none; }

.laxmi-auth .terms .check-box {
  width: 15px; height: 15px;
  flex-shrink: 0; margin-top: 1px;
}

.laxmi-auth .terms a { color: #8B6914; text-decoration: underline; font-weight: 500; }
.laxmi-auth .terms a:hover { color: #1a1a1a; }

.laxmi-auth .strength-wrap { margin-top: -6px; }

.laxmi-auth .strength-bars { display: flex; gap: 4px; margin-bottom: 4px; }

.laxmi-auth .bar {
  flex: 1; height: 3px; border-radius: 2px;
  background: rgba(201, 162, 39, 0.15);
  transition: background 0.3s;
}

.laxmi-auth .bar.active-weak { background: #E24B4A; }
.laxmi-auth .bar.active-medium { background: #BA7517; }
.laxmi-auth .bar.active-strong { background: #4CAF50; }

.laxmi-auth .strength-label {
  font-size: 11px; color: var(--text-muted);
  height: 14px; transition: color 0.3s;
}

.laxmi-auth .benefits {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: laxmiFadeUp 1.2s ease forwards;
  opacity: 0;
  animation-delay: 0.8s;
}

.laxmi-auth .benefit-item { display: flex; align-items: center; gap: 12px; }

.laxmi-auth .benefit-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  opacity: 0.7;
}

.laxmi-auth .benefit-text {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.laxmi-auth .auth-error {
  font-size: 12px;
  color: #E24B4A;
  margin-top: 4px;
  display: block;
}

.laxmi-auth .toggle-email-phone {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  color: #8B6914;
  font-weight: 500;
  cursor: pointer;
  text-align: right;
  width: 100%;
  margin-top: -4px;
}

.laxmi-auth .toggle-email-phone:hover { color: #1a1a1a; }

.laxmi-auth .field-phone .iti { width: 100%; }

.laxmi-auth .field-phone .iti__flag-container + input,
.laxmi-auth .field-phone input[type="tel"] {
  padding-left: 90px !important;
}

.laxmi-auth .field-phone .iti__selected-flag {
  background: transparent !important;
  border-right: 1px solid var(--border);
}

.laxmi-auth .field-phone .iti__country-list {
  background: #ffffff;
  border-color: var(--border);
  color: var(--text-dark);
}

.laxmi-auth .demo-box {
  margin-top: 0.5rem;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fffdf9;
}

.laxmi-auth .demo-box button {
  background: rgba(255, 197, 25, 0.15);
  border: 1px solid var(--border);
  color: var(--gold-dark);
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}

.laxmi-auth .back-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 1rem;
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.laxmi-auth .back-home:hover { color: var(--gold); }

.laxmi-auth .g-recaptcha { transform-origin: left top; margin-bottom: 4px; }

.laxmi-auth .laxmi-animate {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.laxmi-auth .laxmi-animate.laxmi-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes laxmiFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 800px) {
  .laxmi-auth-login .wrapper,
  .laxmi-auth-register .wrapper { grid-template-columns: 1fr; }

  .laxmi-auth-login .left-panel,
  .laxmi-auth-register .right-panel,
  .laxmi-auth .v-divider { display: none; }

  .laxmi-auth-login .right-panel,
  .laxmi-auth-register .left-panel { padding: 2.5rem 2rem; }

  .laxmi-auth .login-title { font-size: 2rem; }
}
