/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/doctor/login/doctor-auth-form.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.doctor-auth-form_box__R49aU {
  max-width: 26rem;
  width: 100%;
  margin: 0 auto;
  padding: 48px 32px 56px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 30px 60px -20px rgba(26, 26, 46, 0.12);
}

.doctor-auth-form_eyebrow__Wy1xC {
  display: inline-block;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--accent));
  padding: 6px 14px;
  background: rgb(var(--accent-soft));
  border-radius: 999px;
}

.doctor-auth-form_title__AnF0w {
  font-family: var(--font-fraunces), serif;
  font-size: clamp(30px, 4.5vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: rgb(var(--ink));
  font-weight: 600;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  margin-top: 16px;
}

.doctor-auth-form_sub__gnBLF {
  font-family: var(--font-fraunces), serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(var(--ink-soft));
  margin-top: 14px;
  font-variation-settings: 'opsz' 14, 'SOFT' 30;
}

.doctor-auth-form_form__gfqhU {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.doctor-auth-form_label__lbZgS {
  display: block;
}
.doctor-auth-form_label__lbZgS span {
  display: block;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--ink-muted));
  margin-bottom: 8px;
}
.doctor-auth-form_label__lbZgS input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid rgb(var(--ink));
  background: transparent;
  padding: 12px 4px;
  font-family: var(--font-fraunces), serif;
  font-size: 18px;
  color: rgb(var(--ink));
  outline: none;
  transition: border-color 0.2s;
}
.doctor-auth-form_label__lbZgS input:focus {
  border-bottom-color: rgb(var(--accent));
}
.doctor-auth-form_label__lbZgS input::-moz-placeholder {
  color: rgb(var(--ink-muted));
}
.doctor-auth-form_label__lbZgS input::placeholder {
  color: rgb(var(--ink-muted));
}
.doctor-auth-form_label__lbZgS input:disabled {
  opacity: 0.5;
}

.doctor-auth-form_codeInput__ZrzMB {
  font-size: 28px !important;
  letter-spacing: 0.4em;
  text-align: center;
  font-feature-settings: 'tnum';
}

.doctor-auth-form_primary__k9UvZ {
  margin-top: 8px;
  background: rgb(var(--ink));
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s;
}
.doctor-auth-form_primary__k9UvZ:hover:not(:disabled) {
  background: rgb(var(--accent));
  transform: translateY(-1px);
}
.doctor-auth-form_primary__k9UvZ:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.doctor-auth-form_actions__ulkx5 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.doctor-auth-form_linkBtn__mNEu1 {
  background: none;
  border: none;
  color: rgb(var(--ink-muted));
  font-family: var(--font-bricolage), sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
  padding: 6px 0;
  text-decoration: none;
}
.doctor-auth-form_linkBtn__mNEu1:hover:not(:disabled) {
  color: rgb(var(--accent));
}

.doctor-auth-form_error__RgnxD {
  font-family: var(--font-fraunces), serif;
  font-size: 14px;
  color: rgb(var(--accent-deep));
  background: rgb(var(--accent-soft));
  border-radius: 10px;
  padding: 10px 14px;
  font-style: italic;
}

.doctor-auth-form_notice__20oPF {
  font-family: var(--font-fraunces), serif;
  font-size: 14px;
  color: rgb(var(--ink-soft));
  background: rgb(var(--paper-deep));
  border-radius: 10px;
  padding: 10px 14px;
  font-style: italic;
}

.doctor-auth-form_footnote__rx6dw {
  margin-top: 28px;
  text-align: center;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 13px;
  color: rgb(var(--ink-muted));
}
.doctor-auth-form_footnote__rx6dw a {
  color: rgb(var(--accent));
  font-weight: 600;
  text-decoration: none;
}
.doctor-auth-form_footnote__rx6dw a:hover {
  text-decoration: underline;
}

/* ─── Google sign-in button ─── */
.doctor-auth-form_google__0yXku {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 1.5px solid rgb(var(--rule) / 0.18);
  background: white;
  color: rgb(var(--ink));
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.doctor-auth-form_google__0yXku:hover {
  border-color: rgb(var(--ink));
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(26, 26, 46, 0.18);
}
.doctor-auth-form_google__0yXku:focus-visible {
  outline: 2px solid rgb(var(--ink));
  outline-offset: 3px;
}
.doctor-auth-form_google__0yXku svg {
  flex: 0 0 auto;
}

/* ─── Divider ─── */
.doctor-auth-form_divider__0HSWA {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 4px;
}
.doctor-auth-form_dividerLine__ql_x2 {
  flex: 1;
  height: 1px;
  background: rgb(var(--rule) / 0.16);
}
.doctor-auth-form_dividerLabel___aO0f {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(var(--ink-muted));
}

/* ─── "Email me a code instead" button ─── */
.doctor-auth-form_altBtn__QYM1j {
  margin-top: 6px;
  background: none;
  border: 1px dashed rgb(var(--rule) / 0.3);
  color: rgb(var(--ink-soft));
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.doctor-auth-form_altBtn__QYM1j:hover:not(:disabled) {
  background: rgb(var(--accent-soft));
  color: rgb(var(--accent-deep));
  border-color: rgb(var(--accent-deep) / 0.4);
}
.doctor-auth-form_altBtn__QYM1j:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.doctor-auth-form_help__H3TNo {
  display: block;
  margin-top: 8px;
  font-family: var(--font-fraunces), serif;
  font-size: 13px;
  font-style: italic;
  color: rgb(var(--ink-muted));
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/doctor/login/page.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZQQ76 {
  min-height: 100vh;
  background: rgb(var(--paper));
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* top-right warm bloom — slightly stronger than patient login */
.page_bgPaint__XfZfK {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(253, 108, 139, 0.13), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

/* bottom-left secondary wash */
.page_bgAccent__2zrmS {
  position: absolute;
  bottom: -320px;
  left: -260px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(253, 108, 139, 0.055), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.page_nav__HF1Vm {
  position: relative;
  z-index: 1;
  padding: 28px 32px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.page_brand__pQGIf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgb(var(--ink));
}
.page_brandLogo__MoUO9 {
  height: 28px;
  width: auto;
  display: block;
}

.page_brandMark__u7_V2 {
  font-family: var(--font-bodoni), serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  color: rgb(var(--ink));
}

.page_brandDot__FtwGV {
  color: rgb(var(--accent));
}

.page_brandTagline__TUeIi {
  font-family: var(--font-caveat), cursive;
  color: rgb(var(--accent));
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-left: 2px;
  margin-bottom: -2px;
}

.page_shell__MwDoA {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 80px;
}

