@charset "UTF-8";
/* ── Auth ── */
.auth,
.auth-page {
  display: flex;
  min-height: 100vh;
}
@media (max-width: 1280px) {
  .auth,
  .auth-page {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
}

.auth__hero .title,
.auth-page__hero .title {
  color: #ffffff;
}

.auth__hero .text--muted,
.auth-page__hero .text--muted {
  color: #767676;
}

.auth__feature-text,
.auth-page__feature-text {
  color: #ffffff;
}

.auth__hero,
.auth-page__hero {
  max-width: 29.625rem;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(180deg, #39bdbc 0%, #0f7676 40.54%, #0f7676 65.29%, #39bdbc 100%);
  padding: 2.8125rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .auth__hero,
  .auth-page__hero {
    max-width: none;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .auth__hero,
  .auth-page__hero {
    align-items: flex-start;
    text-align: left;
  }
}

.auth__hero-title,
.auth-page__hero-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 3.1875rem;
  max-width: 24rem;
}

.auth__hero-text,
.auth-page__hero-text {
  font-size: 1.25rem;
  color: #ededed;
  line-height: 120%;
  max-width: 23.0625rem;
  margin-bottom: 6.4375rem;
  padding-right: 1.625rem;
}

.auth__features,
.auth-page__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.auth__feature,
.auth-page__feature {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.auth__feature-icon,
.auth-page__feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.auth__feature-icon .icon,
.auth-page__feature-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  color: #156b6a;
}

.auth__feature-text,
.auth-page__feature-text {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.3125rem;
}

.auth__deco,
.auth-page__deco {
  position: absolute;
  width: 4.1875rem;
  height: 4.1875rem;
  opacity: 0.6;
  pointer-events: none;
}

.auth__deco svg,
.auth-page__deco svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.auth__deco--1,
.auth-page__deco--1 {
  top: 0.25rem;
  left: 2rem;
}

.auth__deco--2,
.auth-page__deco--2 {
  top: 0.875rem;
  right: -0.5625rem;
}

.auth__deco--3,
.auth-page__deco--3 {
  top: 3.875rem;
  left: 14.8125rem;
}

.auth__deco--4,
.auth-page__deco--4 {
  bottom: 2rem;
  left: 4rem;
}

.auth__deco--5,
.auth-page__deco--5 {
  bottom: 3.75rem;
  right: 6.125rem;
}

.auth__form-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.auth__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7.3125rem;
  width: 100%;
  max-width: 28rem;
}
.auth__error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.875rem;
}
.auth__error-title {
  font-size: 2rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 111%;
  margin-bottom: 1.125rem;
}
.auth__error-text {
  text-align: center;
  font-size: 1rem;
  color: #64748b;
  line-height: 125%;
  margin-bottom: 3.25rem;
}

.auth__logo,
.auth-page__logo {
  margin-bottom: 4rem;
}

.auth__logo img,
.auth-page__logo img {
  height: 4rem;
  width: auto;
}

.auth__heading,
.auth-page__heading {
  width: 100%;
  max-width: 28rem;
  margin-bottom: 1.5rem;
}

.auth__card,
.auth-page__card {
  width: 100%;
  max-width: 28rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.auth__form,
.auth-page__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.auth__row,
.auth-page__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth__footer-text,
.auth-page__footer-text {
  text-align: center;
}

.auth__legal,
.auth-page__legal {
  text-align: center;
  font-size: 0.75rem;
  width: 100%;
  max-width: 20.8125rem;
  line-height: 160%;
  margin-top: 3.25rem;
}

.auth__legal .link,
.auth-page__legal .link {
  font-size: 0.75rem;
}

/* ── Auth modals (register, password reset) ── */
.auth-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.8125rem;
  border-radius: 0.5rem;
  background-color: #767676;
  color: #ffffff;
}
.auth-notice__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #ffffff;
}
.auth-notice__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}

.auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.auth-form-grid__full {
  grid-column: 1/-1;
}

