/* =========================================================
   CINEMATIC AUTH EXPERIENCE
   Refined Enterprise SaaS Login UI
========================================================= */
/* =========================================================
   VARIABLES
========================================================= */
/* =========================================================
   RESET
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000000;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid rgba(8, 216, 140, 0.95);
  outline-offset: 2px;
}

/* =========================================================
   MAIN SHELL
========================================================= */
.auth-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000;
  padding-bottom: 4rem;
}

/* =========================================================
   HERO VISUAL
========================================================= */
.auth-shell__visual {
  position: absolute;
  top: 40px;
  right: 0;
  width: 72vw;
  height: 60vh;
  background-color: #000000;
  background: url("../images/ipr-prefooter.jpg") top right/cover no-repeat;
  background-position: right -20px top;
  z-index: 1;
  pointer-events: none;
  opacity: 0.98;
}

/* =========================================================
   OVERLAYS
========================================================= */
.auth-shell__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.auth-shell__bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 38%, rgba(0, 0, 0, 0.88) 76%, rgb(0, 0, 0) 100%);
  z-index: 3;
}

.auth-shell__left-glow {
  position: absolute;
  top: 0;
  left: 280px;
  width: 340px;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.22) 0%, rgba(0, 102, 255, 0.06) 42%, transparent 74%);
  filter: blur(26px);
  z-index: 2;
}

/* =========================================================
   LOGIN CARD
========================================================= */
.login-card {
  position: absolute;
  top: 42px;
  left: 48px;
  width: 455px;
  min-height: 820px;
  z-index: 5;
}
.login-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 820px;
  padding: 2rem 2rem 1.6rem;
  border-radius: 28px;
  border: 1px solid rgba(0, 255, 179, 0.82);
  background: linear-gradient(180deg, rgba(5, 10, 22, 0.92) 0%, rgba(2, 6, 15, 0.96) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(0, 255, 179, 0.12), 0 45px 80px rgba(0, 0, 0, 0.58);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.login-card__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  bottom: 0;
  width: 60%;
  background: radial-gradient(circle, rgba(0, 70, 255, 0.18) 0%, transparent 72%);
  pointer-events: none;
}

/* =========================================================
   BRAND
========================================================= */
.brand {
  position: relative;
  z-index: 2;
  text-align: center;
}
.brand__logo {
  width: 104px;
  height: 104px;
  margin: 0 auto 1.8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 60, 94, 0.92), rgba(18, 23, 36, 0.96));
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.04), 0 10px 30px rgba(0, 0, 0, 0.35);
}
.brand__logo img {
  width: 102px;
  height: auto;
}
.brand__welcome {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #d0d8e7;
}
.brand__title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 700;
}

/* =========================================================
   FORM
========================================================= */
.auth-form {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}

.auth-form__actions {
  z-index: 1;
}

.form-group {
  margin-bottom: 1.35rem;
}
.form-group.has-errors input {
  border: 2px solid #FF5504;
}
.form-group.has-errors .error-message, .form-group.has-errors .form-error {
  margin-top: 0.5rem;
  color: #FF5504;
  font-size: 0.82rem;
}

div.errors {
  color: #FF5504;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: #77839a;
  pointer-events: none;
}

.form-input {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #f4f5f9;
  color: #0f172a;
  font-size: 0.92rem;
  padding: 0 3rem 0 2.8rem;
  transition: box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1), transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(8, 216, 140, 0.16);
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: #64748b;
  cursor: pointer;
  transition: color 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.password-toggle:hover {
  color: #111827;
}

ul.errors {
  padding-left: 0px;
  font-weight: 700;
}
ul.errors li {
  list-style: none;
  color: rgb(255, 85, 4);
}

/* =========================================================
   META
========================================================= */
.auth-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox input:checked + .checkbox__box {
  background: #fff;
  border-color: #fff;
}
.checkbox input:checked + .checkbox__box i {
  opacity: 1;
}
.checkbox__box {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  transition: all 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__box i {
  opacity: 0;
  color: #000;
  font-size: 0.8rem;
  transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__label {
  font-size: 1rem;
  color: #d0d8e7;
}

.text-link {
  color: #08d88c;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.text-link:hover {
  opacity: 0.82;
}

.reset-success-icon {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1.5rem;
}

.password-rules {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0px;
  margin-bottom: 2rem;
}

.password-rules__item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}

.auth-shell__visual {
  z-index: 1;
}

.auth-shell__overlay {
  z-index: 2;
}

.auth-shell__bottom-fade {
  z-index: 3;
}

.login-card {
  z-index: 10;
}

/* =========================================================
   BUTTONS
========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0.5rem;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  cursor: pointer;
  transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1), background 240ms cubic-bezier(0.4, 0, 0.2, 1), border-color 240ms cubic-bezier(0.4, 0, 0.2, 1), color 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn--primary {
  background: #08d88c;
  color: #fff;
}
.btn--primary:hover {
  background: #04c57d;
}
.btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(0, 255, 179, 0.75);
}
.btn--outline:hover {
  background: rgba(0, 255, 179, 0.08);
  color: #fff;
}
.btn--outline:visited {
  color: #fff;
}
.btn--secondary {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background: #0b5ce1;
  color: #fff;
  text-decoration: none;
}

/* =========================================================
   DIVIDER
========================================================= */
.divider {
  position: relative;
  margin: 1rem 0;
  text-align: center;
}
.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1rem;
  color: #9ca7ba;
  font-size: 0.82rem;
}

