/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/login/login.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* ===== Login Page ===== */

.login_loginContainer__PJWTS {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  padding-top: calc(clamp(1rem, 4vw, 2rem) + env(safe-area-inset-top, 0px));
  padding-bottom: calc(clamp(1rem, 4vw, 2rem) + env(safe-area-inset-bottom, 0px));
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f4ff 0%, #f0e8ff 30%, #ebe0ff 55%, #f3ecff 80%, #f8f5ff 100%);
}

/* Animated background orbs */
.login_loginContainer__PJWTS::before,
.login_loginContainer__PJWTS::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: login_loginOrb__GUWGy 14s ease-in-out infinite;
}
.login_loginContainer__PJWTS::before {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(123,47,247,0.18) 0%, transparent 70%);
  top: -80px;
  right: -60px;
}
.login_loginContainer__PJWTS::after {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(248,87,193,0.14) 0%, transparent 70%);
  bottom: -40px;
  left: -60px;
  animation-delay: -6s;
  animation-duration: 18s;
}

/* Third floating orb */
.login_loginWrapper__swkEg::before {
  content: '';
  position: fixed;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%);
  top: 55%;
  right: 10%;
  filter: blur(60px);
  pointer-events: none;
  animation: login_loginOrb__GUWGy 20s ease-in-out infinite -3s;
}

@keyframes login_loginOrb__GUWGy {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(15px, -20px) scale(1.06); }
  66% { transform: translate(-10px, 15px) scale(0.94); }
}

.login_loginWrapper__swkEg {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: login_loginSlideUp__D2Xtw 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.login_backToHome__aiwDf {
  position: absolute;
  z-index: 20;
  top: max(1rem, env(safe-area-inset-top, 0px));
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(229, 231, 235, 0.78);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.07);
  color: #374151;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 650;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.login_backToHome__aiwDf svg { width: 1rem; height: 1rem; color: #7b2ff7; }
.login_backToHome__aiwDf:hover:not(:disabled) { background: rgba(255, 255, 255, 0.96); border-color: rgba(123, 47, 247, 0.35); box-shadow: 0 5px 14px rgba(123, 47, 247, 0.13); }
.login_backToHome__aiwDf:active:not(:disabled) { transform: scale(0.97); }
.login_backToHome__aiwDf:focus-visible { outline: 3px solid rgba(123, 47, 247, 0.42); outline-offset: 3px; }
.login_backToHome__aiwDf:disabled { cursor: wait; opacity: 0.72; }

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

.login_loginLogo__0CeTK {
  transform: scale(0.65);
  margin-bottom: 0.5rem;
  animation: login_loginFadeIn__tIeez 0.5s ease 0.15s both;
}

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

/* Tagline */
.login_tagline__yrNCv {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #7B2FF7 0%, #D66EFB 50%, #F857C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  animation: login_loginFadeIn__tIeez 0.6s ease 0.3s both;
}

/* Version */
.login_version__6Rgbi {
  margin-top: 1.25rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #7B2FF7;
  letter-spacing: 0.03em;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(123,47,247,0.04) 0%, rgba(214,110,251,0.03) 100%);
  border: 1px solid rgba(123,47,247,0.08);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  animation: login_fadeIn__oFMfU 0.5s ease 0.6s both;
}

.login_version__6Rgbi::before {
  content: '✨';
  font-size: 0.6rem;
  opacity: 0.7;
}