.auth-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 28rem;
}
.auth-modal--doctor {
  max-width: 53.5rem;
}
.auth-modal--doctor .auth-form-grid {
  gap: 0.625rem;
}
.auth-modal > .logo, .auth-modal__logo {
  margin-bottom: 1.5rem;
}
.auth-modal__logo img {
  height: 3.25rem;
  width: auto;
}
.auth-modal__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.auth-modal__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.auth-modal__card {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .auth-modal__card {
    padding: 1rem;
  }
}
.auth-modal__footer-text {
  text-align: center;
}
.auth-modal__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.auth-modal .field__label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  color: #0f172a;
}
.auth-modal--card {
  align-items: center;
  max-width: 30rem;
  padding: 0;
}
.auth-modal--card .auth-modal__logo {
  margin-bottom: 2rem;
}
.auth-modal--card .auth-modal__logo img {
  height: 3rem;
}
.auth-modal--card .auth-modal__title {
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #15200e;
  margin-bottom: 0;
}
.auth-modal--card .auth-modal__subtitle {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: #767676;
  margin-bottom: 0;
}
.auth-modal--card .field__label {
  font-size: 0.8125rem;
  line-height: 1.2188rem;
}
.auth-modal--card .auth-modal__content,
.auth-modal--card .auth-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.auth-modal--card .auth-modal__block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.auth-modal--card .auth-modal__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.auth-modal--card .auth-modal__form {
  width: 100%;
  margin-bottom: 2rem;
}
.auth-modal--card .auth-modal__footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.auth-modal--card .auth-modal__back-link {
  align-self: center;
  color: #156b6a;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  gap: 0.375rem;
  text-decoration: none;
}
.auth-modal--card .auth-modal__back-link .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.auth-modal--card .auth-modal__submit {
  width: 100%;
  background-color: #e9f5f5;
  color: #15200e;
  border: none;
  font-weight: 600;
}
.auth-modal--card .auth-modal__submit:hover:not(:disabled) {
  background-color: #dcefed;
}
.auth-modal--success {
  width: 100%;
  max-width: 32.1875rem;
}
.auth-modal--success .auth-modal__card {
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 3rem 2.5rem;
  gap: 0;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
}
.auth-modal--success .auth-modal__title {
  color: #15200e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.auth-modal--success .auth-modal__subtitle {
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.modal-overlay--auth-modal .modal__close {
  color: #ffffff;
}
.modal-overlay--auth-modal .modal__close:hover {
  color: rgba(255, 255, 255, 0.85);
}

/* responsive collocated */
@media (max-width: 768px) {
  .auth-form-grid {
    grid-template-columns: 1fr;
  }
  .auth-form-grid__full {
    grid-column: auto;
  }
}

@media (max-width: 375px) {
  .auth {
    flex-direction: column;
  }
}

/* ── Legal document modals (privacy, terms) ── */
.legal-doc__logo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3.75rem;
}
.legal-doc__logo img {
  width: 12.375rem;
  height: 3rem;
  object-fit: contain;
}

.privacy-doc__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3.25rem;
  text-align: left;
}
.privacy-doc__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 0;
  color: #15200e;
}
.privacy-doc__heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 1.5rem 0 0.75rem;
  color: #15200e;
}
.privacy-doc__list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
  margin: 0 0 0.75rem;
}
.privacy-doc__list li {
  margin-bottom: 0.5rem;
}
.privacy-doc__divider {
  border: none;
  border-top: 0.0625rem solid #ededed;
  margin: 1.75rem 0 1.25rem;
}
.privacy-doc__copyright {
  margin-top: 1rem;
}

.terms-doc__head {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
.terms-doc__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #15200e;
}
.terms-doc__heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 1.5rem 0 0.75rem;
  color: #15200e;
}
.terms-doc__list {
  padding-left: 0;
  margin: 0 0 0.75rem;
  list-style: none;
}
.terms-doc__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}
.terms-doc__list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=auth.css.map */