/* =========================================================
   FOOTER
========================================================= */
.auth-footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  text-align: center;
  padding-top: 2rem;
}
.auth-footer__support {
  margin: 0 0 2.3rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #d0d8e7;
}
.auth-footer__support a {
  color: #08d88c;
  text-decoration: none;
  font-weight: 600;
}
.auth-footer__links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.auth-footer__links a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   BOTTOM STRIP
========================================================= */
.bottom-strip {
  position: absolute;
  z-index: 5;
  margin-left: 590px;
  margin-right: 60px;
  padding-top: 65vh;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 3.5rem;
  align-items: center;
}
.bottom-strip__content h2 {
  margin: 0 0 1rem;
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.bottom-strip__content p {
  max-width: 760px;
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #d0d8e7;
}

/* =========================================================
   INSIGHTS
========================================================= */
.insights {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.insights h3 {
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 600;
}
.insights__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.insight-card {
  display: flex;
  gap: 1rem;
}
.insight-card__image {
  width: 118px;
  height: 82px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  border: 0.09rem solid #4A5667;
}
.insight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-card__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #d0d8e7;
}
.insight-card__content p a {
  color: #fff;
  text-decoration: none;
}
.insight-card__content p a:hover, .insight-card__content p a:focus {
  color: #d0d8e7;
  text-decoration: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1500px) {
  .bottom-strip__content h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bottom-strip {
    grid-template-columns: auto;
  }
  .insights {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .auth-shell__visual {
    width: 100%;
    height: 56vh;
    background-position: center top;
  }
  .login-card {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 3rem);
    max-width: 460px;
    min-height: auto;
    margin: 2rem auto 0;
  }
  .bottom-strip {
    display: none;
  }
  .insights {
    padding-left: 0;
    border-left: 0;
  }
  .auth-shell {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .login-card__inner {
    padding: 2rem 1.5rem;
    background: none;
  }
  .brand__title {
    font-size: 2.2rem;
  }
  .auth-meta {
    align-items: flex-start;
  }
  .bottom-strip__content h2 {
    font-size: 1.9rem;
  }
  .auth-footer__links {
    gap: 1rem;
  }
  .bottom-strip {
    display: none;
  }
  .auth-shell {
    padding-bottom: 0px;
  }
  .auth-shell__bottom-fade {
    display: none;
  }
  .auth-shell__visual {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../images/ipr-prefooter.jpg") center center/cover no-repeat;
  }
  .login-card {
    position: relative;
    width: calc(100% - 1rem);
    max-width: none;
    margin: 0.5rem auto;
    backdrop-filter: blur(28px) saturate(140%);
  }
  .login-card__inner {
    min-height: calc(100vh - 1rem);
    padding: 2rem 1.5rem;
    border-radius: 22px;
  }
  .brand__logo {
    width: 88px;
    height: 88px;
  }
  .brand__title {
    font-size: 2.35rem;
  }
  .form-input {
    height: 44px;
  }
  .btn {
    height: 48px;
  }
  .auth-footer {
    margin-top: auto;
  }
}
.status-indicator {
  --indicator-size: 24px;
  --indicator-color: #00e0a1;
  --indicator-stroke: 2;
  width: var(--indicator-size);
  height: var(--indicator-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.status-indicator svg {
  width: 100%;
  height: 100%;
  display: block;
}
.status-indicator circle,
.status-indicator path {
  stroke: var(--indicator-color);
  stroke-width: var(--indicator-stroke);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.status-indicator--success {
  --indicator-color: #00e0a1;
}
.status-indicator--error {
  --indicator-color: #ff6a00;
}
.status-indicator--neutral {
  --indicator-color: #6b7280;
}
.status-indicator--xs {
  --indicator-size: 18px;
}
.status-indicator--sm {
  --indicator-size: 22px;
}
.status-indicator--md {
  --indicator-size: 28px;
}
.status-indicator--lg {
  --indicator-size: 40px;
}
.status-indicator--xl {
  --indicator-size: 56px;
}

#loginForm ul.errors {
  display: none;
}

#passwordRecoverForm ul.errors {
  display: none;
}

#SSOloginForm ul.errors {
  display: none;
}

#verifyAccountForm ul.errors {
  display: none;
}

.sso-brand {
  width: 220px;
  height: 65px;
  margin: 2rem auto 1.8rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.verification-message {
  min-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.verification-message--success {
  color: #08d88c;
}
.verification-message--error {
  color: #ff6a00;
}

@media (max-height: 901px) {
  .bottom-strip {
    padding-top: 86vh;
  }
  .auth-shell__visual {
    height: 80vh;
  }
}

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