.login_loginCard__ax2Qu {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 1.15rem;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 8px 32px rgba(123,47,247,0.06),
    0 1px 4px rgba(0,0,0,0.04);
  animation: login_loginCardIn__xnoVr 0.55s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

@keyframes login_loginCardIn__xnoVr {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.login_loginHeader__QipdU {
  padding: 1.75rem 1.5rem 0;
  text-align: center;
  margin-bottom: 0.25rem;
}

.login_loginTitle__BrFVS {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.login_loginDescription__W5eI5 {
  text-align: center;
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 0.35rem;
}

.login_loginContent__H4H9z {
  padding: 1rem 1.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login_loginError__KCIl2 {
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.2);
  color: #dc2626;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  animation: login_shakeX__Qng8r 0.45s ease;
}

.login_loginNotice__o2Egb {
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.2);
  color: #15803d;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
}

@keyframes login_shakeX__Qng8r {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(2px); }
}

/* Staggered field animations */
@keyframes login_staggerIn__soasV {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.login_stagger1__xLcZx { animation: login_staggerIn__soasV 0.4s ease 0.2s both; }
.login_stagger2__9AI9h { animation: login_staggerIn__soasV 0.4s ease 0.35s both; }

.login_inputGroup__luK6L {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.login_inputLabel__xxNvF {
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151 !important;
  letter-spacing: 0.01em;
}

.login_inputWrapper__RMjyy {
  position: relative;
}

.login_inputIcon__3RwXh {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.95rem;
  width: 0.95rem;
  color: #9ca3af;
  z-index: 1;
  transition: color 0.25s ease;
}

.login_inputWrapper__RMjyy:focus-within .login_inputIcon__3RwXh {
  color: #7B2FF7;
}

.login_loginInput__sFV50 {
  padding-left: 2.35rem;
  height: 2.65rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.65rem;
  background: rgba(255,255,255,0.85) !important;
  color: #111827 !important;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}

.login_loginInput__sFV50::-moz-placeholder {
  color: #9ca3af !important;
}

.login_loginInput__sFV50::placeholder {
  color: #9ca3af !important;
}

.login_loginInput__sFV50:focus {
  border-color: #7B2FF7;
  box-shadow: 0 0 0 3px rgba(123,47,247,0.08);
  background: white !important;
}

/* FIX: Chrome autofill yellow background override */
.login_loginInput__sFV50:-webkit-autofill,
.login_loginInput__sFV50:-webkit-autofill:hover,
.login_loginInput__sFV50:-webkit-autofill:focus,
.login_loginInput__sFV50:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #111827 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #111827;
}

/* Password toggle */
.login_passwordToggle__GtxbS {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  cursor: pointer;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: color 0.2s ease, background 0.2s ease;
}
.login_passwordToggle__GtxbS:focus-visible {
  outline: 2px solid #7B2FF7;
  outline-offset: 1px;
}
.login_passwordToggle__GtxbS svg {
  width: 1.1rem;
  height: 1.1rem;
}
.login_passwordToggle__GtxbS:hover {
  color: #7B2FF7;
  background: rgba(123,47,247,0.08);
}

.login_resetPasswordLink__qSJgj {
  align-self: flex-end;
  margin-top: 0.15rem;
  border: none;
  background: none;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7B2FF7;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.login_resetPasswordLink__qSJgj:hover:not(:disabled) {
  opacity: 0.8;
  text-decoration: underline;
}

.login_resetPasswordLink__qSJgj:disabled {
  opacity: 0.55;
  cursor: wait;
}

.login_loginFooter__bUMEC {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0 1.5rem 1.5rem;
}

/* Divider */
.login_divider__Hxxps {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.15rem 0;
}
.login_dividerLine__ixEvq {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.login_dividerText__kVYBx {
  font-size: 0.7rem;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.login_loginButton__u5Ek9 {
  width: 100%;
  min-height: 3.125rem;
  border: none;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #7B2FF7 0%, #9F5AF7 50%, #D66EFB 100%);
  background-size: 200% 200%;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(123,47,247,0.2);
  position: relative;
  overflow: hidden;
}

.login_loginButton__u5Ek9::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.2) 50%, transparent 65%);
  background-size: 250% 100%;
  animation: login_btnShimmer__Dcg8g 3s ease-in-out infinite;
}

@keyframes login_btnShimmer__Dcg8g {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.login_loginButton__u5Ek9:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(123,47,247,0.32);
}

.login_loginButton__u5Ek9:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(123,47,247,0.2);
}

.login_loginButton__u5Ek9:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.login_loginButton__u5Ek9:focus-visible,
.login_googleButton__wSWqO:focus-visible,
.login_passwordToggle__GtxbS:focus-visible,
.login_resetPasswordLink__qSJgj:focus-visible,
.login_signupLink__nY9bU a:focus-visible {
  outline: 3px solid rgba(123, 47, 247, 0.42);
  outline-offset: 3px;
}
.login_loginButton__u5Ek9:disabled::after {
  display: none;
}

.login_googleButton__wSWqO {
  width: 100%;
  min-height: 3.125rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.65rem;
  background: white;
  color: #374151;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.login_googleButton__wSWqO:hover:not(:disabled) {
  border-color: #7B2FF7;
  background: rgba(123,47,247,0.02);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
}

.login_googleButton__wSWqO:active:not(:disabled) {
  transform: translateY(0);
}

.login_googleButton__wSWqO:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.login_googleIcon__k7R2B {
  width: 1.05rem;
  height: 1.05rem;
}

.login_signupLink__nY9bU {
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
  padding-top: 0.35rem;
}

.login_signupLink__nY9bU a {
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.login_signupLink__nY9bU a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Transition overlay */
.login_pageTransitionOverlay__4D8eZ {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 244, 255, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: login_overlayIn__WYtDX 0.24s ease both;
}

.login_transitionLoader__Nx37P {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(123, 47, 247, 0.14);
  box-shadow: 0 10px 30px rgba(123, 47, 247, 0.14);
}

.login_transitionSpinner___6Tkl {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 2px solid rgba(123, 47, 247, 0.25);
  border-top-color: #7B2FF7;
  animation: login_spin__pBhqS 0.9s linear infinite;
}

.login_transitionText__eSy04 {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.01em;
}

@keyframes login_overlayIn__WYtDX {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

/* ===== Dark mode (uses .dark class on <html>) ===== */
.dark .login_loginContainer__PJWTS {
  background: linear-gradient(145deg, #0c0618 0%, #110a22 30%, #0f0720 55%, #0d0619 80%, #0a0514 100%);
}
.dark .login_loginContainer__PJWTS::before {
  background: radial-gradient(circle, rgba(123,47,247,0.12) 0%, transparent 70%);
}
.dark .login_loginContainer__PJWTS::after {
  background: radial-gradient(circle, rgba(248,87,193,0.08) 0%, transparent 70%);
}
.dark .login_loginWrapper__swkEg::before {
  background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 70%);
}

.dark .login_backToHome__aiwDf {
  background: rgba(20, 16, 36, 0.78);
  border-color: rgba(123, 47, 247, 0.2);
  color: #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dark .login_backToHome__aiwDf:hover:not(:disabled) {
  background: rgba(28, 20, 48, 0.95);
  border-color: rgba(167, 139, 250, 0.45);
}

.dark .login_loginCard__ax2Qu {
  background: rgba(20,16,36,0.75);
  border-color: rgba(123,47,247,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 1px 4px rgba(0,0,0,0.15);
}

.dark .login_loginTitle__BrFVS {
  background: linear-gradient(135deg, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .login_loginDescription__W5eI5 { color: #6b7280; }

.dark .login_tagline__yrNCv {
  background: linear-gradient(135deg, #a78bfa 0%, #c084fc 50%, #f0abfc 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .login_version__6Rgbi { 
  color: #a78bfa;
  background: linear-gradient(135deg, rgba(167,139,250,0.04) 0%, rgba(192,132,252,0.03) 100%);
  border-color: rgba(167,139,250,0.08);
}

.dark .login_loginError__KCIl2 {
  background: rgba(239,68,68,0.1);
  border-color: rgba(239,68,68,0.25);
  color: #f87171;
}

.dark .login_loginNotice__o2Egb {
  background: rgba(34,197,94,0.12);
  border-color: rgba(34,197,94,0.22);
  color: #86efac;
}

.dark .login_inputLabel__xxNvF { color: #d1d5db !important; }

.dark .login_loginInput__sFV50 {
  background: rgba(17,14,30,0.8) !important;
  border-color: rgba(123,47,247,0.15);
  color: #f3f4f6 !important;
}
.dark .login_loginInput__sFV50::-moz-placeholder { color: #4b5563 !important; }
.dark .login_loginInput__sFV50::placeholder { color: #4b5563 !important; }
.dark .login_loginInput__sFV50:focus {
  border-color: #7B2FF7;
  box-shadow: 0 0 0 3px rgba(123,47,247,0.12);
  background: rgba(17,14,30,0.95) !important;
}

/* Dark: Chrome autofill override */
.dark .login_loginInput__sFV50:-webkit-autofill,
.dark .login_loginInput__sFV50:-webkit-autofill:hover,
.dark .login_loginInput__sFV50:-webkit-autofill:focus,
.dark .login_loginInput__sFV50:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #110e1e inset !important;
  -webkit-text-fill-color: #f3f4f6 !important;
  caret-color: #f3f4f6;
}

.dark .login_passwordToggle__GtxbS { color: #6b7280; }
.dark .login_passwordToggle__GtxbS:hover {
  color: #a78bfa;
  background: rgba(123,47,247,0.1);
}

.dark .login_resetPasswordLink__qSJgj {
  color: #c4b5fd;
}

.dark .login_dividerLine__ixEvq { background: rgba(123,47,247,0.12); }
.dark .login_dividerText__kVYBx { color: #4b5563; }

.dark .login_loginButton__u5Ek9 {
  box-shadow: 0 4px 14px rgba(123,47,247,0.15);
}
.dark .login_loginButton__u5Ek9:hover:not(:disabled) {
  box-shadow: 0 8px 24px rgba(123,47,247,0.25);
}

.dark .login_googleButton__wSWqO {
  background: rgba(17,14,30,0.6);
  border-color: rgba(123,47,247,0.15);
  color: #d1d5db;
}
.dark .login_googleButton__wSWqO:hover:not(:disabled) {
  border-color: #7B2FF7;
  background: rgba(123,47,247,0.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.dark .login_signupLink__nY9bU { color: #6b7280; }

.dark .login_pageTransitionOverlay__4D8eZ {
  background: rgba(9, 6, 20, 0.76);
}

.dark .login_transitionLoader__Nx37P {
  background: rgba(20, 16, 36, 0.82);
  border-color: rgba(123, 47, 247, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.dark .login_transitionSpinner___6Tkl {
  border-color: rgba(167, 139, 250, 0.25);
  border-top-color: #a78bfa;
}

.dark .login_transitionText__eSy04 {
  color: #9ca3af;
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .login_loginContainer__PJWTS { padding: 2rem; }
  .login_loginCard__ax2Qu {
    box-shadow: 0 12px 40px rgba(123,47,247,0.08), 0 2px 6px rgba(0,0,0,0.04);
  }
  .login_tagline__yrNCv { font-size: 0.95rem; }
}

@media (min-width: 768px) {
  .login_loginWrapper__swkEg { max-width: 26rem; }
  .login_loginTitle__BrFVS { font-size: 1.5rem; }
  .login_loginHeader__QipdU { padding: 2rem 2rem 0; }
  .login_loginContent__H4H9z { padding: 1.15rem 2rem 0.85rem; }
  .login_loginFooter__bUMEC { padding: 0 2rem 1.75rem; }
  .login_loginInput__sFV50 { height: 2.75rem; }
  .login_loginButton__u5Ek9 { height: 2.75rem; }
  .login_googleButton__wSWqO { height: 2.75rem; }
}

@media (max-width: 380px) {
  .login_loginWrapper__swkEg { max-width: 100%; }
  .login_loginHeader__QipdU { padding: 1.25rem 1rem 0; }
  .login_loginContent__H4H9z { padding: 0.85rem 1rem 0.65rem; }
  .login_loginFooter__bUMEC { padding: 0 1rem 1.25rem; }
  .login_loginTitle__BrFVS { font-size: 1.2rem; }
  .login_tagline__yrNCv { font-size: 0.8rem; }
}

@media (max-width: 767px) {
  .login_backToHome__aiwDf {
    right: 1rem;
    justify-content: flex-start;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login_backToHome__aiwDf,
  .login_loginButton__u5Ek9,
  .login_googleButton__wSWqO,
  .login_passwordToggle__GtxbS,
  .login_resetPasswordLink__qSJgj {
    transition: none;
  }
}

@media (max-width: 340px) {
  .login_loginContainer__PJWTS { padding: 1rem 0.75rem; }
  .login_loginLogo__0CeTK { transform: scale(0.55); }
  .login_loginInput__sFV50 { height: 2.5rem; font-size: 0.8rem; }
  .login_loginButton__u5Ek9 { height: 2.5rem; font-size: 0.8rem; }
  .login_googleButton__wSWqO { height: 2.5rem; font-size: 0.8rem; }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/navigation/mobile-nav.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-top: 1px solid rgba(123, 47, 247, 0.08);
  z-index: 50;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(123, 47, 247, 0.05);
}

.mobile-nav-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0.6rem 0.5rem 0.4rem;
  max-width: 100%;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.35rem 0.5rem;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #9ca3af;
  min-width: 56px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  gap: 0.2rem;
}

/* Improved mobile nav item touch feedback */
.mobile-nav-item:active {
  transform: scale(0.92);
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.06);
}

.dark .mobile-nav-item:active {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.1);
}

/* Subtle visual highlight for Home item (centered 3rd item) */
.mobile-nav-item.mobile-nav-home {
  background: rgba(123, 47, 247, 0.08);
  color: #7B2FF7;
  font-weight: 600;
  border-radius: 0.85rem;
}

.mobile-nav-item.mobile-nav-home .mobile-nav-icon {
  color: #7B2FF7;
}

.mobile-nav-item.mobile-nav-home.active {
  background: rgba(123, 47, 247, 0.16);
  box-shadow: inset 0 0 0 1px rgba(123, 47, 247, 0.2);
}

.dark .mobile-nav-item.mobile-nav-home {
  background: rgba(139, 92, 246, 0.12);
  color: #c4b5fd;
}

.dark .mobile-nav-item.mobile-nav-home .mobile-nav-icon {
  color: #c4b5fd;
}

.dark .mobile-nav-item.mobile-nav-home.active {
  background: rgba(139, 92, 246, 0.22);
  box-shadow: inset 0 0 0 1px rgba(196, 181, 253, 0.25);
}

/* Slightly larger hit areas on very small screens */
@media (max-width: 375px) {
  .mobile-nav-item {
    min-width: 52px;
    padding: 0.4rem 0.45rem;
  }

  .mobile-nav-icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  .mobile-nav-label {
    font-size: 0.6rem;
  }

  .mobile-nav-more-btn {
    padding: 0.4rem 0.45rem;
  }
}

/* Ensure safe area for iPhone notch/home indicator */
@supports (padding: max(0px)) {
  .mobile-nav {
    padding-bottom: max(0.35rem, env(safe-area-inset-bottom));
  }

  .mobile-more-sheet {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom) + 1rem);
  }
}

.mobile-nav-item:hover {
  color: #7B2FF7;
}

.mobile-nav-item:active {
  transform: scale(0.94);
  color: #7B2FF7;
}

.mobile-nav-item.active {
  color: #7B2FF7;
}

.mobile-nav-item.active::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: linear-gradient(90deg, #7B2FF7, #9F5AF7);
  border-radius: 3px;
}

.mobile-nav-icon {
  width: 1.4rem;
  height: 1.4rem;
  stroke-width: 1.8;
  transition: all 0.2s ease;
}

.mobile-nav-item.active .mobile-nav-icon {
  transform: scale(1.1);
  stroke-width: 2.2;
}

.mobile-nav-label {
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

.mobile-nav-item.active .mobile-nav-label {
  font-weight: 700;
}

.mobile-nav-balance {
  font-size: 0.6rem;
  font-weight: 700;
  color: #10b981;
  line-height: 1;
  margin-top: 0;
}

.mobile-nav-reward-badge {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.5px solid white;
  pointer-events: none;
}

.dark .mobile-nav-reward-badge {
  border-color: rgba(10, 10, 20, 0.88);
}

/* Public home page mobile-nav stays light & glassmorphic */
.mobile-nav-public,
.dark .mobile-nav-public {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border-top: 1px solid rgba(123, 47, 247, 0.12) !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06), 0 -1px 4px rgba(123, 47, 247, 0.05) !important;
}

/* Dark mode (class-based) */
.dark .mobile-nav:not(.mobile-nav-public) {
  background: rgba(10, 10, 20, 0.88);
  border-top-color: rgba(123, 47, 247, 0.12);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25), 0 -1px 4px rgba(123, 47, 247, 0.08);
}

.dark .mobile-nav-item {
  color: #6b7280;
}

.dark .mobile-nav-item:hover,
.dark .mobile-nav-item.active {
  color: #a78bfa;
}

.dark .mobile-nav-item.active::after {
  background: linear-gradient(90deg, #a78bfa, #c4b5fd);
}

.dark .mobile-nav-balance {
  color: #34d399;
}

/* ===== More Button ===== */
.mobile-nav-more-btn {
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}

.mobile-nav-notif-dot {
  position: absolute;
  top: 0.2rem;
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  border: 1.5px solid white;
}

.dark .mobile-nav-notif-dot {
  border-color: rgba(10, 10, 20, 0.88);
}

/* ===== More Overlay ===== */
.mobile-more-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 60;
  display: flex;
  align-items: flex-end;
  animation: moreOverlayIn 0.2s ease;
}

@keyframes moreOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.mobile-more-sheet {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(24px);
  border-radius: 1.25rem 1.25rem 0 0;
  padding-bottom: 1.5rem;
  animation: moreSheetIn 0.25s ease;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.1);
}

@keyframes moreSheetIn {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.mobile-more-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.5rem;
}

.mobile-more-title {
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-more-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mobile-more-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mobile-more-list {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-more-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mobile-more-item:hover {
  background: rgba(123, 47, 247, 0.06);
  color: #7B2FF7;
}

.mobile-more-item.active {
  background: rgba(123, 47, 247, 0.08);
  color: #7B2FF7;
}

.mobile-more-item-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(123, 47, 247, 0.06);
  color: #7B2FF7;
  flex-shrink: 0;
}

.mobile-more-item.active .mobile-more-item-icon {
  background: rgba(123, 47, 247, 0.12);
}

.mobile-more-soon {
  opacity: 0.5;
  cursor: default;
}

.mobile-more-badge {
  margin-left: auto;
  padding: 0.1rem 0.4rem;
  border-radius: 9999px;
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.mobile-more-badge.dev-badge {
  background: rgba(123, 47, 247, 0.1);
  color: #7B2FF7;
}

.dark .mobile-more-badge.dev-badge {
  background: rgba(167, 139, 250, 0.15);
  color: #c4b5fd;
}

.mobile-more-chat-badge {
  margin-left: auto;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Dark mode - More overlay */
.dark .mobile-more-sheet {
  background: rgba(10, 10, 20, 0.96);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
}

.dark .mobile-more-close {
  background: rgba(255, 255, 255, 0.08);
  color: #9ca3af;
}

.dark .mobile-more-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.dark .mobile-more-item {
  color: #d1d5db;
}

.dark .mobile-more-item:hover {
  background: rgba(139, 92, 246, 0.08);
  color: #a78bfa;
}

.dark .mobile-more-item.active {
  background: rgba(139, 92, 246, 0.1);
  color: #a78bfa;
}

.dark .mobile-more-item-icon {
  background: rgba(139, 92, 246, 0.1);
  color: #a78bfa;
}

.dark .mobile-more-item.active .mobile-more-item-icon {
  background: rgba(139, 92, 246, 0.18);
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .mobile-more-overlay {
    display: none;
  }
}

/* Safe area */
@supports (padding: max(0px)) {
  .mobile-nav {
    padding-bottom: max(0.35rem, env(safe-area-inset-bottom));
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/navigation/support-fab.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.support-fab {
  position: fixed;
  bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px) + 0.5rem);
  right: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.95rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(123, 47, 247, 0.35);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(8px);
}

.support-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(123, 47, 247, 0.45);
  color: #ffffff;
}

.support-fab:active {
  transform: scale(0.95);
}

.support-fab-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-fab-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.5px solid #ffffff;
}

.dark .support-fab-badge {
  border-color: #0f172a;
}

@media (max-width: 480px) {
  .support-fab-label {
    display: none;
  }
  .support-fab {
    padding: 0.75rem;
    border-radius: 50%;
  }
}

@media (min-width: 768px) {
  .support-fab {
    bottom: 2rem;
    right: 2rem;
    padding: 0.75rem 1.1rem;
    font-size: 0.85rem;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/navigation/notification-dropdown.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.nd-wrapper {
  position: relative;
}

.nd-bell-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(123, 47, 247, 0.12);
  background: rgba(123, 47, 247, 0.06);
  cursor: pointer;
  transition: all 0.2s ease;
}

.nd-bell-btn:hover {
  background: rgba(123, 47, 247, 0.12);
  border-color: rgba(123, 47, 247, 0.2);
  transform: translateY(-1px);
}

.nd-bell-icon {
  width: 1.1rem;
  height: 1.1rem;
  color: #7B2FF7;
}

.nd-bell-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 9999px;
  background: #ef4444;
  color: white;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 2px solid white;
}

.nd-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(320px, calc(100vw - 24px));
  max-height: min(420px, calc(100dvh - 88px));
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(123, 47, 247, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: ndSlideIn 0.15s ease;
}

@keyframes ndSlideIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.nd-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(123, 47, 247, 0.06);
}

.nd-dropdown-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1f2937;
}

.nd-dropdown-actions {
  display: flex;
  gap: 0.25rem;
}

.nd-header-btn {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.15s ease;
}

.nd-header-btn:hover {
  background: rgba(123, 47, 247, 0.08);
  color: #7B2FF7;
}

.nd-dropdown-body {
  max-height: min(300px, calc(100dvh - 180px));
  overflow-y: auto;
  scrollbar-width: thin;
}

.nd-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #9ca3af;
}

.nd-empty-icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem;
  color: #d1d5db;
}

.nd-empty p {
  font-size: 0.8rem;
  font-weight: 500;
}

.nd-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  cursor: pointer;
  transition: background 0.15s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.nd-item:hover {
  background: rgba(123, 47, 247, 0.03);
}

.nd-item:last-child {
  border-bottom: none;
}

.nd-item-unread {
  background: rgba(123, 47, 247, 0.03);
}

.nd-item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  margin-top: 0.4rem;
  flex-shrink: 0;
}

.nd-item-unread .nd-item-dot {
  background: #7B2FF7;
}

.nd-item-content {
  flex: 1;
  min-width: 0;
}

.nd-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.1rem;
}

.nd-item-msg {
  font-size: 0.7rem;
  color: #6b7280;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nd-item-time {
  font-size: 0.6rem;
  color: #9ca3af;
  font-weight: 500;
  margin-top: 0.15rem;
  display: block;
}

.nd-dropdown-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #7B2FF7;
  text-decoration: none;
  border-top: 1px solid rgba(123, 47, 247, 0.06);
  transition: background 0.15s ease;
}

.nd-dropdown-footer:hover {
  background: rgba(123, 47, 247, 0.04);
}

/* Dark mode */
.dark .nd-bell-btn {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
}

.dark .nd-bell-btn:hover {
  background: rgba(139, 92, 246, 0.15);
  border-color: rgba(139, 92, 246, 0.25);
}

.dark .nd-bell-icon {
  color: #a78bfa;
}

.dark .nd-bell-badge {
  border-color: #111827;
}

.dark .nd-dropdown {
  background: rgba(17, 24, 39, 0.96);
  border-color: rgba(75, 85, 99, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dark .nd-dropdown-header {
  border-bottom-color: rgba(75, 85, 99, 0.2);
}

.dark .nd-dropdown-title { color: #f3f4f6; }

.dark .nd-header-btn { color: #6b7280; }
.dark .nd-header-btn:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #a78bfa;
}

.dark .nd-empty-icon { color: #4b5563; }
.dark .nd-empty p { color: #6b7280; }

.dark .nd-item { border-bottom-color: rgba(75, 85, 99, 0.1); }
.dark .nd-item:hover { background: rgba(139, 92, 246, 0.05); }
.dark .nd-item-unread { background: rgba(139, 92, 246, 0.05); }
.dark .nd-item-unread .nd-item-dot { background: #a78bfa; }
.dark .nd-item-title { color: #f3f4f6; }
.dark .nd-item-msg { color: #9ca3af; }
.dark .nd-item-time { color: #6b7280; }

.dark .nd-dropdown-footer {
  border-top-color: rgba(75, 85, 99, 0.2);
  color: #a78bfa;
}

.dark .nd-dropdown-footer:hover {
  background: rgba(139, 92, 246, 0.06);
}

@media (max-width: 767px) {
  .nd-dropdown {
    position: fixed;
    top: calc(4.25rem + 8px);
    right: 12px;
    max-height: calc(100dvh - 88px);
    z-index: 105;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/navigation/navbar.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.navbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-bottom: 1px solid rgba(123, 47, 247, 0.08);
  box-shadow: 0 1px 0 rgba(123, 47, 247, 0.05), 0 4px 20px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 1.5rem;
  /* needed for ::after pseudo-element */
  isolation: isolate;
}

.page-navbar-sticky {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  width: 100% !important;
  transform: translateZ(0);
}

.navbar-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.navbar-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.navbar-logo-wrapper .logo-container {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-logo-wrapper .logo-text {
  font-size: 1.6rem !important;
  line-height: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  padding-bottom: 0.15rem; /* Prevents descenders like 'p' from clipping */
  filter: drop-shadow(0 1px 2px rgba(123, 47, 247, 0.25));
}

/* ===== Horizontal Nav Menu (desktop only) ===== */
.navbar-menu {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

.navbar-menu-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  border-radius: 0.45rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: none;
  background: none;
  cursor: pointer;
}

.navbar-menu-item:hover {
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.06);
}

.navbar-menu-item.active {
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.1);
}

.navbar-menu-icon {
  width: 1rem;
  height: 1rem;
}

/* ===== More Dropdown ===== */
.navbar-more-wrapper {
  position: relative;
}

.navbar-more-btn {
  position: relative;
}

.navbar-more-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(123, 47, 247, 0.1);
  border-radius: 0.6rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
  z-index: 100;
  overflow: hidden;
  padding: 0.3rem;
  animation: navDropIn 0.15s ease;
}

@keyframes navDropIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.navbar-more-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.15s ease;
}

.navbar-more-item:hover {
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.06);
}

.navbar-more-item.active {
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.08);
}

.navbar-more-soon {
  opacity: 0.5;
  cursor: default;
}

.navbar-more-badge {
  font-size: 0.5rem;
  font-weight: 700;
  padding: 0.1rem 0.35rem;
  border-radius: 9999px;
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-left: auto;
}

.navbar-more-badge.dev-badge {
  background: rgba(123, 47, 247, 0.1);
  color: #7B2FF7;
}

.dark .navbar-more-badge.dev-badge {
  background: rgba(167, 139, 250, 0.15);
  color: #c4b5fd;
}

.navbar-more-chat-dot {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef4444;
}

.navbar-more-chat-badge {
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
}

/* ===== Actions (bell + sign out) ===== */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-profile-link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  background: rgba(123, 47, 247, 0.04);
  border: 1px solid rgba(123, 47, 247, 0.1);
}

.navbar-profile-link:hover,
.navbar-profile-link.active {
  color: #7B2FF7;
  background: rgba(123, 47, 247, 0.1);
  border-color: rgba(123, 47, 247, 0.2);
}

.dark .navbar-profile-link {
  color: #9ca3af;
  background: rgba(139, 92, 246, 0.06);
  border-color: rgba(139, 92, 246, 0.12);
}

.dark .navbar-profile-link:hover,
.dark .navbar-profile-link.active {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.14);
  border-color: rgba(139, 92, 246, 0.25);
}

@media (max-width: 640px) {
  .navbar-profile-label {
    display: none;
  }
}

.sign-out-button {
  background: rgba(123, 47, 247, 0.08);
  border: 1px solid rgba(123, 47, 247, 0.15);
  color: #7b2ff7;
  padding: 0.45rem 0.9rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sign-out-button:hover {
  background: rgba(123, 47, 247, 0.15);
  border-color: rgba(123, 47, 247, 0.25);
  transform: translateY(-1px);
}

.sign-out-button:active {
  transform: translateY(0) scale(0.97);
}

/* ===== Mobile Navbar (logo + actions only) ===== */
@media (max-width: 767px) {
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
    width: 100% !important;
    /* Frosted glass mais forte com tint roxo suave */
    background: linear-gradient(
      180deg,
      rgba(245, 240, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.88) 100%
    ) !important;
    backdrop-filter: blur(40px) saturate(220%) brightness(1.02) !important;
    -webkit-backdrop-filter: blur(40px) saturate(220%) brightness(1.02) !important;
    border-bottom: none !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95) inset,
      0 4px 24px rgba(123, 47, 247, 0.09),
      0 1px 6px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 1.25rem !important;
  }

  /* Faixa gradiente no topo */
  .navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5px;
    background: linear-gradient(
      90deg,
      #7B2FF7 0%,
      #a855f7 35%,
      #c084fc 50%,
      #a855f7 65%,
      #7B2FF7 100%
    );
    pointer-events: none;
    z-index: 1;
  }

  /* Linha gradiente suave na base */
  .navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(123, 47, 247, 0.25) 25%,
      rgba(168, 85, 247, 0.35) 50%,
      rgba(123, 47, 247, 0.25) 75%,
      transparent 100%
    );
    pointer-events: none;
  }

  .navbar-container {
    height: 4.25rem;
    padding: 0 1.1rem;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-logo-wrapper {
    padding: 0;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    position: static;
    left: auto;
    transform: none;
  }

  .navbar-logo-wrapper .logo-container {
    transform: none;
  }

  .navbar-logo-wrapper .logo-text {
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: normal !important;
    padding-bottom: 0.15rem;
    filter: drop-shadow(0 1px 6px rgba(123, 47, 247, 0.22)) !important;
  }

  .navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Sign out — pill compacto */
  .navbar-actions .sign-out-button {
    padding: 0.4rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-radius: 999px;
    background: rgba(123, 47, 247, 0.09);
    border: 1px solid rgba(123, 47, 247, 0.18);
    color: #7b2ff7;
    min-width: auto;
    white-space: nowrap;
    transition: all 0.2s ease;
  }

  .navbar-actions .sign-out-button:hover {
    background: rgba(123, 47, 247, 0.16);
    border-color: rgba(123, 47, 247, 0.28);
  }
}

/* ===== Dashboard Content Navbar Fix ===== */
.dashboard-content .navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
}

/* sm */
@media (min-width: 640px) {
  .navbar-container {
    padding: 0 2rem;
    height: 4.25rem;
  }
  .navbar-logo-wrapper { padding: 0 0.5rem 0 0.5rem; }
  .navbar-logo-wrapper .logo-container { transform: none; }
  .navbar-logo-wrapper .logo-text { font-size: 1.8rem !important; }
}

/* md - show desktop menu */
@media (min-width: 768px) {
  .navbar-container { padding: 0 2rem; height: 4.5rem; }
  .navbar-logo-wrapper {
    padding: 0 1rem 0 0.5rem;
    flex: initial;
    justify-content: flex-start;
    position: static;
    left: auto;
    transform: none;
  }
  .navbar-logo-wrapper .logo-container { transform: none; }
  .navbar-logo-wrapper .logo-text { font-size: 1.9rem !important; }
  .navbar-menu { display: flex; gap: 0.15rem; }
  .navbar-menu-item {
    padding: 0.45rem 0.6rem;
    font-size: 0.78rem;
  }
}

/* lg */
@media (min-width: 1024px) {
  .navbar-container { padding: 0 3rem; height: 4.5rem; }
  .navbar-logo-wrapper { padding: 0 1rem 0 0; flex: initial; justify-content: flex-start; }
  .navbar-logo-wrapper .logo-container { transform: none; }
  .navbar-logo-wrapper .logo-text { font-size: 2.1rem !important; }
  .navbar-menu-item {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }
}

/* xl */
@media (min-width: 1280px) {
  .navbar-container { padding: 0 4rem; height: 4.5rem; }
  .navbar-logo-wrapper { padding: 0 1rem 0 0; flex: initial; justify-content: flex-start; }
  .navbar-logo-wrapper .logo-text { font-size: 2.25rem !important; }
}

/* ===== Dark mode (class-based) ===== */
.dark .navbar {
  background: rgba(8, 8, 18, 0.82);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-bottom-color: rgba(139, 92, 246, 0.10);
  box-shadow: 0 1px 0 rgba(139, 92, 246, 0.06), 0 4px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .dark .navbar {
    background: linear-gradient(
      180deg,
      rgba(20, 12, 40, 0.94) 0%,
      rgba(10, 8, 22, 0.90) 100%
    ) !important;
    backdrop-filter: blur(40px) saturate(220%) brightness(1.08) !important;
    -webkit-backdrop-filter: blur(40px) saturate(220%) brightness(1.08) !important;
    border-bottom: none !important;
    box-shadow:
      0 1px 0 rgba(139, 92, 246, 0.10) inset,
      0 4px 24px rgba(139, 92, 246, 0.10),
      0 1px 8px rgba(0, 0, 0, 0.25) !important;
  }

  .dark .navbar::before {
    background: linear-gradient(
      90deg,
      #6d28d9 0%,
      #a855f7 35%,
      #c084fc 50%,
      #a855f7 65%,
      #6d28d9 100%
    );
  }

  .dark .navbar::after {
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(139, 92, 246, 0.25) 25%,
      rgba(168, 85, 247, 0.38) 50%,
      rgba(139, 92, 246, 0.25) 75%,
      transparent 100%
    );
  }

  .dark .navbar-logo-wrapper .logo-text {
    filter: drop-shadow(0 1px 8px rgba(139, 92, 246, 0.35)) !important;
  }

  .dark .navbar-actions .sign-out-button {
    background: rgba(139, 92, 246, 0.10);
    border-color: rgba(139, 92, 246, 0.22);
    color: #a78bfa;
  }

  .dark .navbar-actions .sign-out-button:hover {
    background: rgba(139, 92, 246, 0.18);
    border-color: rgba(139, 92, 246, 0.32);
  }
}

.dark .navbar-menu-item {
  color: #9ca3af;
}

.dark .navbar-menu-item:hover {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.08);
}

.dark .navbar-menu-item.active {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.12);
}

.dark .navbar-more-dropdown {
  background: rgba(17, 24, 39, 0.96);
  border-color: rgba(75, 85, 99, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.dark .navbar-more-item {
  color: #9ca3af;
}

.dark .navbar-more-item:hover {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.08);
}

.dark .navbar-more-item.active {
  color: #a78bfa;
  background: rgba(139, 92, 246, 0.1);
}

.dark .sign-out-button {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.18);
  color: #a78bfa;
}

.dark .sign-out-button:hover {
  background: rgba(139, 92, 246, 0.18);
  border-color: rgba(139, 92, 246, 0.28);
}

.dark .navbar-logo-wrapper .logo-text {
  filter: drop-shadow(0 1px 3px rgba(139, 92, 246, 0.3));
}

/* ===== Internal navigation visual refresh ===== */
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 0;
  }

  .navbar-container {
    width: min(calc(100% - 2rem), 1180px);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu-item {
    min-height: 38px;
    padding: 0.5rem 0.75rem;
    border-radius: 0.65rem;
  }

  .navbar-menu-item.active {
    box-shadow: inset 0 0 0 1px rgba(123, 47, 247, 0.1);
  }
}

.navbar {
  border-bottom-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.045);
}

