/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.2.2_@playwright+tes_b29d3d3a87e569dd27f1958167068296/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.2.2_@playwright+tes_b29d3d3a87e569dd27f1958167068296/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/features/clone-site/auth.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

.auth_page__8CyNr {
  --bg-base: #f7f3ea;
  --bg-secondary: #f2ede1;
  --text-primary: #111318;
  --text-muted: #4e5562;
  --secondary-body: #2f3744;
  --accent: #ff3b30;
  --accent-deep: #d91f15;
  --headline-dark: #0f1218;
  --white: #ffffff;
  --panel: rgba(255, 255, 255, 0.9);
  --border: rgba(0, 0, 0, 0.18);
  --coral-glow: rgba(255, 122, 80, 0.26);
  --yellow-warm-glow: rgba(255, 228, 148, 0.24);
  --gold-glow: rgba(255, 205, 75, 0.28);
  --accent-glow: rgba(255, 59, 48, 0.22);
  --radius-sm: 0.75rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-accent: 0 4px 16px var(--accent-glow);
  --duration-fast: 0.15s;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  background: var(--bg-base);
}

.auth_page__8CyNr::before {
  content: "";
  position: fixed;
  top: -100px;
  width: 400px;
  height: 400px;
  pointer-events: none;
  z-index: 0;
}

.auth_page__8CyNr::after {
  content: "";
  position: fixed;
  bottom: -100px;
  width: 350px;
  height: 350px;
  pointer-events: none;
  z-index: 0;
}

.auth_loginPage__N_xyd::before {
  right: -100px;
  background: radial-gradient(ellipse, var(--coral-glow) 0%, transparent 70%);
}

.auth_loginPage__N_xyd::after {
  left: -100px;
  background: radial-gradient(ellipse, var(--yellow-warm-glow) 0%, transparent 70%);
}

.auth_signupPage__poCxx::before {
  left: -100px;
  background: radial-gradient(ellipse, var(--gold-glow) 0%, transparent 70%);
}

.auth_signupPage__poCxx::after {
  right: -100px;
  background: radial-gradient(ellipse, var(--coral-glow) 0%, transparent 70%);
}

.auth_forgotPage__JS2BY::before {
  left: 50%;
  top: -80px;
  width: 500px;
  height: 400px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, var(--yellow-warm-glow) 0%, transparent 70%);
}

.auth_forgotPage__JS2BY::after {
  display: none;
}

.auth_wrapper__3UUBg {
  max-width: 420px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.auth_card__1CTsa {
  background: var(--panel);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 40px 32px;
  box-shadow: var(--shadow-lg);
}

.auth_header__U9LRr {
  text-align: center;
  margin-bottom: 32px;
}

.auth_header__U9LRr img {
  height: 48px;
  width: auto;
  margin-bottom: 16px;
}

.auth_header__U9LRr h1 {
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--headline-dark);
  margin-bottom: 6px;
}

.auth_header__U9LRr p {
  color: var(--text-muted);
  font-size: 15px;
}

.auth_oauthButtons__jwr9_ {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.auth_oauthBtn__X1j1l {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  transition: all var(--duration-fast);
}

.auth_oauthBtn__X1j1l:hover {
  background: var(--bg-secondary);
  border-color: var(--text-muted);
}

.auth_oauthBtn__X1j1l svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.auth_divider__8Y1d2 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.auth_divider__8Y1d2::before,
.auth_divider__8Y1d2::after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--border);
}

.auth_divider__8Y1d2::before {
  margin-right: 16px;
}

.auth_divider__8Y1d2::after {
  margin-left: 16px;
}

.auth_formGroup__LueDJ {
  margin-bottom: 20px;
}

.auth_formGroup__LueDJ label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: var(--secondary-body);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.auth_formGroup__LueDJ input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 15px;
  color: var(--text-primary);
  background: var(--white);
  transition: border-color var(--duration-fast), box-shadow var(--duration-fast);
}

.auth_formGroup__LueDJ input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}

.auth_forgotLink__W3_oz {
  display: block;
  text-align: right;
  margin-top: 6px;
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.auth_forgotLink__W3_oz:hover,
.auth_footer__JKw8O a:hover {
  color: var(--accent-deep);
}

.auth_errorBox__l_5kQ {
  background: rgba(239, 68, 68, 0.08);
  color: #dc2626;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(239, 68, 68, 0.15);
}

.auth_successBox__mYDAU {
  background: rgba(16, 185, 129, 0.08);
  color: #059669;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(16, 185, 129, 0.15);
}

.auth_submitBtn__Ee1OP {
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius-md);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background var(--duration-fast), transform 0.1s;
  box-shadow: var(--shadow-accent);
}

.auth_submitBtn__Ee1OP:hover {
  background: var(--accent-deep);
}

.auth_submitBtn__Ee1OP:active {
  transform: scale(0.98);
}

.auth_submitBtn__Ee1OP:disabled {
  opacity: 0.7;
  cursor: default;
}

.auth_footer__JKw8O {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--text-muted);
}

.auth_footer__JKw8O a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