.sign-out-button {
  min-height: 36px;
  border-radius: 0.65rem;
  background: rgba(123, 47, 247, 0.06);
}

.dark .navbar {
  border-bottom-color: rgba(196, 181, 253, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/auth/sign-up/sign-up.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* ===== Sign Up Page ===== */

.sign-up_signupContainer__25aBY {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f4ff 0%, #f0e8ff 30%, #ebe0ff 55%, #f3ecff 80%, #f8f5ff 100%);
}

.sign-up_signupContainer__25aBY::before,
.sign-up_signupContainer__25aBY::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  filter: blur(80px);
  animation: sign-up_orbFloat___KHWX 16s ease-in-out infinite;
}

.sign-up_signupContainer__25aBY::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -70px;
  background: radial-gradient(circle, rgba(123,47,247,0.18) 0%, transparent 72%);
}

.sign-up_signupContainer__25aBY::after {
  width: 280px;
  height: 280px;
  right: -60px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(248,87,193,0.13) 0%, transparent 72%);
  animation-delay: -7s;
}

@keyframes sign-up_orbFloat___KHWX {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(14px, -16px) scale(1.05); }
  66% { transform: translate(-12px, 14px) scale(0.94); }
}

.sign-up_signupWrapper__s_VyC {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: sign-up_fadeSlideIn__eojYC 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes sign-up_fadeSlideIn__eojYC {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.sign-up_signupLogo__eWZ_7 {
  transform: scale(0.66);
  margin-bottom: 0.45rem;
  animation: sign-up_fadeIn__l_t43 0.5s ease 0.1s both;
}

.sign-up_tagline__V7tzw {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 1.45rem;
  background: linear-gradient(135deg, #7B2FF7 0%, #D66EFB 50%, #F857C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: sign-up_fadeIn__l_t43 0.55s ease 0.25s both;
}

@keyframes sign-up_fadeIn__l_t43 {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.sign-up_signupCard__p6JQF {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 1.15rem;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(123,47,247,0.07), 0 1px 4px rgba(0,0,0,0.05);
  animation: sign-up_cardIn__yfgX8 0.58s cubic-bezier(0.4, 0, 0.2, 1) 0.05s both;
}

@keyframes sign-up_cardIn__yfgX8 {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.sign-up_signupHeader__o8UiX {
  text-align: center;
  padding: 1.75rem 1.5rem 0.25rem;
}

.sign-up_signupTitle__mrxr5 {
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.15;
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sign-up_signupDescription__CEFFu {
  margin-top: 0.35rem;
  color: #6b7280;
  font-size: 0.84rem;
}

.sign-up_signupForm__GVKxW {
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1.5rem 1.5rem;
}

.sign-up_formError__GCfmI {
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.2);
  color: #dc2626;
  padding: 0.65rem 0.8rem;
  border-radius: 0.6rem;
  font-size: 0.78rem;
  margin-bottom: 0.9rem;
  animation: sign-up_shakeX__ux3Lg 0.45s ease;
}

@keyframes sign-up_shakeX__ux3Lg {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(2px); }
}

.sign-up_field__J2C_x {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.sign-up_fieldLabel__N5tIR {
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.01em;
}

.sign-up_fieldInputWrap__hwzVy {
  position: relative;
}

.sign-up_fieldIcon__2CmMR {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.95rem;
  height: 0.95rem;
  color: #9ca3af;
  z-index: 1;
  transition: color 0.25s ease;
}

.sign-up_fieldInputWrap__hwzVy:focus-within .sign-up_fieldIcon__2CmMR {
  color: #7B2FF7;
}

.sign-up_fieldInput__itHuj {
  height: 2.65rem;
  padding-left: 2.35rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.65rem;
  background: rgba(255,255,255,0.9) !important;
  color: #111827 !important;
  font-size: 0.86rem;
  transition: all 0.25s ease;
}

.sign-up_fieldInput__itHuj::-moz-placeholder {
  color: #9ca3af !important;
}

.sign-up_fieldInput__itHuj::placeholder {
  color: #9ca3af !important;
}

.sign-up_fieldInput__itHuj:focus {
  border-color: #7B2FF7;
  box-shadow: 0 0 0 3px rgba(123,47,247,0.09);
  background: #fff !important;
}

.sign-up_fieldInputError__9PaRk {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,0.09) !important;
}

.sign-up_fieldHint__axygs {
  font-size: 0.72rem;
  font-weight: 500;
  color: #ef4444;
  margin-top: 0.1rem;
  animation: sign-up_fadeIn__l_t43 0.2s ease both;
}

.sign-up_fieldInput__itHuj:-webkit-autofill,
.sign-up_fieldInput__itHuj:-webkit-autofill:hover,
.sign-up_fieldInput__itHuj:-webkit-autofill:focus,
.sign-up_fieldInput__itHuj:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #111827 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #111827;
}

.sign-up_passwordToggle__kvW_Q {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0.25rem;
  border-radius: 0.35rem;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-up_passwordToggle__kvW_Q svg {
  width: 1rem;
  height: 1rem;
}

.sign-up_passwordToggle__kvW_Q:hover {
  color: #7B2FF7;
  background: rgba(123,47,247,0.06);
}

.sign-up_actions__BXi7N {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sign-up_divider__POksf {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.15rem 0;
}
.sign-up_dividerLine__6KUUh {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.sign-up_dividerText__SJSUv {
  font-size: 0.7rem;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sign-up_googleButton__4_8kS {
  width: 100%;
  height: 2.65rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.65rem;
  background: white;
  color: #374151;
  font-weight: 600;
  font-size: 0.86rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.sign-up_googleButton__4_8kS:hover:not(:disabled) {
  border-color: #7B2FF7;
  background: rgba(123,47,247,0.02);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
}

.sign-up_googleButton__4_8kS:active:not(:disabled) {
  transform: translateY(0);
}

.sign-up_googleButton__4_8kS:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sign-up_googleIcon__Mjd05 {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.sign-up_submitButton__AyC77 {
  width: 100%;
  height: 2.65rem;
  border: none;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #7B2FF7 0%, #9F5AF7 45%, #D66EFB 100%);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(123,47,247,0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  overflow: hidden;
}

.sign-up_submitButton__AyC77::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,0.18) 50%, transparent 65%);
  background-size: 250% 100%;
  animation: sign-up_shimmer__S2cME 3.2s ease-in-out infinite;
}

@keyframes sign-up_shimmer__S2cME {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.sign-up_submitButton__AyC77:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(123,47,247,0.32);
}

.sign-up_submitButton__AyC77:active:not(:disabled) {
  transform: translateY(0);
}

.sign-up_submitButton__AyC77:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.sign-up_submitButton__AyC77:disabled::after {
  display: none;
}

.sign-up_signInText__Xfnj_ {
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
}

.sign-up_signInLink__fjNcV {
  background: linear-gradient(135deg, #7B2FF7, #9F5AF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.sign-up_signInLink__fjNcV:hover {
  text-decoration: underline;
}

.sign-up_version__Hgyqh {
  margin-top: 1.1rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #7B2FF7;
  letter-spacing: 0.03em;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(123,47,247,0.04) 0%, rgba(214,110,251,0.03) 100%);
  border: 1px solid rgba(123,47,247,0.08);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  animation: sign-up_fadeIn__l_t43 0.5s ease 0.6s both;
}

.sign-up_version__Hgyqh::before {
  content: '✨';
  font-size: 0.6rem;
  opacity: 0.7;
}

.sign-up_stagger1__RriCW { animation: sign-up_fadeIn__l_t43 0.4s ease 0.15s both; }
.sign-up_stagger2__bktWe { animation: sign-up_fadeIn__l_t43 0.4s ease 0.25s both; }
.sign-up_stagger3___tKGP { animation: sign-up_fadeIn__l_t43 0.4s ease 0.35s both; }

/* ===== Dark mode (.dark class) ===== */
.dark .sign-up_signupContainer__25aBY {
  background: linear-gradient(145deg, #0c0618 0%, #110a22 30%, #0f0720 55%, #0d0619 80%, #0a0514 100%);
}

.dark .sign-up_signupContainer__25aBY::before {
  background: radial-gradient(circle, rgba(123,47,247,0.12) 0%, transparent 72%);
}

.dark .sign-up_signupContainer__25aBY::after {
  background: radial-gradient(circle, rgba(248,87,193,0.08) 0%, transparent 72%);
}

.dark .sign-up_signupCard__p6JQF {
  background: rgba(20,16,36,0.75);
  border-color: rgba(123,47,247,0.13);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 1px 4px rgba(0,0,0,0.15);
}

.dark .sign-up_signupTitle__mrxr5 {
  background: linear-gradient(135deg, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .sign-up_signupDescription__CEFFu,
.dark .sign-up_signInText__Xfnj_ {
  color: #6b7280;
}

.dark .sign-up_tagline__V7tzw {
  background: linear-gradient(135deg, #a78bfa 0%, #c084fc 50%, #f0abfc 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .sign-up_fieldLabel__N5tIR {
  color: #d1d5db;
}

.dark .sign-up_fieldInput__itHuj {
  background: rgba(17,14,30,0.8) !important;
  border-color: rgba(123,47,247,0.15);
  color: #f3f4f6 !important;
}

.dark .sign-up_fieldInput__itHuj::-moz-placeholder {
  color: #4b5563 !important;
}

.dark .sign-up_fieldInput__itHuj::placeholder {
  color: #4b5563 !important;
}

.dark .sign-up_fieldInput__itHuj:focus {
  border-color: #7B2FF7;
  box-shadow: 0 0 0 3px rgba(123,47,247,0.12);
  background: rgba(17,14,30,0.95) !important;
}

.dark .sign-up_fieldInput__itHuj:-webkit-autofill,
.dark .sign-up_fieldInput__itHuj:-webkit-autofill:hover,
.dark .sign-up_fieldInput__itHuj:-webkit-autofill:focus,
.dark .sign-up_fieldInput__itHuj:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #110e1e inset !important;
  -webkit-text-fill-color: #f3f4f6 !important;
  caret-color: #f3f4f6;
}

.dark .sign-up_passwordToggle__kvW_Q {
  color: #6b7280;
}

.dark .sign-up_passwordToggle__kvW_Q:hover {
  color: #a78bfa;
  background: rgba(123,47,247,0.1);
}

.dark .sign-up_version__Hgyqh {
  color: #a78bfa;
  background: linear-gradient(135deg, rgba(167,139,250,0.04) 0%, rgba(192,132,252,0.03) 100%);
  border-color: rgba(167,139,250,0.08);
}

.dark .sign-up_fieldInputError__9PaRk {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,0.12) !important;
}

.dark .sign-up_fieldHint__axygs {
  color: #f87171;
}

.dark .sign-up_formError__GCfmI {
  background: rgba(239,68,68,0.1);
  border-color: rgba(239,68,68,0.25);
  color: #f87171;
}

/* ===== Responsive ===== */
@media (min-width: 768px) {
  .sign-up_signupWrapper__s_VyC {
    max-width: 28rem;
  }

  .sign-up_signupHeader__o8UiX {
    padding: 2rem 2rem 0.3rem;
  }

  .sign-up_signupForm__GVKxW {
    padding: 1rem 2rem 1.8rem;
  }

  .sign-up_fieldInput__itHuj,
  .sign-up_submitButton__AyC77 {
    height: 2.75rem;
  }
}

@media (max-width: 380px) {
  .sign-up_signupLogo__eWZ_7 {
    transform: scale(0.56);
  }

  .sign-up_tagline__V7tzw {
    font-size: 0.8rem;
  }

  .sign-up_signupHeader__o8UiX {
    padding: 1.25rem 1rem 0.15rem;
  }

  .sign-up_signupForm__GVKxW {
    padding: 0.85rem 1rem 1.2rem;
  }

  .sign-up_signupTitle__mrxr5 {
    font-size: 1.2rem;
  }
}

